actmod-class | R Documentation |
An S4 class describing activity models fitted to time of observation data.
data
Object of class "numeric"
, the input data.
wt
Object of class "numeric"
, weights applied to the data.
bw
Object of class "numeric"
, kernel bandwidth.
adj
Object of class "numeric"
, kernel bandwidth adjustment multiplier.
pdf
Object 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.
act
Object 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.