diff --git a/404.html b/404.html index 8a39c7ed..5f94afd8 100644 --- a/404.html +++ b/404.html @@ -30,7 +30,7 @@ FreesearchR - 25.8.3 + 25.9.2 + + + + + +
+
+
+ +
+

Correlation pairs validation

+
+ +
+

Usage

+
corr_pairs_validate(data)
+
+ +
+

Arguments

+ + +
data
+

data.frame

+ +
+
+

Value

+

data.frame

+
+ +
+

Examples

+
# correlation_pairs(mtcars) |> corr_pairs_validate()
+
+
+
+ + +
+ + + + + + + diff --git a/reference/correlation_pairs.html b/reference/correlation_pairs.html new file mode 100644 index 00000000..b9a98bb4 --- /dev/null +++ b/reference/correlation_pairs.html @@ -0,0 +1,101 @@ + +Determine significant correlations in the data set — correlation_pairs • FreesearchR + Skip to contents + + +
+
+
+ +
+

Determine significant correlations in the data set

+
+ +
+

Usage

+
correlation_pairs(data, threshold = 0.8)
+
+ +
+

Arguments

+ + +
data
+

data.frame

+ + +
threshold
+

correlation threshold

+ +
+
+

Value

+

data.frame

+
+ +
+

Examples

+
correlation_pairs(mtcars)
+#> Error in cor$r %>% as.table(): could not find function "%>%"
+correlation_pairs(mtcars,.9)
+#> Error in cor$r %>% as.table(): could not find function "%>%"
+correlation_pairs(mtcars[c(1:4),])
+#> [1] var1 var2 cor 
+#> <0 rows> (or 0-length row.names)
+
+
+
+ + +
+ + + + + + + diff --git a/reference/create-column.html b/reference/create-column.html index ab99e80d..72f209d7 100644 --- a/reference/create-column.html +++ b/reference/create-column.html @@ -7,7 +7,7 @@ FreesearchR - 25.8.3 + 25.9.2 + + + + + +
+
+
+ +
+

MCAR validation based on a gtsummary table bady

+
+ +
+

Usage

+
mcar_validate(data, outcome = NULL)
+
+ +
+

Arguments

+ + +
data
+

data

+ + +
outcome
+

outcome variable

+ +
+
+

Value

+

data.frame

+
+ +
+ + +
+ + + + + + + diff --git a/reference/merge_expression.html b/reference/merge_expression.html index 73f2aff2..cc8ed144 100644 --- a/reference/merge_expression.html +++ b/reference/merge_expression.html @@ -7,7 +7,7 @@ FreesearchR - 25.8.3 + 25.9.2