Displaying 20 results from an estimated 5000 matches similar to: "RE: mvtnorm package installation failure"
2002 Jul 09
1
RE: mvtnorm package installation failure
Hi,
Thank you for the tip.
I tried to re-intall R from Debian "stable", in which R's version is 1.4.0. And the installation
of "mvtnorm" works.
I then re-installed R yet again from Debian "unstable" (woody), in which R's version is 1.5.1.
The installation of "mvtnorm" fails again with the same error message. Another package that
failed with the
2002 Jul 09
0
RE: mvtnorm package installation failure
Jonathan,
> I tried to re-intall R from Debian "stable", in which R's version is 1.4.0. And the installation
> of "mvtnorm" works.
Debian's own "stable" R is way older; this must have been a user-contributed one. And I suspect
that it was build without readline support (see below).
> I then re-installed R yet again from Debian
2002 Jul 09
0
RE: mvtnorm package installation failure
Sorry to be pedantic but you are a little careless about version numbers ....
> It was actually Debian "testing" that has R 1.4.0. Debian "stable" has R 0.9 or something really old
> like that.
1.4.1 last I checked, and that is in the Debian mirrors (where testing is frozen, hence the older version).
On CRAN it should be 1.5.1, built on my testing system.
>
2003 Apr 07
2
problem with mvtnorm installation
Hi all,
I tried to install the mvtnorm library on linux (mandrake version) and i
obtained the following result :
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
make: *** [mvtnorm.so] Erreur 1
ERROR: compilation failed for package 'mvtnorm'
Could you help me ?
Best regards,
Olivier
2002 Jul 12
1
lmtest build fails, readline problem
Hi everyone,
I've downloaded the lmtest package, but I'm having trouble building it.
Here's the output:
copland:/home/wilson/tmp# R CMD INSTALL -l /usr/lib/R/library
lmtest_0.9-0.tar.gz
* Installing *source* package 'lmtest' ...
** libs
g77 -fPIC -g -O2 -c pan.f -o pan.o
gcc -shared -o lmtest.so pan.o -L/usr/lib/gcc-lib/i386-linux/2.95.4
-lreadline -ldl -lncurses
2005 Sep 30
1
mvtnorm package
Hi all,
I've been trying to install the "mvtnorm" package (in a Linux R version) without sucess. I write
install.packages("mvtnorm",lib="/home/posmae/cnaber",repos="http://cran.uk.r-project.org/")
and the following message arises
==================================================
downloaded 160Kb
* Installing *source* package 'mvtnorm'
2000 Nov 14
1
mvtnorm
Announcement: mvtnorm
Multivariate Normal and T Distribution
mvtnorm implements two R functions for the computation of the multivariate t
and normal distribution:
pmvt: Computes the the distribution function of the multivariate t
distribution for arbitary limits, degrees of freedom and
correlation matrices based on algorithms by Genz and Bretz.
pmvnorm: Computes the distribution
2000 Nov 14
1
mvtnorm
Announcement: mvtnorm
Multivariate Normal and T Distribution
mvtnorm implements two R functions for the computation of the multivariate t
and normal distribution:
pmvt: Computes the the distribution function of the multivariate t
distribution for arbitary limits, degrees of freedom and
correlation matrices based on algorithms by Genz and Bretz.
pmvnorm: Computes the distribution
2002 Jun 20
1
new package `multcomp'
New package `multcomp' for general multiple comparisons
written by Frank Bretz, Torsten Hothorn and Peter Westfall
We've uploaded the package `multcomp' to CRAN.
The R package allows for multiple comparisons of
k groups in general linear models. We use the unifying
representations of multiple contrast tests, which include all
common multiple comparison procedures, such as the
2002 Jun 20
1
new package `multcomp'
New package `multcomp' for general multiple comparisons
written by Frank Bretz, Torsten Hothorn and Peter Westfall
We've uploaded the package `multcomp' to CRAN.
The R package allows for multiple comparisons of
k groups in general linear models. We use the unifying
representations of multiple contrast tests, which include all
common multiple comparison procedures, such as the
2011 May 01
2
Question on where samples are grouped in rmvnorm{mvtnorm}
Dear All,
For function: rmvnorm{mvtnorm} in (library mvtnorm, not splus2R), if I generate 2 bivariate normal samples as follows:
> rmvnorm(2,mean=rep(0,2),sigma=diag(2))
[,1] [,2]
[1,] 2.0749459 1.4932752
[2,] -0.9886333 0.3832266
Where is the first sample, it is stored in the first row or the first column?
Does this function store samples row-wise or column-wise?
Thank
2004 Apr 14
3
mvtnorm problems (II)
Thanks a lot for your help!
Obviously I've tried to load it before by using the install.packages
function but it didn't work. This is what I got
> install.packages("mvtnorm")
trying URL `http://cran.r-project.org/bin/windows/contrib/1.7/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 12485 bytes
opened URL
downloaded 12Kb
Warning message:
No package
2017 Oct 02
0
Issues with 'Miwa' algorithm in mvtnorm package
Hi Eric,
Thanks for having a look into this. I think you have a small typo...
B <- matrix(x, nrow=3, byrow = TRUE) should read B <- matrix(y, nrow=3, byrow = TRUE)
Regards, Hollie
________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of Eric Berger <ericjberger at gmail.com>
Sent: 02 October 2017 16:16:13
To: Bert Gunter
Cc: r-help at
2004 Apr 14
1
mvtnorm problems
Hi all!
My apologies for posting such a naive question. I've been trying to run
multiple comparison contrasts on several GLM models. For doing so I've
tried to use the mulcomp CRAN package. However, before I can make the
package to work I have to load the mvtnorm package which I cannot find
in CRAN (or anywhere else). Any inputs?
Thanks a lot,
/J
Jose A. Andres. Post-doc Associate.
2009 Mar 25
1
mvtnorm package
Dear all,
I would like to ask information about the package mvtnorm in R.
It is very useful for me the "qmvnorm" comand, but I see that it can
compute only quantile for equicoordinate. Is it possible to have a
curve (or a set of values) if we don't want equicoordinates?
Thank you
Best regards
Antonio.
--
Antonio Lucadamo,
Dipartimento di Scienze Economiche e Metodi Quantitativi
2017 Oct 02
0
Issues with 'Miwa' algorithm in mvtnorm package
Rather specialized.
As this appears to be primarily a statistical, not an R programming
question, you may do better posting on a statistical site like
http://stats.stackexchange.com/ if you don't get a satisfactory reply here
. Alternativey, if you think this is a package bug, perhaps contact the
package maintainer directly, as (s)he may not monitor this list.
-- Bert
Bert Gunter
2008 Jul 17
0
Can mvtnorm calculate a sequence of probabilities?
Hi all,
I know pnorm() is able to calculate a sequence of probabilities by providing
a vector of means, and a single number for location and standard deviation.
For example, pnorm(0.5,c(0.5,2),1) will produce [1] 0.5000000 0.0668072.
However, I wonder if its multivariate counterpart mvtnorm can do the same
thing? Namely, if I provide a sequence of (vector-)means and a single vector
for
2010 Jun 18
0
simulating binary random numbers using 'mvtnorm'
Hi R-users,
I just started learning R. I have a project on lot quality assurance sampling (LQAS). In this project I have to develop LQAS plans to make decision on stopping / continuing a programme. The LQAS plans is based on cluster sampling: selection of k clusters (villages) of m children each for a total sample of n. In this connection I would like to estimate the classification errors ( alpha
2010 Jun 21
0
Fw: simulating binary random numbers using 'mvtnorm'
Hi R-users,
I just started learning R. I have a project on lot quality assurance sampling (LQAS). In this project I have to develop LQAS plans to make decision on stopping / continuing a programme. The LQAS plans is based on cluster sampling: selection of k clusters (villages) of m children each for a total sample of n. In this connection I would like to estimate the classification errors ( alpha
2012 Mar 19
2
hypergeometric function in ‘ mvtnorm’
Is there any way to know how the "dmvt" function computes the hypergeometric
function needed in the calculation for the density of multivariate t
distribution?
--
View this message in context: http://r.789695.n4.nabble.com/hypergeometric-function-in-mvtnorm-tp4483730p4483730.html
Sent from the R help mailing list archive at Nabble.com.