pcrGOF {qpcR}R Documentation

Summarize measures for the goodness-of-fit

Description

Calculates all implemented measures for the goodness-of-fit and returns them as a list.

Usage

  pcrGOF(object)

Arguments

object an object of class 'drc'.

Value

A list with the following components:

Rsq the R-squared value.
AICc the bias-corrected Akaike Information Criterion.
AIC the Akaike Information Criterion.
resVar the residual variance.
RMSE the root-mean-squared-error.

Author(s)

Andrej-Nikolai Spiess

Examples

m <- pcrfit(reps, 1, 2, l5())
pcrGOF(m)

[Package qpcR version 1.1-8 Index]