NormEnt {GCEstim} | R Documentation |
Normalized Entropy
Description
Returns the normalized entropy of the model or the normalized entropy of the predictors.
Usage
NormEnt(object, model = TRUE, parm)
Arguments
object |
|
model |
Boolean value. if |
parm |
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered. |
Value
the value of the normalized entropy of the model or parameters.
Author(s)
Jorge Cabral, jorgecabral@ua.pt
Examples
res_gce_package <-
lmgce(y ~ .,
data = dataGCE,
boot.B = 50,
seed = 230676)
NormEnt(res_gce_package)
[Package GCEstim version 0.1.0 Index]