dgBIV <- function(n, dist, corr, dist.par) {
return( .Call(Rf_dgBIV, as.integer(n), dist, as.double(corr), as.double(dist.par), PACKAGE="genSurv") );
} # dgBIV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.