R/AbPval.r

Defines functions AbPval

Documented in AbPval

AbPval<-function(
F,R2,model="weibull")  {
m<-1
if(model=="lnorm") {m<-0}

	.Call( "CallgetPvalue", F, R2, m, PACKAGE = "abremPivotals" )
}

Try the abremPivotals package in your browser

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

abremPivotals documentation built on May 2, 2019, 6:52 p.m.