closedp
function.closedp.bc(X, dfreq=FALSE)
## S3 method for class 'closedp.bc':
print(x, \dots)
X
. By default, it is set to FALSE, which means that X
has one row per unit. If it is set to TRUE, then the matrix X
contains frequencies in its last column.closedp.bc
function, to print.closedp
data(mvole)
period3<-mvole[,11:15]
closedp.bc(period3)
Run the code above in your browser using DataLab