Description Usage Arguments See Also Examples
The function exports to a text file the estimated parameters or the model residuals from a call to rav.
| 1 2 | rav2file(object, what = c("resid","param"), whichModel = NULL,
         file = file.choose(), sep = ",", dec = ".")
 | 
| object | An object analyzed by the function  | 
| what | Character string indicating which output should be stored in the file, if raw residuals
( | 
| whichModel | Argument that specifies from which model values must be extracted. Options are: 
 As default setting, the values of the (first) best model are extracted. | 
| file | A character string naming the file to write. As default, the function opens a mask to choose or build a file interactively. | 
| sep | Field separator string. Values within each row will be separated by this string. | 
| dec | String argument used to specify the decimal separator. | 
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.