getCCC2<-function(F, model="weibull") {
m<-1
if(model=="lnorm") {m<-0}
## .Call( "CallgetCCC2", F, m, PACKAGE = "WeibullR" )
.Call( CallgetCCC2, F, m)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.