vec_ptype2.logLik.logLik | R Documentation |
Vectors implementation for logLik
## S3 method for class 'logLik.logLik'
vec_ptype2(x, y, ...)
## S3 method for class 'logLik.logLik'
vec_cast(x, to, ...)
x , y |
Vector types. |
... |
These dots are for future extensions and must be empty. |
to |
Type to cast to. If |
A stats::logLik()
vector.
stats::logLik()
a <- logLik(lm(mpg ~ disp, data = mtcars))
b <- logLik(lm(mpg ~ am, data = mtcars))
vec_ptype2(a, b)
c(a, b)
vec_cast(a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.