> 
> as.numeric(ImpVol[1,5,57]) == 0.0001
[1] FALSE
> 
> as.numeric(ImpVol[1,5,57])
[1] 1e-04
> 
> 0.0001
[1] 1e-04
>


Any tips? 
Thanks
Sean



R 2.15.3 
windows 7

______________________________________________
R-help@r-project.org 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.

Reply via email to