Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add power calculation packages for multilevel experiments #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion ExperimentalDesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,13 @@ visualization of factorial experiments based on package "ggplot2".
`r pkg("ssizeRNA")` with sample size for RNA sequencing
experiments, and package `r pkg("ssize.fdr")` for sample
sizes in microarray experiments (requesting a certain power while
limiting the false discovery rate).
limiting the false discovery rate). Package `r pkg("PowerUpR")`
calculates power, effect size, and sample size for
multilevel experiments. Package `r pkg("PUMP")` estimates
these quantities for multilevel experiments with multiple outcomes,
and also allows for easy exploration of sensitivity to
different choices of parameter values.


### Experimental designs for industrial experiments

Expand Down