sim_post: Simulate multiple posterior distributions with gaussian...

Description Usage Arguments Examples

Description

Simulate the posterior distributions of a model fit with gaussian approximation by supplying a vector of coefficients and their associated variance-covariance matrix.

Usage

1
sim_post(n = 10000, estimates, vcov, tol = 1e-06)

Arguments

n

number of samples. Defaults to 10000.

estimates

the vector of coefficients/estimates

vcov

the variance-covariance matrix

tol

the tolerance

Examples

1
sim_post(10000, coefs, rvcov)

abnormally-distributed/abdisttools documentation built on May 5, 2019, 7:07 a.m.