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.

57 results for “from:Stefan Petersson”

IIA tests
Stefan Petersson · Nov 25, 2006 · r-help

Hi Did you already know how to do an IIA test especial with Hausman? Thnak you

Repeating sequence elements
Stefan Petersson · May 17, 2013 · r-help

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

Password protected R Repository
Stefan Petersson · Sep 28, 2011 · r-help

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

R on Server without installation
Stefan Petersson · Oct 15, 2013 · r-help

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

Real frequencies in a 'set' problem
Stefan Petersson · Nov 13, 2013 · r-help

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

Correct use of the cluster::daisy function
Stefan Petersson · Jan 8, 2013 · r-help

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

Is function compiled code or not?
Stefan Petersson · Apr 8, 2011 · r-help

Hi, Sorry for my ignorance, but how can I see if a function is 'compiled code' or plain R? E.g. the daisy function from the cluster package.

hausman Test
Stefan Petersson · Nov 25, 2006 · r-help

Does anyone know how to do an Hausman test? I?ve estimate a modell (some alternatives) with clogit an wanted to test the IIA test (Independence of Irrelevant Alternatives) after estimating a multinomial logit model? Thank you

Gnuplot fit function in R
Stefan Petersson · Mar 12, 2011 · r-help

Hi there, I'm new to R, coming from gnuplot for the plotting facility... I'm just wondering if there is a equivalent to the fit function of gnuplot in R? If not, s there any good resource on fitting...

partial cumsum
Stefan Petersson · Nov 11, 2009 · r-help

On Wed, Nov 11, 2009 at 08:53:50AM -0800, William Dunlap wrote: > > Perhaps > > ave(x, rev(cumsum(rev(is.na(x)))), FUN=cumsum) > [1] 1 3 6 NA 5 11 18 26 35 45 > it takes some time to...

ggplot2 graphing multiple lines of data
Stefan Petersson · Sep 14, 2009 · r-help

hey, On Mon, Sep 14, 2009 at 07:51:42AM -0700, John Kane wrote: > p <- ggplot(bmm, aes(x="age", y="bm", colour="pp", group="pp")) > p <- p + geom_line() remove the quotes and it will work: ggplot(bmm, aes...

source compile and problem with Hmisc
Stefan Petersson · Jul 23, 2009 · r-help

On Thu, Jul 23, 2009 at 12:16:36PM +0200, Stefan wrote: > I want to compile R version 2.9.1 on debian stable but the make command > stops with this message: > > ... > begin installing recommended package VR > Error in library...

partial cumsum
Stefan Petersson · Nov 11, 2009 · r-help

Hello, I am searching for a function to calculate "partial" cumsums. For example it should calculate the cumulative sums until a NA appears, and restart the cumsum calculation after the NA. this: x <- c(1, 2, 3, NA, 5, 6...

Margins to fill matrix
Stefan Petersson · Sep 11, 2014 · r-help

Hi, I have two vector of margins. Now I want to create "fill" matrix that reflects the margins. seats <- c(17,24,28,30,34,36,40,44,46,50) mandates <- c(107,23,24,19,112,19,25,20...

RMySQL, Sweave and the annoying TRUE echo
Stefan Petersson · Jan 29, 2010 · r-help

Hi, A small (but annoying) problem with RMySQL library. When a connection is closed, it echoes 'TRUE' to the console. Like this: R> mysqlCloseConnection(con) [1] TRUE The real problem comes when I use RMySQL with Sweave, since the TRUE...

Error in sink("output.txt") : sink stack is full
Stefan Petersson · Feb 28, 2010 · r-help

hi, It is a good idea not to reply to existing messages, if you want to open a new subject. On Sun, Feb 28, 2010 at 06:33:00PM +0000, Amy Hessen wrote: > > > Hi, > > After some runs to my program...

Parliament Seats Graph
Stefan Petersson · Sep 8, 2014 · r-help

Hi, Is there any package (or homegrown function) that can produce "Parliament Seats Graph"? I'm referring to the nice looking concentric half circles of colored "seats" as seen on Wikipedia (for example). I can pretty easily plot the points...

Color of graph
Stefan Petersson · Oct 1, 2009 · r-help

abline(m1, col="red") regards, Stefan On Thu, Oct 01, 2009 at 09:57:11AM -0400, Ashta wrote: > I am trying to plot a line graph for 3 or more regression lines > > abline(m1) > abline(m2) > abline(m3) > > Can I...

Replace Values in Matrix
Stefan Petersson · Nov 27, 2009 · r-help

matritz[is.na(matritz)] <- 0 On Fri, Nov 27, 2009 at 04:15:45PM -0200, Romildo Martins wrote: > Hello, > > how to replace the "NA" by number zero? > > > matrizt > [,1] [,2] [,3] [,4] > [1,] 1.0000000 NA NA NA > [2,] 0...

Gnuplot fit function in R
Stefan Petersson · Mar 13, 2011 · r-help

OK, this helps. Seems to be exactly what I need. Thanks. Stefan Am 12.03.2011 um 17:57 schrieb Ben Bolker: > Stefan <jobmensa <at> me.com> writes: > > [snip] > >> I'm just wondering if there is a equivalent to the...

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