Class: NonLinearModel
Plot of slices through fitted nonlinear regression surface
plotSlice(mdl)
h = plotSlice(mdl)
plotSlice(
creates
a new figure containing a series of plots, each representing a slice
through the regression surface predicted by mdl
)mdl
.
For each plot, the surface slice is shown as a function of a single
predictor variable, with the other predictor variables held constant.
returns
handles to the lines in the plot.h
= plotSlice(mdl
)
|
Nonlinear regression model, constructed by |
|
Vector of handles to lines or patches in the plot. |
If there are more than eight predictors, plotSlice
selects
the first five for plotting. Use the Predictors menu
to control which predictors are plotted.
The Bounds menu lets you choose between simultaneous or non-simultaneous bounds, and between bounds on the function or bounds on a new observation.