-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create 3 Tables of Summary Statistics #11
Comments
I created R code for the summary statistics. Dumb dumb over here doesn't know how to read a file directly from GitHub so need to change code to do that. |
I made some adjustments to the table code. Among other things, it now prints the table output to a file in the |
This process would be a bit simpler if we switched to using Rmarkdown. |
I'd be for that
…On Tue, Apr 11, 2017 at 11:48 AM, Joseph Stachelek ***@***.*** > wrote:
This process would be a bit simpler if we switched to using Rmarkdown.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APJKe_2YNcYvyrOEkhgECpd0WtNFePCFks5ru6CwgaJpZM4MfcfQ>
.
|
Ok, I went ahead and dropped the |
We might want to consider remaking our table with https://github.com/kaz-yos/tableone |
I am thinking of remaking the table with one of the tools mentioned in github.com/ropensci/unconf17/issues/69. Also I am going to explore splitting out the sample size (n) info to a separate table. |
Create tables of summary statistics (mean, sd, n) for each region and lake type. The tables will be separated by physical, chemical, and loading variables.
The text was updated successfully, but these errors were encountered: