tcplFit2: tcpl Wrapper for tcplfit2_core including additional...

View source: R/tcplFit2.R

tcplFit2R Documentation

tcpl Wrapper for tcplfit2_core including additional calculations to fit into new schema

Description

tcpl Wrapper for tcplfit2_core including additional calculations to fit into new schema

Usage

tcplFit2(
  dat,
  fitmodels = c("cnst", "hill", "gnls", "poly1", "poly2", "pow", "exp2", "exp3", "exp4",
    "exp5"),
  bmed = NULL,
  bidirectional = TRUE
)

Arguments

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

bidirectional

boolean, default is TRUE (bidirectional fitting)

Value

Data.table with an additional column fitparams that includes all of the fitting parameters


tcpl documentation built on Oct. 7, 2023, 1:06 a.m.