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.
--On Monday, April 03, 2006 Roger Bivand wrote: > OK. I can replicate this - there is still a bug in handling intercept-only > models in lagsarlm() with method="SparseM"; it was partly fixed in January > 2005. The equivalent model for errorsarlm...
I am trying to install R 3.4.0 on RHEL6. If I look here is it there: http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/ I did this: sudo subscription-manager repos --enable rhel-6-server-optional...
Hello. I'm trying to read a delimited file. I'm a little new to the R api. In the program, I do something like this... /*****************************/ SEXP retval; PROTECT(retval = allocMatrix(STRSXP,1,names.dim)); int r_eltctr = 0; while...
I need to install rpy2 on RHEL6. The version of R in the 6 repos is 3.0, and rpy2 does not work with that version. I installed R 3.3.3 following the directions here: https://oguya.ch/posts...
Dear All, I have searched the following problem in the R help achives, and there did not seem to be solutio for it. The problem is how to break the axis in the xyplot (lattice plot). I read the posts...
On Friday June 9 2006 16:06, Sundar Dorai-Raj wrote: > Larry Howe wrote: > > This works because "x" exists in the function "f". Perhaps you want this > instead? > > f <- function(x) { > print(deparse(substitute(x))) > print(exists(deparse(substitute(x...
On Monday April 17 2006 21:08, Francisco J. Zagmutt wrote: > RSiteSearch("debug") or RSiteSearch("debugging") will give you a lot or > relevant information. I personally use library(debug) extensivelly and it > should do all the taks you asked about...
I have a R script that I call from python using rpy2. It uses dplyr, doBy, and ggplot2. The script has install.packages commands for these 3 packages. Even thought the packages are already installed it still downloads, builds, and...
Am using R version 3.2.4 in a fully updated version of Windows 7 and the most current versions of coorplot, FactoMineR and factoextra to support multiple correspondence analysis. However, today, a line of code that worked just fine...
On Thursday May 4 2006 10:20, Federico Calboli wrote: > The reason I am asking is that I have a number of data frames/matrices > containg genetic data. The data is in a character form, as in: Take a look...
On Wednesday 03 May 2006 20:28, zhihua li wrote: > Hi all > > I'm trying to install R 2.3.0 under Suse 10.0. As I'm using SSH to login > into the SUSE server, I can't use...
Hello, Is there a way for R to determine the point where a confidence interval equals a specified value? For example: x = seq(1:5) y = c(5, 5, 4, 4, 3) lm = lm(y ~ x) p = predict.lm(lm...
Something seems to have broken mtext between the R-0.50-a1 and R-0.50-a4 releases. It prints OK when side=2 or 4, but does not print if side=1 or 3. Try for example: plot(1...
On Saturday 08 April 2006 16:27, louis homer wrote: > When I use R, I am accustomed to developing programs in a text processor, > and then copying from the text processor and pasting into R. This usually > works fine, except...
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 R source file that contains many functions. function1 is the...
I'm trying to classify some observations using lda and I'm getting a strange error. I loaded the MASS package and created a model like so: >train <- mod1[mod1$rand < 1.7,] >classify <- mod1[mod1$rand >= 1.7,] >lda...
Hello - Could someone please tell me if it is possible to keep a data subscription open when making a bdp call when using RBloomberg (i.e. constantly updated real-time prices)? For example, > library(RBloomberg) Loading required package: rJava > conn...
On Tuesday April 4 2006 21:56, Gabor Grothendieck wrote: > Try this: > dd <- read.table(myfile, as.is = TRUE) > lst <- as.list(dd[,2]) > names(lst) <- dd[,1] > lst$title This (almost) works. I did this instead: p = read.delim...
Hi, Please excuse these questions if they're obvious. I'm new to R. I need to access a Postgres db from R. I'm currently trying RODBC as I spend part of my time on Windows and rdbi.pgsql...
On Fri, Jul 21, 2017 at 11:39 AM, Tom Callaway <tcallawa at redhat.com> wrote: > On 07/21/2017 11:18 AM, Larry Martell wrote: >> I am trying to install R 3.4.0 on RHEL6. If I look...
Can't find what you're looking for? Try searching with Google .