Line | displays contour levels as unlabeled lines. |
Fill | displays the area between the contour levels as filled. Each contour interval is filled with one color. |
Gradient | displays a smooth gradient of color to represent contour levels. |
LineFill | combines the Line and Fill types. Each contour interval is filled with one color. Displays contour levels as unlabeled lines. |
LineGradient | combines the Line and Gradient types. Displays contour levels as unlabeled lines. |
LabeledLine | adds labels to the Line type. Displays contour levels as labeled lines. |
LabeledLineFill | adds labels to the LineFill type. Each contour interval is filled with one color. Displays contour levels as lines with labels showing contour level values. |
LabeledLineGradient | adds labels to the LineGradient type. Displays contour levels as lines with labels showing contour level values. |
CLM | creates confidence limits. This option is available for all three plots. The confidence level is set by the alpha value. |
CLI | produces confidence limits for individual predicted values for each observation. This option is available for regression and PBSpline plots. The confidence level is set by the alpha value. |
Alpha value | specifies the confidence level to compute. The default is 0.05, which represents a 95% confidence level. |
Degree | specifies the degree of the polynomial that is computed. A degree of one produces a linear fit, a degree of two produces a quadratic fit, and so on. For loess plots, you can specify a degree of one (default) or two. For regression and PBSpline plots, you can specify a degree of one through five. |
Interpolation | specifies the degree of the interpolating polynomials that are used for blending local polynomial fits at the vertices. This value is used with loess plots. Possible choices are Linear (default) and Cubic. |