Searched +refs:logLik +refs:summary +refs:maxLik (Results 1 – 8 of 8) sorted by relevance
/dports/math/R-cran-maxLik/maxLik/man/ |
H A D | logLik.maxLik.Rd | 1 \name{logLik.maxLik} 2 \alias{logLik.maxLik} 3 \alias{logLik.summary.maxLik} 7 and \code{summary.maxLik}. 10 \method{logLik}{maxLik}( object, \dots ) 11 \method{logLik}{summary.maxLik}( object, \dots ) 15 \item{object}{object of class \code{maxLik} or \code{summary.maxLik}, 37 logLik( a ) 38 ## print log likelihood value of summary object 39 b <- summary( a ) [all …]
|
H A D | maxLik.Rd | 1 \name{maxLik} 16 maxLik(logLik, grad = NULL, hess = NULL, start, method, 20 \item{logLik}{log-likelihood function. Must have the parameter vector 61 optimizers are forwarded to \code{logLik}, \code{grad} and 71 by the summary method. 80 \item \code{\link[=logLik.maxLik]{logLik}}: log-likelihood value 83 \item \code{\link[=summary.maxLik]{summary}}: print summary table 104 summary( a ) 111 summary( a ) 128 summary(res) [all …]
|
H A D | tidy.maxLik.Rd | 1 \name{tidy.maxLik} 2 \alias{tidy.maxLik} 3 \alias{glance.maxLik} 6 These methods return summary information about the estimated model. 10 \method{tidy}{maxLik}(x, ...) 11 \method{glance}{maxLik}(x, ...) 15 object of class 'maxLik'. 29 This is essentially the same table as \code{summary}-method prints, 35 \item{logLik}{The log-likelihood of the model.} 43 \code{\link[=summary.maxLik]{summary}} to display the [all …]
|
/dports/math/R-cran-maxLik/maxLik/ |
H A D | NAMESPACE | 7 importFrom("stats", "coef", "logLik", "optim", "pnorm", "printCoefmat", 24 export( "maxLik" ) 45 S3method( "AIC", "maxLik" ) 49 S3method( "coef", "summary.maxLik" ) 57 S3method( "logLik", "maxLik" ) 58 S3method( "logLik", "summary.maxLik" ) 66 S3method( "print", "summary.maxim" ) 67 S3method( "print", "summary.maxLik" ) 78 S3method( "summary", "maxim" ) 79 S3method( "summary", "maxLik" ) [all …]
|
H A D | MD5 | 12 1cb94fb786cf735b89302987f2f45ece *R/bread.maxLik.R 17 7446aa5174844bfb8b0c530d4b0292da *R/coef.maxLik.R 22 804efa9a9611766159532fa1ba2535b7 *R/estfun.maxLik.R 27 21446ccb89769a76daad63220a2f2640 *R/logLik.maxLik.R 38 fbd13bdfa6f2dc09a1a22bd6ee8569ba *R/maxLik.R 67 b482c4c3a7a159b72916328d7ed1ef2a *R/summary.maxLik.R 68 c8eb0796e44b16d1224d56d12a532288 *R/summary.maxim.R 96 0c14b964346dbc38fb5a13009bcbd85c *man/logLik.maxLik.Rd 102 0641331cba5492be390b0715f27efa40 *man/maxLik.Rd 115 0e302b5c44fb4c66365ff606f5c758fd *man/summary.maxLik.Rd [all …]
|
/dports/math/R-cran-maxLik/maxLik/inst/tinytest/ |
H A D | test-optimizers.R | 168 print( summary( ml )), 191 logLik( ml ), -201.583946192294, 218 logLik( summary( ml ) ), logLik(ml) 222 print( summary( mlInd ), digits = 2 ), 296 expect_equivalent(logLik( mlBHHH ), -201.583946192983, tolerance=tol) 307 expect_equivalent(logLik(summary(mlBHHH)), -201.583946192983, tolerance=tol) 424 expect_stdout(print( summary( mlResult )), 444 expect_equal(logLik( summary( mlResult ) ), logLik(mlResult)) 447 expect_stdout(print( summary( mlIndResult )), 599 print( summary( mlInEq)), [all …]
|
/dports/math/R-cran-maxLik/maxLik/inst/doc/ |
H A D | using-maxlik.Rnw | 87 \verb|logLik|. It is important to keep in mind that \maxlik 91 log-likelihood function (argument \verb|logLik|) and the start value 107 summary(m) 143 Besides summary, \verb|maxLik| also contains a number of utility 154 \item Other functions include \verb|logLik| to return the 239 see the documentation of \verb|summary.maxLik|. It makes no 382 summary(m) 506 summary(m) 525 summary(m) 561 summary(m) [all …]
|
/dports/math/R-cran-maxLik/maxLik/vignettes/ |
H A D | using-maxlik.Rnw | 87 \verb|logLik|. It is important to keep in mind that \maxlik 91 log-likelihood function (argument \verb|logLik|) and the start value 107 summary(m) 143 Besides summary, \verb|maxLik| also contains a number of utility 154 \item Other functions include \verb|logLik| to return the 239 see the documentation of \verb|summary.maxLik|. It makes no 382 summary(m) 506 summary(m) 525 summary(m) 561 summary(m) [all …]
|