pathwayRMSE: Summary of pathway RMSE

View source: R/pathwayRMSE.r

pathwayRMSER 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

netSEMp1, pathwayPredict

Examples

## Not run: 
data(acrylic)
ans <- netSEMp1(acrylic)
pathwayRMSE(ans,maxlen=2)

## End(Not run)

netSEM documentation built on Sept. 8, 2023, 5:26 p.m.