Learn R Programming

simglm (version 0.8.0)

data_glm_single: Generate logistic regression outcome

Description

Takes simulation parameter arguments and returns simulated data for two different probability distributions. One is logistic (0/1) outcome and the second being poisson (count) outcomes.

Usage

data_glm_single(Xmat, beta, n, outcome_type)

Arguments

Xmat

A matrix of covariates.

beta

A vector of regression parameters.

n

Number of clusters.

outcome_type

A vector specifying the type of outcome, must be either logistic or poisson. Logitstic outcome will be 0/1 and poisson outcome will be counts.