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.

841 results for “from:AC”

animal models and lme
iwhite@staffmail.ed.ac.uk · Jul 23, 2003 · r-help

Not convinced that responses so far have addressed the problem. The model is y = mu + U + e where e is a vector of independendent errors with variance ve, and U is a vector of random effects with covariance matrix va...

ks.test one-sample - where can I get a list of the strings specifying the distribution?
D.Campbell at iop.kcl.ac.uk · May 9, 2006 · r-help

Dear Gabor Thanks very much. I knew about help(), but didn't know there was a help.search(). I have found what I was looking for by using it. Desmond Campbell Room C0.29, SGDP Centre Institute of Psychiatry, De...

glm binomial logit
jagat at cmi.ac.in · Jun 16, 2009 · r-help

Hi All, I am using "glm" function to build logistic regression. I noticed that glm function glm function is computing many other statistics which are not required for our analysis. As our dataset is very big and we have to...

double/integer (PR#7687)
spencer@stats.ox.ac.uk · Feb 11, 2005 · r-devel

Full_Name: Chris Spencer Version: 2.0.1 OS: Linux Submission from: (NULL) (163.1.211.93) Dear R team, I realise that the following is a bit unsafe (the combination of doubles and integers), however I wondered whether the...

R crashes when given graphic command (PR#2067)
anson@bgumail.bgu.ac.il · Sep 25, 2002 · r-devel

Full_Name: Jon Anson Version: 1.5.1 OS: Windows 2000 Submission from: (NULL) (192.115.134.251) After starting R, when I give a graphic command (e.g. barplot, plot, etc.) R crashes with the comment from Windows "Rgui...

acf mis-feature (PR#1177)
hkawakat@sk.tsukuba.ac.jp · Nov 18, 2001 · r-devel

Full_Name: Hiroyuki Kawakatsu Version: 1.3.1 OS: win2k Submission from: (NULL) (130.158.140.105) the lag labels in the acf plot is screwed when the ts frequency>1. try, for example, #acf mis-feature x <- ts(rnorm...

lme problem
iwhite@staffmail.ed.ac.uk · Feb 19, 2004 · r-help

Exactly what rule has been broken when lme (package nlme) produces the error message "Incompatible formulas for groups in random and correlation"? Here is what I am trying to do: lme(Y ~ trait-1, random = ~trait-1|sire, corr = corSymm...

distribution for ratios?
iwhite@staffmail.ed.ac.uk · Jan 23, 2014 · r-sig-mixed-models

Treat as Gaussian after logistic or arcsine-square root transformation? On 01/23/2014 10:07 AM, Celine Teplitsky wrote: > Dear all, > > we are trying to run a meta-analysis on factors affecting heritability > in MCMCglmm. As it is a...

use of pedigree structures
iwhite@staffmail.ed.ac.uk · Mar 27, 2008 · r-sig-mixed-models

The lmer function includes random terms as (expression for a model matrix|grouping factor) and I wonder how general the expression can be. For example, a pedigree object can be converted to an A matrix (in the language of animal...

GAM with Thin plate splines
rkales@edu.uni-klu.ac.at · Jan 9, 2003 · r-help

Hello, I'm a student at the University of Klagenfurt / Austria and I need some help ! I have to predict 24 daily load-values. Therefor I got a dataset with following colums: 24 past daily load-values 6 past daily...

syntax for pdDiag (nlme)
iwhite@staffmail.ed.ac.uk · Aug 24, 2006 · r-help

At the top of page 283 of Pinheiro and Bates, a covariance structure for the indomethicin example is specified as random = pdDiag(A1 + lrc1 + A2 + lrc2 ~ 1) The argument to pdDiag() looks like a two-sided formula, and I'm...

0^0 computation in R : Why it is defined 1 in R ?
ritwik_r at isical.ac.in · May 26, 2014 · r-help

Dear R helpers, today I found something interesting in R. 0^0 gives value 1 in R. But it is undefined in mathematics. During debugging a R code, I found it and it effects my program severely. So my question...

Not striclty a bug but a problem (PR#1250)
ccsshb@bath.ac.uk · Jan 9, 2002 · r-devel

Version: 1040 OS: Windows 98 SE Problem: I have installed R with all help files to a network read-only drive. help.start() requires rw on two files ../R/rw1040/doc/html/packages.html ../R/rw1040/doc/html/search/index...

gnuwin32/readme has @RVER@ still in it (PR#1313)
stephen@cogsci.ed.ac.uk · Feb 15, 2002 · r-devel

Full_Name: stephen eglen Version: 1.4.1 OS: redhat 7.1 Submission from: (NULL) (128.252.204.36) Hi, the top of the file R-1.4.1/src/gnuwin32/readme looks like: R @RVER@ for Windows =================== and further...

sweave quesiton
Friedrich.Leisch@univie.ac.at · Apr 8, 2003 · r-help

>>>>> On Mon, 07 Apr 2003 22:33:31 -0400 (EDT), >>>>> Rafael A Irizarry (RAI) wrote: > if i write a funciton like this > f <- function(x) Sweave("report.Rnw") > and report.Rnw has an R chunk like this: > <<>>= > print(x) > @ > i...

adf test and cross-correlation with missing values
nhy303@abdn.ac.uk · Sep 14, 2005 · r-help

Dear List, I have multiple time series, all of which (excepting 1) have missing values. These run for ~30 years, with monthly sampling. I need to determine stationarity, and have tried to use the Augmented Dickey-Fuller test (adf.test...

Corrupted binary?? (PR#1066)
maslcgr@bath.ac.uk · Aug 22, 2001 · r-devel

I've tried downloading SetupR.exe from the Bristol site and from the Vienna site, and in both cases the file appears to have become corrupted ... do you know whether other users have had similar problems? Thanks Chris Rogers ----------------------------------------------------------------------- L...

winedt (PR#1033)
thomas.pesl@arcs.ac.at · Jul 25, 2001 · r-devel

i don't know, whether this is a bug or it is intended: when using winedt and R together it works perfectly, as long as R is run in mdi (multiple window mode). When you switch to sdi (single window...

dchisq hangs in infinite loop (PR#13309)
josef.leydold at wu-wien.ac.at · Nov 20, 2008 · r-devel

Full_Name: Josef Leyold Version: 2.9.0 (2008-11-20 r46997) OS: Linux Submission from: (NULL) (137.208.56.12) Hi, the command dchisq(x=Inf,df=10,ncp=1) causes R to hang in an (almost?) infinite loop...

constraining the shape of a PDF
tibi.codilean at ges.gla.ac.uk · Nov 13, 2007 · r-help

Dear all, This is probably off topic, but I did not know where to turn and since most of you have an excellent knowledge of statistics, I thought of sending my question to this list. I was wondering whether there...

Can't find what you're looking for? Try searching with Google .