R/pvals.R

Defines functions pvals

Documented in pvals

## Generic method for computing pvalues on ridgeLinear or ridgeLogistic models

#' @export
pvals <- function(x, ...)
	UseMethod("pvals")
	

Try the ridge package in your browser

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

ridge documentation built on April 11, 2022, 5:05 p.m.