Last data update: 2014.03.03

R: Serum Level of luteinizing hormone (LH)
serumLHR Documentation

Serum Level of luteinizing hormone (LH)

Description

Hollander and Wolfe (1999) discuss a 2 by 5 factorial design for a study to determine the effect of light on the release of luteinizing hormone (LH). The factors in the design are: light regimes at two levels (constant light and 14 hours of light followed by 10 hours of darkness) and a luteinizing release factor (LRF) at 5 different dosage levels. The response is the level of luteinizing hormone (LH), nanograms per ml of serum in blood samples. Sixty rats were put on test under these 10 treatment combinations, six rats per combination.

Usage

data(serumLH)

Format

A data frame with 60 observations on the following 3 variables.

serum

a numeric vector

light.regime

a factor with levels Constant Intermittent

LRF.dose

a factor with levels 0 10 1250 250 50

Source

Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.

References

Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.

Examples

data(serumLH)
raov(serum~light.regime + LRF.dose + light.regime*LRF.dose, data = serumLH)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Rfit)
Loading required package: quantreg
Loading required package: SparseM

Attaching package: 'SparseM'

The following object is masked from 'package:base':

    backsolve

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Rfit/serumLH.Rd_%03d_medium.png", width=480, height=480)
> ### Name: serumLH
> ### Title: Serum Level of luteinizing hormone (LH)
> ### Aliases: serumLH
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(serumLH)
> raov(serum~light.regime + LRF.dose + light.regime*LRF.dose, data = serumLH)

Robust ANOVA Table
                      DF        RD   Mean RD        F p-value
light.regime           1 1642.3332 1642.3332 58.03844 0.00000
LRF.dose               4 3027.6734  756.9184 26.74875 0.00000
light.regime:LRF.dose  4  451.4559  112.8640  3.98850 0.00694
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>