Compute confidence intervals for objects of class medshift, which contain estimates produced by medshift.

# S3 method for medshift
confint(object, parm = seq_len(object$psi), level = 0.95, ...)

Arguments

object

An object of class medshift, as produced by invoking medshift, for which a confidence interval is to be computed.

parm

A numeric vector indicating indices of object$est for which to return confidence intervals.

level

A numeric indicating the confidence interval level.

...

Other arguments. Not currently used.