powered by
Summarize root mean square error (RMSE) for direct and indirect pathway from netSEMp1 result.
pathwayRMSE(x, maxlen = 2, ...)
A data frame of result. A summary of RMSE results for all of pathways.
An object of class "netSEM", the returned list from netSEMm().
The maximum length of chosen mechanism.
A S3 generic/method consistency.
pathwayRMSE gives a summary about RMSE.
netSEMp1, pathwayPredict
if (FALSE) { data(acrylic) ans <- netSEMp1(acrylic) pathwayRMSE(ans,maxlen=2) }
Run the code above in your browser using DataLab