Checks which chemical descriptors are suitable for linear models
Source:R/prepro.R
check_lm_suitability.Rd
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.
Usage
check_lm_suitability(df = read_retip_hilic_data(), verbose = FALSE, nw = 2)
Examples
x <- check_lm_suitability(head(RP, 3), verbose = FALSE, nw = 1)