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/20131202/88c26a46/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20131202/a276b72e/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: no disponible URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20091208/5fac58e2/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: no disponible URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20091020/eb6766d7/attachment.pl>
Hi I was asked if lme can use FIML (Full Information Maximum Likelihood) instead of REML or ML but I don't know the answer. Does anybody know if this is implemented in R? Thanks Francisco
Does anybody know if there is a built in fuction to use create polynomial distributed lags (sometimed called Almon lag) on linear models? Thanks Francisco _________________________________________________________________ See when your friends are online with MSN Messenger 6.0. Download it now
Dear all How can I obtain the name of the argument passed in a function? Here is a simplistic example of what I would like to obtain: myfunction= function(name) { print(paste("The parameter name was",unknownFunction(name)) } myfunction(myobject...
Hello I would like to see the algorithm that R uses to generate density functions for several distributions (i.e. Normal,Weibull, etc). I tried: >dnorm function (x, mean = 0, sd = 1, log = FALSE) .Internal(dnorm(x, mean, sd, log...
This would do levelplot(m, xlab="", ylab="") F zacher at lmb.uni-muenchen.de wrote: > Dear mailing list, > > I am trying to find out, how do a levelplot without labels on the x- and y-axis. > The labels=FALSE does...
Try some of the threads at RSiteSearch("nomogram"). Cheers, Francisco Nguyen Dinh Nguyen wrote: > Dear R Users, > > Do you have a sample code for developing a nomogram with competing-risks? > Any help is appreciated. > > Kind regards, > ND Nguyen > > ______________________________________________ > R-help...
Go to your Rprofile file (in the etc directory) and add the following line: options(htmlhelp=TRUE) I hope this helps Francisco Knut Krueger wrote: > I forgot how to switch between Windows helpfiles and Browser helpfiles. > f.e ?lm should...
Try RSiteSearch("map") or help.search("map") Cheers Francisco >From: m p <mzp3769 at yahoo.com> >To: r-help at stat.math.ethz.ch >Subject: [R] maps drawing >Date: Wed, 13 Jul 2005 09:15:33 -0700 (PDT) > >Hello, >is...
An excellent resource with many examples and R code is: Mixed Effects Models in S and S-Plus by Jose C. Pinheiro, Douglas M. Bates Dr. Francisco J. Zagmutt College of Veterinary Medicine and Biomedical Sciences Colorado State University Matthew...
Hi everybody I want to specify the contrasts to build a cell means model on LME when there are several fixed effect as factors in the model and also interactions between them. Can anybody give me a hint on how...
Take a look at the examples in ?curve. As suggested by Erik, in the future please read the posting guide so you can get a more accurate response. Regards, Francisco Dr. Francisco J. Zagmutt Vose Consulting 1643 Spruce St., Boulder...
Check some of the threads at RSiteSearch("Hotelling") Cheers Francisco >From: Bill Donner <bdonner2 at yahoo.com> >To: R-help at stat.math.ethz.ch >Subject: [R] Hotelling Test >Date: Wed, 7 Sep 2005 06:48:06 -0700 (PDT) > >Hello...
Hi, I have a data.frame with several variables and 50,000 observations. i.e. data[1:2,1:7] Iteration Day Production.Type tsUSusc tsASusc tsULat tsALat 1 0 Generic 17965 8833053 0 0 1 1 Generic 17965 8833053...
RSiteSearch("KS ties") turned this: http://finzi.psych.upenn.edu/R/library/Matching/html/ks.boot.html Does this help? Best Francisco >From: "Steve Su" <ssu at thegeorgeinstitute.org> >To: <r-help at stat.math.ethz.ch> >Subject: [R] Modified...
Hi there I have a data frame with about 65,000 rows and 8 variables. I am trying to get rid of the double entries of a factor variable "ID" so I can get a unique observation for each ID...
a = c(1,2,3) a [1] 1 2 3 rev(a) [1] 3 2 1 PS: "a" in your example is not a list; i.e class(a) >From: "Omar Lakkis" <uofiowa at gmail.com> >To: r-help at...
Can't find what you're looking for? Try searching with Google .