R/BtoTPmsm.R

Defines functions BtoTPmsm.KMPW2 BtoTPmsm.KMW2 BtoTPmsm.default

BtoTPmsm.default <- function(lst, UT, s, t, statenames, nboot, conflevel, methodboot) {
	return( .Call(Rf_BtoTPmsm1222, lst, UT, s, t, statenames, as.integer(nboot), conflevel, methodboot, PACKAGE="TPmsm") );
} # BtoTPmsm.default

BtoTPmsm.KMW2 <- function(lst, UT, s, t, statenames, nboot, conflevel, methodboot) {
	return( .Call(Rf_BtoTPmsm1323, lst, UT, s, t, statenames, as.integer(nboot), conflevel, methodboot, PACKAGE="TPmsm") );
} # BtoTPmsm.KMW2

BtoTPmsm.KMPW2 <- function(lst, UT, s, t, statenames, nboot, conflevel, methodboot) {
	return( .Call(Rf_BtoTPmsm1323, lst, UT, s, t, statenames, as.integer(nboot), conflevel, methodboot, PACKAGE="TPmsm") );
} # BtoTPmsm.KMPW2

Try the TPmsm package in your browser

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

TPmsm documentation built on Jan. 14, 2023, 1:17 a.m.