python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to specify contrasts in lme to test hypotheses with interactions
I have a generalized mixed model that has 2 factors (fac1 (2 levels), fac2 (3 levels)) and 4 continuous variables (x1,x2,x3,x4) as fixed effects and a continuous response. I am interested in answering...
JmO
Votes: 0
Answers: 1
Error message in emmeans function output in Shiny : "object 'factor' not found"
I am very new shiny user. I wanted to show the results of post-hoc test using emmeans function. Here's the code of my shiny app.
ui <- shinyUI(fluidPage(
# Application title
titlePanel("...
learners
Votes: 0
Answers: 1
error message when I tried to get marginal(adjusted) means by using emmeans
Hi I am doing linear regression in R and want to create marginal(adjusted) means for my subgroups.
The linear regression includes age, gender, education, marital status, employ, ethnicity and health c...
AFWWU
Votes: 0
Answers: 1
converting the glmer output from logit to response scale
I hoping get some can help solving this mystery in my mind. The 7th coefficient in my glmer() call is 0.28779305 on the logit scale.
This coefficient can be also obtained by using contrast() in the em...
Simon Harmel
Votes: 0
Answers: 2