powered by
Returns the number of observations from a BBL fit
# S3 method for bbl nobs(object, ...)
Object of class bbl
bbl
Other arguments
An integer of number of observations
# NOT RUN { titanic <- as.data.frame(Titanic) fit <- bbl(Survived ~ Class + Sex + Age, data=titanic[,1:4], weights=titanic$Freq) nobs(fit) # }
Run the code above in your browser using DataLab