se is a generic function which extracts standard errors
from objects.
Arguments
Object to interrogate for standard errors.
- x
an object for which the extraction of standard errors is
meaningful.
Value
Standard errors extracted from the model object x.
Details
This function provides a generic interface for extraction of standard
errors from objects.
Note
This method currently only supports objects from the np library.
Examples
x <- rnorm(10)
se(npudens(npudensbw(~x)))
#> [1] 0.12767671 0.09841600 0.10149545 0.12312091 0.12786907 0.11267285
#> [7] 0.12855406 0.12525665 0.06632523 0.12409176