actmod-class {activity}R Documentation

Activity model class.

Description

An S4 class describing activity models fitted to time of observation data.

Slots

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.


[Package activity version 1.3.4 Index]