View source: R/construct_confidence_set.R
get.sample.mean.r | R Documentation |
Computes the vector of differences between the sample mean at the reference index and the remaining dimensions.
get.sample.mean.r(sample.mean, r)
sample.mean |
A vector of length |
r |
An integer between 1 and |
A vector of length p - 1
giving the differences: sample.mean[r] - sample.mean[-r].
sample.mean <- 1:5
get.sample.mean.r(sample.mean, r = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.