Learn R Programming

hesim (version 0.5.5)

normboot: Draw parameters of statistical model from multivariate normal distribution

Description

normboot is a generic function for drawing parameters from a fitted statistical model from their (asymptotic) multivariate normal distribution.

Usage

normboot(object, B, ...)

# S3 method for msm normboot(object, B = 1000, ...)

Arguments

object

A statistical model.

B

Number of draws of the parameters.

...

Further arguments passed to or from other methods.