Re: [R] error from pmvnorm

2006-10-01 Thread Michael Dewey
At 20:11 30/09/2006, [EMAIL PROTECTED] wrote:
Hi all,

Can anyone tell me what the following error message means?
 Error in mvt(lower = lower, upper = upper, df = 0, corr = corr, 
delta = mean,
:  NA/NaN/Inf in foreign function call (arg 6)

It was generated when I used the 'pmvnorm' function in the 'mvtnorm' package.

You are supposed I think to send questions about contributed packages 
to the maintainer, but before you do, or repost to this list, it 
might be a good idea to collect more information.
What was the call of pmvnorm?
What version of mvtnorm do you have?
What version of R?


Thanks a lot.

Yonghai Li

Michael Dewey
http://www.aghmed.fsnet.co.uk

__
R-help@stat.math.ethz.ch 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.


[R] error from pmvnorm

2006-09-30 Thread yonghai
Hi all,

Can anyone tell me what the following error message means?
 Error in mvt(lower = lower, upper = upper, df = 0, corr = corr, delta = mean, 
:  NA/NaN/Inf in foreign function call (arg 6)

It was generated when I used the 'pmvnorm' function in the 'mvtnorm' package.

Thanks a lot.

Yonghai Li

__
R-help@stat.math.ethz.ch 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.