search for: mvtnorm

Displaying 20 results from an estimated 289 matches for "mvtnorm".

2008 Mar 23
2
problem with 'install.packages'
...in use by Rterm on a single-user installation, 'install.packages' deleted the existing package but failed to install the new version; see below. I'm concerned especially about the following multiple user scenario: User A on terminalServer1 tries "install.packages('mvtnorm')" when user B on terminalServer2 was using 'mvtnorm'; both are using the same network installation. If the results match my experience on a single-user installation, the existing version will be deleted but the new version will NOT be installed. Any subsequent new attempt t...
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 same error message is "mclust". >From the...
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 * Insta...
2002 Jul 09
0
RE: mvtnorm package installation failure
...It was actually Debian "testing" that has R 1.4.0. Debian "stable" has R 0.9 or something really old like that. Anyways, I did what A.J. Rossini suggested: # apt-get install libreadline4-dev Then I installed R-1.5.1 from Debian "unstable". The installation of "mvtnorm" has no trouble after this. I think that you are probably right: the "unstable" version of R 1.5.1 on Debian is built without readline support for some reasons. Or it has something to do with broken Debian dependency? Best Regards, Jonathan -----Original Message----- From: Dirk E...
2011 Jun 10
2
Problem loading packages in R 2.13.0 on Mac
...problem loading packages in the newest version of R (2.13.0) on my Mac. I have tried to install various packages (e.g. lawstat, Rcmdr, car) and load them using the Package Installer and Package Manager menu options but I get the follow error: > library(lawstat) Loading required package: mvtnorm Error: package 'mvtnorm' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'mvtnorm' When I click on the box for loading lawstat in the Package Manager, it immediate...
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 "mvtnorm" on CRAN. in: download.packages(pkgs, destdir = tmpd, available = availa...
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 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 "unstable" (woody), in which R's version is 1.5.1. &gt...
2005 Nov 11
1
Recursive dependencies(Rcmdr)
...s("Rcmdr",depend=TRUE) > Oodles of Output, until: * Installing *source* package 'multcomp' ... ** R ** data ** inst ** preparing package for lazy loading Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/home/bs/pd/Rlibrary/mvtnorm/libs/mvtnorm.so': /home/bs/pd/Rlibrary/mvtnorm/libs/mvtnorm.so: cannot open shared object file: No such file or directory Execution halted .... Several oodles more for remaining packages .... ** building package indices ... * DONE (strucchange) The downloaded packages are in /tmp/R...
2006 May 23
1
package installation problem
...ent Core Team R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under the terms of the GNU General Public License. For more information about these matters, see http://www.gnu.org/copyleft/gpl.html. Robin-Hankins-Computer:~/scratch% sudo R CMD INSTALL mvtnorm_0.7-2.tar.gz * Installing *source* package 'mvtnorm' ... ** libs gfortran -fPIC -fno-common -g -O2 -c mvt.f -o mvt.o gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/ include -I/Library/Frameworks/R.framework/Resources/include -I/sw/ include -I/usr/local/include -fPIC...
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 thi...
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 bas...
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 bas...
2018 Apr 12
3
Bivariate Normal Distribution Plots
R-Help I am attempting to create a series of bivariate normal distributions. So using the mvtnorm library I have created the following code ... # Standard deviations and correlation sig_x <- 1 sig_y <- 1 rho_xy <- 0.0 # Covariance between X and Y sig_xy <- rho_xy * sig_x *sig_y # Covariance matrix Sigma_xy <- matrix(c(sig_x ^ 2, sig_xy, sig_xy, sig_y ^ 2), nrow = 2, ncol = 2)...
2009 Nov 20
2
Problem with Numerical derivatives (numDeriv) and mvtnorm
I'm trying to obtain numerical derivative of a probability computed with mvtnorm with respect to its parameters using grad() and jacobian() from NumDeriv. To simplify the matter, here is an example: PP1 <- function(p){ thetac <- p thetae <- 0.323340333 thetab <- -0.280970036 thetao <- 0.770768082 ssigma <- diag(4) ssigma[1,2] <- 0.2...
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. Dpt. Ecology and Evolutionary Biology. Cornell University. 14853 Ithaca,NY
2009 Jul 29
2
install package from CRAN
Hi, I have a very basic question about install packages from CRAN on unix. I only installed on Windows before. Should I use the command install.package? The error message I got is syntax error near unexpected token `"mvtnorm"' Is it because I didn't set the path? Which path should I specify? Thanks, Cindy [[alternative HTML version deleted]]
2004 May 31
1
Several libraries won't load with rw1090pat (PR#6926)
...lp. > Type 'q()' to quit R. > > > library(MASS) > Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) : > package 'mva' does not have a name space > Error in library(MASS) : package/namespace load failed > > library(mvtnorm) > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library "C:/PROGRA~1/R/RW1090~1/library/mvtnorm/libs/mvtnorm.dll": > LoadLibrary failure: Access is denied. > Error in library(mvtnorm) : package/namespace load failed &g...
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.
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...