R/nobs.multinom.R

Defines functions nobs.multinom

### nobs.multinom.R --- 
#----------------------------------------------------------------------
## Author: Thomas Alexander Gerds
## Created: May 14 2025 (08:52) 
## Version: 
## Last-Updated: May 14 2025 (08:52) 
##           By: Thomas Alexander Gerds
##     Update #: 1
#----------------------------------------------------------------------
## 
### Commentary: 
## 
### Change Log:
#----------------------------------------------------------------------
## 
### Code:
##' @method nobs multinom 
##' @export
nobs.multinom <- function(object,...){
    NROW(object$residuals)
}
######################################################################
### nobs.multinom.R ends here

Try the riskRegression package in your browser

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

riskRegression documentation built on June 8, 2025, 11:33 a.m.