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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:22:33+00:00 2026-05-15T08:22:33+00:00

I have a series of value that include the empty string levels(mydata$phone_partner_products) dont_know maybe_interesting

  • 0

I have a series of value that include the empty string

levels(mydata$phone_partner_products)
“” “dont_know” “maybe_interesting”
“not_interesting” “very_interesting” “very_not_interesting”

If I make a frequencies table I get this
table(mydata$phone_partner_products)

                            dont_know    maybe_interesting 
            3752                  226                 2907 
 not_interesting     very_interesting very_not_interesting 
            1404                 1653                 1065

How can I reorder the columns in a more meaningful way?
How can I rename the empty string “” level?

Thank you a lot in advance.

  • 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-15T08:22:34+00:00Added an answer on May 15, 2026 at 8:22 am

    Use levels() to reset the factor level you want to change:

    > ff <- as.factor(sample(c("foo", "", "bar"),20,repl=TRUE))
    > table(ff)
    ff
        bar foo 
      6   8   6 
    > levels(ff)
    [1] ""    "bar" "foo"
    > levels(ff)[1] <- "ooops"
    > table(ff)
    ff
    ooops   bar   foo 
        6     8     6 
    > 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have series of checkboxes whom value I am taking and generating a string
I have a series of regular expressions that include escape characters that I need
I have a series of grouped values that follow a specific format and would
I have created an application that records a series of longitude and latitude values
I am processing a series of points which all have the same Y value,
I have a series of logging breakpoints in Xcode4 that I'm using to selectively
I have a series of divs that slide down using -webkit-transform from a negative
I have some hierarchical data that I need to display in a series of
I have a series of ggplot graphs that I'm repeating with a few small
I have a series of CSS files that I am concatenating and minfying (using

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.