Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-sig-epi/attachments/20071104/dac015af/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20091208/f19044f4/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20091208/07671388/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20100308/f8380aec/attachment.pl>
Just testing whether my subscription is working and decided to share a useful link http://www.jstatsoft.org/v51/i07/ Enjoy it! Marcio www.dsr.inpe.br/~mello
Thanks, Jorge! -- View this message in context: http://r.789695.n4.nabble.com/How-can-I-stack-two-matrices-tp4278614p4278855.html Sent from the R help mailing list archive at Nabble.com.
Wow...it's so simple! I have specified the variable times. Thank you so much, Ben! -- View this message in context: http://r.789695.n4.nabble.com/optimize-tp4173920p4192278.html Sent from the R help mailing list archive at Nabble...
David Firth wrote: > Dear R users: > It is planned that participants in the R User Conference, useR! 2011 > (August 16-18, http://R-project.org/useR-2011) will each receive a Better : http://www.R-project.org/useR-2011
I'm not sure, but would recommend not to. -- Marcio www.dsr.inpe.br/~mello On 31/01/2013 04:26, Ortiz, John wrote: > > Dear list, > > Can I use a character to set the name of a R package? like...
Hello! I would like to know if R can solve Differential Equations... I don't think so because, in my point, I see R like a Statistical System, not a Math System. Am I wrong? Thank you very much. M...
Hi, I'd like to stack two matrices. How can I do it without be column by column? Best regards, M?rcio Diniz PhD Student IME - Mathematical and Statistics Institutee USP - University of S?o Paulo -- View this message in...
Hi, On 04/28/2014 09:26 PM, Fong Chun Chan wrote: > > ./configure --prefix=/home/fong/usr/local > > I set the my CAIRO_LIBS and CAIRO_CLAGS environment variables in my > ~/.bashrc: > > export CAIRO_LIBS=${HOME}/usr/local/lib > export...
Thanks for the answers. Indeed, I wrote wrong in my examples the variables x and y I meant to say > y <- c(1,7,14,25,29,30) > x <- c(1,2,3,4,10,20) Thanks -- View this message...
Dear list, I have a RasterLayer (raster package) and want to select "n" smallest values from it (values and coordinates). I figured out that the which.min function in the raster package give me the coordinate of the smallest value...
Hi Anna, I think you use acf() function to calculate the variable autocorrelation. I'd do: ac <- acf(y, lag.max = 100)$acf Here, you use $acf, then you can extract the values only. Best regards, M?rcio Diniz PhD...
Hi nice people, I would like to do a for cycle but i wish it to assume only the numers 50, 100, 200, 300, 900 and 2343 I tried to do something like x <- c(50,100,200,300,900...
Thanks for the hint. Helped a lot Gabor Grothendieck wrote: > On Sat, Feb 12, 2011 at 7:48 AM, Jose-Marcio Martins da Cruz > > Functions which work with ts typically assume that a full cycle is > represented by 1 unit...
See http://cran.opensourceresources.org/web/packages/index.html -- Marcio Pupin Mello Survey Engineer Ph.D student in Remote Sensing National Institute for Space Research (INPE) - Brazil Laboratory of Remote Sensing in Agriculture and Forestry (LAF) www.dsr.inpe.br...
I read the post http://n4.nabble.com/Error-setting-rowname-if-rowname-currently-NULL-td794579.html#a794579 where it says that the problem is that dimnames(acuracia) is Null ->equivalent to rownames(fred) is NULL (in the post) Then...
Hello! I'm not sure if is it a BUG or not... I'm using R 1.9.0, and I used the command below: > is.integer(9) [1] FALSE R manual contains this words about the is.integer() function...
Can't find what you're looking for? Try searching with Google .