I do not get this error message with that example you have given.
Hm. Dunno. Have you installed R-2.5.0 over an old version? Maybe there
could be your problem (although I doubt that) If so, try
|update.packages(checkBuilt=T) this installs "new" packages made for
2.5.0 over "old" made for 2.4.1 if the version number is the same. (Or
make a clean install of R-2.5.0- Remove everything and do a new install).
Stefan
|
-------- Original Message --------
Subject: Re:[R] Fehlermeldung
From: [EMAIL PROTECTED]
To: Stefan Grosse <[EMAIL PROTECTED]>
Date: Wed May 09 2007 15:02:10 GMT+0200
> Dear Stefan,
>
> My operating system is Windows XP, my version of R is the latest (R-2.5.0).
> Recently I have downloaded the package "mvtnorm" and a problem with the
> command "pmvnorm" occured. Trying to enter the lines ...
>
> A <- diag(3)
> A[1,2] <-0.5
> A[1,3] <- 0.25
> A[2,3] <- 0.5
> pvmnorm(lower=c(-Inf,-Inf,-Inf), upper=c(2,2,2),mean = c(0,0,0), corr=A)
>
> I got the following error message:
>
> .Fortran("mvtdst", N = as.integer(n), NU=as.integer(df), lower =
> as.double(lower), :
> Fortran Symbolname "mvtdst" nicht in der DLL für Paket "mvtnorm"
>
> As I can make no sense of that whatsoever, I would like to ask you for some
> qualified help. Thank you very much indeed.
>
> Best Regards,
> Andreas Faller
> _______________________________________________________________
> SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
> kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
>
>
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.