count_power: Count data power calculations

Description Usage See Also

View source: R/count_power.R

Description

Power calculation based on BNB code and christian approach yet to be written. Do either test vs known single mean, or test for difference in mean to observed dataset (k can vary between datasets or be fixed).

Usage

1
2
3
count_power(type = "fec", cutoff = if ("fec") 400 else 95,
  alternative = "two.sided", conf.level = 0.05, maxiterations = 1e+06,
  mc.decimals = 2, mc.conf = 0.99, feedback = FALSE, ...)

See Also

count_analysis, reduction_power, bayescount


mdenwood/bayescount documentation built on Oct. 17, 2019, 6:59 a.m.