summary.nf {nearfar} | R Documentation |
Summary method for object of class “nf”
Description
Displays key information, e.g., number of matches tried,
and post-match balance, for opt_nearfar
function
Usage
## S3 method for class 'nf'
summary(object, ...)
Arguments
object |
Object of class “nf” returned by |
... |
additional arguments affecting the summary produced |
Value
Returns a summary of results from opt_nearfar
function
Author(s)
Joseph Rigdon jrigdon@wakehealth.edu
See Also
Examples
k = opt_nearfar(dta=mtcars, trt="drat", covs=c("cyl", "disp"),
trt.type="cont", iv="carb", imp.var=NA, tol.var=NA, adjust.IV=TRUE,
max.time.seconds=1)
summary(k)
[Package nearfar version 1.3 Index]