View source: R/single_factor_analysis.R
single_factor_analysis | R Documentation |
Single factor analysis
single_factor_analysis(data, predictors, target = "Goals", verbose = FALSE)
data |
tibble with modeling data (see get_modeling_data_*) |
predictors |
character vector with predictor names |
target |
character string with target/response variable (default is "Goals") |
verbose |
logical indicating if loop counter should be on (default is FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.