https://github.com/cran/bild
Raw File
Tip revision: 6661b7703cf2271cb13756a6ff2969ef8e1d88f3 authored by M. Helena Goncalves on 03 November 2023, 14:40:02 UTC
version 1.2-1
Tip revision: 6661b77
show-methods.Rd
\name{show-methods}
\docType{methods}
\alias{show-methods}
\alias{show,bild-method}
\alias{show,summary.bild-method}
\title{Methods for function show in package "bild"}
\description{Show objects of classes \code{bild} and \code{summary.bild}.}
\section{Methods}{
\describe{
\item{\code{signature(object = "bild")}}{Print simple summary of a \code{bild} object, just the call, the number of profiles in the fit, 
the number of coefficients, the value of the log-likelihood and a message giving additional information returned by the optimizer. }

\item{\code{signature(object = "summary.bild")}}{Shows call, the number of profiles in the fit, 
table of coefficients, standard errors and p-values, the log-likelihood, the AIC coefficient, 
and a message giving additional information returned by the optimizer.}
}}
\keyword{methods}

back to top