1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
### nobs.R ---
##----------------------------------------------------------------------
## Author: Brice Ozenne
## Created: maj 2 2018 (09:15)
## Version:
## Last-Updated: nov 18 2019 (10:09)
## By: Brice Ozenne
## Update #: 4
##----------------------------------------------------------------------
##
### Commentary:
##
### Change Log:
##----------------------------------------------------------------------
##
### Code:
## not defined by lava
nobs.lvmfit <- function(object){
return(object$data$n)
}
######################################################################
### nobs.R ends here
|