R/print.EBLUP.R

Defines functions print.EBLUP

Documented in print.EBLUP

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

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.