get_summary {bsam} | R Documentation |
Extract summary output and optionally export as a .csv file.
Description
Takes a fitted fit_ssm
object and extracts the summary data.frame, which includes
the animal ids, POSIXct date/time (at increments specified by tstep
in the fit_ssm
call),
posterior mean longitude and latitude, and the 2.5, 50, and 97.5
longitude and latitude. For the DCRWS
and hDCRWS
models, the posterior mean and median behavioural
states corresponding to each estimated location are also provided.
Usage
get_summary(x, file = " ")
Arguments
x |
an output object from |
file |
a character string naming a file. " " indicates output to the console (default) |
Value
a summary data.frame printed either to the console (default) or written as .csv to a specified file.
[Package bsam version 1.1.3 Index]