Learn R Programming

sclr (version 0.1.0)

sclr_log_likelihood: Log-likelihood

Description

Computes the log-likelihood of the scaled logit model at a given set of parameter estimates (or the MLE if pars is not supplied).

Usage

sclr_log_likelihood(fit, pars = NULL)

Arguments

fit

An object returned by sclr.

pars

A named vector of parameter values. If NULL then the estimates from fit will be used.