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.

144 results for “from:Adam D. I. Kramer”

k-sample Kolmogorov-Smirnov test?
Adam D. I. Kramer · Sep 14, 2008 · r-help

Maybe you should look a little harder. help.search("Kolmogorov") > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html --Adam

Fitting a fixed effect model while modelling correlation in the residuals in 2 directions
Adam D. I. Kramer · Sep 14, 2009 · r-sig-mixed-models

On Tue, 15 Sep 2009, Thomas Bishop wrote: > slate.ar1*ar1 <- gls(Yield~as.factor(Variety),corr = corAR1(form = ~ > 1|(FieldRow+FieldColumn),data=Slate)) ...data=Slate is one paren too deep. Should be ...+FieldColumn)),data=Slate) :) --Adam

manova discriminant functions?
Adam D. I. Kramer · Feb 5, 2007 · r-help

Hello, I've been playing with the manova() function to do some pretty straightforward multivariate analyses, and I can't for the life of me figure out how to get at the discriminant functions used. When predicting several variables simultaneously...

read.exp?
Adam D. I. Kramer · Mar 10, 2009 · r-help

Dear Colleagues, The foreign library, ever-exceptionally useful, does not seem able to deal with this ancient SPSS ascii portable file I have with extension '.exp'. If anybody has familiarity with this filetype and could point me towards an R...

lmer, p-values and all that
Adam D. I. Kramer · Jun 13, 2010 · r-sig-mixed-models

Dear Colleagues, Regarding Douglas Bates' cogent explanation of why lmer doesn't return p-values, available at http://finzi.psych.upenn.edu/R/Rhelp02a/archive/76742.html ...could anybody cite for me a published version of this explanation, or a...

Calculating critical values
Adam D. I. Kramer · Aug 25, 2006 · r-help

Hello, I have an HLM-like situation: a data frame with rows representing individuals, and columns representing some statistics for the individual (e.g., a mean and variance for that individual, plus the number of observations for that person). I...

Max vs summary inconsistency
Adam D. I. Kramer · Aug 27, 2007 · r-help

Hello, I'm having the following questionable behavior: > summary(m) Min. 1st Qu. Median Mean 3rd Qu. Max. 1 13000 26280 25890 38550 50910 > max(m) [1] 50912 > typeof(m) [1] "integer" > class(m) [1] "integer" ...it seems to me...

Power analysis for glmer?
Adam D. I. Kramer · Dec 1, 2011 · r-sig-mixed-models

Hello, I have been looking online for a while and come up dry. Could anybody recommend a paper or library that would give me some idea of how many subjects I would need to detect an effect of a certain...

Automatic paren/bracket closing in 2.5.0?
Adam D. I. Kramer · Jun 17, 2007 · r-help

Hello, Just upgraded to 2.5.0, and found that R now includes an rparen (right parentheses) or rbracket whenever I enter in an lparen. While I can see the use of this function, it doesn't mesh well with...

"too large for hashing"
Adam D. I. Kramer · Apr 5, 2012 · r-help

Hello, I'm doing some analysis on a rather large data set. In this case, some simple commands are failing. For example, this one: > x$eventtype <- factor(x$eventtype) Error in unique.default(x) : length 1093574297 is too large for...

calculation of AIC
Adam D. I. Kramer · Feb 1, 2009 · r-sig-mixed-models

On Sun, 1 Feb 2009, orzack wrote: > Speaking of this, does anybody know how to change the default rounding for > glm (and lmer) OR for an R session in general (e.g., so that a regular call > to glm would...

predict.lmer or lmer to lme conversion?
Adam D. I. Kramer · Sep 13, 2008 · r-sig-mixed-models

Hello, I'm interested in making predictions from an lmer result: > class(p1.lmer.additive) [1] "mer" attr(,"package") [1] "lme4" ...naturally, I tried predict(p1.lmer.additive,newdata), but was told that no acceptable method exists. The expected predict...

Mean structure in the "sem" package?
Adam D. I. Kramer · Mar 13, 2006 · r-help

Hello, Having searched the archives and Google, I'm reasonably confident that this is a "new" question, though I admit to being a new R user and thus potentially missing something simple. I have been using the "sem" package, and...

PCA with missing data?
Adam D. I. Kramer · Jul 28, 2007 · r-help

Hello, I'm interested in running a PCA on a data set with lots of missing data. There're a few techniques online which suggest how I could go about doing this, but before I committed to coding them into...

R graphs question
Adam D. I. Kramer · Apr 26, 2010 · r-sig-mac

See the graph in R, hit command-C to copy, go into powerpoint, hit command-V to paste? I don't think PowerPoint has any mass-import feature. --Adam On Mon, 26 Apr 2010, Wang, Fei wrote: > Hey all, > > I...

Why na.rm=FALSE is the default
Adam D. I. Kramer · Mar 24, 2009 · r-help

Dear Colleagues, I've been searching for a post or article or something which explains why having na.rm=FALSE or na.action=na.fail as the default is a better choice than TRUE or na.omit. I understand the...

Sem and nlm and ols instead of ml
Adam D. I. Kramer · Apr 24, 2009 · r-help

Dear colleagues, Has anybody any experience using the sem package to fit structural equation models using a fitting function other than ML? I have heard tell that OLS may provide better estimates when using standardized matrices generated from small sample...

R and ATLAS and distributing across boxes
Adam D. I. Kramer · Mar 9, 2011 · r-devel

Hi, If I have a cluster of heterogenous machines, each with their own self-optimized ATLAS, do I need to compile R on each machine to tell it to take advantage of the local ATLAS? Or is it sufficient to...

comparing a list and vector and returnig the listname
Adam D. I. Kramer · Sep 10, 2008 · r-help

Maybe, for vector v and list l match(v,names(l)) ? --Adam On Wed, 10 Sep 2008, Rajasekaramya wrote: > > hi, > > I have list of length 5453 and vector of length 14318.I need to compare the > vector with the list...

Power analysis for MANOVA?
Adam D. I. Kramer · Jan 26, 2009 · r-help

Hello, I have searched and failed for a program or script or method to conduct a power analysis for a MANOVA. My interest is a fairly simple case of 5 dependent variables and a single two-level categorical predictor (though...

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