Description Usage Arguments Value
Make permutations with data and default settings from an lcms_data_analysis_method
1 2 3 4 5 6 7 8 9 10 | permutation_test_model(
dataset,
y_column,
identity_column,
balance_in_train = NULL,
external_val,
internal_val,
data_analysis_method,
nPerm = 50
)
|
dataset |
An lcms_dataset_family object |
y_column |
A string with the name of the y column (present in the metadata of the dataset) |
identity_column |
|
external_val |
A list with two elements: |
internal_val |
A list with two elements: |
data_analysis_method |
An lcms_data_analysis_method object |
nPerm |
number of permutations |
A permutation matrix with permuted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.