glance.growthcurve: Construct a Single Row Summary of a Growth Model or Fit

Description Usage Arguments Value Note Examples

Description

Currently, this function simply wraps glance.nls or glance.smooth.spline, so parametric fits such as fit_growth_logistic and fit_growth_gompertz cannot be compared with results from fit_growth_spline. This function does not work with results from fit_growth_loess.

Usage

1

Arguments

x

A fit for some growth data (a growthcurve object)

...

Additional arguments (not used)

Value

a single-row data frame or NULL

Note

This function requires the broom package.

Examples

1
2
3
4
## Not run: 
myfit <- fit_growth_gompertz(mydata, Time, OD600)
glance(myfit)
## End(Not run)

briandconnelly/growthcurve documentation built on May 13, 2019, 5:13 a.m.