Learn R Programming

np (version 0.60-8)

se: Extract Standard Errors

Description

se is a generic function which extracts standard errors from objects.

Usage

se(x)

Arguments

x

an object for which the extraction of standard errors is meaningful.

other arguments.

Value

Standard errors extracted from the model object x.

Details

This function provides a generic interface for extraction of standard errors from objects.

See Also

fitted, residuals, coef, and gradients, for related methods; np for supported objects.

Examples

Run this code
# NOT RUN {
x <- rnorm(10)
se(npudens(npudensbw(~x)))
# }

Run the code above in your browser using DataLab