Description Usage Arguments Examples
This function has 2 main features. The first feature is the quality control ellipse chart itself. The chart can be used to visually asses bivariate normality. The shape and direction of the ellipse gives information about the covariance between the 2 data columns. The second feature is test points. A vector argument can be supplied to be plotted on the control chart. The point is plotted in red for easy viewing. The user can easily determine whether the point being tested falls inside the quality control ellipse.
1 | confEllipse(data, vec = NULL, alpha = 0.05, formatted = TRUE)
|
data |
, a 2 column data frame |
vec |
, a test point in the form of a 2x1 bector |
alpha |
, a confidence level |
formatted |
, a logical argument to determine whether the data is formatted correctly |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.