DDF.Analysis-class: Class "DDF.Analysis"

Description Slots Methods See Also

Description

Class "DDF.Analysis" is an S4 class describing a detection function which is to be fitted to the data.

Slots

dsmodel

Object of class "formula"; describing the detection function model.

criteria

Object of class "character"; describes which model selection criteria to use ("AIC","AICc","BIC").

truncation

Object of class "character"; Specifies the truncation distance for the analyses.

binned.data

Object of class "character"; logical value specifying if the data should be binned for analysis.

cutpoints

Object of class "character"; gives the cutpoints of the bins for binned data analysis.

analysis.strata

Dataframe with two columns ("design.id" and "analysis.id"). The former gives the strata names as defined in the design (i.e. the region object) the second specifies how they should be grouped (into less strata) for the analyses

ddf.result

Object of class "list"; object of S3 class ddf.

Methods

run.analysis

signature=c(object = "DDF.Analysis", data = "DDF.Data"): runs the analysis described in the object on the data provided.

See Also

make.ddf.analysis.list


DSsim documentation built on March 26, 2020, 7:39 p.m.