CHANGES IN smam VERSION 0.4.0
MAJOR CHANGES
-
Added moving-resting-handling model with both full likelihood and composite likelihood.
-
Provided option to use only part of dataset to fit BMME model, moving-resting model
and moving-resting-handling model (in functionfitBMME
,fitMR
, andfitMRH
). -
Provided tools for seasonal behavior analysis.
-
Parallel code is implemented for moving-resting-handling model to speed code up.
-
Added code for predicting state at given time point under MR model and MRH model (beta version).
MINOR CHANGES
-
Added vignette for quick start.
-
Redocumented whole package.
-
Renamed
rBmme -> rBMME
,fitBmme -> fitBMME
,rMovRes -> rMR
andfitMovRes -> fitMR
. -
Provided option to show simulated states in
rMR
andrMRH
.