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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:31:42+00:00 2026-06-03T04:31:42+00:00

library(PerformanceAnalytics) a<-seq(from=1,to=2,by=.01) b<-table.Stats(a) str(b) ‘data.frame’: 16 obs. of 1 variable: $ : num 101

  • 0
library("PerformanceAnalytics")
a<-seq(from=1,to=2,by=.01)
b<-table.Stats(a)
str(b)
'data.frame':   16 obs. of  1 variable:
  $ : num  101 0 1 1.25 1.5 ...
b
                      NA
Observations    101.0000
NAs               0.0000
Minimum           1.0000
Quartile 1        1.2500
Median            1.5000
Arithmetic Mean   1.5000
Geometric Mean    1.4828
Quartile 3        1.7500
Maximum           2.0000
SE Mean           0.0292
LCL Mean (0.95)   1.4422
UCL Mean (0.95)   1.5578
Variance          0.0858
Stdev             0.2930
Skewness          0.0000
Kurtosis         -1.2357

I need to create a data frame “s”, which contains only numbers
and I don’t know how to call “b” to return just numbers. Could you help me to do this?

  • 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-03T04:31:43+00:00Added an answer on June 3, 2026 at 4:31 am

    Not sure if this is a real issue. b indeed contains just the numbers. The words you are seeing are the row names. A small modification of the example you give shows the creation of a data frame with two columns:

    library("PerformanceAnalytics")
    a<-seq(from=1,to=2,by=.01)
    b<-table.Stats(a)
    c<-seq(from=5,to=6,by=.01)
    d<-table.Stats(c)
    e <- cbind(b,d)
    str(e)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What library do people use to extract data from Wikipedia pages? I see python-wikitools
library(ggplot2) This code produces a nice looking plot: qplot(cty, hwy, data = mpg, colour
What library should I use to connect to odbc from python on windows? Is
JS library like JQuery can be linked directly from other site (e.g. google). Usually
Library at http://testapi.codeplex.com/ Excerpt of usage from http://blogs.msdn.com/ivo_manolov/archive/2008/12/17/9230331.aspx A third common approach is forming
Which library should I use to parse HTTP requests from a socket stream? I'd
What library would you guys recommend I use to create a PDF document from
dyld: Library not loaded: /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libclparser.dylib Referenced from: /opt/local/bin/identify Reason: image not found Does anyone
What library can you recommend to capture image from a webcam in .Net?
Simple library is great and i already parsed many different XML from soap servers

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.