summariseCqChain {conquestr} | R Documentation |
summariseCqChain
Description
takes a data frame created by getCqChain and returns a list reporting the mean and variaince for each parameter
Usage
summariseCqChain(myChain)
Arguments
myChain |
A data frame returned from getCqChain. |
Value
A list.
Examples
## Not run:
summariseCqChain(getCqChain(ConQuestSys()))
## End(Not run)
[Package conquestr version 1.3.4 Index]