Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sen.adichie

Function to test for parallel lines.


Description

This code tests for parallel lines based on chapter 9 of Hollander, Wolfe, & Chicken, Nonparametric Statistical Methods, 3e.

Usage

sen.adichie(z, example=F, r=3)

Arguments

z

a list of paired vectors. Each item in the list is a set of two paired vectors in the form of a matrix. The first column of each matrix is the x vector, the second in the y vector.

example

if true, analyzes the data from Example 9.5

r

determines the amount of rounding. Increase it if your P-values are coming out as 0 or 1.

Author(s)

Eric Chicken

Examples

##Example 9.5 Hollander-Wolfe-Chicken##
sen.adichie(example=TRUE)

NSM3

Functions and Datasets to Accompany Hollander, Wolfe, and Chicken - Nonparametric Statistical Methods, Third Edition

v1.16
GPL-2
Authors
Grant Schneider, Eric Chicken, Rachel Becvarik
Initial release
2021-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.