Learn R Programming

qpcR (version 1.0-6)

Rsq: 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.

Examples

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

Run the code above in your browser using DataLab