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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:31:15+00:00 2026-06-15T21:31:15+00:00

I have a matrix and I want to change the fifth column type from

  • 0

I have a matrix and I want to change the fifth column type from character into numeric but I can not. I have tried this:

test1[,5] <- as.numeric(test1[,5])

but again the column class is character not numeric. What should I do?
Thank you

  • 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-15T21:31:17+00:00Added an answer on June 15, 2026 at 9:31 pm

    Like @Marius said, a matrix can only hold one data type. You could convert your matrix into a data.frame since data.frames can hold a different data type for each of their columns. The functions for converting from and back are as.data.frame and as.matrix. You’ll then be able to apply the column conversion code you posted to a data.frame.

    However, you mentioned in a comment that your ultimate goal was to reorder your matrix based on the values of a coerced column. You don’t need to coerce the column in-place before reordering your matrix, you can do all that on the fly with:

    test1[order(as.numeric(test1[, 5])), ]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a matrix A which I want to convert into a data.frame of
I have one column matrix with n rows. I want difference between row 2
I have created a SQL Server 2005 matrix with a total column. I want
I want to change taxt value from loop and every time I have changed
I have a NxN matrix which I want to split into non-overlap KxK block.
I have a non-fixed dimensional matrix M, from which I want to access a
I have a matrix A consisting of 200 vectors of size d. I want
I have this matrix of size 10000 by 1. I want to remove some
so we have this matrix a=[1;2;3] and we want to multiply it by itself
I have this following numpy matrix that I want to sort in ascending order

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.