mt_delta_method: Delta Method

mt_delta_methodR Documentation

Delta Method

Description

Compute standard errors for functions of model parameters using the delta method.

Usage

mt_delta_method(fx, point, cov, std = TRUE)

Arguments

fx

A function (string like formula) of model parameters.

point

Vector of parameter estimates.

cov

Variance-covariance matrix.

std

Logical. If TRUE returns the standard error, otherwise return the new variance-covariance.

Details

It is an internal function useful in general for summary function associated with Twin models.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br


wbonat/mglm4twin documentation built on Oct. 14, 2023, 9:37 p.m.