Home » date » 2010 » Oct » 12 »

Nineteen Bins

*The author of this computation has been verified*
R Software Module: Ian.Holliday/rwasp_Distributional Plots.wasp (opens new window with default values)
Title produced by software: Histogram, QQplot and Density
Date of computation: Tue, 12 Oct 2010 01:07:36 +0000
 
Cite this page as follows:
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6.htm/, Retrieved Tue, 12 Oct 2010 03:07:21 +0200
 
BibTeX entries for LaTeX users:
@Manual{KEY,
    author = {{YOUR NAME}},
    publisher = {Office for Research Development and Education},
    title = {Statistical Computations at FreeStatistics.org, URL http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6.htm/},
    year = {2010},
}
@Manual{R,
    title = {R: A Language and Environment for Statistical Computing},
    author = {{R Development Core Team}},
    organization = {R Foundation for Statistical Computing},
    address = {Vienna, Austria},
    year = {2010},
    note = {{ISBN} 3-900051-07-0},
    url = {http://www.R-project.org},
}
 
Original text written by user:
 
IsPrivate?
No (this computation is public)
 
User-defined keywords:
 
Dataseries X:
» Textbox « » Textfile « » CSV «
39.12448 33.0798 53.45432 53.1487 30.87978 46.44731 53.47016 52.68011 55.75793 59.17661 43.60416 19.25811 54.70652 46.16678 61.80364 51.6503 54.31479 57.96348 59.037 57.81371 49.19084 46.67529 50.9092 33.87344 66.36902 46.6383 36.99759 50.32119 49.19435 56.88627 63.30752 41.7377 60.05671 51.22368 33.19752 42.01993 37.40613 60.69045 45.19376 42.82525 39.73621 58.79602 51.30244 47.78152 47.46399 43.02434 58.01858 43.93111 48.9974 42.11096 58.99042 54.60322 42.32016 53.66529 41.89467 58.5597 59.02196 53.58498 53.75636 65.21254 41.14882 48.07883 38.1637 33.14679 33.35573 50.96306 41.26001 46.59853 40.74395 33.60979 54.86365 51.8094 48.59293 55.49863 57.77813 45.44277 49.54784 50.12593 55.10592 39.95971 55.93567 35.39927 53.1346 39.768 40.38378 53.71358 44.93907 54.81885 54.77115 75.2662 62.4517 46.69103 30.33013 45.64357 39.94453 66.33093 58.58105 46.27558 72.6433 36.12574
 
Output produced by software:


Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135


Descriptive Statistics
mean48.9996555formula
standard deviation9.80041470972698formula
 
Charts produced by software:
http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6/1f7ez1286845654.png (open in new window)
http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6/1f7ez1286845654.ps (open in new window)


http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6/2f7ez1286845654.png (open in new window)
http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6/2f7ez1286845654.ps (open in new window)


http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6/38ywk1286845654.png (open in new window)
http://www.freestatistics.org/blog/date/2010/Oct/12/t128684563726pyl5a11heq5j6/38ywk1286845654.ps (open in new window)


 
Parameters (Session):
par1 = 19 ;
 
Parameters (R input):
par1 = 19 ;
 
R code (references can be found in the software module):
bitmap(file='test1.png')
par1 <- as.numeric(par1)
myhist<-hist(x, breaks=par1, col=2, xlab=xlab)
dev.off()
bitmap(file='test2.png')
qqnorm(x)
qqline(x, col=2)
dev.off()
bitmap(file='test3.png')
plot(density(x), xlab=xlab)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Descriptive Statistics',3,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'mean',header=TRUE)
a<-table.element(a,mean(x))
a<-table.element(a,hyperlink('http://www.xycoon.com/arithmetic_mean.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'standard deviation',header=TRUE)
a<-table.element(a,sd(x))
a<-table.element(a,hyperlink('http://www.xycoon.com/unbiased1.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')
 





Copyright

Creative Commons License

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.

Software written by Ed van Stee & Patrick Wessa


Disclaimer

Information provided on this web site is provided "AS IS" without warranty of any kind, either express or implied, including, without limitation, warranties of merchantability, fitness for a particular purpose, and noninfringement. We use reasonable efforts to include accurate and timely information and periodically update the information, and software without notice. However, we make no warranties or representations as to the accuracy or completeness of such information (or software), and we assume no liability or responsibility for errors or omissions in the content of this web site, or any software bugs in online applications. Your use of this web site is AT YOUR OWN RISK. Under no circumstances and under no legal theory shall we be liable to you or any other person for any direct, indirect, special, incidental, exemplary, or consequential damages arising from your access to, or use of, this web site.


Privacy Policy

We may request personal information to be submitted to our servers in order to be able to:

  • personalize online software applications according to your needs
  • enforce strict security rules with respect to the data that you upload (e.g. statistical data)
  • manage user sessions of online applications
  • alert you about important changes or upgrades in resources or applications

We NEVER allow other companies to directly offer registered users information about their products and services. Banner references and hyperlinks of third parties NEVER contain any personal data of the visitor.

We do NOT sell, nor transmit by any means, personal information, nor statistical data series uploaded by you to third parties.

We carefully protect your data from loss, misuse, alteration, and destruction. However, at any time, and under any circumstance you are solely responsible for managing your passwords, and keeping them secret.

We store a unique ANONYMOUS USER ID in the form of a small 'Cookie' on your computer. This allows us to track your progress when using this website which is necessary to create state-dependent features. The cookie is used for NO OTHER PURPOSE. At any time you may opt to disallow cookies from this website - this will not affect other features of this website.

We examine cookies that are used by third-parties (banner and online ads) very closely: abuse from third-parties automatically results in termination of the advertising contract without refund. We have very good reason to believe that the cookies that are produced by third parties (banner ads) do NOT cause any privacy or security risk.

FreeStatistics.org is safe. There is no need to download any software to use the applications and services contained in this website. Hence, your system's security is not compromised by their use, and your personal data - other than data you submit in the account application form, and the user-agent information that is transmitted by your browser - is never transmitted to our servers.

As a general rule, we do not log on-line behavior of individuals (other than normal logging of webserver 'hits'). However, in cases of abuse, hacking, unauthorized access, Denial of Service attacks, illegal copying, hotlinking, non-compliance with international webstandards (such as robots.txt), or any other harmful behavior, our system engineers are empowered to log, track, identify, publish, and ban misbehaving individuals - even if this leads to ban entire blocks of IP addresses, or disclosing user's identity.


FreeStatistics.org is powered by