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.
Dear Forum In my code, I am trying to compute Value at risk. I have an issue as mentioned below: I have defined? options(digits = 14) But my output is something like >? df$price [1] 98.7185273? ? ? ? ?103.10265923? ............ However...
stvjc@channing.harvard.edu: > <<insert bug report here>> > > in src/library/Recommended, make yields > > make: *** No rule to make target `survival.ts', needed by `all'. Stop. > > this kills the build. but "make check" succeeds This error occurs because symbolic link...
Hi Brites, I suggest you look up the package RODBC. Its very quick and easy to use. Here is a dummy example: channel<-odbcConnectAccess("MyDb.mdb") sqlQuery(channel,"select * from Table1") -----Original Message----- From: r-sig-db-bounces at stat...
Dear all, Apology for posting this amateurish question. I am running R version 2.1.0 on Windows XP for a simulation exercise. Seemingly, I've encountered memory allocation problem during the recursive procedure. I've looked at the help...
Dear R users, Have you experienced any difficulty in calling R's ISNAN() from a C code? I have C codes including ISNAN() calls and they worked well until I upgraded my R from 1.7 to later versions. When...
Hi, I seem to have "lost" write access to a Bioconductor git repository, TDbasedUFE, that I had just submitted. $ssh -T git at git.bioconductor.org | grep -E "(MiRaGE|miRNATarget|TDbasedUFE)$" R W packages/MiRaGE R packages/TDbasedUFE R W...
I used the double glm dglm() in R with "family=tweedie(var.power=p,link.power=0)", and need Chi-squared tests for the nested models of excluding each variable. In order to do those tests, I need the final...
Dear gurus, I am learning the quantmod library, and trying to download the equity series for HSBC from yahoo. I checked from yahoo finance that the symbol is 0005.HK, and then I used > library(quantmod) > getSymbols("0005.HK",src...
Hello: I just upgraded my Debian Stretch to version 3.5 by following the instructions here: https://cran.r-project.org/bin/linux/debian/stretch-cran34/ Then I have updated as root the R from inside with: update.packages(.libPaths...
Duncan Murdoch wrote: > > On Tue, 06 May 2003 15:27:20 -0400, you wrote in message > <seb7d46c.048 at healthsmtp.nycnet>: > ... > > >2) I am also interested in sampling from a multivariate normal distribution. I see that R has a command...
Hi, people, I have released TDbasedUFE https://doi.org/doi:10.18129/B9.bioc.TDbasedUFE for Bioc 3.17. In order to install this package, it says To install this package, start R (version "4.3") and enter: but the...
Dear R users: I want to convert some character vectors into numeric vectors. > head(price) [1] "15450 EUR" "7900 EUR" "13800 EUR" "3990 EUR" "4500 EUR" [6] "4250 EUR" >head(mileage) [1] "21000?km" "119000?km" "36600?km" "92000?km...
Colleagues, The code for prop.trend.test is given by: function (x, n, score = seq_along(x)) { method <- "Chi-squared Test for Trend in Proportions" dname <- paste(deparse1(substitute(x)), "out of", deparse1(substitute(n)), ",\n using scores:", paste(score...
CARLOS ORTEGA wrote: > > Dear List, > > Does anyone know when will be available Peter > Dalgaard's book: "Introductory Statistics with R" ?. > > According to Amazon: "This item will be published on > August 15, 2002", but it continues unpublised. I believe this book...
Dear Steohanie, 2012/5/17 Stephanie M. Gogarten <sdmorris at u.washington.edu>: > Is is possible to include a link to a package/function/class in the > documentation if that package is only listed in "Suggests" rather than > "Depends" or...
Folks, I failed to create a connection to the database under MySQL DBMS in the R system via RMySQL's method dbConnection(...). My setup is as follows: Microsoft Windows XP 5.1.2600 MySQL 4.1.9 R 2.0...
I recently upgraded R from rw1051 to rw1071 on a Win98se system and surprisingly found my DLL library does not work any more. When I tried to load the dll file by dyn.load("my.dll"), I got the following...
What is the difference between fitting a binomial glmm (without random item effects) in the following two ways? 1. Data formatted in the following way: (data_long) ID correct condition itemID 1 1 A i1 1 0 A i2 1...
Dear Sirs, Here, I would like to announce that my package, MiRaGE, was added to development slot. http://www.bioconductor.org/packages/devel/bioc/html/MiRaGE.html This is a localized version of Web server, MiRaGE Server, http://www.granular...
Dear R forum weights <- data.frame(id = c("ABC", "DEF",? "ONS"), value = c(1, 2, 5)) val_df <- data.frame(ABC = c(10, 20, 10, 10, 10), DEF = c(1, 2, 10, 2, 5), ONS = c(100, 100, 200, 100...
Can't find what you're looking for? Try searching with Google .