powered by
Returns the number of rows of NIMBLE modelValues object. Works in R and NIMBLE.
getsize(container)
modelValues object
Clifford Anderson-Bergman
See the User Manual or help(modelValuesBaseClass) for information about modelValues objects
help(modelValuesBaseClass)
mvConf <- modelValuesConf(vars = 'a', types = 'double', sizes = list(a = 1) ) mv <- modelValues(mvConf) resize(mv, 10) getsize(mv)
Run the code above in your browser using DataLab