Init_func: Initialize model Judgement variables and so on.

View source: R/Init_func.R

Init_funcR Documentation

Initialize model Judgement variables and so on.

Description

Initialize model Judgement variables and so on.

Usage

Init_func(userdata, model, guess, method, plot)

Arguments

userdata

a data frame containing all model variables. The "time" column must be included.

model

a string of model.

guess

a list or a string. Guess the coefficients or initial values.

method

a list or a string. The available options are 'Nelder-Mead','L-BFGS-B','SANN' and 'BFGS'.

plot

TRUE or FALSE.

Value

a list


deFit documentation built on Oct. 18, 2024, 5:14 p.m.

Related to Init_func in deFit...