post_check: Posterior Predictive Checks for abdiststan models

Description Usage Arguments Examples

View source: R/functions.R

Description

Calculate the VIF for a least squares or generalized linear model.

Usage

1
2
post_check(out, y.obs, reps = 100, pred.name = "ySim",
  y.obs.color = "white")

Arguments

out

the model fit

y.obs

the observed outcome variable.

reps

Defaults to 100.

pred.name

the name of the simulations

y.obs.color

the color of the density curve for the observed data (suggest black or white to contrast with the assortment of colors used for the simulations)

Examples

1

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