Learn R Programming

qpcR (version 1.0-6)

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 <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5())
pcrGOF(m)

Run the code above in your browser using DataLab