betaTrim_mle: Efron null model

Description Usage Arguments Details Value See Also

View source: R/npbin.R

Description

Efron null model

Usage

1
2
3
betaTrim_mle(x, m, p, pct0 = 0.25, init = c(1, 1, 0.5),
  iter.max = 200, err.max = 1e-06, lb.opt = c(0, 0, 0),
  ub.opt = c(log(10000), log(10000), 1))

Arguments

x

x

m

m

p

p

pct0

pct0

init

init

iter.max

Maximum number of iterations

err.max

err.max

lb.opt

Lower bound

ub.opt

Upper bound

Details

Estimate the null model following Efron's approach.

Value

List describing optimized model

See Also

Other comparison functions: ebBeta, emBspl


anthony-aylward/npbin documentation built on Aug. 22, 2019, 8:08 a.m.