ramReFit | R Documentation |
Generate a vector field plot based on the bivariate lcsm
ramReFit(object, add, ram.out=FALSE, ...)
object |
Output from any data analysis |
add |
Additional paths to be added, e.g., add='X1~~X2'. |
ram.out |
Whether to print the RAM matrices |
... |
Options for plot and arrows function. |
data(ex3)
gcm.l<-ramLCM(ex3, 1:6, model='linear', ram.out=TRUE)
## Add correlated errors
ramReFit(gcm.l, add='X1~~X2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.