Focus
focus.Rd
Selects the variables or factor levels of the specified frame.
Usage
# S3 method for data.frame
focus(frame, ...)
# S3 method for formula
focus(formula, ...)
# S3 method for wsm
focus(moments, ...)
# S3 method for bsm
focus(moments, ...)
# S3 method for cor
focus(corrs, ...)
Arguments
- frame
a set of (non-empty) numeric vectors of data values
- formula
a formula of the form
lhs ~ rhs
wherelhs
is a numeric variable giving the data values andrhs
a factor giving the corresponding groups- moments
a matrix/frame of descriptive/summary statistics
- corrs
a matrix/frame of correlations
- ...
a set of variables or factor levels to be analyzed