tcplFit2 | R Documentation |
tcpl Wrapper for tcplfit2_core including additional calculations to fit into new schema
tcplFit2(
dat,
fitmodels = c("cnst", "hill", "gnls", "poly1", "poly2", "pow", "exp2", "exp3", "exp4",
"exp5"),
bmed = NULL
)
dat |
output from level 3 processing |
fitmodels |
list of the models that should be fit with the data |
bmed |
baseline value, typically should be 0 |
Data.table with an additional column fitparams that includes all of the fitting parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.