Home » date » 2010 » Nov » 16 »

*The author of this computation has been verified*
R Software Module: /rwasp_bidataseries.wasp (opens new window with default values)
Title produced by software: Bivariate Data Series
Date of computation: Tue, 16 Nov 2010 20:09:12 +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/Nov/16/t1289938058r8iit27g77acokz.htm/, Retrieved Tue, 16 Nov 2010 21:07:39 +0100
 
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/Nov/16/t1289938058r8iit27g77acokz.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 «
1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1100 1100 1100 1100 1100 1100 1100 1100 1100 1100 1200 1200 1200 1200 1200 1200 1200 1200 1200 1200 1300 1300 1300 1300 1300 1300 1300 1300 1300 1300 1400 1400 1400 1400 1400 1400 1400 1400 1400 1400 1500 1500 1500 1500 1500 1500 1500 1500 1500 1500 1600 1600 1600 1600 1600 1600 1600 1600 1600 1600 1700 1700 1700 1700 1700 1700 1700 1700 1700 1700 1800 1800 1800 1800 1800 1800 1800 1800 1800 1800 1900 1900 1900 1900 1900 1900 1900 1900 1900 1900 2000 2000 2000 2000 2000 2000 2000 2000 2000 2000 2100 2100 2100 2100 2100 2100 2100 2100 2100 2100 2200 2200 2200 2200 2200 2200 2200 2200 2200 2200 2300 2300 2300 2300 2300 2300 2300 2300 2300 2300 2400 2400 2400 2400 2400 2400 2400 2400 2400 2400 2500 2500 2500 2500 2500 2500 2500 2500 2500 2500 2600 2600 2600 2600 2600 2600 2600 2600 2600 2600 2700 etc...
 
Dataseries Y:
» Textbox « » Textfile « » CSV «
59,41615982 50,14242957 49,48042499 53,3259468 52,30609336 48,86143726 50,8659103 49,3642163 54,76962397 58,18423038 59,23197004 58,02968026 65,93348254 65,05829459 56,37250226 68,83551209 64,79550777 61,96559352 73,49906338 65,15633604 73,66130098 78,12143282 72,8804637 78,74502134 64,54770971 79,55636457 73,41843731 73,40514735 69,13306402 76,40930914 91,30506864 87,45429821 83,73269406 86,41824681 88,15417897 87,87236363 80,34302126 84,56271842 83,91189723 85,77827924 102,5530716 101,9591172 100,6111131 80,31174718 93,31965504 82,2279051 92,06238737 95,31362353 91,29070095 97,71074672 98,4990965 104,4406372 108,670536 102,2922698 102,5909973 106,4244674 105,8740591 105,0608868 101,6221038 108,4738866 129,6931939 113,3638472 117,5809664 116,5615089 111,0621468 114,7175824 118,0734087 115,4110016 117,439777 116,5171754 124,4479782 125,1205639 127,2870219 122,4374912 131,0661662 130,025532 126,4923616 123,3219297 120,9032897 133,25 etc...
 
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'George Udny Yule' @ 72.249.76.132


Bivariate Dataseries
Name of dataseries xinhoud
Source of x
Description of x
Name of dataseries yvermogen
Source of y
Description of y
Number of observations410
 
Charts produced by software:
http://www.freestatistics.org/blog/date/2010/Nov/16/t1289938058r8iit27g77acokz/1n2sj1289938151.png (open in new window)
http://www.freestatistics.org/blog/date/2010/Nov/16/t1289938058r8iit27g77acokz/1n2sj1289938151.ps (open in new window)


 
Parameters (Session):
par1 = 1 ; par2 = 2 ; par3 = Pearson Chi-Squared ;
 
Parameters (R input):
par1 = inhoud ; par4 = vermogen ;
 
R code (references can be found in the software module):
bitmap(file='test1.png')
op <- par(mfrow=c(2,2))
plot(x,type='b',main='Plot of x',xlab=xlab,ylab=ylab)
plot(y,type='b',main='Plot of y',xlab=xlab,ylab=ylab)
hist(x)
hist(y)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Bivariate Dataseries',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Name of dataseries x',header=TRUE)
a<-table.element(a,par1)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Source of x',header=TRUE)
a<-table.element(a,par2)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Description of x',header=TRUE)
a<-table.element(a,par3)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Name of dataseries y',header=TRUE)
a<-table.element(a,par4)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Source of y',header=TRUE)
a<-table.element(a,par5)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Description of y',header=TRUE)
a<-table.element(a,par6)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Number of observations',header=TRUE)
a<-table.element(a,length(x))
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