Home » date » 2009 » Oct » 24 »

reeksen met ln

*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: Sat, 24 Oct 2009 10:19:36 -0600
 
Cite this page as follows:
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL http://www.freestatistics.org/blog/date/2009/Oct/24/t1256401218ukqoekff1orxlpo.htm/, Retrieved Sat, 24 Oct 2009 18:20:18 +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/2009/Oct/24/t1256401218ukqoekff1orxlpo.htm/},
    year = {2009},
}
@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 = {2009},
    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 «
12.28411643 12.27179952 12.25231194 12.22609584 12.20725694 12.22423668 12.39452537 12.46961698 12.40214917 12.40680698 12.3612585 12.37673061 12.3683743 12.34737254 12.33351554 12.30898116 12.2883068 12.29888881 12.4546734 12.49066871 12.42369699 12.39302513 12.34254658 12.35365178 12.29809105 12.29825521 12.26721478 12.27732762 12.26028617 12.26177695 12.38859418 12.3910407 12.34835315 12.24910819 12.19562829 12.17868089 12.17860381 12.13181235 12.09013416 12.05877841 12.02755584 12.03203468 12.21750702 12.21794193 12.11459312 12.06379454 12.0224142 12.05115417 12.04179334 12.00873085 11.99482061 11.98050115 11.92504174 11.97107157 12.13634736 12.13923281 12.06870533 12.03979371 12.02471263 12.08974667 12.13571456 12.15069735 12.16297202 12.14900482 12.13352883 12.1823382 12.31730986 12.33226026 12.27431991
 
Dataseries Y:
» Textbox « » Textfile « » CSV «
13.23983525 13.2372159 13.22732141 13.20596712 13.19312375 13.2043525 13.29384304 13.32246427 13.32548869 13.32338238 13.2949157 13.29707942 13.28934284 13.28682472 13.27838887 13.2588155 13.24891849 13.25168492 13.33865954 13.3517021 13.3506648 13.32467872 13.29699545 13.29990855 13.29363747 13.28799984 13.27043677 13.26074175 13.25824825 13.25853977 13.33677613 13.34680049 13.33733926 13.28384427 13.24589342 13.23081232 13.23672011 13.21558775 13.18378392 13.17290249 13.14419923 13.11968379 13.22737543 13.24385685 13.20238824 13.17508865 13.141864 13.15048036 13.15564727 13.13737218 13.10749742 13.10265647 13.05911895 13.07648696 13.17756911 13.18738303 13.15762434 13.13463576 13.12608843 13.15413526 13.17727193 13.1855973 13.19249001 13.19288708 13.16847758 13.19228861 13.28204729 13.29899209 13.2716847
 
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'Sir Ronald Aylmer Fisher' @ 193.190.124.24


Bivariate Dataseries
Name of dataseries xnatuurlijke logaritme werklozen Vlaanderen
Source of xwww.belgostat.be
Description of xwerklozen vlaanderen
Name of dataseries ynatuurlijke logaritme werklozen Belgie
Source of ywww.belgostat.be
Description of ywerklozen Belgie
Number of observations69
 
Charts produced by software:
http://www.freestatistics.org/blog/date/2009/Oct/24/t1256401218ukqoekff1orxlpo/1v6xr1256401173.png (open in new window)
http://www.freestatistics.org/blog/date/2009/Oct/24/t1256401218ukqoekff1orxlpo/1v6xr1256401173.ps (open in new window)


 
Parameters (Session):
par1 = natuurlijke logaritme werklozen Vlaanderen ; par2 = www.belgostat.be ; par3 = werklozen vlaanderen ; par4 = natuurlijke logaritme werklozen Belgie ; par5 = www.belgostat.be ; par6 = werklozen Belgie ;
 
Parameters (R input):
par1 = natuurlijke logaritme werklozen Vlaanderen ; par2 = www.belgostat.be ; par3 = werklozen vlaanderen ; par4 = natuurlijke logaritme werklozen Belgie ; par5 = www.belgostat.be ; par6 = werklozen Belgie ;
 
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