Learn R Programming

bpgmm (version 1.0.9)

sumerizeZ: sumerizeZ

Description

sumerizeZ

Usage

sumerizeZ(Zlist, index = 1:length(Zlist))

Arguments

Zlist

Zlist

index

index

Examples

Run this code
# NOT RUN {
Zlist <- list(c(1, 2, 3), c(3, 2, 1), c(2, 2, 2))
#'
# }
# NOT RUN {
sumerizeZ(Zlist)
# }

Run the code above in your browser using DataLab