R/getCCC2.r

Defines functions getCCC2

Documented in getCCC2

getCCC2<-function(F, model="weibull")  {
m<-1
if(model=="lnorm") {m<-0}
##	.Call( "CallgetCCC2", F, m, PACKAGE = "WeibullR" )
	.Call( CallgetCCC2, F, m)
}
benearnthof/weibullR documentation built on Nov. 4, 2019, 7:13 a.m.