Variable Specification (PROBIT command)

The variable specification on PROBIT identifies the variables for response count, observation count, groups, and predictors. The variable specification is required.

Example

PROBIT R OF N WITH X.

Example

PROBIT  R OF N BY ROOT(1,2) WITH X.

PROBIT  R OF N WITH X BY ROOT(1,2).