Skip to content

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.

114 results for “from:Larry”

Problems installing
Larry Ochoa · Mar 28, 2007 · r-sig-mac

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...

R-beta: patch 2
Larry P Ammann · Jun 3, 1997 · r-help

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...

nested assignment (PR#2575)
larry@cognition.wustl.edu · Feb 23, 2003 · r-devel

> 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...

predict.lm "variables found" question
Larry White · Nov 9, 2006 · r-help

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...

R debugging options
Larry Howe · Apr 17, 2006 · r-help

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...

rstan warning messages
Patrick, Larry B [CSSM] · Feb 5, 2016 · r-sig-fedora

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...

data.frame to list
Larry Howe · Apr 4, 2006 · r-help

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...

Two == expressions in bquote
Larry Hotchkiss · Jan 25, 2010 · r-help

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...

Mean Effects SAR Model
Larry Layne · Apr 3, 2006 · r-sig-geo

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...

To add text in a matrix
Larry Hotchkiss · Jan 15, 2010 · r-help

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...

Saving dns2.plot as a jpg image
Larry Howe · Jun 9, 2006 · r-help

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...

polygon identifiers and nb classes
Larry Layne · Apr 13, 2006 · r-sig-geo

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...

cloud() works but wireframe() is blank
Larry Layne · Oct 25, 2006 · r-help

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...

rstan warning messages
Patrick, Larry B [CSSM] · Jan 27, 2016 · r-sig-fedora

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...

polygon identifiers and nb classes
Larry Layne · Apr 19, 2006 · r-sig-geo

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...

Intercept of confidence interval with a constant
Larry Howe · Jun 2, 2006 · r-help

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...

Preventing repeated package installation, or pre installing packages
Larry Martell · Dec 7, 2017 · r-help

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...

Scripting Problem--Linear Regression Using Logit of the Response Variable
John, Larry · Jan 7, 2016 · r-help

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...

Preventing repeated package installation, or pre installing packages
Larry Martell · Dec 7, 2017 · r-help

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...

3.6 on debian stretch
Larry Martell · Jul 31, 2019 · r-help

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 .