similar to: breaks

Displaying 20 results from an estimated 4000 matches similar to: "breaks"

2013 Mar 22
2
read.pnm question in R-beta
In R-beta (Masked Marvel), when I do the example from the read.pnm help file, this is what happens: x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1]) Warning message: In rep(cellres, length=2): x is NULL so the result will be NULL In R-2.15.3, it's all right. Thanks, Erin Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and
2013 Sep 17
1
strange behavior for RcmdrPlugin.qual
Hello! Over the weekend, I updated my RcmdrPlugin.qual package. It works fine on a 64 bit Windows machine but not a 32 bit. This is very strange. The new menu with all of the Quality Control stuff does not appear. Have any of you run into this sort of thing before, please? Thanks, Sincerely, Erin Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and Mathematical Sciences
2011 Mar 24
2
running a script repeatedly
Dear Debian People: Is there a way to run a little script (on Ubuntu Manic Meerkat) every hour, please? I know that this is more of a LINUX/UNIX question rather than an R question. Sorry. Thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse@uhd.edu [[alternative HTML version deleted]]
2003 Apr 02
4
Multivariate Time series
Dear R People: Is there a library for Multivariate time series, please? For some reason, I'm thinking that Dr. Paul Gilbert may have one? R Version 1.6.2 (i've updated!) for Windows Thanks so much! Sincerely, Erin Hodgess University of Houston - Downtown mailto: hodgess at uhddx01.dt.uh.edu
2002 Feb 22
3
Cent. Mov. Ave
Dear R People: Here is an interesting question(I think) Suppose I want to calculate Centered Moving Averages; i.e. x[1] <- ( sum(y[1:12]) )/12 x[2] <- ( sum(y[2:13]) )/12 and so on. Of course, this is easily done through loops. However, I have been trying to do this more elegantly, but have failed. I have tried things like j1 <- 1:109 j2 <- 12:120 x[1:109] <- ( sum( y[j1:j2])
2010 Jul 06
2
accessing underlying code
Dear R Developers: Is there a way to look at the underlying code from such items as R_setup_starma, please? Thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse@uhd.edu [[alternative HTML version deleted]]
2002 Mar 11
3
Crime Time Series
Can anyone please recommend a good site for crime related time series? Thanks! Erin mailto: hodgess at uhddx01.dt.uh.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
2009 Nov 23
1
problems with Rcmdr on R-2.10.0 with Karmic Koala
Dear R Debian People: I have put this on regular R help as well, but thought that I'd try here too. I updated to R-2.10.0 on Ubuntu Karmic Koala via apt-get update, apt-get install. Then I had a problem that said that I need MASS <= R-2.9.2. Fair enough. Uwe Ligges was kind enough to point out that I needed to use > update.packges(checkBuilt=TRUE) So I did. Now the menu on Rcmdr
2010 Apr 25
1
a side note to the Rcmdr issue
Hi again. On Windows, when I try to use the "install packages" from the menu, there is no Rcmdr and no RcmdrPlugins to be seen. thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse@uhd.edu [[alternative HTML version deleted]]
2010 Jul 06
1
using svd in regression with arima
Dear R Developers: Why is it that the singular value decomposition is used when running regression with arima, please? I've been looking for a reference for that but have come up empty so far. Thank you for any help. Sincerely, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse@uhd.edu
2011 Mar 05
1
problem with building bitmapdll on Windows
Dear R Development People: I was trying to build R-2.12.2 from source on a Windows XP machine. Doing the make all recommended works fine, but building the bitmap dll is a problem. It seems to be in the libpng directory. I got libpng-1.5.1, and untarred it. However, there is no makefile.mingw file in the scripts directory. I then obtained a version of libpng-1.4.5, and the file is there.
2002 Oct 01
1
High Frequency Time Series
Dear R People: I have a weekly time series. How do I put this into the ts command, please? That is, what do I use for frequency, please? R version 1.5.1 for Windows. Thanks in advance. Sincerely, Erin mailto: hodgess at uhddx01.dt.uh.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2000 Aug 31
3
make problem
Dear R People: I have the source for R version 1.1.1 on a UNIX system alpha-dec-osf4. The ./configure works fine. When I do the make, it works fine until it tries to build the package tcklc. I get an error of Tk_Saf_Init not identified Then it kicks out. Any suggestions, please? Thanks! Sincerely, Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and Mathematical Sciences
2010 Apr 25
1
problem with Rcmdr Plugins
Dear R Development People: I have written a couple of plugins for Rcmdr and they do not seem to work with R-2.11.0. Here is the output: > library(RcmdrPlugin.epack) Loading required package: Rcmdr Loading required package: tcltk Loading Tcl/Tk interface ... done Loading required package: car --- Please select a CRAN mirror for use in this session --- Rcmdr Version 1.5-4 Attaching package:
2010 Jan 31
2
accessing the Windows side from Debian
Dear R Debian People: I have a desktop which has both Windows and Debian operating systems. If I am on the Debian side, is there a way to access file from the Windows side, please? Thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse@uhd.edu [[alternative HTML version deleted]]
2000 Oct 26
3
Tick marks for abline
Dear R People: I am drawing graphs for a College Algebra class. I would like to have the x and y axes, along with the lines that I am plotting. So I leave off the axes, and use xlim and ylim. Then I add my abline(v=0). However, I would like to have tick marks on the abline. How would I do that, please? Thanks in advance! Sincerely, Erin M. Hodgess, Ph.D. Associate Professor Department of
2003 Nov 14
3
Expressions and Functions
Dear R People: When the D function is used for a symbolic derivative, an expression is returned, which is fine. How do you change that expression to a function, please? I've been experimenting with substitute and deparse, but no success yet. This is R 1.8.0 for Windows. thanks in advance for the help! Sincerely, Erin Hodgess mailto: hodgess at gator.uhd.edu
2004 Jan 06
2
dist(x,y)
Hi Ryszard! There is a dist function in R. It's in the mva package. You can set the kind of distance that you want. Thanks, Erin mailto:hodgess at gator.uhd.edu
2001 Jun 21
2
Durbin Watson stat for ser. corr
Dear R People: Do any of the linear model or regression function calculate the Durbin-Watson test statistic for serial correlation, please? I found the hat matrix, studentized residuals, and so on, but no D-W. Thanks so much! Sincerely, Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown One Main Street Houston, TX 77002
2011 Apr 12
2
regular expression question
Dear R People: I have a data frame with the following column names: > names(funky) [1] "UHD.1" "UHD.2" "UHD.3" "UHD.4" "L..W..1" "L..W..2" "L..W..3" [8] "L..W..4" "B..W..1" "B..W..2" "B..W..3" "B..W..4" "W..B..1" "W..B..2" [15]