logLik.nlstac: Extract Log-Likelihood from a nlstac Model

View source: R/logLik.nlstac.R

logLik.nlstacR Documentation

Extract Log-Likelihood from a nlstac Model

Description

Returns the log-likelihood value from an object returned by a nlstac model fit.

Usage

## S3 method for class 'nlstac'
logLik(object, ...)

Arguments

object

An object of class "nlstac" obtained by the nls_tac function.

...

Ignored, for compatibility issues.

Value

A single numeric value for the log-likelihood of the model

Author(s)

Mariano Rodríguez-Arias (arias@unex.es). Deptartment of Mathematics

Juan Antonio Fernández Torvisco (jfernandck@alumnos.unex.es). Department of Mathematics

University of Extremadura (Spain)

Rafael Benítez (rafael.suarez@uv.es). Department of Business Mathematics

University of Valencia (Spain)


nlstac documentation built on April 11, 2023, 6:12 p.m.

Related to logLik.nlstac in nlstac...