-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
With this line of code:
library(dplyr)
library(stargazer)
age <- anes$dem_age_r_x %>% as.data.frame()
#stargazer(age, type = "text", summary = TRUE) for seeing #what the table looks #like, because without specifying text it just looks like the code for output as #it will eventually appear in a knitted document stargazer
(age, summary = TRUE)
stargazer(age, summary = TRUE)
We get this output before our table. I have been googling away as to why and how to correct it but I just don’t understand. Could you please help me?

Metadata
Metadata
Assignees
Labels
No labels