search for: hsph

Displaying 20 results from an estimated 45 matches for "hsph".

Did you mean: jhsph
2002 Jun 19
1
Anon CVS updates?
Is the anonymous CVS repository for R presently broken? There haven't been many updates coming through and the repository files seem to differ significantly from the rsync version of R-devel... Byron Ellis (bellis@hsph.harvard.edu) "Oook" - The Librarian Please finger bellis@hsph.harvard.edu for PGP keys -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or...
2001 Apr 29
4
Rgui crash (PR#926)
Full_Name: Byron Ellis Version: 1.2.3 OS: Windows 2000 Server Submission from: (NULL) (140.247.105.95) In Rgui when attempting to resize the console the system locks for a second (cursor locks up, etc) and then either returns to normal for a second before crashing or just crashes when we start moving again (the former happens more often when making things bigger, the latter when the console is
2002 May 17
1
PCRE in development code?
...into R-devel recently, I tried just dropping 3.9 (latest version) into src/extra/pcre and compiling on Win32 but its dying during the final link (undefined reference to 'pcre_free') is there some special magic I'm missing or do I get to hunt this one down on my own? Byron Ellis (bellis@hsph.harvard.edu) "Oook" - The Librarian Please finger bellis@hsph.harvard.edu for PGP keys -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or...
2002 Jul 19
1
R-devel Mac OSX build wierdness...
...ion of sh (which is actually zsh I believe) as it tries to use INSTALL and make simply fails. Of course, even with a sensible shell this should fail as ${R_HOME}/bin/install doesn't exist. Changing this to '/usr/bin/install -c' allowed the build to proceed normally. Byron Ellis (bellis@hsph.harvard.edu) "Oook" - The Librarian Please finger bellis@hsph.harvard.edu for PGP keys -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or...
2001 Apr 07
2
silent extern error (PR#898)
Full_Name: Byron Ellis Version: 1.2.2 OS: all Submission from: (NULL) (140.247.105.95) R_ext/Arith.h #ifdef MAIN #define extern #endif #ifdef __cplusplus extern "C" { #endif these two should be reversed. Its never a problem because builds aren't done against C++ compilers, but its still an error (just a low priority one). also, you could change that to #ifdef __cplusplus extern
2014 Nov 22
1
Large size shared library
...en though I can compile it manually without the -g flag, general users will use R default to install the package and it could take a lot of space. Thanks in advance! Best, Han ----- Han Chen, Ph.D. Postdoctoral Research Fellow Department of Biostatistics Harvard School of Public Health http://www.hsph.harvard.edu/han-chen/ [[alternative HTML version deleted]]
2007 May 02
3
the Surv function
Hi, I'm trying to do a simple survival analysis on some data, and I'm having the following problem (here's my code and the error message): out <- Surv(fup,event=status) Error in Surv(fup, event = status) : argument "time2" is missing, with no default >From reading the documentation, it seems that I should be able to simply write: Surv(time1, event) if my data is
2006 Jun 22
2
weights in lm, glm (PR#9023)
Full_Name: James Signorovitch Version: 2.2.1 OS: WinXP Submission from: (NULL) (134.174.182.203) In the code below, fn1() and fn2() fail with the messages given in the comments. Strangely, fn2() fails for all data sets I've tried except for those with 100 rows. The same errors occur if glm() is used in place of lm(), or if R 2.1.1 is used on a unix system. Thanks for looking into this.
1999 Apr 14
5
R's UseMethod() does not dispatch on changed class() (PR#167)
(opening new bug report thread, on suggestion of BDR ..) I said on vaguely related topic: MM> There's another long-standing MM> UseMethod / NextMethod / Dispatch problem that I've never traced/solved.. MM> MM> Look at the $RHOME/tests/mode-methods.R file ! Peter Dalgaard already remarked : PD> ..i.e. this: PD> abc <- function(x, ...) { PD> if
2008 Apr 18
1
configure can't find dgemm in MKL10
...en or disappear. Any tips on what may be going wrong in the configure test process or how to get around this would be helpful. Thanks, Chris ---------------------------------------------------------------------------------------------- Chris Paciorek / Asst. Professor Email: paciorek at hsph.harvard.edu Department of Biostatistics Voice: 617-432-4912 Harvard School of Public Health Fax: 617-432-5619 655 Huntington Av., Bldg. 2-407 WWW: www.biostat.harvard.edu/~paciorek Boston, MA 02115 USA Permanent forward: paciorek at alumni.cmu.edu
2001 May 13
1
Dynamic C Symbols and Embedding Suggestion
...umCSymbols = 0; LoadedDLL[CountDLL].numCallSymbols = 0; LoadedDLL[CountDLL].numFortranSymbols = 0; LoadedDLL[CountDLL].CSymbols = NULL; LoadedDLL[CountDLL].CallSymbols = NULL; LoadedDLL[CountDLL].FortranSymbols = NULL; return LoadedDLL + (CountDLL++); } Byron Ellis (bellis@hsph.harvard.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-...
2002 Mar 14
4
KDE frontend (PR#1384)
Full_Name: Egon Willighagen Version: 1.4.x OS: Linux/Solaris Submission from: (NULL) (131.174.179.30) I would like to have an gui for KDE (like gnome). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2003 Feb 15
2
(no subject)
Hi, Are there some packages which can generate multi-normal, multi-t, etc multivariate sampling? thanks! Best wishes, Peng ******************************* Peng Zhang Department of Biostatistics Harvard School of Public Health 655 Huntington Avenue Boston, Massachusetts 02115 ******************************* I believe I can fly I believe I can touch the sky
2004 May 28
3
gauss.hermite?
The search at www.r-project.org mentioned a function "gauss.hermite{rmutil}". However, 'install.packages("rmutil")' produced, 'No package "rmutil" on CRAN.' How can I find the current status of "gauss.hermite" and "rmutil"? Thanks, Spencer Graves
2006 Jun 07
2
Help with sample function
I have generated some some survival times and censoring indicators. Thus I have an ordered pair for each observation. How do I sample these ordered paris? I only know how to sample from a vector? I would appreciate any help I could get. Thanks Matt
2007 May 05
3
the ifelse function
Hi Everyone, I think I found a problem with the ifelse function: If the condition argument is NA, it treats it as true. Anyone agree or disagree with this? Jen -- Jennifer Dillon Doctoral Student Harvard Biostatistics Room 414B, Building 1 [[alternative HTML version deleted]]
2011 Feb 09
1
Error running LME model
I'm attempting to run an LME model with random intercepts for location and have received an error message. The model and error message are given below: > mixed.distance <- lme (fixed= log(min5inpnc) ~ i93centerline, random=~1|location, data = nosmokecomp) Error in y[revOrder] - Fitted : non-conformable arrays I believe that my dataset may have dimensions that are not working with
2011 Jul 12
1
Question re complex survey design and cure models
Hello all, I am using AddHealth data to fit a cure, aka split population model using nltm. I am not sure how to account for the complex survey design - does anyone have any suggestions? Any help would be greatly appreciated! Sincerely, Sam
2004 Jan 16
1
feature request: multi-language support
Could it be possible for packages to have manuals in multiple languages? I'm not saying all manuals should be in multiple languages, but I think there should be a mechanism for package writers to add manuals in multiple languages, if they think it useful. -- Peter Kleiweg
2009 Feb 01
0
possible memory leak involving looping, optimization, and gam
...rint(i) } Note that the same issue seems to arise regardless of whether I use uniroot, optimize, nlminb, or nlm to do the optimization. -chris ---------------------------------------------------------------------------------------------- Chris Paciorek / Asst. Professor Email: paciorek at hsph.harvard.edu Department of Biostatistics Voice: 617-432-4912 Harvard School of Public Health Fax: 617-432-5619 655 Huntington Av., Bldg. 2-407 WWW: www.biostat.harvard.edu/~paciorek Boston, MA 02115 USA Permanent forward: paciorek at alumni.cmu.edu