The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[solved] Complete cases filter
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
However I have so far failed to see how to do this with RM. Sorry for very basic question.
Ben.
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.
0
Answers
Use Filter Examples with the option - no missing attributes
Regards
Andrew
Thanks,
Ben.