Revision a300fe2b8c94aa973f39d050e5d9ddf04f609e1a authored by M. Helena Gon\xe7alves on 17 February 2013, 00:00:00 UTC, committed by Gabor Csardi on 17 February 2013, 00:00:00 UTC
1 parent e9f9bbd
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