getDfuncModelFrame: Return model frame for dfunc

View source: R/getDfuncModelFrame.R

getDfuncModelFrameR Documentation

Return model frame for dfunc

Description

Returns the model frame from a formula and data set. This routine is intended to only be called from within other Rdistance functions.

Usage

getDfuncModelFrame(formula, data)

Arguments

formula

A dfunc formula object. See dfuncEstim.

data

The data frame from which variables in formula (potentially) come.

Details

This routine is needed to get the scoping correct in dfuncEstim. In dfuncEstim, we first merge the detection and site data frames, then call this routine.

Value

a model frame containing the response and covariates resulting from evaluating formula in data.


Rdistance documentation built on July 9, 2023, 6:46 p.m.