R/print.ebpLMMne.R

Defines functions print.ebpLMMne

Documented in print.ebpLMMne

print.ebpLMMne <-
  function(x, ...){
    cat(paste(c('Value/s of the predictor of the defined function/s of the dependent variable =', 
                round(x$thetaP, 4)), collapse=" "))
    cat('\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.