- This topic has 1 reply, 2 voices, and was last updated 2 years, 1 month ago by .
Viewing 1 reply thread
Viewing 1 reply thread
You must be logged in to reply to this topic. Login here
Tagged: #missingvalue
Dear Arjan and all,
In term of missing values that could be “blank space”, “NA”, “?”, any other words or symbols.
For the previous assignment, I knew it was defined as “?” because it was written in the description. But if we check just only NA, then we couldn’t be able to detect “?” as missing value.
My question is “how can we know what kind of term that missing values were defined in this dataset?” and “what kind of commands that can be used in R to detect/identify those missing values?”
Thank you so much,
Siriphak
Hi Siriphak,
Thank you for your question. I would use unique() to list all possible answers for the data.
You may also use str() or summary() on your data.
I hope that helps.
Pimwadee
You must be logged in to reply to this topic. Login here