PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: quiz answers

Missing-data imputation

Back to document page

CHAPTER 25Missing- data imputationMissing data arise in almost all serious statistical analyses. In this chapter wediscuss a variety of methods to handle missing data , including some relatively simpleapproaches that can often yield reasonable results. We use as a running example theSocial Indicators Survey, a telephone survey of New York City families conductedevery two years by the Columbia University School of Social Work. Nonresponsein this survey is a distraction to our main goal of studying trends in attitudes andeconomic conditions, and we would like to simply clean the dataset so it could beanalyzed as if there were no missingness. After some background in Sections , we discuss in Sections our general approachof random discusses situations where the Missing-data process must be modeled(this can be done in Bugs) in order to perform imputations data in R and BugsIn R, missing values are indicated by NA s. For example, to see some of the datafrom five respondents in the data file for the Social Indicators Survey (arbitrarilypicking rows 91 95), we typeR codecbind (sex, race, educ_r, r_age, earnings, police)[91:95,]and getR outputsex race educ_r r_age earnings police[91,] 1 3 3 31 NA 0[92,] 2 1 2 37 1[93,] 2 3 2 40 NA 1[94,] 1 1 3 42 1[95,] 1 3 1 24 NAIn classical regression (as well a)

these methods tries to directly address this issue). In addition, throwing away data can lead to estimates with larger standard errors due to reduced sample size. Complete-case analysis A direct approach to missing data is to exclude them. In the regression context, this usually means complete-case analysis: excluding all units for which the ...

  Analysis, Data, Methods, Missing, Imputation, Missing data imputation

Download Missing-data imputation


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Related search queries