R/print.gformula.r

Defines functions print.gformula

Documented in print.gformula

print.gformula<-function(x, ...){
selcol <- c(which(colnames(x$results)=="psi"):dim(x$results)[2])
x$results[,selcol] <- apply(subset(x$results,select=selcol),2,round, digits=5)
print(x$results)
}

Try the CICI package in your browser

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

CICI documentation built on April 3, 2025, 7:08 p.m.