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)
Stargazer: decrease number of columns to match amount of dependent variables
I have 2 different dependent variables. For each dependent variable, I have 2 independent variables. In total, I have 4 regressions which could be presented in 2 columns. However, when put into the st...
chilrai
Votes: 0
Answers: 0
stargazer package producing empty summary table
i am having an issue using the stargazer package. i have downloaded the newest version of r (4.1.3) for mac but when I try to get a summary statistic table with the stargazer package the table comes u...
Meadbh Ogorman
Votes: 0
Answers: 1
How can I keep certain variables in stargazer output using the keep argument
I have run a country and year fixed-effects logit regression by creating dummy variables and using the glm function. Given the year and time dummies, my output table is very long.
I tried to use the &...
user3227641
Votes: 0
Answers: 1
Struggling with correlation matrix, missing values
This is the correlation matrix I get when I am running this code in r
Correl2 <- Data %>% select(Price, Price2, Price.m2, Listingprice2, Listingdays, Type, Age, BRA, Balcony, Bedrooms,Lotsize)
...
whoknows
Votes: 0
Answers: 2