rav.single {rAverage} | R Documentation |
Single subject analysis with averaging models
Description
Analyzes averaging models for every single subjects in a data matrix and store the estimated parameters in a list.
Usage
rav.single(data,...)
Arguments
data |
An object of type |
... |
Further arguments for the |
Details
The rav.single
function is a wrapper for the rav
function. Using rav
,
rav.sigle
analyzes subjects one at time, specifying time by time a different value for
subset
.
Value
A list
object in which each slot contains results of a single subject. The ordering of
the subjects is the same as in the input data matrix.
See Also
Examples
## Not run:
data(pasta)
model <- rav.single(pasta,lev=c(3,3))
model$s41 # extracts the subject 's41'
## End(Not run)