calib_diagnostics: Provides and displays diagnostics

Description Usage Arguments Value Examples

View source: R/calibration.R

Description

calib_diagnostics returns diagnostics to assess the validity of the calibration model.

Usage

1
calib_diagnostics(PredResid, LOFpValVect)

Arguments

PredResid

is a matrix with two columns corresponding to the fitted values and the residuals.

LOFpValVect

is a numeric vector with the p-values of the lack of fit test for each calibration curves.

Value

N/A text and plot for Rmarkdown

Examples

1
2
3
data(calib_data)
RespCalib = calib_coef(DS = calib_data,LowerRange=0,UpperRange=200,MyModel='lm')
calib_diagnostics(RespCalib$PredResid, RespCalib$LOFpValVect)

NicolasEDubois/anaval documentation built on May 7, 2019, 6:18 p.m.