Focus
focus.RdSelects the variables or factor levels of the specified frame.
Usage
# Default S3 method
focus(...)
# S3 method for class 'data.frame'
focus(frame, ...)
# S3 method for class 'formula'
focus(formula, ...)
# S3 method for class 'wsm'
focus(moments, ...)
# S3 method for class 'bsm'
focus(moments, ...)
# S3 method for class 'cor'
focus(corrs, ...)Arguments
- frame
a set of (non-empty) numeric vectors of data values
- formula
a formula of the form
lhs ~ rhswherelhsis a numeric variable giving the data values andrhsa 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