get_logistic_fit: Fit model on data

View source: R/get_logictic_fit.R

get_logistic_fitR Documentation

Fit model on data

Description

Fit model on data

Usage

get_logistic_fit(
  inputData,
  groupingVariables,
  upperLimit,
  lowerLimit = 1e-10,
  saveModel
)

Arguments

inputData

input data

groupingVariables

variables to group

upperLimit

up boundary for fitting function

lowerLimit

lower boundary for fitting function

saveModel

should model be saved

Value

fitted logistic params/model


mauromiguelm/tdsR documentation built on Oct. 24, 2022, 6:42 p.m.