make.curv: make.curv: calculate curvature

Description Usage Arguments Examples

View source: R/make_curv.R

Description

Calculates curvature for APAM for individual, age group and year group perturbations for full model fit. Note that this functions currently does not calculate curvature for individual data components.

Usage

1
make.curv(mfits, LocInf, pert = NULL, tol = NULL)

Arguments

mfits

object returned from make.fit

LocInf

object returned from make.LI

pert

(optional) vector, to manually set which perturbations to run. Runs all by default.

tol

to set curvature tolerance. Default h=0.10.

Examples

1
2
3
4
## Not run: 
curv<- make.curv(mfits,LocInf)

## End(Not run)

SineAndie/APAM documentation built on Dec. 18, 2021, 2:05 p.m.