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.

8 results for “from:Larry Hotchkiss”

Generating uniformly distributed correlated data.
Larry Hotchkiss · Feb 21, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110221/709d73f1/attachment.pl>

Read SPSS v 18 .sav file
Larry Hotchkiss · Jun 18, 2010 · r-help

Hi, I repeatedly get an error when trying to read an SPSS v. 18 .sav file into R. > require(foreign) Loading required package: foreign > femaleSPSS.dat <- read.spss("female-04-02-2010.sav") Warning message: In read.spss("female-04...

Two == expressions in bquote
Larry Hotchkiss · Jan 25, 2010 · r-help

Hi, I want to put text on a plot containing something like: a = b^2 = <squared numeric value of b> using bquote. Example: mu = 5 plot(1:10,1:10) text(2,8, bquote(delta == mu^2)) # This works text...

To add text in a matrix
Larry Hotchkiss · Jan 15, 2010 · r-help

One way to add the text is to use a list with named elements for the row and column names: > (M <- matrix(1:9, ncol=3, byrow=TRUE, + dimnames=list(" "=LETTERS[1:3], + "THIS IS AN EXAMPLE\nOF a 3x3...

solving cubic/quartic equations non-iteratively -- comparisons
Larry Hotchkiss · Jan 8, 2010 · r-help

Hi, I'm responding to a post about finding roots of a cubic or quartic equation non-iteratively. One obviously could create functions using the explicit algebraic solutions. One post on the subject noted that the square-roots in those...

Exponential regression
Larry Hotchkiss · Jan 11, 2010 · r-help

There are a couple of points to keep in mind when doing a log-transform of an exponential model, such as -- y = a*exp(b*x) 1. The implicit statistical model is multiplicative in the error. The implied statistical model...

Read SPSS v 18 .sav file
Larry Hotchkiss · Jun 18, 2010 · r-help

Thanks. This is good to know. -- Larry ---- Original message ---- >Date: Fri, 18 Jun 2010 11:36:40 -0400 >From: David Winsemius <dwinsemius at comcast.net> >Subject: Re: [R] Read SPSS v 18 .sav file >To: David Winsemius <dwinsemius at comcast...

Error: cannot allocate vector of size...
Larry Hotchkiss · Nov 11, 2009 · r-help

Hi, I'm responding to the question about storage error, trying to read a 3000000 x 100 dataset into a data.frame. I wonder whether you can read the data as strings. If the numbers are all one digit, each...

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