Learn R Programming

netSEM (version 0.5.1)

pathwayRMSE: Summary of pathway RMSE

Description

summarize root mean square error (RMSE) for direct and indrect pathway from netSEM result

Usage

pathwayRMSE(x, maxlen = 2, ...)

Value

A data frame of result. A summary of RMSE results for all of pathways.

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

See Also

netSEMm, pathwayPredict

Examples

Run this code
data(acrylic)
ans <- netSEMm(acrylic)
pathwayRMSE(ans,maxlen=2)

Run the code above in your browser using DataLab