Chris Anderson wrote:
I am new to R, and I need to do some simple data cleaning.
In the example below I have 164 rows of data with a missing value. I want to convert these missing to unknown while keeping the other values as is.
summary(ABIClinical$HasSkinBreakdown)
no unknown
I am new to R, and I need to do some simple data cleaning.
In the example below I have 164 rows of data with a missing value. I want to
convert these missing to unknown while keeping the other values as is.
summary(ABIClinical$HasSkinBreakdown)
no unknown yes
164 914
2 matches
Mail list logo