get.quantiles: Get quantiles needed for power analysis

Description Usage Arguments Value Examples

View source: R/get.quantiles.r

Description

Get quantiles needed for power analysis

Usage

1
2
3
4
5
6
7
get.quantiles(
  mu = 60,
  sd = 1,
  alpha = 0.05,
  alt.hyp = "mu1<mu0",
  xlimits = c(54, 64)
)

Arguments

mu

A value for the mean of the distribution

sd

A positive value for the standard deviation of the distribution

alpha

A value between .005 and .1 for the Type I error rate

alt.hyp

One of: "mu1<>mu0", "mu1<mu0", or "mu1>mu0"

xlimits

Values for the range of the x-axis

Value

qs The 4 quantiles needed to obtain areas for Ho and Ha

Examples

1

CLPS0900/CLPS0900R documentation built on March 16, 2020, 4:55 a.m.