python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cluster robust standard errors for mixed effect/LMER models?
I'm estimating a mixed effects model using simulated data. The basis of this is a conjoint experiment: there are N number of countries in the study with P participants and each respondent is shown the...
jonnyf
Votes: 0
Answers: 0
Get all ltree nodes at depth
I have an ltree column containing a tree with a depth of 3. I'm trying to write a query that can select all children at a specific depth (level 1 = get all parents, 2 = get all children, 3 = get all g...
Optimum
Votes: 0
Answers: 1
R can't compute a random slope growth model with nlme
I am using the nlme package in R (4.1.1) to fit a hierarchical growth model.
The data are longitudinal (therapy sessions on level 1) nested within patients (level 2).
The data are called as follows:
v...
Ben Heuser
Votes: 0
Answers: 0
Summarize hierarchical data with Linq to DB
I have a database that is represented(roughly) by the following structure. Note that since Entity Framework generates it, the GamePlayer class has the reference to a parent Game instance and GameActio...
sovo2014
Votes: 0
Answers: 1