search for: hmisc

Displaying 20 results from an estimated 1344 matches for "hmisc".

Did you mean: misc
2005 Oct 27
3
its dates masked by chron
...day and updated all packages. My problem is that "dates" function from its, that my code heavely uses is now masked by "dates" from chron. How can I specify tehat I want to use dates from its or how can I prevent it from being masked? > library(its) Loading required package: Hmisc Hmisc library by Frank E Harrell Jr Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview') to see overall documentation. NOTE:Hmisc no longer redefines [.factor to drop unused levels when subsetting. To get the old behavior of Hmisc type dropUnusedLevels(). Attaching package: &...
2006 Sep 26
0
Infinite Loop when installing a package from source (PR#9258)
...ame: Charles Dupont Version: Version 2.3.1 OS: linux Submission from: (NULL) (160.129.129.136) I think that this is infinite. I let it run for 30 minutes. During which it consumed 98% of my memory (1Gb) and steadily helled 90-99% of CPU. Steps to reproduce problem 1. get a source package e.g. Hmisc. 2. $ echo "library(Hmisc)" > Hmisc/R/test.R 3. $ R CMD INSTALL -d -l Hmisc.Rcheck -d Hmisc Here is the output of the call 'Rcmd INSTALL': in startdir= /home/dupontct/R with tmpdir= /tmp/R.INSTALL.IO1457 lib= '/home/dupontct/Hmisc.Rcheck', pkgs= ' "/home/...
2007 Apr 18
1
R-2.4.1 for MacOS X - languageR, acepack, Hmisc
I updated R to the last 2.4.1 version and unfortunately I can not load languageR any longer. In R-2.4.1, LanguageR requires acepack, but Hmisc doesn't work when acepack is loaded. > library(languageR) Loading required package: Design Loading required package: Hmisc Loading required package: acepack Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/ R...
2011 Nov 10
1
unable to load Hmisc in R 2.14.0
On my MacBook Pro (OS 10.6.8), after updating to R version 2.14.0 (2011-10-31) and reinstalling the Hmisc package, I am unable to load the Hmisc library. Hmisc was working *before* I updated R. Any idea what's wrong? Details below. > install.packages("Hmisc", dependencies=TRUE) trying URL 'http://cran.case.edu/bin/macosx/leopard/contrib/2.14/Hmisc_3.9-0.tgz' Content type ...
2007 Sep 28
2
Importing only one function from a package
Dear List In a package I want to import the mApply function from the Hmisc package, and I would like to import only that function. 1) If I write "Depends: Hmisc" in the DESCRIPTION file I get the whole Hmisc package, so that is not the way to go ahead. 2) According to "Writing R extensions", sec 1.6.1 "Specifying imports and exports" I ca...
2012 Jan 13
1
Hmisc for Maverick
On 01/12/2012 09:21 PM, r-sig-debian-request at r-project.org wrote: > Message: 4 Date: Thu, 12 Jan 2012 18:39:53 -0500 > From: Michael Rutter <mar36 at psu.edu> > > Hmisc is available on c2d4u > (https://launchpad.net/~marutter/+archive/c2d4u) for Natty and Oneiric, > but not for Maverick, the others you mention are not. > Dirk, Michael - thanks for the useful advice. Re: Hmisc: It turns out that Hmisc is available as a package for Maverick directly fr...
2007 Apr 19
0
Package loading shows missing libraries in Mac OS X
I've been using R actively for only the past few months under Mac OS X, but have found a few situations where I cannot get a package to load. This seems like the same situation reported recently on the thread "R-2.4.1 for MacOS X - languageR, acepack, Hmisc": > > library(Hmisc) > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library '/Library/Frameworks/R.framework/ > Versions/2.4/Resources/library/Hmisc/libs/i386/Hmisc.so': > dlopen(/Library/Frameworks/R.framework/Versions/2.4/R...
2002 Jul 02
4
Hmisc?
I was looking for an R function to turn a matrix into a LaTeX table; did an R site search using Jon Barron's machine and turned up the latex() function in the Hmisc package. But the Hmisc package is an Splus package, and appears not to be available for R --- there is no hint of it in the list of contributed packages on CRAN. I had a look at the Hmisc package (via statlib) and there was no hint of its having been ported to R. Yet the item that my search turn...
2003 Jul 16
1
bwplot does something weird with Hmisc library attached
Dear all I would like to ask you about possible bug in using bwplot (from lattice) together with Hmisc library attached. I found it in my actual data, but here is a toy example. It appears only when some levels are missing. library(lattice) library(Hmisc) # preparing data x1<-rnorm(10,5,1) x2<-rnorm(10,5,5) x3<-rnorm(10,1,1) x4<-rnorm(10,1,5) x<-c(x1,x2,x3,x4) x<-c(x,x+5) f2<...
2007 Jun 13
2
Design library installation problem
Dear Listers I have tried to install Frank Harrell's two libaries: Hmisc and Design. I found that Hmisc was listed in the list of packages from the Install Packages command on the Packages menu, but Design was not. I installed Hmisc from this list, and when I issued the library(Hmisc) command, it loaded into memory correctly. I then copied the Design 1.1-1.zip...
2009 Jun 16
1
Package Install "Design" fails on Ubuntu 8.04
Dear All, I am running a Ubuntu 8.04 System and trying to install the Design-package. Hmisc is already installed, all fortran compilers and a Tex-Package are also on board. I searched the net and the help list for analogue threads, but didn't find any. Whenever I run the install.packages("Design")-Command, the following error message shows up in the terminal window: --...
2003 Oct 15
3
Design and Hmisc
I'm looking for design and hmisc version 2.0 for R 1.8 for windows. I've found design 2.0 in the downloads for R1.7 but not hmisc. I've also checked Dr. Harrell's site and it only goes to 1.6 for windows. Any thoughts? Shawn Way
2005 Nov 23
2
Really supress output from Sweave
Hi, I am using Sweave for chapters in my thesis that contain results. In the beginning of each chapter, I use this to load libraries I need. <<init,echo=FALSE,quiet=TRUE>>= library(gplots) library(Hmisc) library(e1071) @ What I want is, of course, to supress messages written by this code, but what I get in the end is X-init.tex with this the contents below. How do I really supress it? /Fredrik Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview') to see overall documentation...
2012 Oct 01
2
Hmisc describe error
...51-07-0 Platform: i386-pc-mingw32/i386 (32-bit) # output truncated > options(chmhelp = FALSE, help_type = "text") > .help.ESS <- help > options(STERM='iESS', editor='gnuclient.exe') > load('prostate.sav') > library(rms) Loading required package: Hmisc Loading required package: survival Loading required package: splines Hmisc library by Frank E Harrell Jr Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview') to see overall documentation. NOTE:Hmisc no longer redefines [.factor to drop unused levels when subsetting. To get the...
2004 Jan 28
1
Re: Help with Hmisc/Design installation in R-aqua (apple)
Thanks, all, for your responses to my earlier email about installing the Hmisc and Design libraries created by Harrell FE Jr. This was the body of my email requesting help: "I have tried, unsuccessfully, to install the Hmisc and Design libraries (Harrell FE Jr) in R-aqua (Apple). These libraries are in source code only (i.e. not yet in ready-to-use binary format). Unfo...
2006 Nov 26
1
problem loading package Hmisc
Hi, I installed the package Hmisc with the command install.packages("Hmisc") without errors. When I try to load the library with command library(Hmisc) I get the error > library(Hmisc) Error in library(Hmisc) : there is no package called 'Hmisc' > version _ platform i386-pc-linux-gnu...
2006 Jan 30
2
Sweave: trouble controlling Design package startup output
...ting thing. I think I've done everything possible to make the Design library start up without any fanfare: <<echo=F,quiet=T,print=F>>= library(Design, verbose=F) @ But in the output there is still one page of banner information, which starts like this: Loading required package: Hmisc Hmisc library by Frank E Harrell Jr Type library(help= Hmisc ), ?Overview, or ?Hmisc.Overview ) to see overall documentation. NOTE:Hmisc no longer redefines [.factor to drop unused levels when subsetting. To get the old behavior of Hmisc type dropUnusedLevels(). Attaching package: Hmisc The...
2005 Feb 05
2
Problem installing Hmisc (more info)
...powerpc-apple-darwin6.8 > arch powerpc > os darwin6.8 > system powerpc, darwin6.8 > status > major 2 > minor 0.1 > year 2004 > month 11 > day 15 > language R Here's what happens when I try to install: > > install.packages("Hmisc") > trying URL `http://cran.r-project.org/src/contrib/PACKAGES' > Content type `text/plain; charset=iso-8859-1' length 47565 bytes > opened URL > ================================================== > downloaded 46Kb > > trying URL `http://cran.r-project.org/src/cont...
1998 Aug 20
2
R-beta: Hmisc and R
Hello, I want to try the Design and Hmisc library from FE Harrell but, i have trouble with the copyright for the library Hmisc : in the home of the author : http://fharrell.biostat.virginia.edu/s/unix/ in the file Hmisc.README ###COPYRIGHT NOTICE ###You may not port code in the Hmisc library to R. Aie, Why ???? ###You may distrib...
2003 Nov 11
4
HMisc describe -- error with dates
Hello, I am trying to use HMisc describe on a data frame. I have specified certain variables as dates using, for example: df1$aidsdate <- dates(aidsdate,format="day.mon.year", origin=c(month = 1, day = 1, year = 1960)) When I use describe on the dataframe I get this error: Error in Ops.dates(weights, x) : *...