summary.simSNPglm: Summarizing a simSNPglm object

Description Usage Arguments Value Author(s) See Also Examples

Description

Summarizes an object of class simSNPglm.

Usage

1
2
## S3 method for class 'simSNPglm'
summary(object, digits = 3, ...)

Arguments

object

an object of class simSNPglm, i.e.\ the output of simulateSNPglm.

digits

number of digits used in the output.

...

Ignored.

Value

Shows the model used in simulateSNPglm to generate the values of the response. If the response is binary, then it additionally shows and returns a contingency table of the numbers of cases and controls and the probabilities for being a case.

Author(s)

Holger Schwender, holger.schwender@udo.edu

See Also

simulateSNPglm

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
# The default simulated data set.

sim1 <- simulateSNPglm()
sim1

# A bit more information: Table of probability of being a case
# vs. number of cases and controls.

summary(sim1)


## End(Not run)

scrime documentation built on May 2, 2019, 10:24 a.m.