-- R Help List -- I am looking for a bivariate normal cdf routine in R. I have some fortran routines for this, which appear to be based on 15-point quadrature. Any guidance/suggestions on making these in loadable R-functions would be appreciated. Thanks, Dan =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-Daniel A. Powers, Ph.D. Department of Sociology University of Texas at Austin 1 University Station A1700 Austin, TX 78712-0118 phone: 512-232-6335 fax: 512-471-1748 dpowers at mail.la.utexas.edu
The Writing R-extensions Manual tells you all about how to compile/build and then load shared libraries into R. hth, ingmar visser On 5/6/05 3:38 PM, "Daniel A. Powers" <dpowers at mail.la.utexas.edu> wrote:> > -- R Help List -- > > I am looking for a bivariate normal cdf routine in R. I have some fortran > routines for this, which appear to be based on 15-point quadrature. Any > guidance/suggestions on making these in loadable R-functions would be > appreciated. > > Thanks, > Dan > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> Daniel A. Powers, Ph.D. > Department of Sociology > University of Texas at Austin > 1 University Station A1700 > Austin, TX 78712-0118 > phone: 512-232-6335 > fax: 512-471-1748 > dpowers at mail.la.utexas.edu > > ______________________________________________ > R-help at 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-- Ingmar Visser Department of Psychology, University of Amsterdam Roetersstraat 15, 1018 WB Amsterdam The Netherlands http://users.fmg.uva.nl/ivisser/ tel: +31-20-5256735
R-Help -- mvtnorm Thanks. Dan =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-Daniel A. Powers, Ph.D. Department of Sociology University of Texas at Austin 1 University Station A1700 Austin, TX 78712-0118 phone: 512-232-6335 fax: 512-471-1748 dpowers at mail.la.utexas.edu On Fri, 6 May 2005, Daniel A. Powers wrote:> > -- R Help List -- > > I am looking for a bivariate normal cdf routine in R. I have some fortran routines for this, which appear to be based on 15-point quadrature. Any guidance/suggestions on making these in loadable R-functions would be appreciated. > > Thanks, > Dan > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> Daniel A. Powers, Ph.D. > Department of Sociology > University of Texas at Austin > 1 University Station A1700 > Austin, TX 78712-0118 > phone: 512-232-6335 > fax: 512-471-1748 > dpowers at mail.la.utexas.edu > > ______________________________________________ > R-help at 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 >