## S3 method for class 'islasso'confint(object, parm, level =0.95, type.ci ="wald", trace =TRUE,...)
Arguments
object: a fitted model object of class "islasso".
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.
level: the confidence level required.
type.ci: Only Wald-type confidence intervals are implemented yet! type.ci = "wald" estimates and standard errors are used to build confidence interval
trace: if TRUE (default) a bar shows the iterations status.