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.
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070829/afd14c44/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060211/a5dce9c4/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20111219/b2ea24e9/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-debian/attachments/20100412/b5a7b2fa/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-debian/attachments/20100412/4183deed/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20110216/418360a3/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20080329/842c24fd/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20131104/9e7cf44e/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20131103/ba4eb49d/attachment.pl>
> > >yacas does have the Groebner function, e.g. > >In> Groebner({x*(y-1),y*(x-1)}) >Out> {x*y-x,x*y-y,y-x,y^2-y}; I stand corrected. Simon. -- Simon Blomberg, B.Sc.(Hons.), Ph.D, M...
I'd just like to thank the R-Core team for the new version (all OS's), and especially Stefano Iacus for his work on the old Carbon MacOS port and his continuing work on the OS X port. Cheers...
Of course that should have been differences in the log-likelihoods in my previous post. Aaargh. Simon. -- Simon Blomberg, B.Sc.(Hons.), Ph.D, M.App.Stat. Centre for Resource and Environmental Studies The Australian National University Canberra ACT 0200...
Singular matrices do not have an inverse. Simon. On 07/01/13 16:08, Lilis Husna wrote: > How to get invers of sigular matrix in R? > > Regards, > Lilis Nurul Husna > Institute of Statistics > > Jakarta > > [[alternative HTML version deleted]] > -- Simon Blomberg...
> > The Similarity Matrix was already did, and with this matrix I > > want to construct a dendrogram. > > This matrix have 14 individuals and the analyse of similarity > > (the range of statistic is 0 to 1). > > I want to use it in...
Wensui Liu wrote: > Dear Lister, > > I understand merge() can be used to join 2 data frames based on 1 variable. > But how about merge based on more than 2 variables? > > Thank you so much! > > Just specify the 2 (or more...
Hi all, I have received the following error from summary.manova: Error in summary.manova(manova.test, test = "Pillai") : residuals have rank 36 < 64 The data is simulated data for 64 variables. The design is a 2*2 factorial with...
Hi all, I have received the following error from summary.manova: Error in summary.manova(manova.test, test = "Pillai") : residuals have rank 36 < 64 The data is simulated data for 64 variables. The design is a 2*2 factorial with...
?quantile jenny tan wrote: > Hi, > > How do I get R to output the 95% cutoff from a distribution of a continous > variable? > summary() only displays a few statistics.... > > Thanks! > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat...
Try glht in package multcomp. Simon. On Wed, 2008-04-16 at 12:00 -0400, Gang Chen wrote: > = 1), c(TypeT2 = 1))) : > Only defined for lm,glm objec -- Simon Blomberg, BSc (Hons), PhD, MAppStat. Lecturer and Consultant Statistician Faculty of...
Hi all, I noticed an undocumented feature for split. It sorts the resulting list according to the grouping factor. An example: test <- data.frame(x=rnorm(48), f=letters[sample(1:8)]) split(test, test$f) I wasn't expecting...
Can't find what you're looking for? Try searching with Google .