// import the data into a dataset called Data Data = webimport("www.bayeconsoft.com/datasets/UnionMembership.csv"); // generate a constant term Data.constant = 1; // run the Probit model Probit = probit( union ~ constant hours married black hisp health );