Rsq {qpcR}R Documentation

R-square of a sigmoidal fit

Description

Calculates the R-square value of a sigmoidal fit.

Usage

  Rsq(object)

Arguments

object an object of class 'drc'.

Value

The R-square value from the sigmoidal fit.

Author(s)

Christian Ritz

Examples

m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5())
Rsq(m)

[Package qpcR version 1.0-6 Index]