Last data update: 2014.03.03

R: Missouri Dickcissel Nest Survival Data - Interval Format
example1R Documentation

Missouri Dickcissel Nest Survival Data - Interval Format

Description

The Missouri dickcissel dataset collected by Suedkamp Wells(2005) is analyzed via BEANSP for illustration. For more detailed analysis,see Cao et.al(2009).

Usage

data(example1)

Format

A data frame with 217 observations on the following 8 variables.

id

Nest id

fate

Nest fate; if 1, the nest fate is success;if 0, the nest fate is failure.

ul

The youngest possible age that the nest could have been when first encounterd.

ur

The oldest possible age that the nest could have been when first encounterd.

zl

The smallest possible number of time units from the first encounter date to the outcome date.

zr

The largest possible number of time units from the first encounter date to the outcome date.

cov1

The first nest-specific covariate.

cov2

The second nest-specific covariate.

Details

The interval format is prefered if one has some additional information about encounter age and exposure interval other than visiting dates. The additional information may yield more precise intervals.

References

Cao, J., He, C., Suedkamp Wells, K.M., Millspaugh, J.J., and Ryan, M.R. (2009). Modeling age and nest-specific survival using a hierarchical Bayesian approach. Biometrics, 65, 1052-1062.

Examples

data(example1)

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(BEANSP)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/BEANSP/example1.Rd_%03d_medium.png", width=480, height=480)
> ### Name: example1
> ### Title: Missouri Dickcissel Nest Survival Data - Interval Format
> ### Aliases: example1
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(example1)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>