| store.full_factor {radiant.multivariate} | R Documentation | 
Store factor scores to active dataset
Description
Store factor scores to active dataset
Usage
## S3 method for class 'full_factor'
store(dataset, object, name = "", ...)
Arguments
| dataset | Dataset to append to factor scores to | 
| object | Return value from  | 
| name | Name of factor score variables | 
| ... | Additional arguments | 
Details
See https://radiant-rstats.github.io/docs/multivariate/full_factor.html for an example in Radiant
See Also
full_factor to generate results
summary.full_factor to summarize results
plot.full_factor to plot results
Examples
full_factor(shopping, "v1:v6", nr_fact = 3) %>%
  store(shopping, .) %>%
  head()
[Package radiant.multivariate version 1.6.6 Index]