Skip to content
Snippets Groups Projects
Select Git revision
  • 79a564d3be27fa9d55fe421e9c887aa573afd18d
  • master default
  • build-env
  • bz2
  • portal
  • db-rlp09
  • proinfo_rlp09
  • v1.4.0
  • v1.3.13-buildpackage
  • v1.3.13-client
  • v1.3.12-buildpackage
  • v1.3.12-collect
  • v1.3.13-collect
  • v1.3.11-collect
  • v1.3.10-collect
  • v1.3.11-buildpackage
  • v1.3.10-client
  • v1.3.11-client
  • v1.3.12-client
  • v1.3.10-buildpackage
  • v1.2.0-buildpackage
  • v1.2.0-collect
  • v1.2.0-client
  • v1.1.1-buildpackage
  • v1.1.1-client
  • v1.1.1-collect
  • v1.1.0-client
27 results

client.h

Blame
  • mc_qll.Rd 558 B
    % Generated by roxygen2 (4.1.1): do not edit by hand
    % Please edit documentation in R/mc_qll.R
    \name{mc_qll}
    \alias{mc_qll}
    \title{Compute quasi-likelihood function.}
    \usage{
    mc_qll(y, mu, variance, power)
    }
    \arguments{
    \item{y}{A vector of observed values.}
    
    \item{mu}{A vector of fitted values.}
    
    \item{variance}{Variance function (constant, tweedie, poisson_tweedie, binomial).}
    
    \item{power}{Power parameter value.}
    }
    \value{
    The quasi-likelihood values.
    }
    \description{
    Given a variance function mc_qll function computes the quasi-likelihood values.
    }