Skip to content

Lab 02 #3

Description

@meliapetersen

Hi @lecy @Dselby86, I'm having an issue with my stargazer table presenting the information correctly. For some reason my tables are saying that the tax coefficient is there my data starts for each state. Here is my code:

stargazer(Pooled_OLS, fixed_reg, fixed, 
           type = "text", 
           dep.var.labels = ("Accidents"),
           column.labels = c("Pooled OLS", "Fixed Effect", "PLM"),
           covariate.labels = c("Intercept",
                                "Taxes",
                                "State 1",  "State 2",  "State 3",  "State 4", "State 5", "State 6", "State 7"),
           omit.stat = "all", 
           digits = 2, intercept.bottom = FALSE )

Here is a photo of what my table looks like:

Screen Shot 2020-07-23 at 4 23 19 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions