SATsummary.list: summarize a list of SATcurve objects

Description Usage Arguments Details Value See Also

Description

A convenience function to summarize a list of SATcurve objects in to a data frame.

Usage

1

Arguments

x

object of class SATcurve

Details

This is what this function does: do.call("rbind", lapply(x, summary.SATcurve))

Value

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

The rows are named according to the names of the supplied list x.

See Also

fit.SATcurve, summary.SATcurve


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