pathwayRMSE {netSEM} | R Documentation |
Summary of pathway RMSE
Description
Summarize root mean square error (RMSE) for direct and indirect pathway from netSEMp1 result.
Usage
pathwayRMSE(x, maxlen = 2, ...)
Arguments
x |
An object of class "netSEM", the returned list from netSEMm(). |
maxlen |
The maximum length of chosen mechanism. |
... |
A S3 generic/method consistency. |
Details
pathwayRMSE gives a summary about RMSE.
Value
A data frame of result. A summary of RMSE results for all of pathways.
See Also
Examples
## Not run:
data(acrylic)
ans <- netSEMp1(acrylic)
pathwayRMSE(ans,maxlen=2)
## End(Not run)
[Package netSEM version 0.6.2 Index]