mort.fit: mort.fit

Description Usage Arguments Value

View source: R/library.R

Description

use a fitMethod to fit a mortalityModel to a set of mortalityData. TODO – more description

Usage

1
2
mort.fit(model.obj, data, method, verbose = TRUE, ignore.folded = FALSE,
  random.start = FALSE, ...)

Arguments

model.obj

a mortalityModel object with the mortality model to be fit

data

a mortalityData object with the data to fit to

method

a fitMethod object with the fit method to use

verbose

if TRUE, print out extra details while the fit proceeds

ignore.folded

if TRUE, then even if the data passed in are a mortalityDataFolded object, only run fits on the entire dataset (not each fold)

...

other parameters to pass to method

Value

a mortalityFit object


dfeehan/mortfit documentation built on Nov. 14, 2020, 9:04 p.m.