Learn R Programming

qpcR (version 1.0-6)

resVar: Residual variance of a sigmoidal fit

Description

Calculates the residual variance of a sigmoidal fit.

Usage

resVar(object)

Arguments

object
an object of class 'drc'.

Value

  • The residual variance from the sigmoidal fit.

Examples

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

Run the code above in your browser using DataLab