check_lm_suitability | R Documentation |
This function checks which chemical descriptors are suitable for use in linear model. Chemical descriptors with missing values, near-zero variance or strong outlier values are considered as not suitable.
check_lm_suitability(df = read_retip_hilic_data(), verbose = FALSE, nw = 2)
df |
Input data for performing the analysis. Must be a data frame with columns NAME, RT and SMILES. |
verbose |
A logical value indicating whether to print verbose output. |
nw |
The number of workers to use for parallel processing. |
A data frame with the predictors and their suitability status.
plot_lm_suitability()
x <- check_lm_suitability(head(RP, 3), verbose = FALSE, nw = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.