LRM: Logistic Regression Model Estimates

Description Usage Arguments See Also

Description

Logistic Regression Model Estimates

Usage

1
2
3
4
5
6
7
8
LRM(x, ...)

## S4 method for signature 'qibm'
LRM(x, coef, N, seed = 123, ...)

## S4 method for signature 'qibmLRM'
describe(x, alpha = 0.05, alternative = c("two.sided",
  "less", "greater"), scale = 1)

Arguments

x

an R object.

...

further arguments passed to with.

coef

two-element vector specifying the logistic regression intercept and slope with which to simulate outcomes.

N

scalar or vector of simulated sample sizes.

seed

random number seed for the simulations.

alpha

significance for statistical testing of the odds ratio.

alternative

direction of the alternative hypothesis.

scale

value at which to compute the odds ratio

See Also

LRMCoef.


brian-j-smith/qibm documentation built on May 29, 2019, 2:12 p.m.