GUIinputMat | R Documentation |
Function to translate input matrices from the PersonAlytics GUI
GUIinputMat(inputMat, propErrVar, translator = gui1)
inputMat |
An input matrix created by the PersonAlytics GUI, which may or may not have been edited by a user. |
translator |
The translator version. Currently only |
data(GUIinputMatExample)
inputMat <- GUIinputMat(GUIinputMatExample, c(randFx=.5, res=.5, mserr=.0))
myPolyICT <- polyICT$new(
groups = c(group1=10, group2=20) ,
phases = makePhase() ,
propErrVar = c(randFx=.5, res=.5, mserr=.0) ,
randFxOrder = 1 ,
randFxCor = 0.2 ,
randFxVar = c(1, 1) ,
error = armaErr$new() ,
merror = armaErr$new(list()) ,
ySD = 15 ,
yMean = 100 ,
)
myPolyICT$inputMat <- inputMat
## Not run:
myPolyICT$designCheck()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.