summary.SATcurve: Summarize SATcurve object

Description Usage Arguments Value See Also

Description

Summary method for an "SATcurve" object

Usage

1
2
## S3 method for class 'SATcurve'
summary(object, ...)

Arguments

object

object of class SATcurve

...

other arguemnts to be passed. Not currently used.

Value

THe value returned is essentially the same as that returned by fit.SATcurve, but is rearrenged into a data farme with following columns:

asym

asymptote of the fitted curves. If there is more than one conditions, more than one columns of asym are returned, named as asym1, asym2, ... asymN, where N = number of conditions.

rate

rate of the fitted curves. If there is more than one conditions, more than one columns of rate are returned, named as rate1, rate2, ... rateN, where N = number of conditions.

incp

intercept of the fitted curves. If there is more than one conditions, more than one columns of incp are returned, named as incp1, incp2, ... incpN, where N = number of conditions.

R2

R-squared of the model

adjR2

Adjucted R-squared of the model

RMSEfit

Root Mean Sqaured Error of the model

method

The optimazation method used

See Also

fit.SATcurve, SATsummary.list


matsukik/mrsat documentation built on May 21, 2019, 12:57 p.m.