Probit ("probability unit") regression is a classical machine learning technique that can be used for binary classification -- predicting an outcome that can only be one of two discrete values. For ...
Three link functions are available in the LOGISTIC procedure. The logit function is the default. To specify a different link function, use the LINK= option in the MODEL statement. The link functions ...
To recap, probit regression uses the phi () function which is an area under than Standard Normal distribution. To estimate phi () you can use a special erf () function, and to estimate erf () you can ...