rmar: rmar: Regression Model Assessment in R

Description Usage Arguments Details Author(s)

View source: R/rmar.R

Description

rmar: Regression Model Assessment in R

Usage

1
rmar(known, predicted, interval = NULL, digits = 3)

Arguments

known

a numeric vector

predicted

a numeric vector or matrix. See Details.

interval

minimum and maximum value of prediction domain. Should be supplied as vector of with two elements. If not supplied is assess from the known argument.

digits

an integer defining the precision of the round function.

Details

If predicted is a matrix, it should be organized in way that the first column represents the point estimate and the second and third columns represent the lower and upper bound of the predictive interval.

Author(s)

David Senhora Navega


dsnavega/rmar documentation built on Dec. 20, 2021, 2:12 a.m.