Example: bachelor of science
Exploring Data and Descriptive Statistics (using R)

Exploring Data and Descriptive Statistics (using R)

Back to document page

# list rows of data that have missing values mydata[!complete.cases(mydata),] # The function na.omit() returns the object with listwise deletion of missing values. # Creating a new dataset without missing data mydata1 <- na.omit(mydata) OTR 21

  Data, Missing, Missing data

Download Exploring Data and Descriptive Statistics (using R)


Information

Domain:

Source:

Link to this page:

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

Other abuse

Advertisement

Related search queries