powered by
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.
components
subset
l(...)
subset conditions or variable names
list.
# NOT RUN { components <- l(d, x1, intercept) subsets <- l(, z %in% c(2, 4)) # }
Run the code above in your browser using DataLab