genBin: Generate the correlated binary response data for discrete...

Description Usage Arguments Details Value

View source: R/genBin.R

Description

genBin generate the data used for discrete case

Usage

1
genBin(corstr, mu = NULL, size = NULL)

Arguments

corstr

A character string specifying the correlation structure for the clusters. Allowed structures are: "independence", "exchangeable" and "ar1".

mu

A numeric parameter denotes the value of the link function

size

A numeric number indicating the size of the matrix.

Details

genBin returns the correlated binary response according to the value of the corstr argument.

Value

a function to get the correlated binary response data


seqest documentation built on July 2, 2020, 2:28 a.m.

Related to genBin in seqest...