Displaying 20 results from an estimated 1000 matches similar to: "Jim Lindsey's packages back on CRAN"
2003 Oct 29
2
Where is rmutil package?
Pursing my earlier question, when I tried loading Lindsey's gnlm, I got
a
message
Loading required package: rmutil 
Warning message: 
There is no package called 'rmutil' in: library(package, character.only
= TRUE, logical = TRUE, warn.conflicts = warn.conflicts,  
According to the R documentation
http://finzi.psych.upenn.edu/R/doc/html/packages.html
rmutil is in the standard
2006 Oct 07
1
Installing Lindsey's packages
Dear r-helpers,
I downloaded http://popgen.unimaas.nl/~jlindsey/rcode/rmutil.tar (it  
was originally .tgz, but got unzipped by my browser).
Can anyone give me detailed instructions on installing this and  
Lindsey's other packages on R version 2.4.0 (2006-10-03)---(powerpc- 
apple-darwin8.7.0, locale:  C)?
_____________________________
Professor Michael Kubovy
University of Virginia
2000 Sep 02
1
R INSTALL *.tgz fails (minor docs/feature bug) (PR#652)
R Team,
	I was attempting to install Lindsey's rmutil.tgz and other
non-CRAN packages using 'R INSTALL', for example 'R INSTALL rmutil.tgz'
after downloading 'rmutil.tgz' from Lindsey's page (as linked from
r-project.org page).
	Directly using the compressed file as 'R INSTALL rmutil.tgz'
failed, though the shell help from 'R INSTALL --help'
1999 May 12
1
Memory crash. (PR#194)
I just had a memory crash with R-0.64.1.
I am running under intel pentium 200mhz under slackware linux 2.0.30.
1/home/plindsey >gdb /usr/local/src/R/bin/R.binary core 
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for
2000 Sep 13
0
HLM in R (fwd)
> On Tue, 12 Sep 2000, Magill, Brett wrote:
> 
> > Does anyone know of code to conduct hierarchical (that is, multi-level)
> > models using R.  Beyond simply requiring a nested design, I want to model
> > explicitly the covariance between levels as is done in such multi-level
> > modeling software as HLM or MLwin and discussed in Goldestein (1999)
> 
> The lme()
2012 Sep 26
3
Broken Links on http://www.r-project.org
I was not sure who I should contact about this, so I am posting this here.
There are a few broken links on the R website.
1) http://www.r-project.org/search.html -> link to the Nabble R Forum. I belive the correct/new URL should be: http://r.789695.n4.nabble.com/
2) http://www.r-project.org/other-docs.html -> link to "Auswertung ?kologischer Daten". Not sure if there is a new
2005 Apr 15
1
gnlr3 location parameter
Hi list,
my previous question was obviously too basic to deserve an answer - 
apologies for that. I'm learning, things can only get better :-)
My current problem is with fitting a generalized gamma distribution with 
an additional "shift" parameter, that represents a shift of the 
distribution along the X axis.
The gnlr3 function (in Jim Lindsey's GNLM package) fits this 
2003 Oct 29
1
One inflated Poisson or Negative Binomal regression
Hello
I am interested in Poisson or (ideally) Negative Binomial regression
with an inflated number of 1  responses
I have seen JK Lindsey's fmr function in the gnlm library, which fits
zero inflated Poisson (ZIP) or zero inflated negative binomial
regression, but the help file states that for ' Poisson or related
distributions  the mixture involves the zero category'.
I had thought
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
2005 Jul 14
1
Fwd: Re: Problem installing R packages
Hi,
I am trying to install the R libraries "rmutil" and "repeated" on a Mac OS 
X version 10.4.1 (which has the latest version of the Mac Developer tools 
installed) and I am having trouble compiling the libraries.
The error message I receive is as follows (I have only included the error 
message when I try and install the rmutil library):
............................
*
2001 May 09
3
odesolve check fails
Hi,
I just installed the odesolve package and ran the check command on it.  It
failed trying to execute
     library(gnlm).
Sure enough, there is no gnlm library on my system and  I could not find it
on the CRAN archive either.  Am I missing anything obvious or is gnlm some
private library that somehow found its way into the example section of
odesolve?
Thanks in advance,
Andy
1999 Nov 02
1
R abnormal exit when plotting lm (PR#308)
<<insert bug report here>>
I had a "abnormal" exit of R plotting a fitted linear model. here's
the last few lines of the R session:
-------------------------------------------------------------------
> plot(blstrhz.lm)
Hit <Return> to see next plot:
Hit <Return> to see next plot:
Hit <Return> to see next plot:
X Error of failed request:  BadValue
1999 Sep 02
1
unresolved symbols in growth and repeated libraries
I am having trouble using Jim Lindsey's libraries because of unresolved
symbols. I am currently using R 0.65.0, but had this problem in earlier
releases as well. I have a RedHat 6.0 Linux on i386 and use egcs
(upgraded to that distributed with rawhide, after first failures with
the libraries):
egcs-g77-1.1.2-19
egcs-1.1.2-19
Installation of the libraries works but on loading
>
2005 Apr 14
0
gnlr/3 question
Hi list,
I'd like to fit generalized gamma and weibull distributions to a number 
of data sets. I've been searching around and found references to R and 
Jim Lindsey's GNLM package, which has the gnlr and gnlr3 procedures that 
can do this.
Now, I'm completely new to R, and I'm working my way through the 
introduction... Nevertheless, I'd like to ask if someone could post
2004 Oct 09
0
RE: zero-inflated count models (was polr problem solved)
John Fox wrote
<<<
>From your description, it seems possible that there are too many zeros
for a Poisson or negative-binomial model. Since the focus of your paper
is the methodology, you might want to try a zero-inflated Poisson or
negative-binomial model. Though I haven't tried them, I'm aware of two
sources of R functions for zero-inflated count models -- zeroinfl(),
from
2006 Sep 26
1
linear terms within a nonlinear model
I have a complicated nonlinear function, myfun(a,b,c),
that I want to fit to data, allowing one or more of the parameters
a, b, and c in turn to have linear dependence on other covariates.
In other words, I'd like to specify something like
nls(y~myfun(a,b,c),linear=list(a~f1,b~1,c~1))
  I know would this work in nlme *if I wanted to specify
random effects as well*, but I don't -- and
2000 Mar 11
1
polr question
Dear friends. 
Do Polr in Mass change the sign of the coefficients ? Example (McCullagh 1980)
options(contrasts=c("contr.treatment","contr.poly"))
library(Mass)
freq <- c(19,29,24,497,560,269)
yy <- ordered(gl(3,1,6))
z4 <- polr(yy~x,weights=freq)
> z4
Call:
polr(formula = yy ~ x, weights = freq)
Coefficients:
        x2 
-0.6026492 
Intercepts:
       1|2       
1999 Nov 09
0
Re: numerical integration {better than integrate(.)} ?
> 
> {{I first wanted to send this to R-devel; 
>   but then thought, maybe first hear of you all.. 
>   and added a bit more
> 
>   Still could ask on R-devel later -- MM}
> 
> - In R, there's currently the "integrate" package from Mike Meyer, ported to
>   R by Thomas Lumley which really relies on multi-dimensional integration
>   "adapt" and
1999 Sep 14
2
Problems with compilation of R packages.
Hello
I want to compile some R-packages under windows (rmutil and revent for
instance from Pr Lindsey)
I followed the instrictions given in the help. The compilation succeeded,
but I can't run the programs.
I receive the message: "error in dyn.oad(file): unable to load shared
library "C:\R\Rwo650/library/rmutil"
LoadLibrary failure.
I found the given path quite strange!!
2002 Oct 06
1
R-1.6.0
I have build R-1.6.0 on Jaguar (actually on 10.2.2), using gcc 3.1
from Apple, g77 3.1 from fink, ATLAS from fink. It passes all
checks OK.
I also re-compiled the 233 packages listed below
with the same setup. I have NOT tested all these
packages in any detail. A tar.gz file with the whole /usr/local/lib/R
will be on ftp://gifi.stat.ucla.edu on Tuesday. It will NOT include
anything from fink