DS4PS / cpp-525-sum-2021

Course shell for CPP 525 Advanced Regression Analysis
http://ds4ps.org/cpp-525-sum-2021/
0 stars 2 forks source link

Q4 Margins Tables #11

Open ekmcintyre opened 3 years ago

ekmcintyre commented 3 years ago

I have an issue with the margins tables loading the entire data frame when I knit the html document instead of the neat table printed in my rmd file. The screen shot shows the difference between the html and rmd files.

image

This is the code

margins(log, at = list(Evangelics = mean(data$Evangelics)), variable = "Evangelics")

margins(log, at = list(Media = mean(data$Media)), variable = "Media")]

I have no special settings added to my chunk options.

Dselby86 commented 3 years ago

Hi Erin.

I can not figure out what happened. I know you already submitted the assignment. I'm going to do more digging to try and figure it out.

On Mon, Aug 9, 2021 at 9:50 PM ekmcintyre @.***> wrote:

I have an issue with the margins tables loading the entire data frame when I knit the html document instead of the neat table printed in my rmd file. The screen shot shows the difference between the html and rmd files.

[image: image] https://user-images.githubusercontent.com/66448475/128809795-b39eaf2b-25cd-4429-aac7-2b94e34556cf.png

This is the code

margins(log, at = list(Evangelics = mean(data$Evangelics)), variable = "Evangelics")

margins(log, at = list(Media = mean(data$Media)), variable = "Media")]

I have no special settings added to my chunk options.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DS4PS/cpp-525-sum-2021/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4EHB27OX5QDRH24FMILVLT4CV3DANCNFSM5B3LE4GQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .