Last data update: 2014.03.03

R: Phosphate Level Data
phosphateR Documentation

Phosphate Level Data

Description

Plasma inorganic phosphate levels from 33 subjects.

Usage

data("phosphate")

Format

A data frame with 33 observations on the following 9 variables.

group

a factor with levels control and obese.

t0

baseline phosphate level

,

t0.5

phosphate level after 1/2 an hour.

t1

phosphate level after one an hour.

t1.5

phosphate level after 1 1/2 hours.

t2

phosphate level after two hours.

t3

phosphate level after three hours.

t4

phosphate level after four hours.

t5

phosphate level after five hours.

Source

C. S. Davis (2002), Statistical Methods for the Analysis of Repeated Measurements, Springer, New York.

Examples


  data("phosphate", package = "HSAUR")
  plot(t0 ~ group, data = phosphate)

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(HSAUR)
Loading required package: tools
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/HSAUR/phosphate.Rd_%03d_medium.png", width=480, height=480)
> ### Name: phosphate
> ### Title: Phosphate Level Data
> ### Aliases: phosphate
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
>   data("phosphate", package = "HSAUR")
>   plot(t0 ~ group, data = phosphate)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>