GUIinputMat: Function to translate input matrices from the PersonAlytics...

View source: R/GUIinputMat.R

GUIinputMatR Documentation

Function to translate input matrices from the PersonAlytics GUI

Description

Function to translate input matrices from the PersonAlytics GUI

Usage

GUIinputMat(inputMat, propErrVar, translator = gui1)

Arguments

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 gui1 is available, more will be added if needed.

Examples


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)



ICTatRTI/PersonAlyticsPower documentation built on Dec. 13, 2024, 11:08 p.m.