grofitResults: parse 'grofit' results

Description Usage Arguments See Also

View source: R/interfaces.R

Description

parses the output of gcFit.2 into a table of the main model parameters, for each well, for both the "best" model found by 'grofit' as well the 'spline' and 'bootstrap' fits. Parameter names are streamlined, ie. the ".model" suffix is removed.

Usage

1
2
3
4
5
grofitResults(
  fit,
  p = c("lambda.model", "mu.model", "A.model", "used.model", "lambda.spline",
    "mu.spline", "A.spline", "lambda.bt", "mu.bt", "A.bt")
)

Arguments

fit

grofit object, the result of a call to gcFit or the platexpress version gcFit.2

p

the parameters to retrieve from fit$gcTable, the main results table of gcFit

See Also

data2grofit, growthratesResults


raim/platexpress documentation built on Jan. 18, 2022, 1:41 p.m.