p2_mle: maximumn likelihood estimates for proportions

Description Usage Arguments Value Examples

View source: R/p2_mle.R

Description

calcualates maximum and resttricted maximum likelhood estimates for differrence in binomial proportions

Usage

1
p2_mle(dt, m2)

Arguments

dt

dataframe/tibble

m2

numeric, pre-specified margin

Value

tibble

Examples

1
2
dt <- dt_p2(100, 0.7, 0.65)
p2_mle(dt, m2 = 0.05)

yuliasidi/bin2mi documentation built on March 11, 2021, 8:10 p.m.