R/scoreCon.default.R

Defines functions scoreCon.default

Documented in scoreCon.default

scoreCon.default <-
function(b_vector){
	result <- scoreCon.fit(b_vector)
	result$call <- match.call()
	class(result) <- "scoreCon"
	result
}
wasabi1989/MiscPsycho documentation built on Jan. 19, 2020, 12:29 a.m.