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.
Hi Did you already know how to do an IIA test especial with Hausman? Thnak you
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130517/fbea8037/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110928/02bedf18/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20131015/e26fde05/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20131113/4a726b1a/attachment.pl>
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>
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.
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .