simulate_p: Simulation Function for probability of misclassification, p

Usage Arguments Examples

View source: R/simulate_p.R

Usage

1
2
3
4
simulate_p(
  N, p = 0.1, phi = 0.1, theta = 0.1, k = NULL, alpha = 0.05, len = 1e4,
  check = NULL, summary = FALSE, closed_form = 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.