| inla.likelihood {INLA} | R Documentation |
This function return function to compute the pdf,cdf,quantiles, or samples for new data using the likelihood from a inla-object.
inla.likelihood(type = c(d,r,p,q),args)
type |
The returned function type. The definition is similar to "rnorm","dnorm","pnorm",and "dnorm". |
args |
It is usually a return value from "inla.likelihood.parser", which specifies parameters, link function and transformation function of hyperparameters. |
Details goes here
value goes here
Havard Rue hrue@r-inla.org