simulate_gamma: Simulation Function for log odds ratio, gamma

Usage Arguments Examples

View source: R/simulate_gamma.R

Usage

1
2
3
4
simulate_gamma(
  N1, p1 = 0.1, phi1 = 0.1, theta1 = 0.1, N2 = N1, p2 = 0.1, phi2 = 0.1,
  theta2 = 0.1, alpha = 0.05, len = 1e4, check = NULL, summary = FALSE
)

Arguments

x

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

BriceonWiley/IntegratedLikelihood.R documentation built on Aug. 21, 2020, 11 p.m.