Revision 10ef4410c16710d7caf8c0882b7efbac894d49ed authored by M. Helena Gonçalves on 22 September 2012, 00:00:00 UTC, committed by Gabor Csardi on 22 September 2012, 00:00:00 UTC
1 parent 3f407ee
Raw File
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