R/nobs.R

Defines functions nobs.lvmfit

### 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

Try the lavaSearch2 package in your browser

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

lavaSearch2 documentation built on April 12, 2023, 12:33 p.m.