noether {ANSM5}R Documentation

Calculate Noether approximation

Description

noether() calculates the Noether approximation and is used in chapter 5 of "Applied Nonparametric Statistical Methods" (5th edition)

Usage

noether(p1, alpha = 0.05, power = 0.9)

Arguments

p1

Probability (expressed as a number between 0 and 1)

alpha

Level of significance (expressed as number between 0 and 1) (defaults to 0.05)

power

Power (expressed as number between 0 and 1) (defaults to 0.9)

Value

An ANSMtest object with the results from applying the function

Examples

# Exercise 5.8 from "Applied Nonparametric Statistical Methods" (5th edition)
noether(p1 = 0.7534, alpha = 0.05, power = 0.9)

# Exercise 5.16 from "Applied Nonparametric Statistical Methods" (5th edition)
noether(p1 = 0.8, alpha = 0.025, power = 0.9)


[Package ANSM5 version 1.1.0 Index]