🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[solved] Complete cases filter

User: "ben_h"
New Altair Community Member
Updated by Jocelyn
I am sure this is very simple, but the new terminology I have to learn to use this great tool has befuddled me. I cannot work out how to create a "complete cases" data set.

For example, I have a dataset of 5 variables, all of which to some degree have some missing values. In one step I can create a complete cases data set in R by using
out <- complete.cases(original)
This selects only those "rows" which have values in all of the 5 variables.
However I have so far failed to see how to do this with RM. Sorry for very basic question.
Ben.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Andrew2"
    New Altair Community Member
    Hello

    Use Filter Examples with the option - no missing attributes

    Regards

    Andrew
    User: "ben_h"
    New Altair Community Member
    OP
    awchisholm wrote:


    Use Filter Examples with the option - no missing attributes

    Well I don't feel so stupid then. That option meant something else entirely to me!

    Thanks,
    Ben.