R/thresh.est.R

Defines functions thresh.est

Documented in thresh.est

thresh.est <- function(p, obj) {
	cc <- coef(obj)
	m <- -cc[1]/cc[2]
	std <- 1/cc[2]
	qnorm(p, m, std)
	}

Try the MPDiR package in your browser

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

MPDiR documentation built on Aug. 19, 2023, 5:11 p.m.