Learn R Programming

acmeR (version 1.1.0)

read.data: Construct ACME Sufficient Statistics

Description

Reads in an event-level dataset of carcass placements and searches and constructs a carcass-level and search-level table of sufficient statistics.

Usage

read.data(fname = "acme-sim.csv", spec = "", blind = TRUE, tz = "PST8PDT")

Arguments

fname
Data, either a string for csv files or a data frame name
spec
Species subset. Default is empty string.
blind
logial. If TRUE, ensures FT are always unaware of carcasses
tz
Time Zone. Default is US West Coast

Value

read.data returns an invisible list with components:
scav
carcass-level table of removal data
srch
event-level table or searcher proficiency data
Ik
summary (count, average, sd) of FT Search Intervals
Sk
summary (count, average, sd) PFM check intervals
NP.Spec
number of without a "Placed" event
NP.ID
number of birds without a "Placed" event
fn
name of data - parameter fname
Info
list of select system information