Learn R Programming

ANSM5 (version 1.1.1)

noether: 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)

Value

An ANSMtest object with the results from applying the function

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)

Examples

Run this code
# 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)

Run the code above in your browser using DataLab