Last data update: 2014.03.03

R: Dataset due to Powell (1990)
powellR Documentation

Dataset due to Powell (1990)

Description

Dataset due to Powell (1990)

Usage

data(powell)

Format

A frequency table of counts of association data.

Source

  • W. Powell, M. Coleman and J. McNicol 1990 “The statistical analysis of potato culture data”. Plant Cell, Tissue and Organ Culture 23:159-164

Examples

data(powell)
Lindsey(powell, powell_counts)

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(MM)
Loading required package: magic
Loading required package: abind
Loading required package: partitions
Loading required package: emulator
Loading required package: mvtnorm
Loading required package: Oarray
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/MM/powell.Rd_%03d_medium.png", width=480, height=480)
> ### Name: powell
> ### Title: Dataset due to Powell (1990)
> ### Aliases: powell Powell powell_counts
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(powell)
> Lindsey(powell, powell_counts)
$p
    responding not_responding 
     0.3155394      0.6844606 

$theta
               responding not_responding
responding             NA      0.7864148
not_responding         NA             NA

> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>