R/rtnorm.R

Defines functions rtnorm

rtnorm <-
function(n, mu, si, low, up){
	.Call( "rtnorm", n, mu, si, low, up, PACKAGE = "BayesComm" )
}

Try the BayesComm package in your browser

Any scripts or data that you put into this service are public.

BayesComm documentation built on May 2, 2019, 1:43 p.m.