tcplFit2 {tcpl}R 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


[Package tcpl version 3.1.0 Index]