Learn R Programming

qpcR (version 1.1-8)

pcrGOF: 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:
  • Rsqthe R-squared value.
  • AICcthe bias-corrected Akaike Information Criterion.
  • AICthe Akaike Information Criterion.
  • resVarthe residual variance.
  • RMSEthe root-mean-squared-error.

Examples

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

Run the code above in your browser using DataLab