LB4L_PCRss: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1
2
3
4
5
LB4L_PCRss(free = c(ER = 0.52, LR = 0.2, TR = 0.03, F1 = 0.05, space = 0.03),
  fixed = c(theta = 0.5, nFeat = 100, nSim = 1000, nList = 15, Tmin = NA, Tmax
  = NA, lambda = NA, Time = NA), IVdata = filter(LB4L_IV(LB4L_allSs)$subject,
  subject == 17), jointData = filter(LB4L_joint(LB4L_allSs)$subject, subject
  == 17), fitting = FALSE, ...)

Arguments

free

Named vector of free parameters. See Details for possible names.

fixed

Named vector of free parameters. See Details for possible names.

IVdata
fitting

Controls the return value. See Value for details.

jointdata

Value

If fitting = TRUE, scalar vector is returned, useful for optimization routine. If fittting = FALSE, list of data frames with predicted joint, conditional, and IV condition-level predictions is returned.

Examples

1
2
3
4
LB4L_PCRss(free= c(ER=.53,LR=.15,TR =.1, F1=.1,space=.03),
           fixed = c(theta=.5,nFeat=100,nSim=1000,nList=15,
                    Tmin=NA, Tmax=NA, lambda=NA,Time=NA),
                    fitting=FALSE)

wjhopper/FAM documentation built on May 4, 2019, 7:33 a.m.