R/nobs.mkinfit.R

Defines functions nobs.mkinfit

Documented in nobs.mkinfit

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

Try the mkin package in your browser

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

mkin documentation built on Nov. 23, 2023, 3:02 p.m.