[Distr-commits] r1016 - branches/distr-2.6/pkg/distrTeach/tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 3 07:40:19 CEST 2015
Author: stamats
Date: 2015-05-03 07:40:18 +0200 (Sun, 03 May 2015)
New Revision: 1016
Modified:
branches/distr-2.6/pkg/distrTeach/tests/Examples/distrTeach-Ex.Rout.save
Log:
updated Rout.save file
Modified: branches/distr-2.6/pkg/distrTeach/tests/Examples/distrTeach-Ex.Rout.save
===================================================================
--- branches/distr-2.6/pkg/distrTeach/tests/Examples/distrTeach-Ex.Rout.save 2015-05-03 05:37:14 UTC (rev 1015)
+++ branches/distr-2.6/pkg/distrTeach/tests/Examples/distrTeach-Ex.Rout.save 2015-05-03 05:40:18 UTC (rev 1016)
@@ -1,229 +1,208 @@
-
-R version 3.0.1 Patched (2013-09-02 r63805) -- "Good Sport"
-Copyright (C) 2013 The R Foundation for Statistical Computing
-Platform: i386-w64-mingw32/i386 (32-bit)
-
-R is free software and comes with ABSOLUTELY NO WARRANTY.
-You are welcome to redistribute it under certain conditions.
-Type 'license()' or 'licence()' for distribution details.
-
- Natural language support but running in an English locale
-
-R is a collaborative project with many contributors.
-Type 'contributors()' for more information and
-'citation()' on how to cite R or R packages in publications.
-
-Type 'demo()' for some demos, 'help()' for on-line help, or
-'help.start()' for an HTML browser interface to help.
-Type 'q()' to quit R.
-
-> pkgname <- "distrTeach"
-> source(file.path(R.home("share"), "R", "examples-header.R"))
-> options(warn = 1)
-> options(pager = "console")
-> base::assign(".ExTimings", "distrTeach-Ex.timings", pos = 'CheckExEnv')
-> base::cat("name\tuser\tsystem\telapsed\n", file=base::get(".ExTimings", pos = 'CheckExEnv'))
-> base::assign(".format_ptime",
-+ function(x) {
-+ if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
-+ if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
-+ options(OutDec = '.')
-+ format(x[1L:3L], digits = 7L)
-+ },
-+ pos = 'CheckExEnv')
->
-> ### * </HEADER>
-> library('distrTeach')
-Loading required package: distr
-Loading required package: startupmsg
-:startupmsg> Utilities for start-up messages (version 0.9)
-:startupmsg>
-:startupmsg> For more information see ?"startupmsg",
-:startupmsg> NEWS("startupmsg")
-
-Loading required package: sfsmisc
-Loading required package: SweaveListingUtils
-:SweaveListingUtils> Utilities for Sweave together with
-:SweaveListingUtils> TeX listings package (version 0.7)
-:SweaveListingUtils>
-:SweaveListingUtils> NOTE: Support for this package
-:SweaveListingUtils> will stop soon.
-:SweaveListingUtils>
-:SweaveListingUtils> Package 'knitr' is providing the
-:SweaveListingUtils> same functionality in a better
-:SweaveListingUtils> way.
-:SweaveListingUtils>
-:SweaveListingUtils> Some functions from package 'base'
-:SweaveListingUtils> are intentionally masked ---see
-:SweaveListingUtils> SweaveListingMASK().
-:SweaveListingUtils>
-:SweaveListingUtils> Note that global options are
-:SweaveListingUtils> controlled by
-:SweaveListingUtils> SweaveListingoptions() ---c.f.
-:SweaveListingUtils> ?"SweaveListingoptions".
-:SweaveListingUtils>
-:SweaveListingUtils> For more information see
-:SweaveListingUtils> ?"SweaveListingUtils",
-:SweaveListingUtils> NEWS("SweaveListingUtils")
-:SweaveListingUtils> There is a vignette to this
-:SweaveListingUtils> package; try
-:SweaveListingUtils> vignette("ExampleSweaveListingUtils").
-
-
-Attaching package: 'SweaveListingUtils'
-
-The following objects are masked from 'package:base':
-
- library, require
-
-:distr> Object oriented implementation of distributions (version
-:distr> 2.5.2)
-:distr>
-:distr> Attention: Arithmetics on distribution objects are
-:distr> understood as operations on corresponding random variables
-:distr> (r.v.s); see distrARITH().
-:distr>
-:distr> Some functions from package 'stats' are intentionally masked
-:distr> ---see distrMASK().
-:distr>
-:distr> Note that global options are controlled by distroptions()
-:distr> ---c.f. ?"distroptions".
-:distr>
-:distr> For more information see ?"distr", NEWS("distr"), as well as
-:distr> http://distr.r-forge.r-project.org/
-:distr> Package "distrDoc" provides a vignette to this package as
-:distr> well as to several extension packages; try
-:distr> vignette("distr").
-
-
-Attaching package: 'distr'
-
-The following objects are masked from 'package:stats':
-
- df, qqplot, sd
-
-Loading required package: distrEx
-:distrEx> Extensions of package distr (version 2.5)
-:distrEx>
-:distrEx> Note: Packages "e1071", "moments", "fBasics" should be
-:distrEx> attached /before/ package "distrEx". See
-:distrEx> distrExMASK().Note: Extreme value distribution
-:distrEx> functionality has been moved to
-:distrEx>
-:distrEx> package "RobExtremes". See distrExMOVED().
-:distrEx>
-:distrEx> For more information see ?"distrEx", NEWS("distrEx"), as
-:distrEx> well as
-:distrEx> http://distr.r-forge.r-project.org/
-:distrEx> Package "distrDoc" provides a vignette to this package
-:distrEx> as well as to several related packages; try
-:distrEx> vignette("distr").
-
-
-Attaching package: 'distrEx'
-
-The following objects are masked from 'package:stats':
-
- IQR, mad, median, var
-
-:distrTeach> Extensions of package distr for teaching
-:distrTeach> Stochastics/Statistics
-:distrTeach>
-:distrTeach> in secondary school (version 2.5)
-:distrTeach>
-:distrTeach> For more information see ?"distrTeach",
-:distrTeach> NEWS("distrTeach"), as well as
-:distrTeach> http://distr.r-forge.r-project.org/
-:distrTeach> Package "distrDoc" provides a vignette to this
-:distrTeach> package as well as to several related packages;
-:distrTeach> try vignette("distr").
-
->
-> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
-> cleanEx()
-> nameEx("IllustCLT")
-> ### * IllustCLT
->
-> flush(stderr()); flush(stdout())
->
-> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
-> ### Name: illustrateCLT
-> ### Title: Functions for Illustrating the CLT
-> ### Aliases: illustrateCLT illustrateCLT.tcl
-> ### Keywords: distribution methods dynamic
->
-> ### ** Examples
->
-> distroptions("DefaultNrFFTGridPointsExponent" = 13)
-> illustrateCLT(Distr = Unif(), len = 20)
-> distroptions("DefaultNrFFTGridPointsExponent" = 12)
-> illustrateCLT(Distr = Pois(lambda = 2), len = 20)
-> distroptions("DefaultNrFFTGridPointsExponent" = 13)
-> illustrateCLT(Distr = Pois(lambda = 2)+Unif(), len = 20)
-> illustrateCLT.tcl(Distr = Unif(), k = 4, "Unif()")
->
->
->
-> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
-> base::cat("IllustCLT", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
-> cleanEx()
-> nameEx("IllustLLN")
-> ### * IllustLLN
->
-> flush(stderr()); flush(stdout())
->
-> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
-> ### Name: illustrateLLN
-> ### Title: Functions for Illustrating the LLN
-> ### Aliases: illustrateLLN
-> ### Keywords: distribution methods dynamic
->
-> ### ** Examples
->
-> illustrateLLN(Distr = Unif())
-> illustrateLLN(Distr = Pois(lambda = 2))
-> illustrateLLN(Distr = Pois(lambda = 2)+Unif())
-> illustrateLLN(Td(3), m = 50, col.Eline = "green", lwd = 2, cex = 0.6, main =
-+ "My LLN %C%Q", sub = "generated %D")
-> illustrateLLN(Td(3), m = 50, CLTorCheb = "Chebyshev")
-> illustrateLLN(Td(3), m = 50, CLTorCheb = "Chebyshev", coverage = 0.75)
->
->
->
-> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
-> base::cat("IllustLLN", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
-> cleanEx()
-> nameEx("plotCLT")
-> ### * plotCLT
->
-> flush(stderr()); flush(stdout())
->
-> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
-> ### Name: plotCLT
-> ### Title: Generic Plot Function for Illustrating the CLT
-> ### Aliases: plotCLT plotCLT-methods plotCLT,AbscontDistribution-method
-> ### plotCLT,DiscreteDistribution-method
-> ### Keywords: internal methods hplot distribution
->
-> ### ** Examples
->
-> illustrateCLT(Distr = Unif(), len = 20)
->
->
->
-> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
-> base::cat("plotCLT", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
-> ### * <FOOTER>
-> ###
-> options(digits = 7L)
-> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 16.32 0.75 17.36 NA NA
-> grDevices::dev.off()
-null device
- 1
-> ###
-> ### Local variables: ***
-> ### mode: outline-minor ***
-> ### outline-regexp: "\\(> \\)?### [*]+" ***
-> ### End: ***
-> quit('no')
+
+R Under development (unstable) (2015-05-02 r68310) -- "Unsuffered Consequences"
+Copyright (C) 2015 The R Foundation for Statistical Computing
+Platform: x86_64-unknown-linux-gnu (64-bit)
+
+R is free software and comes with ABSOLUTELY NO WARRANTY.
+You are welcome to redistribute it under certain conditions.
+Type 'license()' or 'licence()' for distribution details.
+
+ Natural language support but running in an English locale
+
+R is a collaborative project with many contributors.
+Type 'contributors()' for more information and
+'citation()' on how to cite R or R packages in publications.
+
+Type 'demo()' for some demos, 'help()' for on-line help, or
+'help.start()' for an HTML browser interface to help.
+Type 'q()' to quit R.
+
+> pkgname <- "distrTeach"
+> source(file.path(R.home("share"), "R", "examples-header.R"))
+> options(warn = 1)
+> library('distrTeach')
+Loading required package: distr
+Loading required package: startupmsg
+:startupmsg> Utilities for Start-Up Messages (version 0.9.1)
+:startupmsg>
+:startupmsg> For more information see ?"startupmsg",
+:startupmsg> NEWS("startupmsg")
+
+Loading required package: sfsmisc
+Loading required package: SweaveListingUtils
+:SweaveListingUtils> Utilities for Sweave Together with
+:SweaveListingUtils> TeX 'listings' Package (version
+:SweaveListingUtils> 0.7)
+:SweaveListingUtils>
+:SweaveListingUtils> NOTE: Support for this package
+:SweaveListingUtils> will stop soon.
+:SweaveListingUtils>
+:SweaveListingUtils> Package 'knitr' is providing the
+:SweaveListingUtils> same functionality in a better
+:SweaveListingUtils> way.
+:SweaveListingUtils>
+:SweaveListingUtils> Some functions from package 'base'
+:SweaveListingUtils> are intentionally masked ---see
+:SweaveListingUtils> SweaveListingMASK().
+:SweaveListingUtils>
+:SweaveListingUtils> Note that global options are
+:SweaveListingUtils> controlled by
+:SweaveListingUtils> SweaveListingoptions() ---c.f.
+:SweaveListingUtils> ?"SweaveListingoptions".
+:SweaveListingUtils>
+:SweaveListingUtils> For more information see
+:SweaveListingUtils> ?"SweaveListingUtils",
+:SweaveListingUtils> NEWS("SweaveListingUtils")
+:SweaveListingUtils> There is a vignette to this
+:SweaveListingUtils> package; try
+:SweaveListingUtils> vignette("ExampleSweaveListingUtils").
+
+
+Attaching package: ‘SweaveListingUtils’
+
+The following objects are masked from ‘package:base’:
+
+ library, require
+
+:distr> Object Oriented Implementation of Distributions (version
+:distr> 2.6)
+:distr>
+:distr> Attention: Arithmetics on distribution objects are
+:distr> understood as operations on corresponding random variables
+:distr> (r.v.s); see distrARITH().
+:distr>
+:distr> Some functions from package 'stats' are intentionally masked
+:distr> ---see distrMASK().
+:distr>
+:distr> Note that global options are controlled by distroptions()
+:distr> ---c.f. ?"distroptions".
+:distr>
+:distr> For more information see ?"distr", NEWS("distr"), as well as
+:distr> http://distr.r-forge.r-project.org/
+:distr> Package "distrDoc" provides a vignette to this package as
+:distr> well as to several extension packages; try
+:distr> vignette("distr").
+
+
+Attaching package: ‘distr’
+
+The following objects are masked from ‘package:stats’:
+
+ df, qqplot, sd
+
+Loading required package: distrEx
+:distrEx> Extensions of Package 'distr' (version 2.6)
+:distrEx>
+:distrEx> Note: Packages "e1071", "moments", "fBasics" should be
+:distrEx> attached /before/ package "distrEx". See
+:distrEx> distrExMASK().Note: Extreme value distribution
+:distrEx> functionality has been moved to
+:distrEx>
+:distrEx> package "RobExtremes". See distrExMOVED().
+:distrEx>
+:distrEx> For more information see ?"distrEx", NEWS("distrEx"), as
+:distrEx> well as
+:distrEx> http://distr.r-forge.r-project.org/
+:distrEx> Package "distrDoc" provides a vignette to this package
+:distrEx> as well as to several related packages; try
+:distrEx> vignette("distr").
+
+
+Attaching package: ‘distrEx’
+
+The following objects are masked from ‘package:stats’:
+
+ IQR, mad, median, var
+
+:distrTeach> Extensions of Package 'distr' for Teaching
+:distrTeach>
+:distrTeach> Stochastics/Statistics in Secondary School
+:distrTeach> (version 2.6)
+:distrTeach>
+:distrTeach> For more information see ?"distrTeach",
+:distrTeach> NEWS("distrTeach"), as well as
+:distrTeach> http://distr.r-forge.r-project.org/
+:distrTeach> Package "distrDoc" provides a vignette to this
+:distrTeach> package as well as to several related packages;
+:distrTeach> try vignette("distr").
+
+>
+> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
+> cleanEx()
+> nameEx("IllustCLT")
+> ### * IllustCLT
+>
+> flush(stderr()); flush(stdout())
+>
+> ### Name: illustrateCLT
+> ### Title: Functions for Illustrating the CLT
+> ### Aliases: illustrateCLT illustrateCLT.tcl
+> ### Keywords: distribution methods dynamic
+>
+> ### ** Examples
+>
+> distroptions("DefaultNrFFTGridPointsExponent" = 13)
+> illustrateCLT(Distr = Unif(), len = 20)
+> distroptions("DefaultNrFFTGridPointsExponent" = 12)
+> illustrateCLT(Distr = Pois(lambda = 2), len = 20)
+> distroptions("DefaultNrFFTGridPointsExponent" = 13)
+> illustrateCLT(Distr = Pois(lambda = 2)+Unif(), len = 20)
+> illustrateCLT.tcl(Distr = Unif(), k = 4, "Unif()")
+>
+>
+>
+> cleanEx()
+> nameEx("IllustLLN")
+> ### * IllustLLN
+>
+> flush(stderr()); flush(stdout())
+>
+> ### Name: illustrateLLN
+> ### Title: Functions for Illustrating the LLN
+> ### Aliases: illustrateLLN
+> ### Keywords: distribution methods dynamic
+>
+> ### ** Examples
+>
+> illustrateLLN(Distr = Unif())
+> illustrateLLN(Distr = Pois(lambda = 2))
+> illustrateLLN(Distr = Pois(lambda = 2)+Unif())
+> illustrateLLN(Td(3), m = 50, col.Eline = "green", lwd = 2, cex = 0.6, main =
++ "My LLN %C%Q", sub = "generated %D")
+> illustrateLLN(Td(3), m = 50, CLTorCheb = "Chebyshev")
+> illustrateLLN(Td(3), m = 50, CLTorCheb = "Chebyshev", coverage = 0.75)
+>
+>
+>
+> cleanEx()
+> nameEx("plotCLT")
+> ### * plotCLT
+>
+> flush(stderr()); flush(stdout())
+>
+> ### Name: plotCLT
+> ### Title: Generic Plot Function for Illustrating the CLT
+> ### Aliases: plotCLT plotCLT-methods plotCLT,AbscontDistribution-method
+> ### plotCLT,DiscreteDistribution-method
+> ### Keywords: internal methods hplot distribution
+>
+> ### ** Examples
+>
+> illustrateCLT(Distr = Unif(), len = 20)
+>
+>
+>
+> ### * <FOOTER>
+> ###
+> options(digits = 7L)
+> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
+Time elapsed: 5.786 0.084 5.869 0 0
+> grDevices::dev.off()
+null device
+ 1
+> ###
+> ### Local variables: ***
+> ### mode: outline-minor ***
+> ### outline-regexp: "\\(> \\)?### [*]+" ***
+> ### End: ***
+> quit('no')
More information about the Distr-commits
mailing list