Displaying 20 results from an estimated 300 matches similar to: "plotting multiple CIs"
2005 Feb 05
2
Problem installing Hmisc (more info)
Frank Harrell suggested I re-post with information about the version of
R
Heres's the information:
> > version
> _
> platform 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
2005 Jun 10
1
Fortran compilation error
Hello,
I'm trying to install a package that requires a Fortran compiler
(Hmisc) using R CMD INSTALL. I downloaded the package source onto my
Desktop, unzipped it, and then typed:
R CMD INSTALL /Users/brianbeckage/Desktop/Hmisc
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
g77 -fno-common -g -O2 -c cidxcp.f -o cidxcp.o
g77
2007 Nov 22
1
problem updating packages on Ubuntu 7.10
I am running Ubuntu 7.10 and R-2.6.0, and I am having trouble updating packages. There appears to be a problem involving gfortran. For example, here is the output of an attempt to update the Hmisc package.
* Installing *source* package 'Hmisc' ...
** libs
gfortran -fpic -g -O2 -c cidxcn.f -o cidxcn.o
gfortran -fpic -g -O2 -c cidxcp.f -o cidxcp.o
gfortran -fpic -g -O2 -c
2004 Mar 30
2
RAqua and gcc
Hi,
I've recently purchased PowerBookG4 (panther) and installed RAqua 1.8.1.
I also installed gcc version 3.3 through Xcode tools. But, for some
reason, I'm having a hard time getting gcc work with R. For example, I get
the following error while installing Hmisc package. I would appreciate any
suggestion to fix this problem.
Thanks
Kosuke
* Installing *source* package
2007 Jul 13
2
trouble compiling Hmisc package
Hi:
We're trying to install the Hmisc package on a Solaris 9 machine.
Here's what we get:
R CMD INSTALL /usr/local/srctree/Hmisc_3.4-2.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'Hmisc' ...
** libs
g95 -fPIC -g -O2 -c cidxcn.f -o cidxcn.o
g95 -fPIC -g -O2 -c cidxcp.f -o cidxcp.o
g95 -fPIC -g -O2 -c hoeffd.f -o
2007 Dec 11
2
Hmisc compilation problem
I upgraded my system to Fedora Core 7 and got a compilation problem when
installing Hmisc package.
According to the error messages (shown below), I have tried to updated
all of my glibc, gcc, automake rpm packages,
but that did not help. Could you help me pointed out what package I have
missed? Thank you.
> version
_
platform i386-redhat-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
2006 Sep 26
0
Infinite Loop when installing a package from source (PR#9258)
Full_Name: 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
2005 Sep 16
0
Problems compiling Hmisc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
I am trying to install Hmisc from source on MacOS 10.4.2, using the R
for Mac OS X Aqua GUI 1.12. I have installed g77(using Fink). I am using
the Package installer provided by the GUI, and this is the output I obtain:
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
g77 -fno-common -g
2005 Jul 07
0
Failing to install Hmisc on Mac OS 10.3.9, R Version 2.1.0 Patched (2005-05-12)
Kindly cc me when replying to the list.
trying URL
'http://www.biometrics.mtu.edu/CRAN/src/contrib/Hmisc_3.0-6.tar.gz'
Content type 'application/x-gzip' length 462535 bytes
opened URL
==================================================
downloaded 451Kb
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
g77 -fno-common
2002 Jun 07
0
Problems in installation of package HMISC
Dear R users
I am trying to install F. Harrell's Hmisc and Design packages for R 1.5.0.
(Linux mandrake 8.2 build), but when using "R CMD INSTALL" I get the
following error:
R CMD INSTALL Hmisc_1.0-1.tar.gz
*Installing *source* package 'Hmisc' ...
** libs
g77 -fPIC -g -02 -c cidxcn.f -o cidxcn.o
g77 -fPIC -g -02 -c cidxcp.f -o cidxcp.o
g77 -fPIC -g -02 -c
2001 Jun 03
1
Difficulty with R CMD INSTALL
I am running Linux Mandrake 7.2 with the following:
platform i586-pc-linux-gnu
arch i586
os linux-gnu
system i586, linux-gnu
status
major 1
minor 2.3
year 2001
month 04
day 26
language R
To build a package I ran R CMD build Hmisc, apparently with success:
* checking for file `Hmisc/DESCRIPTION' ... OK
* preparing `Hmisc':
* cleaning src
* checking
2006 Aug 20
1
C compile problem on Ubuntu linux
Under Ubuntu dapper, after installing packages gcc and g77, under
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu
status
major 2
minor 2.1
year 2005
month 12
day 20
svn rev 36812
language R
I get an error when trying to update.packages('Hmisc'):
gcc -I/usr/lib/R/include -fPIC -g -O2 -c ranksort.c -o ranksort.o
In file included
2008 Jul 31
3
cutting out numbers from vectors
i have a vector with values similar to the below text
[1] 001-010-001-0
I want to get rid of all leading zeroes. for example i want to change the
values of the vector so that [1] 001-010-001-0 becomes [1] 1-010-001-0.
Another example
[1]082-232-232-1 becomes [1] 82-232-232-1
how do i do this?
--
View this message in context:
2003 Sep 23
3
problems installing Design and Hmisc libs
Dear All,
when I try to:
install.packages("Design"); install.packages("Hmisc")
I get the following error messages:
* Installing *source* package 'Design' ...
** libs
g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -c lrmfit.f -o lrmfit.o
make: g77: Command not found
make: ***
2007 Apr 25
2
Coercing data types for use in model.frame
In the Hmisc package there is a new data class 'mChoice' for multiple
choice variables. There are format and as.numeric methods (the latter
creates a matrix of dummy variables). mChoice variables are not allowed
by model.frame. Is there a way to specify a conversion function that
model.frame will use automatically? I would use as.factor here.
model.frame does not seem to use
2007 Apr 25
2
Coercing data types for use in model.frame
In the Hmisc package there is a new data class 'mChoice' for multiple
choice variables. There are format and as.numeric methods (the latter
creates a matrix of dummy variables). mChoice variables are not allowed
by model.frame. Is there a way to specify a conversion function that
model.frame will use automatically? I would use as.factor here.
model.frame does not seem to use
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). Unfortunately, when I
2008 Oct 08
1
NA's in multiple choice summary table in Hmisc
Hi,
I have a set of 30 binary variables measuring side effects after drug
treatment. Since each subject can have multiple side effects, I want to
display these side effects in a multiple choice table. I'm using the summary
and mChoice functions of the Hmisc package, because it produces nicely
formatted latex tables. My problem is, that table includes a category for
people who have at
2000 Jul 27
3
R under Win2000?
Dear all,
Will R run under Win2000 or is it safer to stay with NT4.0 for a while?
Regards
--
Dr. Jens Oehlschl?gel
Analyse
BBDO InterOne
Gr?nstr. 15
40212 D?sseldorf
Tel.: +49 (0)211 1379-187
Fax.: +49 (0)211 1379-461
http://www.bbdo-interone.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2011 Oct 07
1
R equivalent of proc varclus
Dear List
What is the R package equivalent of Proc Varclus or Information Value. ANy
assistance in determining R equivalents of f Oblique Component Analysis
(PROC VARCLUS), Information Value
(IV) and Weight Of Evidence (WOE) analysis, and business intelligence
http://www.nesug.org/proceedings/nesug06/an/da23.pdf
Regards,
Ajay
Websites-
http://decisionstats.com
[[alternative HTML version