get_polynomials_lineup | R Documentation |
This function downloads and returns a list containing the information of 588 lineups including their metadata and observations. See also polynomials.
get_polynomials_lineup()
A list with 588 items, where each item contains a named list metadata
and a data.frame data
:
Metadata contains metadata of the lineup:
Type of the model
The main formula of the model
Shape of the Hermite polynomials, please check POLY_MODEL$hermite
Distribution of variable x
Whether to include variable z
in the model
Distribution of error term e
The standard deviation of the error term e
Name of the model
Number of residual plots in a lineup
Number of observations in a residual plot
Effect size of the actual residual plot
The answer of the lineup
Data contains data for drawing 20 residual plots:
Values of y
Values of non-scaled x
Values of scaled x
(between -1 to 1)
Values of non-scaled z
Values of scaled z
(between -1 to 1)
Values of the error term e
Value of residuals
Fitted values
Name of the conventional test
Test statistics
P-value of the test
Position of the plot in a lineup
Whehter or not it is a null residual plot
https://raw.githubusercontent.com/TengMCing/visage/master/data-raw/polynomials_lineup.rds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.