Description Usage Value User Input Examples
The user can upload any multivariate data set with at least two continuous variables and it must be a .csv file. The user then specifies which columns of data they're interested in examining, which produces several tables and graphs. The first table is just the first six entries of data, for the user to check that they have the right data. There is then a graph of the (1-α)*100% confidence ellipse for the columns of data, with dashed lines drawing the \T[2] intervals of the specified columns. Below that graph is a table that outputs the (1-α)*100% \T[2] confidence intervals for all columns of the data. Next is a graph of the (1-α)*100% confidence ellipse with dashed lines drawing the Bonferroni confidence intervals for the specified columns of data. The last graph is the same confidence ellipse, but with both the T[2] and the Bonferroni confidence intervals drawn on it, for comparison. The last output is a table with the T[2] confidence intervals for the difference in means of the specified columns (μ_i - μ_k).
1 | shiny_ci()
|
a table with the first six entries of the user-uploaded data
a graph with the (1-α)*100% confidence ellipse for the columns of data, with dashed lines drawing the \T[2] intervals
a table with the (1-α)*100% T[2] confidence intervals for all the columns of data
a graph with the (1-α)*100% confidence ellipse with dashed lines drawing the Bonferroni confidence intervals
a table with the (1-α)*100% Bonferroni confidence intervals for all the columns of data
a graph with the (1-α)*100% confidence ellipse for the columns of data, with dashed lines drawing the Bonferroni intervals and dotted lines drawing the \T[2] intervals
The user has the following input options:
The user inputs a .csv file
The user enters the column number of the first variable for the confidence ellipses
The user enters the column number of the first variable for the confidence ellipses
The user enters the α value for the confidence ellipses
The user enters a label for the y-axis of the graphs
The user enters a label for the x-axis of the graphs
1 | ## Not run: shiny_ci()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.