n2w: Transform parameters from natural to working scale

View source: R/n2w.R

n2wR Documentation

Transform parameters from natural to working scale

Description

Transform parameters from natural to working scale

Usage

n2w(beta, rdist = c("fixed", "multistate", "exp", "gamma", "weibull"),
  r = NULL, sigma = NULL, shape = NULL, rate = NULL, gamma = NULL,
  xy = NULL, norm = FALSE)

Arguments

beta

Coefficients of the RSF

rdist

Distribution of the availability radius ("fixed", "multistate", "exp", "gamma", or "weibull)

r

Availability radius, if rdist="fixed" (or vector of radii if multistate)

sigma

Vector of standard deviations (if norm=TRUE)

shape

Shape parameter, if rdist="gamma"

rate

Rate parameter, if rdist="exp" or rdist="gamma"

gamma

Transition probability matrix, if rdist="multistate"

xy

Matrix of observed locations, needed to derive maximum step length if rdist="fixed"

norm

Logical. TRUE if normal transition density. (Only for multistate case)

Value

Vector of parameters on the working scale


TheoMichelot/localGibbs documentation built on March 24, 2022, 5:56 a.m.