Description Usage Arguments Details Value See Also
A convenience function to summarize a list of SATcurve objects in to a data frame.
1 |
x |
object of class |
This is what this function does:
do.call("rbind", lapply(x, summary.SATcurve))
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.
fit.SATcurve, summary.SATcurve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.