Last chance! 50% off unlimited learning
Sale ends in
Compute the radius of a
chang(x, estimator, alp = NULL)# S3 method for SO3
chang(x, estimator, alp = NULL)
# S3 method for Q4
chang(x, estimator, alp = NULL)
character string either "mean" or "median."
alpha level desired, e.g. 0.05 or 0.10.
Radius of the confidence region centered at the specified estimator.
Compute the radius of a prentice
and
fisheretal
do.
chang2001
# NOT RUN {
Rs <- ruars(20, rcayley, kappa = 100)
# The chang method can be accesed from the "region" function or the "chang" function
region(Rs, method = "direct", type = "asymptotic", alp = 0.1, estimator = "mean")
chang(Rs, estimator = "mean", alp = 0.1)
# }
Run the code above in your browser using DataLab