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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:30:08+00:00 2026-06-11T16:30:08+00:00

This may be a super dumb question, that I feel like I should know

  • 0

This may be a super dumb question, that I feel like I should know the answer to.

I am using a package called maxstat, when I run a test I get output such as the following:

Maximally selected Wilcoxon statistics using none

data:  x and scores 
M = 8.3107, p-value = NA
sample estimates:
estimated cutpoint 
            0.6421 

I call this output “x” and I only want to retrieve the value of the estimated cutpoint. So I try:

> x$estimate
estimated cutpoint 
        0.6421 

How do I just get the value 0.6421 without the attached name “estimated cutpoint”?

I want to put this value in a table and when I use cbind or rbind to attach the value(s) the name gets attached as well.

  • 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-11T16:30:09+00:00Added an answer on June 11, 2026 at 4:30 pm

    See ?unname, e.g.

    unname(x$estimate)
    

    Although all this does is drop the "names" attribute. If you have several of these to un-name, it might be easier to bind them all together and then get rid of the row or column names en masse via one of:

    rownames(obj) <- NULL
    colnames(obj) <- NULL
    

    Or

    dimnames(obj) <- list(NULL, NULL)
    

    where obj is the object containing the data you wish to un-name.

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

Sidebar

Related Questions

I know this may seem like a common question on SO but I could
ok, feel super dumb about asking a question that's apparently been asked multiple times.
This may be a simple question but I can;t find the answer anywhere. Here
This may sound like a very generic question but here it goes. I have
This may be a dumb question, but I'm a bit unsure if it's safe
I feel like this may be a trivial problem for most people but I'm
I know this may be stupid question i am gonna put here since i
I understand that this may seems a very basic question, but I always thought
This may be super easy to solve but I can't find the correct google
This may be super simple - but I'm struggling to spot what's going on.

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.