der.link: A subfunction used in estimation

Description Usage Arguments See Also

View source: R/simml.main.R

Description

This function computes the 1st derivative of the treatment-specific link function with respect to the single index, using finite difference.

Usage

1
der.link(g.fit, eps = 10^(-6))

Arguments

g.fit

a mgcv::gam object

eps

a small finite difference used in numerical differentiation.

See Also

fit.simml, simml


simml documentation built on May 25, 2021, 9:08 a.m.

Related to der.link in simml...