powered by
Factor analysis (PCA)
full_factor( dataset, vars, method = "PCA", hcor = FALSE, nr_fact = 1, rotation = "varimax", data_filter = "", envir = parent.frame() )
A list with all variables defined in the function as an object of class full_factor
Dataset
Variables to include in the analysis
Factor extraction method to use
Use polycor::hetcor to calculate the correlation matrix
Number of factors to extract
Apply varimax rotation or no rotation ("varimax" or "none")
Expression entered in, e.g., Data > View to filter the dataset in Radiant. The expression should be a string (e.g., "price > 10000")
Environment to extract data from
See https://radiant-rstats.github.io/docs/multivariate/full_factor.html for an example in Radiant
summary.full_factor to summarize results
summary.full_factor
plot.full_factor to plot results
plot.full_factor
full_factor(shopping, "v1:v6") %>% str()
Run the code above in your browser using DataLab