summary.nf | R Documentation |
Displays key information, e.g., number of matches tried,
and post-match balance, for opt_nearfar
function
## S3 method for class 'nf'
summary(object, ...)
object |
Object of class “nf” returned by |
... |
additional arguments affecting the summary produced |
Returns a summary of results from opt_nearfar
function
Joseph Rigdon jrigdon@wakehealth.edu
opt_nearfar
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.