Last chance! 50% off unlimited learning
Sale ends in
Store factor scores to active dataset
# S3 method for full_factor
store(dataset, object, name = "", ...)
Dataset to append to factor scores to
Return value from full_factor
Name of factor score variables
Additional arguments
See https://radiant-rstats.github.io/docs/multivariate/full_factor.html for an example in Radiant
full_factor
to generate results
summary.full_factor
to summarize results
plot.full_factor
to plot results
full_factor(shopping, "v1:v6", nr_fact = 3) %>%
store(shopping, .) %>%
head()
Run the code above in your browser using DataLab