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:
Fit the model referring to the basis functions as
x and
y:
Obtain a list of available properties:
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 logit model to some data:
The estimated dispersion is one by default:
Use Pearson's
2 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 logit 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:
Plot the predicted values against the observed values:
Obtain a table of goodness of fit measures for a logit model:
Compute goodness of fit measures for all subsets of predictor variables: