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
data(acrylic) ans <- netSEMp1(acrylic) pathwayRMSE(ans,maxlen=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.