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.

230 results for “from:Francisco J. Zagmutt”

(no subject)
Francisco J. Zagmutt · Dec 2, 2013 · r-help

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

(no subject)
Francisco J. Zagmutt · Dec 1, 2013 · r-help

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

[R-es] Reducción de tiempo en lectura de datos
Francisco J. Zagmutt · Dec 8, 2009 · r-help-es

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>

[R-es] ¿Por qué comprar un programa estadístico si existe R?
Francisco J. Zagmutt · Oct 20, 2009 · r-help-es

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>

FIML in lme
Francisco J. Zagmutt · Aug 26, 2004 · r-help

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

Polynomial lags
Francisco J. Zagmutt · Oct 20, 2003 · r-help

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

Obtaining argument name within a function
Francisco J. Zagmutt · Jul 18, 2005 · r-help

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...

Code density functions
Francisco J. Zagmutt · Jul 6, 2004 · r-help

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...

Levelplot
Francisco J. Zagmutt · May 21, 2010 · r-help

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...

Competing risk nomogram
Francisco J. Zagmutt · Nov 6, 2006 · r-help

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...

Helpfiles in HTML browser
Francisco J. Zagmutt · Dec 13, 2007 · 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...

maps drawing
Francisco J. Zagmutt · Jul 13, 2005 · r-help

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...

Multilevel Modeling in R
Francisco J. Zagmutt · Dec 4, 2006 · r-help

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...

(no subject)
Francisco J. Zagmutt · Oct 8, 2003 · r-help

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...

plotting a function
Francisco J. Zagmutt · Mar 31, 2010 · r-help

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...

Hotelling Test
Francisco J. Zagmutt · Sep 7, 2005 · r-help

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...

Conditional selection of rows
Francisco J. Zagmutt · Nov 8, 2004 · r-help

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...

Modified KS test to handle ties.
Francisco J. Zagmutt · Mar 21, 2006 · r-help

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...

Unique.data.frame...still getting duplicates
Francisco J. Zagmutt · Jun 24, 2004 · r-help

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...

shift / rota
Francisco J. Zagmutt · Mar 9, 2006 · r-help

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 .