R/f_conveneince_setEstimator.R

Defines functions setestimator

Documented in setestimator

setestimator <- function(x, estimator){
  x@estimator <- estimator
  x
}

Try the psychonetrics package in your browser

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

psychonetrics documentation built on June 22, 2024, 10:29 a.m.