qsmooth-class: the qsmooth class

qsmooth-classR Documentation

the qsmooth class

Description

Objects of this class store all the values needed information to work with a qsmooth object

Value

qsmoothWeights returns the qsmooth weights and qsmoothData returns the qsmooth normalized data

Slots

qsmoothWeights

qsmooth weights

qsmoothData

qsmooth normalized data

Examples

dat <- cbind(matrix(rnorm(1000), nrow=100, ncol=10), 
             matrix(rnorm(1000, .1, .7), nrow=100, ncol=10))
dat_qs <- qsmooth(object = dat, 
                  group_factor = rep(c(0,1), each=10))


stephaniehicks/qsmooth documentation built on Nov. 7, 2022, 1:41 p.m.