Learn R Programming

activityGCMM (version 1.1.1)

redfoxsample: Sample data of camera trap observations of red fox

Description

Example dataset for fitting circular mixed effect mixture models with activityGCMM package

Usage

redfoxsample

Arguments

Format

Dataframes with 3 variables Radians Time of observations, in radians (0 to 2pi) CameraTrapID Variable identifying camera traps SamplingPeriod Variable identifying sampling period during which camera traps were recording

Details

Sample data of camera trap observations of humans

Examples

Run this code
# NOT RUN {
data(redfoxsample)
# }
# NOT RUN {
 GCMM(data=redfoxsample$Radians, RE1=redfoxsample$SamplingPeriod, 
    scale=c("2pi"), family="vonmises", autojags=FALSE,
    adapt=0, sample=300, burnin=300, thin=1, n.chains=2  ) 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab