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.
I'm a complete newbie using OS X 10.4.9 and R 2.4.1 GUI 1.18 (4038). I'm trying to use R's package installer to install some packages. Towards that end, I tried only to...
Perhaps I missed something obvious, but when I applied patch 2 and then recompiled R-0.49, I found that the objects such as glm.fit that were supposed to be updated still had their original definitions. After some hair...
> A <- list(B=1, C=2, D=3) # A list of 3 elements > attach(A) # Attach it to the search list > assign("D", 4, pos="A") # Assign a new value to 'D', inside 'A' > ls() D # Looks good ... > D 4...
hello, I'm trying to predict some values based on a linear regression model. I've created the model using one dataframe, and have the prediction values in a second data frame (call it newdata). There are 56 rows in...
On Monday April 17 2006 19:45, Larry Howe wrote: > Hello, > > What options are available for me to debug my R scripts? For example I > normally do something like > > >source("myfunctions.R") > >function1("height", "weight") > > myfunctions.R is a large...
Tom, I don't doubt it. Hopefully I can schedule some time to work on rebuilding this system with RHEL 7 to help bring it up to date :) They just needed it right now and couldn't wait for any...
Hi, I'm new to R, and I'm not a statistician (stunned silence). I am trying to do the following: 1. read in a 2-column data file, e.g. status new db green title "Most Significant Excursions" 2...
Hi, I want to put text on a plot containing something like: a = b^2 = <squared numeric value of b> using bquote. Example: mu = 5 plot(1:10,1:10) text(2,8, bquote(delta == mu^2)) # This works text...
Hello! I would like to estimate the parameters for the SAR model: Y = pWY + XB + e, as a pure mean effects model for Y. I want to use the residuals from this model in other analyses. I attempted to use...
One way to add the text is to use a list with named elements for the row and column names: > (M <- matrix(1:9, ncol=3, byrow=TRUE, + dimnames=list(" "=LETTERS[1:3], + "THIS IS AN EXAMPLE\nOF a 3x3...
You don't say what OS you are using, or whether you are getting any messages or errors. http://www.R-project.org/posting-guide.html Larry Howe On Friday June 9 2006 11:00, Martin Heller wrote: > Hello, > I...
I use the following code from maptools and spdep to create a neighbors list of class nb from a shapefile: NMmap <- read.shape("CountyLevelData.shp") NMpolylist <- Map2poly(NMmap,region.id=NULL,quiet=TRUE) NMnb <- poly2nb(NMpolylist,queen=FALSE) print(is...
Per the message from Alexander Nervedi, 29 April 2006: > I have to be making a riddiculously silly ommission. > when I run the fillowing i get the cloud plot ok. But I cant figure > out what I am missing out when...
Confirmed that gcc-gfortran is installed Package gcc-gfortran-4.4.7-16.el6.x86_64 already installed and latest version What could I check next? I do not have the following installed and will get that done and tested...
Hello Roger, > Here is a first cut, which seems to emit a suitable file. If you can try > it and/or send back an Arc command line say for COLUMBUS.SHP CRIME and > NEIGNO as index in GeoDa, I would...
Ah, so I switch y with x, give it x, and ask it for y (which is actually x). Clever. I continue to be impressed with R. Thanks, Larry On Friday June 2 2006 11:23, Gabor Grothendieck wrote: > Try...
On Wed, Nov 29, 2017 at 11:14 AM, Rainer Krug <Rainer at krugs.de> wrote: > > > On 29 Nov 2017, at 15:28, Larry Martell <larry.martell at gmail.com> wrote: > > I have a R script that I call from...
Dear fellow citizens of the R-verse, I'm a non-quant analyst trying to do some statistical analyses on a large data set unimaginatively named "data." sympathy trust fear greed sharer_prob [1] 3 2 0 0 0.669593...
On Wed, Nov 29, 2017 at 11:20 AM, Thierry Onkelinx <thierry.onkelinx at inbo.be> wrote: > Dear Larry, > > Have a look at https://github.com/inbo/rstable That is a dockerfile > with a stable version of R and a...
I need to run 3.6 on debian stretch - I followed the instructions here: https://cran.r-project.org/bin/linux/debian/ and I was able to install it. But 2 packages I need, r-cran-caret and r-cran...
Can't find what you're looking for? Try searching with Google .