Displaying 20 results from an estimated 62 matches for "rmutil".
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 h...
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
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 library.....
If I ignore...
2005 Mar 21
5
Read a dataset with different lengths
...1, 1, 13, 1, 1
17 12, 8, 16, 1, 1, 5, 1, 1, 8, 10, 1, 1, 14, 1, 1
18 5, 11, 7, 1, 1, 5, 1, 1, 18, 13, 1, 1, 17, 1, 1
19 7, 13, 8, 1, 1, 14, 1, 1, 5, 17, 1, 1, 13, 1, 1
20 7, 18, 21, 1, 1, 16, 1, 1, 5, 17, 1, 1, 13, 1, 1
I know that in BioC package rmutil have a function (read.list) to
handle different lengths sets of lines but it did not work.
> library(rmutil)
Error in library(rmutil) : 'rmutil' is not a valid package -- installed < 2.0.0?
>
Are there any others function to handle this.
Best regards
Xiyan Lon
> version...
2009 Sep 15
1
rmutil
Hello,
I have downloaded the rmutil package in the form of *.tar.gz compressed file
(I would like to use the runge-kutta() function). The package rmutil does
not appear in the list of available packages. Can any one help?
Massoud Boroujerdi PhD
[[alternative HTML version deleted]]
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 li...
2017 Aug 24
1
rmutil parameters for Pareto distribution
In https://en.wikipedia.org/wiki/Pareto_distribution, it is clear what the
parameters are for the pareto distribution: *xmin *the scale parameter and
*a* the shape parameter.
I am using rmutil to generate random deviates from a pareto distribution.
It says in the documentation that the probabilty density of the pareto
distribution
The Pareto distribution has density
f(y) = s (1 + y/(m (s-1)))^(-s-1)/(m (s-1))
where m is the mean parameter of the distribution and s is the dispersion
T...
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 fou...
2010 Feb 15
1
rlaplace using rmutil - HELP
Hi,
I'm using rlaplace distribution to draw non normal random deviates. I'm using rmutil package for this. I know rlaplace needs location and dispersion parameters but I want to pass diag matrix as dispersion parameters and I'm not getting the correct values. Here is my code snippet:
dispersion = c(3,.20,.10)
dispDiag = diag(dispersion)
location = c(0,0,0)
output =...
2003 Oct 29
0
rmutil located
Thanks to all who pointed out that rmutil is also on Jim Lindsey's
site.
Peter
2009 Jan 14
1
Ordinal Package Errors
I'm trying to install the ordinal package
(http://popgen.unimaas.nl/~plindsey/rlibs.html).
I downloaded ordinal03.tgz and untarred it. rmutil was previously
installed (and appears to work ok.) Then I installed ordinal:
[root at localhost ~]# R CMD INSTALL /home/chippy/Download/ordinal
* Installing to library '/usr/lib/R/library'
* Installing *source* package 'ordinal' ...
** libs
** arch -
gcc -m32 -std=gnu99 -I/usr/inc...
2007 Nov 03
0
installing packages on OS X -- lgfortran problem
I am trying to install two packages that are not available at CRAN
(rmutil, dna). When trying the R CMD INSTALL with either file, I get
an error message that ends with
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can't locate file
for: -lgfortran
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: file: -lgfortran
is not an object file (not allowed in a li...
1998 Nov 09
0
my libraries: rmtools to rmutil
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 814 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19981109/5a8fd1cf/attachment.pl
2017 Nov 01
3
beta binomial distribution installation
Hi,
I did a quick search for other packages that provide the beta binomial
distribution and found "rmutil".
> install.packages("rmutil")
The package has the CDF (pbetabinom) and inverse CDF (qbetabinom) among
other functions.
HTH,
Eric
On Wed, Nov 1, 2017 at 7:50 AM, MCGUIRE, Rhydwyn <
rmcgu at doh.health.nsw.gov.au> wrote:
> Hi there,
>
> It looks like you also...
2017 Nov 01
0
beta binomial distribution installation
Hello,
Thank you for your response. I need to install RankTail package since it contains the beta binomial distribution, CDF and inverse CDF in the usual form which I need to use. However rmutil package contain unusual forms for these functions. So it is easier for me to deal with the forms are contained in RankTail.
I tried to install bioconductor package, using the following commands but I still got the following errors:
(1) I tried biocLite() and then library ("TailRank")...
2007 Jul 14
1
Installation of a Package
Hi All,
I want to upload J K Lindsey's "repeated" in a LINUX OS..
I had tried the command..
[root@localhost Desktop] # R CMD INSTALL repeated.gz
" WARNING: invalid package 'repeated' "
*Installing to library
'/usr/local/lib/R/library'
ERROR: No packages
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
Univers...
2005 Aug 17
2
power of a matrix
Dear all,
I have a population with three age-classes, at time t=0 the population
is:
n.zero <- c(1,0,0)
I have a transition matrix A which denotes "fertility" and "survival":
A <- matrix(c(0,1,5, 0.3,0,0, 0,0.5,0), ncol=3, byrow=TRUE)
To obtain the population at t=1, I calculate:
A %*% n.zero
To obtain the population t=2, I calculate:
A %*% (A %*% n.zero)
... and so
1999 Jan 22
1
two questions
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 722 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19990122/cea14ffd/attachment.pl
2005 Aug 10
3
repeated - R package
Thompson's Manual to Accompany Agresti's book refers to a package named
"repeated". It's not on CRAN from what I can see. I have seen rpm's for
it. Where is the best place to download this package?
Rick B.