R in Psychometrics and Psychometrics in R

Total Page:16

File Type:pdf, Size:1020Kb

R in Psychometrics and Psychometrics in R R in Psychometrics and Psychometrics in R Jan de Leeuw, UCLA Statistics StatisticsUcla In psychometrics, and in the closely related fields of quantititative methods for the social and educational sciences, R is not yet used very often. Traditional mainframe packages such as SAS and SPSS are still dominant at the user-level, R in Psychometrics and Stata has made inroads at the teaching level, and Matlab is quite prominent at the research level. Psychometrics in R In this paper we define the most visible techniques in the psychometrics area, we give an overview of what is available in R, and we discuss what is missing. Jan de Leeuw We then outline a strategy and a project to fill in the gaps. The outcome will hopefully be a more prominent position of R in the social and behavioral sciences, and as a result less of a gap between these disciplines and mainstream statistics. 2 1. What is Psychometrics ? How is it related to other Foometrics ? 2. How much R is there in Psychometrics ? Can there be more ? Should there be more ? 3. How much Psychometrics is there in R ? Will there be more ? What is missing. A recent overview of what Psychometricians themselves think about Psychometrics is in Statistica Neerlandica, 60, 2006, 135-144. 3 4 If Foo is a science then Foo often has both an Each of the social and behavioural sciences has a area Foometrics and an area Mathematical Foo. form of Foometrics, although they may not all use a name in this family. Mathematical Foo applies mathematical modeling to the Foo subject area, while Clearly Economics, Psychology, Biology, Foometrics develops and studies data analysis Archeology, Anthropology, and Environmental techniques for empirical data collected in Foo. Science have their own Foometrics. What we call statistics is the union of the various And then there are various recent upstarts such as Foometrics over all Foo. Not the intersection, but Cliometrics, Informetrics, Bibliometrics, the union. Behaviormetrics, Ecolometrics, Cybermetrics, and Scientometrics. 5 6 Sociology would like to have Sociometrics, but In this presentation we'll look at Psychometrics the name was already in use for something quite and Educometrics, with a dash of Sociometrics different. Historiometrics and Archeometrics are and Econometrics. there, but struggling. Psychometrics and Educometrics have been Education does not really have Educometrics, but around for a long time, at least since Galton, and we'll use it anyway. their development has been very closely linked and often the two have been indistinguishable. Social sciences in which data are less prominent usually have books and conferences with titles So we do not distort reality too much if we just such as Statistics in Foo -- they will have their simply call the body of techniques we discuss very own Foometrics in the future. Psychometrics. 7 8 R in Psychometrics Psychometrics Traditionally psychologists doing data analysis MDS use SPSS, some use SAS. 3Mode IRT CA Psychometricians developing data analysis FA SEM techniques use Matlab, sociometricians and HLM LogLin econometricians (at least in the US) tend to use Stata. Educometrics Sociometrics The situation in France or England may be quite different. 9 10 This has mainly historical reasons -- it has to do Psychometric software is often distributed by with where these packages originated. incorporating it as modules in the standard packages (SPSS, SAS, Stata), using either native But it also has to do with the rather large distance matrix routines if available or linking in compiled between areas such as psychometrics and code. This guarantees good distribution, some (academic) statistics, which again has historical money, but certainly not efficient computation. reasons, most of them silly. Typically, there is not much interaction, despite institutions like ETS Examples are CATEGORIES for CA in SPSS, and Bell Labs. PROC CALIS for SEM and PROC GLM for MLA in SAS, and gllamm for SEM and MLA in And thus the R revolution has largely passed Stata. psychometrics by. 11 12 In addition, psychometricians tend to write stand- Writing stand-alone compiled packages often alone packages for specific families of means that the psychometrician is a small techniques. This is often compiled code company, trying to make money. It also means a combined with a suitable GUI. certain form of competition, which does not really belong in academia. And it means The prototypical example are SEM packages like proprietary software, which costs money. LISREL, EQS, M-PLUS, AMOS, or MLA packages such as HLM or ML-WIN -- but there More seriously, perhaps, is that this approach many similar stand-alone packages for IRT and means black-box software, in which the CA and LLA as well. In fact the number of CA machinery is almost completely hidden. This packages in marketing, for example, is means the user often will not even try to staggering. understand what is going on. 13 14 The techniques implemented in the black-box Promoting the teaching and the use of R in packages are often complicated (many parameters, psychometrics has some major advantages. complicated optimizations, doubtful standard errors). 1. The distance to academic statistics becomes smaller. This is necessarily true: simpler techniques are already implemented in SAS or SPSS and usually 2. Software is more transparent -- driven by the institution has a site license for those. interpreted code. Reproducible results are more likely. Thus we have Deus Ex Machina software: it 3. One can teach with R. One can teach SAS, but one transforms large datasets into rather mysterious cannot teach with SAS (or LISREL). pictures or tables that are nevertheless acceptable, and often even encouraged, by peers and journals. 4. Software should be free. 15 16 Psychometrics in R The psychoR project. We give a quick inventory of the psychometric I have been writing and planning a substantial software now available or soon to be available in R. number of psychometric techniques in R. Eventually they will grow up to be packages. I shall concentrate on CRAN, of course, while mentioning some additional easily available They are not intended to replace existing packages on other servers. packages: let a thousand flowers bloom. They are written following the familiar programming We shall see there is quite an abundance, although philosophy that you can write FORTRAN in any in most cases all forms of organization is lacking language. You can find them at and duplications abound. http://www.cuddyvalley.org/psychoR 17 18 1. Simple and Multiple Correspondence Analysis. JSS (www.jstatsoft.org) is planning a number of special issues, with appropriate guest editors, and There is CA and MCA both in MASS, in ade4, in names such as FactoMineR, and in homals. Many variations (Canonical CA, Fuzzy CA, Detrended CA, -- R in Psychometrics Multiway CA, Discriminant CA, Co-CA) in -- R in Econometrics ade4, PTAk, cocorresp, vegan, made4. At least -- R in Sociometrics three more CA packages (Greenacre, Beh, De Leeuw) with various options are currently being and whatever else anyone suggests along these prepared. lines. Of course there is an inherent risk in actually making constructive suggestions -- you An Embarrassment of riches. may wind up to be a guest editor. 19 20 The homals (soon gifi) package does what SPSS 2. Item Response Theory Categories does, and more. It has many forms of multivariate analysis with optimal scaling, ltm fits the simple Rasch model, the graded logistic organized as extensions of MCA. But it is rather model for polytomous data, and the linear poorly documented. multidimensional logistic model. m mprobit fits the multivariate binary probit model. min min tr (X G jY j)!(X G jY j) X! X=I Y j Y j − − ∈ j=1 ! Logistic IRT is related to Gaussian ordination, CA and MCA are extended in the psychoR project implemented in various forms in VGAM. with distance association models (distassoc, scalassoc, singlepeaked, logithom), which also More Rasch model fitting packages are on their way. generalize many common IRT models. 21 22 In psychoR we have This covers most IRT models, and then some. n m k j There are also versions for marginal maximum β j! exp(η(xi, y j!)) yi j! log likelihood estimation, and for cross tables with k j i=1 j=1 !=1 β jν exp(η(xi, y jν)) frequencies in the form ! ! ! ν=1 k n m j " n m y log Φ(τ η(x , y )) i j! j! − i j! − yi j log λi j λi j, i=1 j=1 !=1 − ! ! ! !i=1 !j=1 Φ(τ j! 1 η(xi, y j! 1)) λ = α β exp(η(x , y )) − − − − i j i j i j xi!y j, This generalizes CA, the RC model, Quasi- η(xi, y j) = x y , −# i − j# 2 Symmetry, and so on. xi y j . −# − # 23 24 3. Factor Analysis (see also under SEM) 4. Three-mode Analysis factanal in stats can do exploratory maximum PTAk has various forms of k-mode component likelihood factor analysis. analysis or singular value decomposition, popular in both psychometrics, chemometrics, and fMRI MCMCpack has some options for sampling from analysis. the posterior for ordinal and mixed factor models. These are related to IRT. Although there is a three-mode slot in the psychoR project, currently PTAk seems to cover homals can do various forms of mixed data most of the useful analysis. principal component analysis, which the French sometimes call FA. See also FactoMineR. 25 26 5. Structural Equations Models psychoR has a slot for least squares SEM. Find a patterned matrix A of coefficients and a matrix of sem fits SEM's using the RAM specification. transformed (quantified and standardized) This is quite general, and allows one to specify variables B such that arbitrary path models with observed and latent n variables.
Recommended publications
  • <<SCROLL to VIEW ALL POSTED OPPORTUNITIES>>
    <<SCROLL TO VIEW ALL POSTED OPPORTUNITIES>> EMPLOYMENT OPPORTUNITY WITH PROFESSIONAL TESTING, INC POSTING DATE: 7/29/19 Job Title Psychometrician FLSA Status (exempt, non-exempt) Exempt Position Status (full, part-time) Full Time Location (city, state) TBD- Offices in Orlando, FL and Denver, CO Company Name + Description Professional Testing is a Psychometric Consulting Firm that develops, administers, and maintains licensure and certification examination programs in a wide range of industries. Our full range of services also includes program audits, accreditation preparation, policy development, recertification requirements, implementation of effective organizational and governance structures, and ethics and disciplinary procedures. Our team provides expertise in best certification practices and program management. We have offices in Orlando, Florida and Denver, Colorado. Position Description Psychometricians at Professional Testing manage, or assist in the management of, a variety of credentialing programs within varying industries. Activities performed by psychometricians include facilitating job/task analyses, item development activities, assembling and equating exam forms, facilitating passing score studies, performing item analyses, working in item banks, publishing CBT forms and managing projects. Essential Job Functions • Facilitate workshops including job/task analyses, item development meetings, form review meetings, and passing score studies • Guide and manage Professional Testing’s test development team in item banking activities
    [Show full text]
  • A Comparison of Marginal Maximum Likelihood and Marko
    Parameter Recovery for the Four-Parameter Unidimensional Binary IRT Model: A Comparison of Marginal Maximum Likelihood and Markov Chain Monte Carlo Approaches A dissertation presented to the faculty of The Gladys W. and David H. Patton College of Education of Ohio University In partial fulfillment of the requirements for the degree Doctor of Philosophy Hoan Do April 2021 © 2021 Hoan Do. All Rights Reserved. 2 This dissertation titled Parameter Recovery for the Four-Parameter Unidimensional Binary IRT Model: A Comparison of Marginal Maximum Likelihood and Markov Chain Monte Carlo Approaches by HOAN DO has been approved for the Department of Educational Studies and The Gladys W. and David H. Patton College of Education by Gordon P. Brooks Professor of Educational Studies Renée A. Middleton Dean, The Gladys W. and David H. Patton College of Education 3 Abstract DO, HOAN, Ph.D., April 2021, Educational Research and Evaluation Parameter Recovery for the Four-Parameter Unidimensional Binary IRT Model: A Comparison of Marginal Maximum Likelihood and Markov Chain Monte Carlo Approaches Director of Dissertation: Gordon P. Brooks This study assesses the parameter recovery accuracy of MML and two MCMC methods, Gibbs and HMC, under the four-parameter unidimensional binary item response function. Data were simulated under the fully crossed design with three sample size levels (1,000, 2,500 and 5,000 respondents) and two types of latent trait distribution (normal and negatively skewed). Results indicated that in general, MML took a more substantive impact of latent trait skewness but also absorbed the momentum from sample size increase to improve its performance more strongly than MCMC.
    [Show full text]
  • JMETRIK: Classical Test Theory and Item Response Theory Data Analysis Software
    ISSN: 1309 – 6575 Eğitimde ve Psikolojide Ölçme ve Değerlendirme Dergisi Journal of Measurement and Evaluation in Education and Psychology 2019; 10(2);165-178 JMETRIK: Classical Test Theory and Item Response Theory Data Analysis Software Gökhan AKSU* Cem Oktay GÜZELLER** Mehmet Taha ESER*** Abstract The aim of this study is to introduce the jMetric program which is one of the open source programs that can be used in the context of Item Response Theory and Classical Test Theory. In this context, the interface of the program, importing data to the program, a sample analysis, installing the jmetrik and support for the program are discussed. In sample analysis, the answers given by a total of 500 students from state and private schools, to a 10-item math test were analyzed to see whether they shows differentiating item functioning according to the type of school they attend. As a result of the analysis, it was found that two items were showing medium-level Differential Item Functioning (DIF). As a result of the study, it was found that the jMetric program, which is capable of performing Item Response Theory (IRT) analysis for two-category and multi-category items, is open to innovations, especially because it is open-source, and that researchers can easily add the suggested codes to the program and thus the program can be improved. In addition, an advantage of the program is producing visual results related to the analysis through the item characteristic curves. Keywords: jMetrik, item response theory, classical test theory, differential item functioning. INTRODUCTION For researchers nowadays, technology has almost the same meaning as the software that they use every day.
    [Show full text]
  • Psychometrics Denny Borsboom and Dylan Molenaar, University of Amsterdam, Amsterdam, the Netherlands
    Psychometrics Denny Borsboom and Dylan Molenaar, University of Amsterdam, Amsterdam, The Netherlands Ó 2015 Elsevier Ltd. All rights reserved. This article is a revision of the previous edition article by J.O. Ramsay, volume 18, pp. 12416–12422, Ó 2001, Elsevier Ltd. Abstract Psychometrics is a scientific discipline concerned with the construction of measurement models for psychological data. In these models, a theoretical construct (e.g., intelligence) is systematically coordinated with observables (e.g., IQ scores). This is often done through latent variable models, which represent the construct of interest as a latent variable that acts as the common determinant of a set of test scores. Important psychometric questions include (1) how much information about the latent variable is contained in the data (measurement precision), (2) whether the test scores indeed measure the intended construct (validity), and (3) to what extent the test scores function in the same way in different groups (measurement invariance). Recent developments have focused on extending the basic latent variable model for more complex research designs and on implementing psychometric models in freely available software. Definition led to questions that inspired the birth of psychometric theory as we currently know it: how should we analyze Psychometrics is a scientific discipline concerned with the psychological test data? Which properties determine the question of how psychological constructs (e.g., intelligence, quality of a psychological test? How may we find out neuroticism, or depression) can be optimally related to observ- whether a test is suited for its purpose? ables (e.g., outcomes of psychological tests, genetic profiles, Two important properties of tests were almost immediately neuroscientific information).
    [Show full text]
  • Monte Carlo Simulation Studies in Item Response Theory with the R Programming Language
    ISSN: 1309 – 6575 Eğitimde ve Psikolojide Ölçme ve Değerlendirme Dergisi Journal of Measurement and Evaluation in Education and Psychology 2017; 8(3);266-287 Monte Carlo Simulation Studies in Item Response Theory with the R Programming Language R Programlama Dili ile Madde Tepki Kuramında Monte Carlo Simülasyon Çalışmaları Okan BULUT* Önder SÜNBÜL** Abstract Monte Carlo simulation studies play an important role in operational and academic research in educational measurement and psychometrics. Item response theory (IRT) is a psychometric area in which researchers and practitioners often use Monte Carlo simulations to address various research questions. Over the past decade, R has been one of the most widely used programming languages in Monte Carlo studies. R is a free, open-source programming language for statistical computing and data visualization. Many user-created packages in R allow researchers to conduct various IRT analyses (e.g., item parameter estimation, ability estimation, and differential item functioning) and expand these analyses to comprehensive simulation scenarios where the researchers can investigate their specific research questions. This study aims to introduce R and demonstrate the design and implementation of Monte Carlo simulation studies using the R programming language. Three IRT-related Monte Carlo simulation studies are presented. Each simulation study involved a Monte Carlo simulation function based on the R programming language. The design and execution of the R commands is explained in the context of each simulation study. Key Words: Psychometrics, measurement, IRT, simulation, R. Öz Eğitimde ölçme ve psikometri alanlarında yapılan akademik ve uygulamaya dönük araştırmalarda Monte Carlo simülasyon çalışmaları önemli bir rol oynamaktadır. Psikometrik çalışmalarda araştırmacıların Monte Carlo simülasyonlarına sıklıkla başvurduğu temel konulardan birisi Madde Tepki Kuramı’dır (MTK).
    [Show full text]
  • An Investigation Into the Test Equating Methods Used During 2006, and the Potential for Strengthening Their Validity and Reliability
    An investigation into the test equating methods used during 2006, and the potential for strengthening their validity and reliability Final report to the Qualifications and Curriculum Authority Dr. Iasonas Lamprianou University of Manchester and Cyprus Testing Service September 2007 An investigation into test equating methods Contents Contents .........................................................................................................................1 Executive summary........................................................................................................3 Introduction....................................................................................................................8 The background of the research.................................................................................8 The aim and objectives of the report..........................................................................8 Methodology..............................................................................................................8 The format of the report...........................................................................................11 Literature Review.........................................................................................................12 Test equating............................................................................................................12 Data collection designs for test equating .................................................................13 Definition of
    [Show full text]
  • <<SCROLL to VIEW ALL POSTED OPPORTUNITIES>>
    <<SCROLL TO VIEW ALL POSTED OPPORTUNITIES>> EMPLOYMENT OPPORTUNITY WITH PROFESSIONAL TESTING, INC POSTING DATE: 7/29/19 Job Title Psychometrician FLSA Status (exempt, non-exempt) Exempt Position Status (full, part-time) Full Time Location (city, state) TBD- Offices in Orlando, FL and Denver, CO Company Name + Description Professional Testing is a Psychometric Consulting Firm that develops, administers, and maintains licensure and certification examination programs in a wide range of industries. Our full range of services also includes program audits, accreditation preparation, policy development, recertification requirements, implementation of effective organizational and governance structures, and ethics and disciplinary procedures. Our team provides expertise in best certification practices and program management. We have offices in Orlando, Florida and Denver, Colorado. Position Description Psychometricians at Professional Testing manage, or assist in the management of, a variety of credentialing programs within varying industries. Activities performed by psychometricians include facilitating job/task analyses, item development activities, assembling and equating exam forms, facilitating passing score studies, performing item analyses, working in item banks, publishing CBT forms and managing projects. Essential Job Functions • Facilitate workshops including job/task analyses, item development meetings, form review meetings, and passing score studies • Guide and manage Professional Testing’s test development team in item banking activities
    [Show full text]
  • Semi-Real-Time Analyses of Item Characteristics for Medical School Admission Tests
    Proceedings of the Federated Conference on DOI: 10.15439/2017F380 Computer Science and Information Systems pp. 189–194 ISSN 2300-5963 ACSIS, Vol. 11 Semi-real-time analyses of item characteristics for medical school admission tests Patrícia Martinková Lubomír Štepánekˇ Institute of Computer Science Institute of Biophysics and Informatics Czech Academy of Sciences First Faculty of Medicine, Charles University Pod Vodárenskou vežíˇ 2, Praha 8 Salmovská 1, Praha 2 [email protected] [email protected] Adéla Drabinová Jakub Houdek Institute of Computer Science Institute of Computer Science Czech Academy of Sciences Czech Academy of Sciences Pod Vodárenskou vežíˇ 2, Praha 8 Pod Vodárenskou vežíˇ 2, Praha 8 [email protected] [email protected] Martin Vejražka Cestmírˇ Štuka Institute of Medical Biochemistry and Laboratory Diagnostics Institute of Biophysics and Informatics First Faculty of Medicine, Charles University First Faculty of Medicine, Charles University U Nemocnice 2, Praha 2 Salmovská 1, Praha 2 [email protected] [email protected] Abstract—University admission exams belong to so-called high- schools publish validation studies of their exams [3], [4], stakes tests, i. e. tests with important consequences for the exam [5], [6], [7], others may perform psychometric analyses as taker. Given the importance of the admission process for the internal reports or the test and item analysis is missing. While applicant and the institution, routine evaluation of the admission tests and their items is desirable. monographs containing the methodology of test analysis have In this work, we introduce a quick and efficient methodology been published in Czech language [8], [9], [10], the use and on-line tool for semi-real-time evaluation of admission of robust psychometric measures in test development is still exams and their items based on classical test theory (CTT) limited.
    [Show full text]
  • Jmetrik Item Analysis [Software Application]
    RESEARCH & PRACTICE IN ASSESSMENT Measurement in 2010. jMetrik is a free and open source Software Review jMetrik item analysis [software application]. Patrick software application for classical and modern psychomet- Meyer. Retrieved from http://www.itemanalysis.com/ ric analyses. The program is a pure Java application that runs on Windows, Mac, OSX, and Linux platforms, with REVIEWED BY: requirements of 256 MB of available memory, and Java 6 Andrea Gotzmann, Ph.D. (i.e., JRE 1.6) or higher. The jMetrik graphical user inter- Medical Council of Canada face (GUI) combines a workspace tree, data view, point- and-click menu, and several dialog boxes. Although the Louise M. Bahry, M.Ed. software is currently available not all features are active, University of Massachusetts, Amherst or fully functional. Therefore, this review will address the features that currently are available, offering a snapshot of Technology, and the use of software to enhance or the current version of the software. assist with evaluating measurement statistics, is currently a large emphasis for users. Measurement statistics, used Current Available Analyses and in classical test theory (CTT) and item response theory Program Interface (IRT), have been elusive for some users, as the measure- The jMetrik software includes psychometric analy- ment concepts are complex and investment of time to ses such as CTT, IRT, Differential item functioning (DIF), understand is intensive (Lord, 1980; Lord & Novick, and Confirmatory Factor Analysis (CFA). All of these 1968). However, users across many content disciplines are analyses are useful in evaluating the psychometric qual- developing their understanding and applying these meth- ity of an assessment.
    [Show full text]
  • DETERS, LAUREN BF, Ph.D. Analysis of the Schizotypal
    DETERS, LAUREN B. F., Ph.D. Analysis of the Schizotypal Ambivalence Scale. (2017) Directed by Dr. John Willse, 108 pp. The purpose of this study was threefold: a) to provide a thorough modern measurement example in a field where it is more limited in use, b) to investigate the psychometric properties of the Schizotypal Ambivalence Scale (SAS) through IRT measurement models, and c) to use the evaluation of the psychometric properties of the SAS to identify evidence for adherence to the relevant guidelines outlined in the Standards for Educational and Psychological Testing (hereafter Standards; AERA, APA, & NCME, 2014). Together, these goals were to contribute to the argument that the SAS is a robust measure of the ambivalence construct. An archived sample of over 7,000 undergraduate students was used to conduct all analyses. Comparison of eigenvalue ratios indicated that the SAS data could be interpreted as essential unidimensional; however, results from the DIMTEST procedure (Stout, 2006) suggested a departure from unidimensionality. Results from the analysis provided adequate evidence for Standard 1.13 (AERA, APA, & NCME, 2014). The data were modeled via 1PL, 2PL, and 3PL models, and the 2PL model best fit the data. Examination of item-level statistics indicated that items 4, 8, 10, and 15 were endorsed more frequently than other items, and that items 2, 3, 9, 14, and 19 were the most discriminating. Items 7, 15, and 18 were flagged for possible misfit. Results from the analysis of local independence revealed that many item pairs, particularly items 10 through 16, may have violated the assumption of local independence.
    [Show full text]
  • Download the Software Required Prior to the Training Sessions
    National Council on Measurement in Education Here and There and Back Again: Making Assessment a Stronger Force for Positive Impact on Teaching and Learning 2018 Training Sessions April 12-13 2018 Annual Meeting April 14-16 Westin New York at Times Square New York, NY #NCME18 Welcome from the Program Chairs Welcome to New York, welcome to New York! Welcome, friends and colleagues, to the 2018 NCME Annual Meeting. We are pleased to present you with this year’s NCME program. Our goal in putting together this slate of sessions has been balance: we have sought to represent research from different testing contexts, from a wide range of perspectives, from behind-the-scenes test development efforts across topics in our field to activities that advance the ways that tests and test results can be made accessible and useful to stakeholders. This year’s conference theme of “Here and There and Back Again: Making Assessment a Stronger Force for Positive Impact on Teaching and Learning” seeks to cultivate the interplay between testing (in all its forms) and the processes of instruction and learning. Carrying on with NCME’s expanding consideration of issues relating to classroom assessment, this year’s program features several invited sessions related to this important topic. On Saturday, April 14, at 10:35am, The Past, Present, and Future of Curriculum-Based Measurement will be discussed, reviewing 30+ years of research in the areas of reading, mathematics, content areas, and writing, and a discussion of future directions and challenges for CBM. On Sunday morning at 10:35am, speakers Joanna Gorin, Margaret Heritage, and James Pellegrino will take on The Positive Impact of Assessment, in a conversation about ways that assessment has been a positive impact on teaching and learning as well as ways that it could become a more positive influence in the future.
    [Show full text]
  • <<SCROLL to VIEW ALL POSTED
    <<SCROLL TO VIEW ALL POSTED OPPORTUNITIES>> EMPLOYMENT OPPORTUNITY WITH THE NATIONAL COUNCIL OF STATE BOARDS OF NURSING POSTING DATE: 5/26/21 Job Title Psychometrician II, Examinations FLSA Status (exempt, non-exempt) Exempt Position Status (full, part-time) Full time Location (city, state) Chicago, IL Company Name + Description The National Council States Boards of Nursing (NCSBN) is a not-for-profit organization whose membership includes the nursing regulatory bodies in the 50 US states, the District of Columbia, four U.S. territories, 9 Canadian Provinces, and 27 international jurisdictions. Our mission empowers and supports nursing regulators in their mandate to protect the public. NCSBN promotes leadership, excellence and innovation in addressing local and global regulatory and healthcare challenges through strategic alliances and partnership with its members and other organizations, both public and private. NCSBN is engaged in a transformative process to better support its strategic direction and initiatives focusing on its mission to empower and support nursing regulators in their mandate to protect the public. The building blocks of achieving NCSBN’s vision of leading regulatory excellence are encapsulated in the following four focusing concepts: • Collaboration • Performance Measures and Metrics • Governance • Data and Technology These focusing concepts require NCSBN to gain and maintain individuals with key skills related to communication, change management, performance management, quality improvement, policy, board development, strategic partnering, data analytics, and economics. The National Council of State Boards of Nursing (NCSBN) is an equal employment opportunity employer. Decisions affecting employment are considered without regard to disability, race, color, religion, gender, national origin, age, genetic information, military or veteran status, sexual orientation, marital status or any other protected characteristic.
    [Show full text]