experimental_results | R Documentation |
Report the results of the experiment as well as confidence intervals.
experimental_results(xs, ys, alpha = 0.05, B = 1000)
xs |
The design |
ys |
The measurements of the response |
alpha |
|
B |
For the confidence interval methods with an embedded bootstrap (or resampling), the number
of resamples (defaults to |
A list object containing the estimate as well as confidence intervals and parameters.
Adam Kapelner
n = 10
xmin = 5 / 15
xmax = 19 / 1
xs = runif(n, xmin, xmax)
ys = 2 + 3 * xs + rnorm(n)
experimental_results_info = experimental_results(xs, ys)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.