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 7793885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:37:47+00:00 2026-06-01T22:37:47+00:00

I have a column that’s a factor variable. I need to change the value

  • 0

I have a column that’s a factor variable. I need to change the value of all cells where the factor is a certain rarely occurring level. I’m using the following code but it doesn’t seem to be working:

test2$timeFactor <- ifelse(test2$timeFactor == '94', '-1000', test2$timeFactor)

I’ve also tried:

test2$timeFactor <- factor(ifelse(test2$timeFactor == '94', '-1000', test2$timeFactor))

but neither seems to work. Anything obvious I’m missing here?

  • 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-01T22:37:48+00:00Added an answer on June 1, 2026 at 10:37 pm

    You are better off changing the levels:

    set.seed(1)
    x <- factor(sample(letters[1:3],10,replace=T))
    x
     [1] a b b c a c c b b a
    Levels: a b c
    
    levels(x)[which(levels(x)=="c")] <- "z"
    x
     [1] a b b z a z z b b a
    Levels: a b z
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a column that I need to be able to guarantee never gets
I have a column that is currently a floating-point number and I need to
I have a column that has a value that is either 0 or 1.
I am trying to select all tables that do not have column named 'unique'.
I need a select from table which does not have column that tells when
I have a column that renders based on the value of a previous column
I have a column that has the following data: PersonId=315618 LetterId=43 MailingGroupId=1 EntityId=551723 trackedObjectId=9538
I have a column that contains links. The problem is that the titles of
I have a text column that should only have 1 of 3 possible strings.
I have a varchar column that has data like this top<somenumber> so the word

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.