Learn R Programming

tidydelta (version 0.1.0)

cases_ext: Extract variables and their names from the formula

Description

Extract variables and their names from the formula

Usage

cases_ext(formula, mean_dta = NULL, cov_dta = NULL)

Value

list containing objects with variables and formula

Arguments

formula

A formula object specifying the variables of interest.

mean_dta

Vector containing the means of the variables.

cov_dta

Covariance matrix of the variables.