CI.lambda | R Documentation |
The CI.lambda
function provides a plot of the profile (penalized)
likelihood ratio statistics for lambda, useful to obtain confidence
intervals for the skewness parameter (see Queiroz and Ferrari (2022)).
CI.lambda(object, conf.coef = 0.95, lower = NULL, upper = NULL)
object |
fitted model object of class " |
conf.coef |
confidence level of the confidence interval. Default is 0.95. |
lower |
a numeric value representing the lower limit of the interval for
the skewness parameter. If |
upper |
a numeric value representing the upper limit of the interval for
the skewness parameter. If |
The function returns a plot of the profile penalized likelihood ratio statistics for lambda with a horizontal dashed line, indicating the confidence interval for lambda. It also shows the confidence interval obtained.
data("PeruVotes") fitPL <- PLreg(votes ~ HDI | HDI, data = PeruVotes, family = "TF", zeta = 5) CI.lambda(fitPL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.