pathwayRMSE | R Documentation |
Summarize root mean square error (RMSE) for direct and indirect pathway from netSEMp1 result.
pathwayRMSE(x, maxlen = 2, ...)
x |
An object of class "netSEM", the returned list from netSEMm(). |
maxlen |
The maximum length of chosen mechanism. |
... |
A S3 generic/method consistency. |
pathwayRMSE gives a summary about RMSE.
A data frame of result. A summary of RMSE results for all of pathways.
netSEMp1, pathwayPredict
## Not run:
data(acrylic)
ans <- netSEMp1(acrylic)
pathwayRMSE(ans,maxlen=2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.