Last data update: 2014.03.03

R: Assay for Relaxin
RelaxinR Documentation

Assay for Relaxin

Description

The Relaxin data frame has 198 rows and 3 columns.

Format

This data frame contains the following columns:

Run

an ordered factor with levels 5 < 8 < 9 < 3 < 4 < 2 < 7 < 1 < 6

conc

a numeric vector

cAMP

a numeric vector

Source

Pinheiro, J. C. and Bates, D. M. (2000), Mixed-Effects Models in S and S-PLUS, Springer, New York.

Examples

str(Relaxin)

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(MEMSS)
Loading required package: lme4
Loading required package: Matrix

Attaching package: 'MEMSS'

The following objects are masked from 'package:datasets':

    CO2, Orange, Theoph

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/MEMSS/Relaxin.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Relaxin
> ### Title: Assay for Relaxin
> ### Aliases: Relaxin
> ### Keywords: datasets
> 
> ### ** Examples
> 
> str(Relaxin)
'data.frame':	198 obs. of  3 variables:
 $ Run : Factor w/ 9 levels "1","2","3","4",..: 1 1 1 1 1 1 1 1 1 1 ...
 $ conc: num  0.085 0.34 0.34 0.34 0.69 0.69 0.69 1.38 1.38 1.38 ...
 $ cAMP: num  1.77 3.35 4 6.1 8.4 ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>