The underlying problem here BTW is that sum is promoting logical to double 
not integer, unlike the rest of its Summary group.  This is an 
unintentional side effect of a bug fix a while back, and I have now 
corrected it.

On Mon, 25 Jul 2005 [EMAIL PROTECTED] wrote:

> Full_Name: Michael Beer
> Version: 2.1.0 and 2.1.1
> OS: linux-gnu and mingw32
> Submission from: (NULL) (134.21.49.141)
>
>
> The command "density(c(0.5,0.6,Inf,0.7))" fails saying "Wrong type for 
> argument
> 2 in call to massdist". This problem can be resolved by replacing "nx = nx" by
> "nx = as.integer(nx)" in the call to massdist. When there are infinite values,
> the value of sum(x.finite) is attributed to nx before. Thus nx is changed to
> class "numeric" instead of "integer".

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to