Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: What does sparse data mean?? #10158
    siddhu25
    Participant

    Thank u very much Merav for the links and explanation.It helps me a lot

    Thanks
    Siddhu

    in reply to: Changing factor data #9712
    siddhu25
    Participant

    Hi Barbara,

    Could you please try below and let me know this is working for you.

    indx <- sapply(data, is.factor)
    data[indx] <- ldply(data[indx], function(x) as.numeric(as.character(x)))

Viewing 2 posts - 1 through 2 (of 2 total)