R/summary.ebpLMMne.R

Defines functions summary.ebpLMMne

Documented in summary.ebpLMMne

summary.ebpLMMne <-
  function(object, ...){
    cat(paste('Value/s of the predictor of the defined function/s 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.