Learn R Programming

ivmte (version 1.0.0)

l: Listing subsets and components

Description

This function allows the user to declare a list of variable names in non-character form and subsetting conditions. This is used to ensure clean entry of arguments into the components and subset arguments of the function.

Usage

l(...)

Arguments

...

subset conditions or variable names

Value

list.

Examples

Run this code
# NOT RUN {
components <- l(d, x1, intercept)
subsets <- l(, z %in% c(2, 4))

# }

Run the code above in your browser using DataLab