qiLogit: A sltools function to simulate first differences for logit...

Description Usage Arguments

View source: R/qiLogit.R

Description

This function uses the computeLogitEV function to simulate expected values, predicted values, and first differences for logit models.

Usage

1
2
qiLogit(data = NULL, x = NULL, x1 = NULL, coef = NULL, vcov = NULL,
  num = 10000)

Arguments

data

imputed datasets in amelia object

x

a vector of values for predictors

x1

a second vector of values for predictors

coef

a matrix of coefficients

vcov

a list of variance covariance matrices

num

number of simulations. Default = 10000.


stevenliaotw/sltools documentation built on May 20, 2019, 12:31 p.m.