Related Articles
Values
Values (in a dataset) Values are the specific entries recorded for each case (row) on a given variable (column) in a dataset. A value represents the observed measurement, category, or state of that variable for an individual case. In other words, if ...
outliers
An outlier is a value more than 1.5 IQRs above Q3 or below Q1.
supernova()
The supernova() function will compute an analysis of variance (ANOVA) for a model, and present the statistics in a modified ANOVA table, that includes: - sums of squares (SS) - degrees of freedom (df) - mean squares (MS) - proportional reduction in ...
anova()
The anova() function will compute an analysis of variance (ANOVA) for a model, and present the statistics in an ANOVA table, that includes: - sums of squares (Sum Sq) - degrees of freedom (Df) - mean squares (Mean Sq) - F values - p-values (Pr(>F)) ...
intercept
Intercept is the value where a line intersects with the y-axis; the value of y when the x is 0; for example, in the equation for a line, y = mx + b, the y-intercept is represented by b.