What Is Ordered Probit?

Total Page:16

File Type:pdf, Size:1020Kb

What Is Ordered Probit? Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) © 2020 SAGE Publications, Ltd. All Rights Reserved. This PDF has been generated from SAGE Research Methods Datasets. SAGE SAGE Research Methods Datasets Part 2020 SAGE Publications, Ltd. All Rights Reserved. 1 Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) Student Guide Introduction This dataset example introduces ordered probit. This technique allows researchers to evaluate whether a categorical variable with three or more categories that follow some order is a function of one or more independent variables. The ordered probit model is most commonly estimated via maximum likelihood estimation (MLE). This example describes ordered probit, discusses the assumptions underlying it, and shows how to estimate and interpret ordered probit models. We illustrate ordered probit using a subset of data from the 2013 Behavioral Risk Factor Surveillance System (BRFSS) operated by the U.S. Centers for Disease Control (http://www.cdc.gov/brfss/). Specifically, we test whether a 3-category measure of the strenuousness of recent activity is predicted by gender, age, income, and education level. An analysis like this allows researchers to evaluate factors that predict activity levels, which may be useful in designing fitness plans. What Is Ordered Probit? Ordered probit models explain variation in a categorical variable that consists of three or more ordered categories as a function of one or more independent Page 2 of 20 Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) SAGE SAGE Research Methods Datasets Part 2020 SAGE Publications, Ltd. All Rights Reserved. 1 variables. Categories must only be ordered (e.g. lowest to highest, weakest to strongest, strongly agree to strongly disagree) – the method does not require that the distance between the categories be equal. Typically the values of such variables are scored sequentially starting at 0 or 1, but the method only requires that the scoring follow some recognizable order. Ordered probit models are typically used when the dependent variable has 3 to 7 ordered categories. More than that, and researchers often turn to OLS regression, while if the dependent variable only has two categories, the ordered probit model reduces to simple probit. Ordered probit is one example from the family of Generalized Linear Models (GLMs). GLMs connect a linear combination of independent variables and estimated parameters – often called the linear predictor – to a dependent variable using a link function. The link function typically involves some sort of non-linear transformation, which in the case of ordered probit means that the probabilities that a given observation in the dataset falls into each of the categories of the dependent variable are non-linear functions of the independent variables. The parameters of GLMs are typically estimated using Maximum Likelihood Estimation (MLE). Because ordered probit models are estimated via MLE, it is best if the dataset has a sufficiently large number of observations. Just how many is open to debate, but in his book Regression Models for Categorical and Limited Dependent Variables (SAGE, 1997), J. Scott Long suggests trying to meet two criteria: (1) have at least 100 observations total, and (2) have at least 10 observations for each coefficient estimated in the model. In simple terms, MLE is an iterative process that approximates estimates for the coefficients that maximize the fit of the model to the sample of data. By maximizing fit, MLE also minimizes the unexplained variance in the dependent variable. In that sense, MLE accomplishes the same objective as ordinary least squares (OLS) does for standard regression. Page 3 of 20 Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) SAGE SAGE Research Methods Datasets Part 2020 SAGE Publications, Ltd. All Rights Reserved. 1 When computing statistical tests, it is customary to define the null hypothesis (H0) to be tested. In ordered probit, the standard null hypothesis is that each coefficient is equal to zero. The actual coefficient estimates will not be exactly equal to zero in any particular sample of data, simply due to random chance in sampling. The t-tests conducted to test each individual coefficient are designed to help determine if the coefficients are different enough from zero to be declared statistically significant. “Different enough” is typically defined as producing a test statistic with a level of statistical significance, or p-value, that is less than 0.05. This would lead us to reject the null hypothesis (H0) that the coefficient in question equals zero. Estimating an Ordered Probit Model One way to understand the ordered probit model is to imagine that there is a continuous, but unobserved, dependent variable that is a linear function of an independent variable. Let’s call that latent dependent variable Y* and the observed independent variable X. We do not observe Y*, but we do observe Y as a categorical variable. Which category of Y a case falls into depends on whether Y* crosses a given threshold. Figure 1 illustrates this in the simple case where Y only takes on two values, coded 0 for those voting for Romney for U.S. President in 2012 and 1 for those voting for Obama. Figure 1 shows a latent, or unobserved, propensity of voting for Obama on the y-axis as Y*. This propensity is a linear function of X. At any given value for X, there is a probability distribution representing possible values for Y*. Because the area under any probability distribution sums to 1, at any given value of X, the average probability of someone voting for Obama is captured by the proportion of the probability distribution that falls above the threshold dividing Y* into those two groups. That proportion of the distribution is shown in blue in Figure 1. For a probit model, the distribution is assumed to be normal. (Note: If the Page 4 of 20 Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) SAGE SAGE Research Methods Datasets Part 2020 SAGE Publications, Ltd. All Rights Reserved. 1 distribution were assumed to be logistic, we would estimate the model using logit rather than probit.) The mean chart shows the gradual shift in the mean. The vertical axis is labeled “Latent Propensity (Y asterisks)” and the horizontal axis is labeled “Values of X.” It shows five normal distribution curves, drawn next to each other diagonally from bottom-left to top-right. A linear positively sloped line passes through the mean value with zero standard deviation of all the curves. A horizontal dotted line labeled “Threshold” is drawn passing through the curves. The region of the curves lying above the dotted line is shaded. The region above the dotted line is labeled “Voted for Obama (Y equals 1)” and the region lying below is labeled “Voted for Romney (Y equals 0).” Figure 1 Illustration of the latent variable interpretation of a simple probit model with a single threshold and two categories for the dependent variable. Page 5 of 20 Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) SAGE SAGE Research Methods Datasets Part 2020 SAGE Publications, Ltd. All Rights Reserved. 1 Figure 2 shows what happens when we have three ordered categories rather than two. Figure 2 still represents a latent variable Y* on the y-axis as a linear function of X. However, Y* is now divided by two thresholds into three observed categories. At any given value of X, the proportion of the probability distribution that falls below the first threshold (shown as white) represents the probability of falling into the first category. The proportion of the probability distribution that falls between the two thresholds (shown in red) represents the probability of falling into the second category. The proportion of the probability distribution that falls above the second threshold (shown in blue) represents the probability of falling into the third category. At any given value of X, all of these probabilities will (and must) sum to 1. For an ordered probit model, the distribution is assumed to be normal. (Note: If the distribution were assumed to be logistic, we would estimate the model using ordered logit rather than ordered probit.) The mean chart shows the gradual shift in the mean. The vertical axis is labeled Page 6 of 20 Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) SAGE SAGE Research Methods Datasets Part 2020 SAGE Publications, Ltd. All Rights Reserved. 1 “Latent Propensity (Y asterisk)” and is marked “Outcome 1,” “Outcome 2,”and “Outcome 3” from bottom to top. The horizontal axis is labeled “Values of X.” It shows five normal distribution curves, drawn next to each other diagonally from bottom-left to top-right. A linear positively sloped line passes through the mean value with zero standard deviation of all the curves. Two horizontal dotted lines labeled “Threshold 1” and “Threshold 2” are drawn from “Outcome 2” passing through the curves. The region of the curves lying above threshold 1 line is shaded. The region of the curve lying between threshold 1 and threshold 2 is shaded. Figure 2 Illustration of the latent variable interpretation of an ordered probit model with two thresholds and three ordered categories for the dependent variable. Because the latent variable Y* is unobserved, it has no scale. In order to estimate the model illustrated in Figure 1 or 2, we need to impose a restriction on either Page 7 of 20 Learn About Ordered Probit in Stata With Data From the Behavioral Risk Factor Surveillance System (2013) SAGE SAGE Research Methods Datasets Part 2020 SAGE Publications, Ltd.
Recommended publications
  • Multivariate Ordinal Regression Models: an Analysis of Corporate Credit Ratings
    Statistical Methods & Applications https://doi.org/10.1007/s10260-018-00437-7 ORIGINAL PAPER Multivariate ordinal regression models: an analysis of corporate credit ratings Rainer Hirk1 · Kurt Hornik1 · Laura Vana1 Accepted: 22 August 2018 © The Author(s) 2018 Abstract Correlated ordinal data typically arises from multiple measurements on a collection of subjects. Motivated by an application in credit risk, where multiple credit rating agencies assess the creditworthiness of a firm on an ordinal scale, we consider mul- tivariate ordinal regression models with a latent variable specification and correlated error terms. Two different link functions are employed, by assuming a multivariate normal and a multivariate logistic distribution for the latent variables underlying the ordinal outcomes. Composite likelihood methods, more specifically the pairwise and tripletwise likelihood approach, are applied for estimating the model parameters. Using simulated data sets with varying number of subjects, we investigate the performance of the pairwise likelihood estimates and find them to be robust for both link functions and reasonable sample size. The empirical application consists of an analysis of corporate credit ratings from the big three credit rating agencies (Standard & Poor’s, Moody’s and Fitch). Firm-level and stock price data for publicly traded US firms as well as an unbalanced panel of issuer credit ratings are collected and analyzed to illustrate the proposed framework. Keywords Composite likelihood · Credit ratings · Financial ratios · Latent variable models · Multivariate ordered probit · Multivariate ordered logit 1 Introduction The analysis of univariate or multivariate ordinal outcomes is an important task in various fields of research from social sciences to medical and clinical research.
    [Show full text]
  • The Ordered Probit and Logit Models Have Come Into
    ISSN 1444-8890 ECONOMIC THEORY, APPLICATIONS AND ISSUES Working Paper No. 42 Students’ Evaluation of Teaching Effectiveness: What Su rveys Tell and What They Do Not Tell by Mohammad Alauddin And Clem Tisdell November 2006 THE UNIVERSITY OF QUEENSLAND ISSN 1444-8890 ECONOMIC THEORY, APPLICATIONS AND ISSUES (Working Paper) Working Paper No. 42 Students’ Evaluation of Teaching Effectiveness: What Surveys Tell and What They Do Not Tell by Mohammad Alauddin1 and Clem Tisdell ∗ November 2006 © All rights reserved 1 School of Economics, The Univesity of Queensland, Brisbane 4072 Australia. Tel: +61 7 3365 6570 Fax: +61 7 3365 7299 Email: [email protected]. ∗ School of Economics, The University of Queensland, Brisbane 4072 Australia. Tel: +61 7 3365 6570 Fax: +61 7 3365 7299 Email: [email protected] Students’ Evaluations of Teaching Effectiveness: What Surveys Tell and What They Do Not Tell ABSTRACT Employing student evaluation of teaching (SET) data on a range of undergraduate and postgraduate economics courses, this paper uses ordered probit analysis to (i) investigate how student’s perceptions of ‘teaching quality’ (TEVAL) are influenced by their perceptions of their instructor’s attributes relating including presentation and explanation of lecture material, and organization of the instruction process; (ii) identify differences in the sensitivty of perceived teaching quality scores to variations in the independepent variables; (iii) investigate whether systematic differences in TEVAL scores occur for different levels of courses; and (iv) examine whether the SET data can provide a useful measure of teaching quality. It reveals that student’s perceptions of instructor’s improvement in organization, presentation and explanation, impact positively on students’ perceptions of teaching effectiveness.
    [Show full text]
  • Lecture 6 Multiple Choice Models Part II – MN Probit, Ordered Choice
    RS – Lecture 17 Lecture 6 Multiple Choice Models Part II – MN Probit, Ordered Choice 1 DCM: Different Models • Popular Models: 1. Probit Model 2. Binary Logit Model 3. Multinomial Logit Model 4. Nested Logit model 5. Ordered Logit Model • Relevant literature: - Train (2003): Discrete Choice Methods with Simulation - Franses and Paap (2001): Quantitative Models in Market Research - Hensher, Rose and Greene (2005): Applied Choice Analysis 1 RS – Lecture 17 Model – IIA: Alternative Models • In the MNL model we assumed independent nj with extreme value distributions. This essentially created the IIA property. • This is the main weakness of the MNL model. • The solution to the IIA problem is to relax the independence between the unobserved components of the latent utility, εi. • Solutions to IIA – Nested Logit Model, allowing correlation between some choices. – Models allowing correlation among the εi’s, such as MP Models. – Mixed or random coefficients models, where the marginal utilities associated with choice characteristics vary between individuals. Multinomial Probit Model • Changing the distribution of the error term in the RUM equation leads to alternative models. • A popular alternative: The εij’s follow an independent standard normal distributions for all i,j. • We retain independence across subjects but we allow dependence across alternatives, assuming that the vector εi = (εi1,εi2, , εiJ) follows a multivariate normal distribution, but with arbitrary covariance matrix Ω. 2 RS – Lecture 17 Multinomial Probit Model • The vector εi = (εi1,εi2, , εiJ) follows a multivariate normal distribution, but with arbitrary covariance matrix Ω. • The model is called the Multinomial probit model. It produces results similar results to the MNL model after standardization.
    [Show full text]
  • Ordered Logit Model
    Title stata.com example 35g — Ordered probit and ordered logit Description Remarks and examples Reference Also see Description Below we demonstrate ordered probit and ordered logit in a measurement-model context. We are not going to illustrate every family/link combination. Ordered probit and logit, however, are unique in that a single equation is able to predict a set of ordered outcomes. The unordered alternative, mlogit, requires k − 1 equations to fit k (unordered) outcomes. To demonstrate ordered probit and ordered logit, we use the following data: . use http://www.stata-press.com/data/r13/gsem_issp93 (Selection from ISSP 1993) . describe Contains data from http://www.stata-press.com/data/r13/gsem_issp93.dta obs: 871 Selection for ISSP 1993 vars: 8 21 Mar 2013 16:03 size: 7,839 (_dta has notes) storage display value variable name type format label variable label id int %9.0g respondent identifier y1 byte %26.0g agree5 too much science, not enough feelings & faith y2 byte %26.0g agree5 science does more harm than good y3 byte %26.0g agree5 any change makes nature worse y4 byte %26.0g agree5 science will solve environmental problems sex byte %9.0g sex sex age byte %9.0g age age (6 categories) edu byte %20.0g edu education (6 categories) Sorted by: . notes _dta: 1. Data from Greenacre, M. and J Blasius, 2006, _Multiple Correspondence Analysis and Related Methods_, pp. 42-43, Boca Raton: Chapman & Hall. Data is a subset of the International Social Survey Program (ISSP) 1993. 2. Full text of y1: We believe too often in science, and not enough in feelings and faith.
    [Show full text]
  • Using Heteroskedastic Ordered Probit Models to Recover Moments of Continuous Test Score Distributions from Coarsened Data
    Article Journal of Educational and Behavioral Statistics 2017, Vol. 42, No. 1, pp. 3–45 DOI: 10.3102/1076998616666279 # 2016 AERA. http://jebs.aera.net Using Heteroskedastic Ordered Probit Models to Recover Moments of Continuous Test Score Distributions From Coarsened Data Sean F. Reardon Benjamin R. Shear Stanford University Katherine E. Castellano Educational Testing Service Andrew D. Ho Harvard Graduate School of Education Test score distributions of schools or demographic groups are often summar- ized by frequencies of students scoring in a small number of ordered proficiency categories. We show that heteroskedastic ordered probit (HETOP) models can be used to estimate means and standard deviations of multiple groups’ test score distributions from such data. Because the scale of HETOP estimates is indeterminate up to a linear transformation, we develop formulas for converting the HETOP parameter estimates and their standard errors to a scale in which the population distribution of scores is standardized. We demonstrate and evaluate this novel application of the HETOP model with a simulation study and using real test score data from two sources. We find that the HETOP model produces unbiased estimates of group means and standard deviations, except when group sample sizes are small. In such cases, we demonstrate that a ‘‘partially heteroskedastic’’ ordered probit (PHOP) model can produce esti- mates with a smaller root mean squared error than the fully heteroskedastic model. Keywords: heteroskedastic ordered probit model; test score distributions; coarsened data The widespread availability of aggregate student achievement data provides a potentially valuable resource for researchers and policy makers alike. Often, however, these data are only publicly available in ‘‘coarsened’’ form in which students are classified into one or more ordered ‘‘proficiency’’ categories (e.g., ‘‘basic,’’ ‘‘proficient,’’ ‘‘advanced’’).
    [Show full text]
  • Econometrics II Ordered & Multinomial Outcomes. Tobit Regression
    Econometrics II Ordered & Multinomial Outcomes. Tobit regression. Måns Söderbom 2 May 2011 Department of Economics, University of Gothenburg. Email: [email protected]. Web: www.economics.gu.se/soderbom, www.soderbom.net. 1. Introduction In this lecture we consider the following econometric models: Ordered response models (e.g. modelling the rating of the corporate payment default risk, which varies from, say, A (best) to D (worst)) Multinomial response models (e.g. whether an individual is unemployed, wage-employed or self- employed) Corner solution models and censored regression models (e.g. modelling household health expendi- ture: the dependent variable is non-negative, continuous above zero and has a lot of observations at zero) These models are designed for situations in which the dependent variable is not strictly continuous and not binary. They can be viewed as extensions of the nonlinear binary choice models studied in Lecture 2 (probit & logit). References: Greene 23.10 (ordered response); 23.11 (multinomial response); 24.2-3 (truncation & censored data). You might also …nd the following sections in Wooldridge (2002) "Cross Section and Panel Data" useful: 15.9-15.10; 16.1-5; 16.6.3-4; 16.7; 17.3 (these references in Wooldridge are optional). 2. Ordered Response Models What’s the meaning of ordered response? Consider credit rating on a scale from zero to six, for instance, and suppose this is the variable that we want to model (i.e. this is the dependent variable). Clearly, this is a variable that has ordinal meaning: six is better than …ve, which is better than four etc.
    [Show full text]
  • Ordinal Logistic and Probit Examples: SPSS and R
    Newsom Psy 522/622 Multiple Regression and Multivariate Quantitative Methods, Winter 2021 1 Ordinal Logistic and Probit Examples Below is an example borrowed from Karen Seccombe's project focusing on healthcare among welfare recipients in Oregon. The outcome for this model is a response to a question about how often the respondent cut meal sizes because of affordability, an indicator of food insecurity. Responses to two questions were coded into a single ordinal variable with three values, 0 = never or rarely, 1 = some months but not every month, and 2 = almost every month. Ordinal Logistic Model in SPSS Regresson ordinal options (choose link: Logit) plum cutmeal with mosmed depress1 educat marital /link = logit /print= parameter. Odds ratios are not printed, but are easily computed by hand. For example, the odds ratio for depress1 would .210 be e = 1.22. Ordered Logistic Model in R Note: The polr function requires the outcome be a factor, and does not like categorical predictors. So, I converted predictors that were nonnumeric to numeric [I use lessR command below, but base R can be used too, e.g., d$mosmed <- as.numeric(d$mosmed)]. Missing data are also problematic with polr, so I used the following listwise deletion routine to remove cases with missing data on any of the variables in the model (using lessR code). #make variables numeric for listwise deletion (different var types—double and char – won't work) > library(lessR) > d <-Transform(cutmeal = (as.numeric(cutmeal))) > d <-Transform(mosmed = (as.numeric(mosmed))) > d <-Transform(depress1
    [Show full text]
  • A Multivariate Ordered Probit Approach
    Exploring in-depth joint pro-environmental behaviors: a multivariate ordered probit approach Olivier Beaumais,∗ Apolline Niérat† January 2019 Abstract As commitment levels to pro-environmental activities are usually coded as ordered categorical variables, we argue that the multivariate ordered probit model is an appropriate tool to account for the effect of common observable and unobservable variables on joint pro-environmental behaviors. However, exploring in-depth joint pro-environmental behaviors using the multivariate ordered probit model requires not only to assess whether some variables are found to be significant, but also to calculate joint probabilities, conditional probabilities and partial effects on these quantities. As an illustration, we explore the joint commitment levels of households to recycling of materials in France. We show that beyond the estimation of the multivariate ordered probit model, much can be learned from the calculation of the aforementioned quantities. (JEL C35, Q53) Keywords: Joint pro-environmental behavior, multivariate ordered probit model, waste recycling 1 Introduction Policy makers commonly wonder how to foster the level of households’ commitment to pro-environmental be- haviors. Of course, this legitimate question has inspired, and still inspires, lots of academic works, be in the field of political science, sociological science or in economics, to name but a few. From an economics stand- point, pro-environmental behaviors may be encouraged by monetary, as well as non-monetary incentives. When it comes to household recycling behavior, monetary incentives include deposit-and-refund systems, pay-as-you throw (PAYT) schemes or fines for households discarding recyclables (Bel and Gradus, 2016). For example, Viscusi et al.
    [Show full text]
  • A Multivariate Ordered Response Model System for Adults' Weekday
    A Multivariate Ordered Response Model System for Adults’ Weekday Activity Episode Generation by Activity Purpose and Social Context Nazneen Ferdous The University of Texas at Austin Dept of Civil, Architectural & Environmental Engineering 1 University Station C1761, Austin TX 78712-0278 Phone: 512-471-4535, Fax: 512-475-8744 E-mail: [email protected] Naveen Eluru The University of Texas at Austin Dept of Civil, Architectural & Environmental Engineering 1 University Station C1761, Austin TX 78712-0278 Phone: 512-471-4535, Fax: 512-475-8744 E-mail: [email protected] Chandra R. Bhat* The University of Texas at Austin Dept of Civil, Architectural & Environmental Engineering 1 University Station C1761, Austin TX 78712-0278 Phone: 512-471-4535, Fax: 512-475-8744 E-mail: [email protected] Italo Meloni The University of Cagliari, Department of Territorial Engineering Piazza d'Armi, 09123 Cagliari, Italy Phone: 39 70 675-5268, Fax: 39 70 675-5261 E-mail: [email protected] *corresponding author The research in this paper was completed when the corresponding author was a Visiting Professor at the Department of Territorial Engineering, University of Cagliari. Original submission - August 2009; Revised submission - January 2010 ABSTRACT This paper proposes a multivariate ordered response system framework to model the interactions in non-work activity episode decisions across household and non-household members at the level of activity generation. Such interactions in activity decisions across household and non- household members are important to consider for accurate activity-travel pattern modeling and policy evaluation. The econometric challenge in estimating a multivariate ordered-response system with a large number of categories is that traditional classical and Bayesian simulation techniques become saddled with convergence problems and imprecision in estimates, and they are also extremely cumbersome if not impractical to implement.
    [Show full text]
  • Analyzing Tourists' Satisfaction : a Multivariate Ordered Probit Approach
    Title Analyzing tourists' satisfaction : A multivariate ordered probit approach Author(s) Hasegawa, Hikaru Tourism Management, 31(1), 86-97 Citation https://doi.org/10.1016/j.tourman.2009.01.008 Issue Date 2010-02 Doc URL http://hdl.handle.net/2115/42486 Type article (author version) File Information TM31-1_86-97.pdf Instructions for use Hokkaido University Collection of Scholarly and Academic Papers : HUSCAP Analyzing Tourists’ Satisfaction: A Multivariate Ordered Probit Approach Hikaru Hasegawa Graduate School of Economics and Business Administration Hokkaido University Kita 9, Nishi 7, Kita-ku, Sapporo 060–0809, Japan Tel.: +81117063179 E-mail address: [email protected] Abstract This article considers a Bayesian estimation of the multivariate ordered probit model using a Markov chain Monte Carlo (MCMC) method. The method is applied to unit record data on the satisfaction experienced by tourists. The data were obtained from the Annual Report on the Survey of Tourists’ Satisfaction 2002, conducted by the Department of Economic Affairs of the Hokkaido government. Furthermore, using the posterior results of the Bayesian analysis, indices of the relationship between the overall satisfaction derived from the trip and the satisfaction derived from specific aspects of the trip are constructed. The results revealed that the satisfaction derived from the scenery and meals has the largest influence on the overall satisfaction. Keywords: Bayesian analysis, Gibbs sampling, Markov chain Monte Carlo (MCMC), Metropolis-Hastings (M-H) algorithm. JEL Classification: C11, C35 Aknowledgements The author appreciates the comments of four anonymous referees and Pro- fessor Chris Ryan (the editor of this journal), which improve the article greatly.
    [Show full text]
  • Regression Models with Ordinal Variables*
    REGRESSION MODELS WITH ORDINAL VARIABLES* CHRISTOPHER WINSHIP ROBERT D. MARE Northwestern University and Economics University of Wisconsin-Madison Research Center/NORC Most discussions of ordinal variables in the sociological literature debate the suitability of linear regression and structural equation methods when some variables are ordinal. Largely ignored in these discussions are methods for ordinal variables that are natural extensions of probit and logit models for dichotomous variables. If ordinal variables are discrete realizations of unmeasured continuous variables, these methods allow one to include ordinal dependent and independent variables into structural equation models in a way that (I) explicitly recognizes their ordinality, (2) avoids arbitrary assumptions about their scale, and (3) allows for analysis of continuous, dichotomous, and ordinal variables within a common statistical framework. These models rely on assumed probability distributions of the continuous variables that underly the observed ordinal variables, but these assumptions are testable. The models can be estimated using a number of commonly used statistical programs. As is illustrated by an empirical example, ordered probit and logit models, like their dichotomous counterparts, take account of the ceiling andfloor restrictions on models that include ordinal variables, whereas the linear regression model does not. Empirical social research has benefited dur- 1982) that discuss whether, on the one hand, ing the past two decades from the application ordinal variables can be safely treated as if they of structural equation models for statistical were continuous variables and thus ordinary analysis and causal interpretation of mul- linear model techniques applied to them, or, on tivariate relationships (e.g., Goldberger and the other hand, ordinal variables require spe- Duncan, 1973; Bielby and Hauser, 1977).
    [Show full text]
  • Bayesian Partially Ordered Probit and Logit Models with an Application to Course Redesign Xueqi Wang
    University of New Mexico UNM Digital Repository Mathematics & Statistics ETDs Electronic Theses and Dissertations 7-12-2014 Bayesian Partially Ordered Probit and Logit Models with an Application to Course Redesign Xueqi Wang Follow this and additional works at: https://digitalrepository.unm.edu/math_etds Recommended Citation Wang, Xueqi. "Bayesian Partially Ordered Probit and Logit Models with an Application to Course Redesign." (2014). https://digitalrepository.unm.edu/math_etds/63 This Dissertation is brought to you for free and open access by the Electronic Theses and Dissertations at UNM Digital Repository. It has been accepted for inclusion in Mathematics & Statistics ETDs by an authorized administrator of UNM Digital Repository. For more information, please contact [email protected]. Candidate Department This dissertation is approved, and it is acceptable in quality and form for publication: Approved by the Dissertation Committee: , Chairperson Bayesian Partially Ordered Probit and Logit Models with an Application to Course Redesign by Xueqin Wang B.A. Management, Henan Normal University, 1996 M.A. Philosophy, Nanjing University, China, 2001 M.S. Statistics, University of New Mexico, 2008 DISSERTATION Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy Statistics The University of New Mexico Albuquerque, New Mexico May 14, 2014 c 2014, Xueqin Wang iii Dedication To my parents, grandpa, and grandma for raising and loving me, and giving me the values and qualities in my childhood which enable me to go through a long way; my dear children, for loving mom so much and beautiful music; and my husband, for helping with children when I took the comprehensive exam and wrote my dissertation.
    [Show full text]