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)
"object not found" error in mediation analysis in R
I am doing mediation analysis in R. My mediator is a binary variable, so model.m is run by glm.
set.seed(2022)
data = data.frame(ID = as.character(seq(1,100,1)),group = seq(1,100,1),
...

Dianafreedom
Votes: 0
Answers: 1
Grangertest in R
does someone knows what I am doing wrong?
I tried everything I've seen on the internet to perform the Grangertest.
The structure of my data is:
structure(list(Belgium = c(10786, 9902, 11119, 10218, 10...
EvA
Votes: 0
Answers: 0
Obtaining covariates' estimates in rdrobust package
I am using rdrobust to estimate RDDs and for a submission in a journal the journal demands I report tables with covariates and their estimates. I don't think these should be reported in designs like t...
AntVal
Votes: 0
Answers: 2