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

  • Home
  • SEARCH
  • 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 4609140
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:56:41+00:00 2026-05-22T00:56:41+00:00

I have a dataframe with three variables: ID , group , and nominated_ID .

  • 0

I have a dataframe with three variables: ID, group, and nominated_ID.
I want to know the group that nominated_ID belongs in.

I’m imagining that for each case, we take nominated_ID, find the case where it is equal to ID, and then set the nominated_Group variable in the original case equal to the group variable in the matched case. (If there is no match, set it to NA)

I wouldn’t be surprised if this can be done without a loop, so I’m open-minded about the solution. Thanks so much for your help. Know that I did try to look for similar questions before posting.

  • 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-05-22T00:56:41+00:00Added an answer on May 22, 2026 at 12:56 am

    You can achieve this in one step without the use of cbind by directly allocating results to a column in your data.frame:

    df$nominated_group <- with(df, group[match(nominated_ID, ID)])
    df
      ID group nominated_ID nominated_group
    1  9   Odd            9             Odd
    2  5   Odd            8            <NA>
    3  2  Even            4            Even
    4  4  Even            9             Odd
    5  3   Odd            2            Even
    

    I used with as a convenient way of referring to the columns of df without having to repeatedly write df$.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a dataframe in R with three variables named for example df$V1 ,
A week ago I would have done this manually: subset dataframe by group to
I have a dataframe with a column of integers that I would like to
Each time when I have to recode some set of variables, I have SPSS
I have two data frames. The one consists of three variables, namely date, strike
I have three or more independent variables represented as R vectors, like so: A
I have three variables in a data frame and would like to swap the
I have a port that is bind()'d to INADDR_ANY. I am receiving datagrams successfully.
I have a several data sets with 75,000 observations and a type variable that
I have a data.frame in R; it's called p . Each element in the

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.