Skip to content
Prev 3588 / 12125 Next

[R-pkg-devel] compute pnorm in Fortran subroutine in R package

Hello,

In my R package I would like a Fortran subroutine to compute the same value as pnorm does in R. I didn't find out an existing Fortran pnorm subroutine. Perhaps a Fortran subroutine can somehow call R function pnorm, but I would like advice on how to do this correctly.

Many thanks!

Zhu Wang