Displaying 2 results from an estimated 2 matches for "junior_senior".
2017 Sep 14
2
using phia with glmmTMB
Hi folks,
I love the Phia package andwant to use it with glmmTMB, but when i try to
use the interactionMeans command, i get the below error
modelrepeatedmain2 <- glmmTMB(counts ~
cluster*nominated*nominator*junior_senior+Ltime+
(1|school)+(1|id),
data=d_shortf,
family=nbinom1)
interactionMeans(modelrepeatedmain2)
Error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x),
:
'data' must be of a vector ty...
2017 Sep 14
0
using phia with glmmTMB
...eph Ciarrochi <ciarrochij at gmail.com>
wrote:
> Hi folks,
>
> I love the Phia package andwant to use it with glmmTMB, but when i try to
> use the interactionMeans command, i get the below error
>
> modelrepeatedmain2 <- glmmTMB(counts ~
> cluster*nominated*nominator*junior_senior+Ltime+
> (1|school)+(1|id),
> data=d_shortf,
> family=nbinom1)
>
> interactionMeans(modelrepeatedmain2)
>
> Error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x),
> :
&...