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

fitted lmgce or tsbootgce object.

model

Boolean value. if model = TRUE, the model's normalized entropy is returned. If model = FALSE the normalized entropy of each estimate is returned. The default is model = TRUE.

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]