store.full_factor: Store factor scores to active dataset

store.full_factorR 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 full_factor

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()


radiant-rstats/radiant.multivariate documentation built on Nov. 29, 2023, 9:52 p.m.