make_analysis: Make an analysis

Description Usage Arguments Value Author(s)

View source: R/make_analysis.R

Description

This function calls make_model to create the call to ddf it also creates an environment with the data necessary to perform the call.

Usage

1
make_analysis(this_analysis, model_definitions, data_filters, data, transect)

Arguments

this_analysis

an analysis from Distance

model_definitions

a list of model definitions

data_filters

a list of data filters

data

the data to use with the model (see get_data and unflatfile)

transect

the transect type

Value

a list with the following elements: a character string specifying a call to ddf, an environment to run it in, the name of the analysis and it's ID.

Author(s)

David L Miller


dill/readdst documentation built on Sept. 23, 2021, 1:50 a.m.