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.

1,282 results for “from:Richard M. Heiberger”

rbind, array
Richard M. Heiberger · Jul 16, 2006 · r-help

download library(abind).

ls() and classes
Richard M. Heiberger · Mar 18, 2008 · r-help

sapply(ls(), class)

R with Emacs
Richard M. Heiberger · Jun 4, 2010 · r-help

ess.r-project.org

Plots spanning columns
Richard M. Heiberger · Aug 28, 2008 · r-help

library(HH) example(tsacfplots) ?tsacfplots

rbind to array members
Richard M. Heiberger · Oct 18, 2009 · r-help

library(abind) ## array binding

Autocompletion
Richard M. Heiberger · Aug 16, 2006 · r-help

For autocompletion in ESS, press the TAB key.

print() / split()
Richard M. Heiberger · Feb 11, 2010 · r-help

This is defined in the help file ?print.trellis

help with plot of prcomp object
Richard M. Heiberger · Sep 18, 2006 · r-help

yes, see ?points for the list and details.

quadrati form
Richard M. Heiberger · May 16, 2006 · r-help

Look at ?eigen In your example, you are looking for eigen(A)

ls() and classes
Richard M. Heiberger · Mar 18, 2008 · r-help

Correction to my thinko sapply(ls(), function(x) class(get(x)))

birthday problem (factorial limit)---fortune candidate
Richard M. Heiberger · Nov 15, 2008 · r-help

The function ... works for different values of two.... Thomas Lumley

Suggestion: Re: Fatal error .RData
Richard M. Heiberger · Sep 18, 2008 · r-help

Isn't the full pathname just paste(getwd(), ".RData", sep="/") Rich

Tukey HSD
Richard M. Heiberger · Aug 9, 2007 · r-help

Please see the R-help message http://finzi.psych.upenn.edu/R/Rhelp02a/archive/105165.html

subset question
Richard M. Heiberger · Dec 13, 2006 · r-help

help("[.factor") a <- factor(letters[1:5]) a a[1:3] a[1:3, drop=T]

file.choose but for folder/directory?
Richard M. Heiberger · Jul 10, 2006 · r-help

choose.dir it is documented on the same page as choose.files

Beginners manual for emacs and ess
Richard M. Heiberger · Sep 20, 2006 · r-help

and in answer to your specific question You start R with M-x R

creating a function
Richard M. Heiberger · Apr 16, 2007 · r-help

> name <- letters[1:4] > data.frame(name, stringsAsFactors=FALSE) name 1 a 2 b 3 c 4 d

a plot of stacked boxes
Richard M. Heiberger · Jun 19, 2009 · r-help

I think you are looking for mosaic() table(df) library(vcd) mosaic(outcome ~ group, data=df) Rich

Convetring a dataframe so that it just has one column
Richard M. Heiberger · Jul 3, 2007 · r-help

?stack tmp <- data.frame(a=1:10, b=11:20) stack(tmp)

LSD multiple comparison test
Richard M. Heiberger · Jan 16, 2007 · r-help

Look at the glht function in the multcomp package and the MMC functions in the HH package. Rich

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