R/summary.EBLUP.R

Defines functions summary.EBLUP

Documented in summary.EBLUP

summary.EBLUP <- 
  function(object, ...){
  cat(paste('Value of the predictor of the defined linear combination of the dependent variable =', round(object$thetaP, 4), 
             '\nto see the details, please use str()', '\n', '\n'))
    cat(paste('Sample size = ', length(object$YS), '\n'))
    cat(paste('Dataset size = ', nrow(object$reg), '\n', '\n'))
    print(summary(object$mEst))
  }

Try the qape package in your browser

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

qape documentation built on Aug. 21, 2023, 5:07 p.m.