R/nobs.ridgeLinear.R

Defines functions nobs.ridgeLinear

Documented in nobs.ridgeLinear

#' @rdname nobs
#' @export
#' @importFrom stats nobs
 
nobs.ridgeLinear <- function(object, ...) {
  length(object$y)
}

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.