diagnose | R Documentation |
This function launches a Shiny application that allows users to upload data and perform various statistical tests on the dataset. Users can select the dependent and independent variables, choose the appropriate statistical test, and view the results.
diagnose()
NULL The function does not return a value, but launches the Shiny app.
if (interactive()) {
diagnose()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.