aboutsummaryrefslogtreecommitdiff
path: root/R/nobs.mkinfit.R
blob: 0e0dbbbb1f1be501e764432ef9e178d1d59d19df (plain) (blame)
1
2
3
4
5
6
7
8
#' Number of observations on which an mkinfit object was fitted
#'
#' @importFrom stats nobs
#' @param object An mkinfit object
#' @param \dots For compatibility with the generic method
#' @return The number of rows in the data included in the mkinfit object
#' @export
nobs.mkinfit <- function(object, ...) nrow(object$data)

Contact - Imprint