Description Usage Arguments Details Value See Also Examples
Analyzes averaging models for every single subjects in a data matrix and store the estimated parameters in a list.
| 1 | 
| data | An object of type  | 
| ... | Further arguments for the  | 
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.
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.
| 1 2 3 4 5 6 | ## Not run: 
data(pasta)
model <- rav.single(pasta,lev=c(3,3))
model$s41 # extracts the subject 's41'
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.