R/nobs.R

Defines functions nobs.semtree

#' @exportS3Method nobs semtree
nobs.semtree <- function(object, ...) {
  if (!inherits(object, "semtree"))
    return(NULL)
  object$N
} 

Try the semtree package in your browser

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

semtree documentation built on Nov. 26, 2023, 5:07 p.m.