R/targetsel.default.R

Defines functions targetsel.default

targetsel.default <- function(x, ...) { #  nolint
  object <- list()
  object$optimal_sphericity <- x$optimal_sphericity
  object$optimal_identity <- x$optimal_identity
  object$optimal_diagonal <- x$optimal_diagonal
  object$range <- x$range
  object$average <- x$average
  class(object) <- "targetsel"
  object
}

Try the ShrinkCovMat package in your browser

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

ShrinkCovMat documentation built on July 30, 2019, 9:03 a.m.