| actmod-class | R Documentation |
An S4 class describing activity models fitted to time of observation data.
dataObject of class "numeric", the input data.
wtObject of class "numeric", weights applied to the data.
bwObject of class "numeric", kernel bandwidth.
adjObject of class "numeric", kernel bandwidth adjustment multiplier.
pdfObject of class "matrix" describing fitted probability density function:
Column 1: A regular sequence of radian times at which PDF evaluated; range is [0, 2*pi] if unbounded, and sequence steps are range difference divided by 512.
Column 2: Corresponding circular kernel PDF values.
Additionally if errors bootstrapped:
Column 3: PDF standard error.
Column 4: PDF lower 95% confidence limit. Column 5: PDF upper 95% confidence limit.
actObject of class "numeric" giving activity level estimate and, if errors boostrapped, standard error and 95 percent confidence limits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.