Displaying 5 results from an estimated 5 matches for "lrmfit".
Did you mean:
lmfit
2003 Sep 23
3
problems installing Design and Hmisc libs
...kages("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: *** [lrmfit.o] Error 127
ERROR: compilation failed for package 'Design'
* Installing *source* package 'Hmisc' ...
** libs
g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -mar...
2005 Dec 31
3
Problems with updating R-packages
...c/contrib/Design_2.0-12.tar.gz'
> Content type 'application/x-gzip' length 329401 bytes
> opened URL
> ==================================================
> downloaded 321Kb
>
> * Installing *source* package 'Design' ...
> ** libs
> g77 -fPIC -g -O2 -c lrmfit.f -o lrmfit.o
> g77 -fPIC -g -O2 -c mlmats.f -o mlmats.o
> g77 -fPIC -g -O2 -c robcovf.f -o robcovf.o
> gcc -shared -o Design.so lrmfit.o mlmats.o robcovf.o -lg2c -lm
-lgcc_s -L/usr/lib/R/lib -lR
> /usr/bin/ld: crti.o: No such file: No such file or directory
> collect2: ld re...
2004 Sep 15
1
Problem installing source packages on OS X
...e to do so. I am running R v1.9.1 on Mac OS 10.3.5.
I have tried installation using both the GUI version of R and also
running R from sudo in a terminal session. In the terminal I receive the
following error:
* Installing *source* package 'Design' ...
** libs
g77 -fno-common -g -O2 -c lrmfit.f -o lrmfit.o
make: g77: Command not found
make: *** [lrmfit.o] Error 127
ERROR: compilation failed for package 'Design'
** Removing
'/Library/Frameworks/R.framework/Versions/1.9.1/Resources/library/Design
'
I get the same error for Hmisc (rreport is not on CRAN). It looks like
it...
2005 Aug 22
1
How to add legend of plot.Design function (method=image)? (if (!.R.) )
...nction ( method=image)?
Dear Rlist,
How can the Legend of the plot.Design() function can be visualized?
Following the documentation in R, I did the following (see below), only the
'Legend' function doesn't visualize the legend of the
plot (method='image') of the lrmfit. I tried to change par( margin setting)
but this didn’t solve it.
How can this be solved?
Thanks a lot,
Jan
library(Design)
n <- 1000 # define sample size
set.seed(17) # so can reproduce the results
age <- rnorm(n, 50, 10)
blood.pressure &...
2005 Aug 22
0
How to add legend of plot.Design function ( method=image)?
Dear Rlist,
How can the Legend of the plot.Design() function can be visualized?
Following the documentation in R, I did the following (see below), only the
'Legend' function doesn't visualize the legend of the
plot (method='image') of the lrmfit. I tried to change par( margin setting)
but this didn’t solve it.
How can this be solved?
Thanks a lot,
Jan
library(Design)
n <- 1000 # define sample size
set.seed(17) # so can reproduce the results
age <- rnorm(n, 50, 10)
blood.pressure &...