search for: teachingdemos

Displaying 20 results from an estimated 423 matches for "teachingdemos".

2010 Jan 29
2
help in R 2.9.x for R 2.10.x packages
...p file in this package. For example, after library(TeachinDemos), > ?HWidentify Error in print.help_files_with_topic(x) : No text help for 'HWidentify' is available: corresponding file is missing In addition: Warning message: In print.help_files_with_topic("C:/R/R-2.9.2/library/TeachingDemos/chm/HWidentify") : No CHM help for 'HWidentify' in package 'TeachingDemos' is available: the CHM file for the package is missing So, I try > help.start() updating HTML package listing updating HTML search index If nothing happens, you should open 'C:\R\R-2.9.2\doc\h...
2011 Jan 14
3
Problems with TeachingDemos package
...command should open Word, but nothing happens. I use Rgui, not Rcmdr. Thanks ----- Mario Garrido Escudero PhD student Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola Universidad de Salamanca -- View this message in context: http://r.789695.n4.nabble.com/Problems-with-TeachingDemos-package-tp3218266p3218266.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 17
2
Was the package installed correctly
Hi folks, On R > install.packages("TeachingDemos", dependencies=TRUE) ...... installing to /usr/local/lib/R/site-library/mapproj/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... ** testing if installed package can be loaded * DONE (mapproj) The downloaded packages a...
2009 Mar 03
1
behavior of squishplot in TeachingDemos
Hi list, I wonder if anyone has had this experience with squishplot() in the TeachingDemos package. Taking the example from the ?image help page, library(TeachingDemos) x <- 10*(1:nrow(volcano)) y <- 10*(1:ncol(volcano)) layout(matrix(c(1,2,3,4),ncol=2,byrow=TRUE),height=c(2,1)) ## 1st plot op <- squishplot(range(x),range(y),1) image(x, y, volcano, col = terrain.colors(100))...
2009 Jul 29
1
Add a line in a Pairs2 and mark the axis length
Hi, I have finally installed TeachingDemos trough zip file and installed on lbrary. One new question: I want to draw a line (like abline) on diagonal or the result of running a ols. How can I do it. On the other hand, I want to mark the length on each sub plot y axis. It is possible? My function is sca<-function(){ z2<-read.t...
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
...the Commander "Tools -> Load Rcmdr plug-in(s)" menu; a restart of the Commander is required to install the new menus. Finally, loading a plug-in package when the Rcmdr is not loaded will load the Rcmdr and activate the plug-in. An illustrative R Commander plug-in package, RcmdrPlugin.TeachingDemos (providing a GUI to some of Greg Snow's TeachingDemos package), is now available on CRAN. (I suggest using this naming convention -- RcmdrPlugin.* -- so that plug-in packages will sort immediately below the Rcmdr package on CRAN. This assumes, of course, that other people will be interested in...
2010 Apr 16
1
TeachingDemos install bumps out with 'Out of memory!'
The same thing that happened to my 'maptools' (http://permalink.gmane.org/gmane.comp.lang.r.general/177404) also hits me here: It eats all memory until the system dies. Alas, in this case, no Ubuntu package. Since I installed some tens of packages with the same method in the meantime, I guess something must be wrong with the install.packages; at least on Ubuntu9.10, amd64. (And I am not
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
...the Commander "Tools -> Load Rcmdr plug-in(s)" menu; a restart of the Commander is required to install the new menus. Finally, loading a plug-in package when the Rcmdr is not loaded will load the Rcmdr and activate the plug-in. An illustrative R Commander plug-in package, RcmdrPlugin.TeachingDemos (providing a GUI to some of Greg Snow's TeachingDemos package), is now available on CRAN. (I suggest using this naming convention -- RcmdrPlugin.* -- so that plug-in packages will sort immediately below the Rcmdr package on CRAN. This assumes, of course, that other people will be interested in...
2005 Jul 14
0
New Package: TeachingDemos
This is to announce the new package TeachingDemos now available on CRAN. This is a collection of functions that I have used to demonstrate different ideas in various classes taught. Some of the first ones I wrote just to help me visualize what was happening, they latter were usefull in teaching others (both in a 1 on 1 setting, and in classroom...
2009 Jul 27
2
pairs plot
Hi all, I want to plot trough pairs() plot a matrix with 4 columns. I want to make a trhee plot in a graph. Plotting pairs colum 2,3,4 on y axis and 1 on X axis. You mean (a plot with three graphs) ommitting the first pair with itself. And only the pairs with colum 1 with the other not all pairs. I. e. this matrix 4177 289390 8740 17220 3907 301510 8530 17550 3975 316970 8640 17650 3651 364220
2008 Mar 26
0
Update of TeachingDemos package
This is to announce that versio 2.0 of the TeachingDemos package is now on CRAN (and hopefully soon to a mirror near you). This is a major upgrade of the package, some of the improvements include: The package now uses an NAMESPACE so it is easier to load just the parts that you need. Some of the GUI demonstrations now use tkrplot so that the graph is...
2008 Mar 26
0
Update of TeachingDemos package
This is to announce that versio 2.0 of the TeachingDemos package is now on CRAN (and hopefully soon to a mirror near you). This is a major upgrade of the package, some of the improvements include: The package now uses an NAMESPACE so it is easier to load just the parts that you need. Some of the GUI demonstrations now use tkrplot so that the graph is...
2008 Jul 11
1
TeachingDemos question: my.symbols() alignment problems in complicated layout
...s file ... so i've included this in my mock code, in case it might be part of the problem...) ############################# TEST CODE ################################# postscript("test.ps", horizontal=FALSE, width=7.5, height=11.5,pointsize=10, paper = "special" ) library(TeachingDemos) opar <- par(omi=c(0,0.1,0.7,0.1),xpd=T,mar=par()$mar+c(0,-1.5,-1,5)) layout_mat = matrix(c(1,2,3,4),nrow=4,ncol=1,byrow=TRUE) my_layout <- layout(layout_mat,widths=c(1,1,1,1),heights=c(1.0,0.45,1.0,1.2),respect=FALSE) plot(1,1) plot(2,2) plot(3,3) plot(1:100,rep(c(9,1.5,2,8),25)) points(...
2010 Jun 04
1
Shapes in barplots
...wants to build bars in various 3d shapes. I have install rgl using install.packages('rgl') for this purpose, but when I am doing library(rgl), it shows Error in library(rgl) : there is no package called 'rgl' What are the other ways to build such plots of variuos shapes. Is that *TeachingDemos *replace it..I am not sure how to use it for such task. Thanks in advance Jeet [[alternative HTML version deleted]]
2007 Jan 19
3
Problem with loading tkrplot
I asked the maintainer and he indicated that it might be a dll problem. Has anyone see this problem? I had installed the latest copy of tkrplot. I was trying to use teachingDemos when I first got the error. On 1/18/07, Luke Tierney <luke@stat.uiowa.edu> wrote: > Looks like tcl can't find the dll or something along those lines. As > this is windows you'll have to ask someone who uses that platform > to help figure out why. > > luke > > On...
2012 Sep 11
1
Plotting every probability curve
...f the variables. My logit model has 5+ variables, and I want to draw curves for every scenario. See code below. When home_owner is 0 and 1, I want curves. The same goes for all other variables categories, so that I have permutations for all possible combinations. I've found that I can use the TeachingDemos package (see below) to construct a gui which makes this easier, but I want to form curve separately so that I can save them library(TeachingDemos) TkPredict(mod1) Predict.Plot(mod1, pred.var = "our_bid", our_bid = c(0,300), age_of_oldest_driver2 = "18 to 21", cred...
2006 Jul 29
1
boxcox transformation
...(hours to drive from a to b) y. After a qqplot I know, that they don't fit the normal probability. I would like to transform these data with the boxcox transformation (MASS), that they fit the model. When I try ybx<-boxcox(y~1,0) qqnorm(ybx) the plot is different from library (TeachingDemos) ybct<-bct(y,0) // qqnorm(ybct) How can I transform y to fit with the normal probability model? Yours Torsten
2010 Feb 24
2
Bimodal distribution
Hello, Is there any test  for bimodality in R that x <- c(rnorm(1000,0,1),rnorm(1000,3,1)) hist(x,nclass=100) Thank you in advance for any help. Regards, Samor [[alternative HTML version deleted]]
2010 Sep 28
1
statistic test plot
Hi, I am a beginner in R and is trying to plot some dot plot from t test result. I was following the example ## Example from z.test -- requires TeachingDemos package # library(TeachingDemos) # z.ex <- z.test(rnorm(25,100,5),99,5) # z.ex # plot(z.ex) but encounter this error for the last command Error in plot.window(...) : need finite 'xlim' values In addition: Warning messages: 1: In min(x) : no non-missing arguments to min; returning Inf...
2012 Dec 17
5
save to file
 Hi, What's the equivalent of "Save to File" from the R console File menu on an R routine? Just trying to capture the whole R console into a text file when my code fails. Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA http://www.fws.gov/redbluff/rbdd_jsmp.aspx [[alternative HTML version deleted]]