params: Parameter Descriptions for detrange Functions

paramsR Documentation

Parameter Descriptions for detrange Functions

Description

Parameter Descriptions for detrange Functions

Arguments

...

Unused parameters.

data

A data.frame of the detection range data (see range_obs)

x

The object.

object

The object.

by

A string of the column indicating group to derive predictions at.

conf_level

A number between 0 and 1 of the confidence level.

de

A vector of numbers between 0 and 1 of the detection efficiency to predict distance at.

detects

A string of the column name containing detections.

distance

A vector of the distances to predict detection efficiency at. If NULL, a vector of length 30 spanning the range of the Distance in the data is generated.

distance_min

A positive number of the minimum distance.

distance_max

A positive number of the maximum distance.

estimate

A function to calculate the estimate.

facet

A flag indicating whether to facet plot by Station.

min_random_slope

A whole number of the minimum number of Stations required to fit slope parameter as a random effect.

min_random_intercept

A whole number of the minimum number of Stations required to fit intercept parameter as a random effect.

n

A whole number of the data points per station.

nstation

A whole number of the number of stations.

nthin

A whole number of the number of thins.

pings

A string of the column name containing pings.

ping_min

A positive whole number of the minimum pings.

ping_max

A positive whole number of the maximum pings.

predict_de

A tibble of the output of dr_predict_de.

predict_distance

A tibble of the output of dr_predict_distance.

priors

A named list of the parameter names and priors (in BUGS language) including some subset of the parameters required by the model. Any parameters not included will fall back to defaults in priors(). If NULL, all default priors are used.

quiet

A flag indicating whether to suppress messages and progress bars.

random_effects

A flag indicating whether to include random effect terms.

seed

A positive whole number of the seed.

term

A string of the term name.

params

A named list of the parameter names and values to simulate.

xlab

A string of the x-axis title.

ylab

A string of the y-axis title.


Freshwater-Fish-Ecology-Laboratory/detrange documentation built on Oct. 30, 2024, 1:10 p.m.