Displaying 20 results from an estimated 1000 matches similar to: "R-beta: Re-installing libraries in a new version."
1998 Jun 17
2
extra arguments to generic functions & bug in model.frame
R developers,
2 things: a bug in model.frame and a question about setup of generic
functions.
I don't understand the following behavior for generic functions:
Suppose I'm working with the cats data in the MASS library and I want to
create a formula object to model Hwt on Sex:
# This works:
> formula(Hwt ~ Sex)
Hwt ~ Sex
# But the following does not:
> formula(Hwt ~ Sex,
1998 Dec 18
0
configure problems with fortran underscore
Just after R-0.63.0 came out I reported a problem to the list. I was
unable to get ./configure to complete it's job, because it couldn't find a
working fortran. It stopped after trying to test for underscore in
subroutine names. This was especially perplexing, since I could still
configure the older version (I had 62.2) with no error messages.
I tried suggestions of B.D. Ripley and
1998 Jul 29
0
aov with Error Strata
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
--0-488534781-901753860=:6003
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <Pine.NEB.4.00.9807291716501.6003@mathfs.math.montana.edu>
Attached is R code for an aov
1999 Oct 25
1
Linking to html help from outside R
Dear R-help-ers
(Currently running Version 0.65.1 Release (October 07, 1999) on Solaris
2.6)
My problem has to do with updates of the R language. When I install a
new version, I would like to just change one directive, or a soft link to
the current doc/html/ directory, to update a bookmark I have pointing to
the current R doumentation directory. I've tried building a soft link:
2000 Feb 24
1
lg2c
Dear Rhelp folks,
I think I read this in recent Rhelp, but I can't find it in the
archive. I need to know how to get lg2c in order to build the nlme
package.
I'm trying to install nlme_3.1-2.tar.gz on a Linux machine (6.1 Redhat)
under R Version 0.99.0 (February 7, 2000).
Thanks,
Jim
Jim Robison-Cox ____________
Department of Math Sciences | |
1998 Aug 04
0
aov with Error terms
To R-devel:
If anyone is testing the aov() function and it's relatives which I
posted to the list, thanks for the effort, but I would ask you to hold
off now. Brian Ripley is developing better and more complete versions, so
you should save your effort for looking over his functions.
His preliminary version is located at:
http://www.stats.ox.ac.uk/pub/R/aov.tar.gz
Prof. Ripley says
1998 Nov 19
1
configure on Solaris 2.6 for R-0.63
When I run configure for the new release, R-0.63, I get an error:
loading cache ./config.cache
checking for a BSD compatible install... aux/install-sh -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for ar... ar
checking for ratfor... no
checking for latex... /psoft/TeX/bin/latex
checking for dvips... /psoft/TeX/bin/dvips
checking for
1998 Nov 19
1
configure on Solaris 2.6 for R-0.63
When I run configure for the new release, R-0.63, I get an error:
loading cache ./config.cache
checking for a BSD compatible install... aux/install-sh -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for ar... ar
checking for ratfor... no
checking for latex... /psoft/TeX/bin/latex
checking for dvips... /psoft/TeX/bin/dvips
checking for
1998 Jun 04
1
Snapshot won't configure on SunOS 5.3
R-crew,
I'm trying to install the R-Snapshot which I downloaded a few hours
ago and I'm having a problem I can't trace. My system is
Sun SPARC, SunOS 5.3 : 1996
>From running ./configure:***************************************
loading cache ./config.cache
checking for a BSD compatible install... /opt/local/R/R-snapshot/etc/install-sh -c
checking whether ln -s works... yes
2005 Jun 13
3
To many NA's from mean(..., na.rm=T) when a column is all NA's
Dear R-help folks,
I am seeing unexpected behaviour from the function mean
with option na.rm =TRUE (which is removing a whole column of a data frame
or matrix.
example:
testcase <- data.frame( x = 1:3, y = rep(NA,3))
mean(testcase[,1], na.rm=TRUE)
[1] 2
mean(testcase[,2], na.rm = TRUE)
[1] NaN
OK, so far that seems sensible. Now I'd like to compute both means at
once:
1998 Jun 04
1
aov
R developers,
Last week I asked several questions which I think I can now answer
myself in large part.
>
> Q 1) Is aov supposed to avoid qr decomposition and matrix inversion?
> In S it is claimed to be faster than lm() for large datasets. Is
> that due to avoidance of qr()?
> (My main goal is to get the Error strata working.)
My use of matrix
2002 Apr 04
2
non-32-bit integer problem on SUN-Blade
Hello,
Perhaps this is a bug, but I thought I'd start with R-Help.
I'm trying to compile R-1.4.1 on a new Sun-Blade running Solaris 2.8
( I got it running with no problem on older SUNs)
I get the following error after doing the usual ./configure and make:
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -g -O2 -c arithmetic.c -o arithmetic.o
2000 Jun 19
2
fortran compile problem with R-1.1.0
Hello List,
Knowing I would eventually need to ask for help on the list, I've held
off my thanks and congratulations on the 1.+ releases of R. I am amazed
at the dedication of the R-core team, and do add my applause and thanks.
I've had a compile problem with the latest version which has not
occurred before. I'm compiling under:
platform sparc-sun-solaris2.6
arch sparc
2012 Jan 12
1
Can't install rjags on LinuxMint 12
Hi,
I'm trying to install rjags and R2jags with R version 2.14.1 (2011-12-22)
on
Linux Mint 12 machine using
software repository:
deb http://cran.fhcrc.org/bin/linux/ubuntu oneiric/
jags seems to install OK, but rjags gives a weird error about not finding
fprec symbol.
Here is a history of the problem including several attempts to work
around it.
(Because of Ben Bolker's recent
1998 May 29
0
aov design questions
R developers,
I have a first attempt to make an aov function. Eventually I want to
build in Error() structure, but first I am trying to get this
presentable for balanced data with only a single stratum, just using
residual error. I am following R. M. Heiberger's Computation for the
Analysis of Designed Experiments, Wiley (1989)
I a using a wrapper (aov.bal) to call the
2003 Dec 24
0
Solution to "Can anyone help me reproduce this SAS Mixed output??"
To those who might be interested -- following is the solution to my
previous post regarding reproducing output from SAS Proc Mixed for a
two-factor crossed random effects ANOVA model.
I am graciously endebted to the kind replys from two statisticians for
this solution whose names I will refrain from mentioning for the sake of
privacy.
I hope this helps someone?!
-- Phil Turk
> hw7 <-
2011 Jul 18
1
nls() and lines()
All -
I'm having an issue with trying to plot a model derived from nls()
onto a simple plot.? I have included a sample data set and the code
that I've been using.
?? year month day?????? date location mileage? cost gallon????? cpg
? mpg????????? x
2009???? 1?? 4?? 1/4/2009????? BZN? 124585 19.39? 14.37 1.349339
10.71677 2009-01-04
2009???? 1? 15? 1/15/2009????? BZN? 124888? 23.2? 16.12
2005 Apr 12
1
calling svydesign function that uses model.frame
I need help on calling the svydesign function in the survey package
(although this error appears not to be specific to svydesign). I am
passing parameters incorrectly but am not sure how to correct the
problem.
## Call the main function PS.sim (one of mine). The dots are
parameters I omitted to simplify the question.
## y.col, str.col, clus.id, and PS.col are names of columns in the
object pop.
2004 May 12
2
How to know the row number of raw matrix after resampling?
> DATA
[,1]
[1,] -2.0314185
[2,] -0.3594015
[3,] -1.3225832
[4,] 1.5050892
[5,] -0.4535558
[6,] 3.6335036
[7,] 5.1965750
[8,] 4.2923129
[9,] 6.0913187
[10,] 4.9131070
> RESA
[,1] [,2] [,3] [,4] [,5]
[1,] -2.0314185 1.5050892 -1.3225832 -1.3225832 -2.0314185
[2,] -0.3594015 -0.3594015 4.2923129 -0.3594015
2006 Jan 07
1
Clustering and Rand Index
Dear WizaRds,
I am trying to compute the (adjusted) Rand Index in order to comprehend
the variable selection heuristic (VS-KM) according to Brusco/ Cradit
2001 (Psychometrika 66 No.2 p.249-270, 2001).
Unfortunately, I am unable to correctly use
cl_ensemble and cl_agreement (package: clue). Here is what I am trying
to do:
library(clue)
## Let p1..p4 be four partitions of the kind