R/weights.R

Defines functions Weights.default `Weights`

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

##' @export
Weights.default <- function(x,...) eval(x$weights)

Try the lava package in your browser

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

lava documentation built on May 29, 2024, 3:10 a.m.