se {disaggR} | R Documentation |
Extracting the standard error
Description
The function se
returns the standard error of the coefficients
from either a praislm or a twoStepsBenchmark object.
Usage
se(object)
Arguments
object |
a praislm or twoStepsBenchmark object. |
Value
a numeric, that is named the same way that the coefficients are.
If some coefficients are set by the user, they return NA
as for
their standard error.
[Package disaggR version 1.0.5.3 Index]