Home » date » 2008 » Dec » 10 »

Brutoschuld van de Belgische schatkist van november 1992 tot en met oktober 2008

*The author of this computation has been verified*
R Software Module: rwasp_univariatedataseries.wasp (opens new window with default values)
Title produced by software: Univariate Data Series
Date of computation: Wed, 10 Dec 2008 06:16:53 -0700
 
Cite this page as follows:
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL http://www.freestatistics.org/blog/date/2008/Dec/10/t1228915134luof42c4zspn90p.htm/, Retrieved Wed, 10 Dec 2008 13:18:55 +0000
 
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/2008/Dec/10/t1228915134luof42c4zspn90p.htm/},
    year = {2008},
}
@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 = {2008},
    note = {{ISBN} 3-900051-07-0},
    url = {http://www.R-project.org},
}
 
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
 
Feedback Forum:
2008-11-27 13:41:43 [a2386b643d711541400692649981f2dc] [reply
test

Post a new message
 
Original text written by user:
 
IsPrivate?
No (this computation is public)
 
User-defined keywords:
 
Dataseries X:
» Textbox « » Textfile « » CSV «
205.597 205.471 211.064 212.856 217.036 219.302 219.759 221.388 220.834 221.788 222.358 222.972 224.164 224.915 226.294 224.69 227.021 229.284 229.189 230.032 229.389 231.053 232.56 232.681 231.555 231.428 232.141 234.939 235.424 235.471 236.355 238.693 236.958 237.06 239.282 238.252 241.552 236.23 238.909 240.723 242.12 242.1 243.276 244.677 243.494 244.902 245.247 245.578 243.052 238.121 241.863 241.203 243.634 242.351 245.18 246.126 244.424 245.166 247.258 245.094 246.02 243.082 245.555 243.685 247.277 245.029 246.169 246.778 244.577 246.048 245.775 245.328 245.477 241.903 243.219 248.088 248.521 247.389 249.057 248.916 249.193 250.768 253.106 249.829 249.447 246.755 250.785 250.14 255.755 254.671 253.919 253.741 252.729 253.81 256.653 255.231 258.405 251.061 254.811 254.895 258.325 257.608 258.759 258.621 257.852 260.56 262.358 260.812 261.165 257.164 260.72 259.581 264.743 261.845 262.262 261.631 258.953 259.966 262.85 262.204 263.418 262.752 266.433 267.722 266.003 262.971 265.521 264.676 270.223 269.508 268.457 265.814 266.68 263.018 269.285 269.829 270.911 266.844 271.244 269.907 271.296 270.157 271.322 267.179 264.101 265.518 269.419 268.714 272.482 268.351 268.175 270.674 272.764 272.599 270.333 270.846 270.491 269.16 274.027 273.784 276.663 274.525 271.344 271.115 270.798 273.911 273.985 271.917 273.338 270.601 273.547 275.363 281.229 277.793 279.913 282.5 280.041 282.166 290.304 283.519 287.816 285.226 287.595 289.741 289.148 288.301 290.155 289.648 288.225 289.351 294.735 305.333
 
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


Univariate Dataseries
Name of dataseriesBrutoschuld van de Belgische schatkist
Sourcewww.belgostat.be
Descriptionnovember 1992 tot en met oktober 2008
Number of observations192
 
Charts produced by software:
http://127.0.0.1/wessadotnet/public_html/freestatisticsdotorg/blog/date/2008/Dec/10/t1228915134luof42c4zspn90p/17vd41228915012.png (open in new window)
http://127.0.0.1/wessadotnet/public_html/freestatisticsdotorg/blog/date/2008/Dec/10/t1228915134luof42c4zspn90p/17vd41228915012.ps (open in new window)


 
Parameters (Session):
par1 = Brutoschuld van de Belgische schatkist ; par2 = www.belgostat.be ; par3 = november 1992 tot en met oktober 2008 ;
 
Parameters (R input):
par1 = Brutoschuld van de Belgische schatkist ; par2 = www.belgostat.be ; par3 = november 1992 tot en met oktober 2008 ;
 
R code (references can be found in the software module):
bitmap(file='test1.png')
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Univariate Dataseries',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Name of dataseries',header=TRUE)
a<-table.element(a,par1)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Source',header=TRUE)
a<-table.element(a,par2)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Description',header=TRUE)
a<-table.element(a,par3)
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