Fit data with success probability responses:
Weight by the number of observations for each predictor value:
This gives the same best fit function as success failure data:
Fit a model given a design matrix and response vector:
See the functional form:
Fit the model referring to the basis functions as

and

:
Obtain a list of available properties:
Fit a probit model:
Extract the original data:
Obtain and plot the best fit:
Obtain the fitted function as a pure function:
Get the design matrix and response vector for the fitting:
Examine residuals for a fit:
Visualize the raw residuals:
Visualize Anscombe residuals and standardized Pearson residuals in stem plots:
Fit a probit model to some data:
The estimated dispersion is 1 by default:
Use Pearson's

as the dispersion estimator instead:
Plot the deviances for each point:
Obtain the analysis of deviance table:
Get the residual deviances from the table:
Extract the numeric entries from the table:
Use
Grid to add formatting:
Obtain a formatted table of parameter information:
Extract the column of

-statistic values:
Get the unformatted array of values from the table:
Add formatting using
Grid:
Add formatting via
TableForm:
Fit some data containing extreme values to a probit model:
Check Cook distances to identify highly influential points:
Check the diagonal elements of the hat matrix to assess influence of points on the fitting:
Fit a probit model:
Plot the predicted values against the observed values:
Obtain a table of goodness-of-fit measures for a probit model:
Compute goodness-of-fit measures for all subsets of predictor variables:
Rank the models by AIC: