how
is defined as a generic with currently only one non-default method, for objects of class HLfit
. This method provide information about how such a fit was obtained.
how(object, ...)
# S3 method for HLfit
how(object, devel=FALSE, ...)
Any R object.
Boolean; Whether to provide additional cryptic information. For development purposes, not further documented.
Other arguments that may be needed by some method.
A list, returned invisibly, whose elements are not further described here. The function prints a message presenting these elements, some of which may be slightly cryptic. This function is work in progress.
# NOT RUN {
foo <- HLfit(y~x, data=data.frame(x=runif(3),y=runif(3)),HLmethod="ML",ranFix=list(phi=1))
how(foo)
# }
Run the code above in your browser using DataLab