se | R Documentation |
se
is a generic function which extracts standard errors
from objects.
se(x)
x |
an object for which the extraction of standard errors is meaningful. |
This function provides a generic interface for extraction of standard errors from objects.
Standard errors extracted from the model object x
.
This method currently only supports objects from the np
library.
Tristen Hayfield tristen.hayfield@gmail.com, Jeffrey S. Racine racinej@mcmaster.ca
fitted
, residuals
, coef
,
and gradients
, for related methods;
np
for supported objects.
x <- rnorm(10)
se(npudens(npudensbw(~x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.