Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8730067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:56:48+00:00 2026-06-13T08:56:48+00:00

I have a data.frame that contains many columns. I want to keep the rows

  • 0

I have a data.frame that contains many columns. I want to keep the rows that have no NAs in 4 of these columns. The complication arises from the fact that I have other rows that are allowed have NAs in them so I can’t use complete.cases or is.na. What’s the most efficient way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:56:48+00:00Added an answer on June 13, 2026 at 8:56 am

    You can still use complete.cases(). Just apply it to the desired columns (columns 1:4 in the example below) and then use the Boolean vector it returns to select valid rows from the entire data.frame.

    set.seed(4)
    x <- as.data.frame(replicate(6, sample(c(1:10,NA))))
    x[complete.cases(x[1:4]),]
    #    V1 V2 V3 V4 V5 V6
    # 1   7  4  6  8 10  5
    # 2   1  2  5  5  1  2
    # 5   6  8  4 10  6  6
    # 6   2  6  9  3  4  4
    # 7   4  3  3  1  2  1
    # 9   8  5  2  7  7  3
    # 10 10 10  1  2  5 NA
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's assume that we have a data frame x which contains the columns job
I have a data frame that is some 35,000 rows, by 7 columns. it
I have data.frame that contains several factors and i want to rename factor levels
I have a dataset (Purchase.df) that contains many columns and rows. The important variable
I have a data frame that contains a number of fields. One of these
I have a data.frame with 1,000 rows and 3 columns. It contains a large
I have a data frame in R that has come about from running some
i have a data frame that contains a data like this : V1 V2
So I have a data frame in R that contains integers, NA's, and a
I have a zoo object that contains velocity data from two different points (V1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.