Commit Graph

26 Commits

Author SHA1 Message Date
rehughes07 89b723bd6b Fixed Error in Q26 Freq data
Fixed the error in the code creating data for Q 26 frequencies - correct columns now extracted.
2022-01-28 10:20:59 +00:00
Jeremy Kidwell 89a5ee72dd Merge branch 'main' of https://github.com/kidwellj/re_connect_survey 2021-12-09 10:17:11 +00:00
Jeremy Kidwell d4458d49f7 tidying a wee bit 2021-12-09 10:16:45 +00:00
rehughes07 388e9e6bc0 And even more graphs
I've finished the coding for all questions (with the exception of what I stated in the last update) for the graphs. They still need to be altered to be prettier and tidier, but that shouldn't take too much.

After working through the other file I'll go back and remove participants' who have missing data so the next time the code is run it will be uniform and not have the ones with the missing data.
2021-12-03 14:00:40 +00:00
rehughes07 a5451ab618 And look, more graphs
I've done graphs with subsetting by the different questions (with the exception of "- Q1 (grade level) + Q35 (teaching role) + +Q5 (teaching proportion) Q2 (tenure) + and Q3 (subjects taught), + Q6/Q7 (management)" as I'm not sure how to do this yet.

The graphs are still rough, and need to be prettied up but I've added labels to the axes. Let me know if these graphs so far are alright
2021-12-01 13:49:38 +00:00
rehughes07 8b0670f432 Simple Data Visualization and Data File
Simple bar plots of Q22 and Q23 by requested variables (with the exception of a couple: 1 I couldn't see the options, and the other is a type-in response so I'm figuring how to sort it).

Q24, 25, and 26 will likely need a different type of plot as they are all categorical variables -- Stacked bar chart perhaps

The colors are gray and boring at the moment, but can/will be changed later to suit what you prefer.
2021-11-29 16:18:07 +00:00
rehughes07 6a8fc8f590 Descriptives and Visualization beginning
I finished the analyses for each section, and have moved onto beginning a file for visualizing all the data. The new "visualization data" csv file has only the columns that were asked for in lines 134-158. I'll continue to work on those plots this week.
2021-11-24 13:12:50 +00:00
rehughes07 0d7d290250 More Analyses on Religious Affiliation
Completed analyses on both the informal and formal religious affiliation of schools data.

Results indicate there is no significant difference in the answers to questions 22, 23a-b, and 27a-g based upon whether participants indicated that their school had a formal affiliation (Yes/No), what that affiliation was (list of 7 possible), or an informal affiliation (Yes/No). Personal affiliation has not been analyzed yet. I'm trying to figure the best way to code - perhaps as a Yes/No, and then subset the Yeses like I did for formal religious affiliation (lines 270-289).
2021-11-15 19:37:30 +00:00
rehughes07 d98d1e7c78 More Data Working and Analyses
Beginning to work on the analyses based on participants' answers to the religious affiliation questions, including cleaning of the data, removal of incomplete data sets (based on visual inspection), and creation of separate .csv files as I have done with previous analyses.

So far no significant differences between the answers to questions and formal religious affiliation of the school.
2021-11-03 17:34:51 +00:00
rehughes07 2a5004e92f Data Finagling and Analysis
Created new .csv file for the analyses columns Qs [22, 23, 27] (in order to be less messy extracting columns). Separated out answers to Q20 in order to test whether there is a different in response.

Sorted out ANOVA and MANOVA analyses - preliminary results indicate no significant difference on Q22 or Q27 in regards to social issues of importance. Significant diff on Q23 with economy, health and environment - explore means to see where. Could be interesting
2021-11-02 18:08:31 +00:00
rehughes07 ff5baa8305 Notes to R Markdown
How to view crossover with descriptives, the thought process
2021-10-27 13:29:43 +01:00
Jeremy Kidwell ab9f95b20f added RColourBrewer to first pie chart as an example, fixed var names 2021-10-27 13:22:58 +01:00
Jeremy Kidwell 758d601504 added RColourBrewer to first pie chart as an example, fixed var names 2021-10-27 13:22:49 +01:00
Jeremy Kidwell 064b27753a added RColourBrewer to first pie chart as an example 2021-10-27 13:01:46 +01:00
Jeremy Kidwell ae36c3ed36 removed R boilerplate 2021-10-27 12:57:32 +01:00
Jeremy Kidwell 9bf61f7e47 changing paths on data files to be relative 2021-10-27 12:52:31 +01:00
rehughes07 dd66f2f923 Pie Charts and More Data Finagling
Figuring how to put frequencies of multiple response data into a clean format, then creating rough code for a simple pie chart (to be made pretty later).

Finished this for the 3 questions needing pie charts.
2021-10-25 16:13:22 +01:00
rehughes07 0b15014181 Data figuring
Making Q3 into its own file in order to see how that helps with making charts and graphs. TEST
2021-10-22 14:24:57 +01:00
rehughes07 a14e1fde4c Data Prep, Prelim Graphs
Cleaned datafile more for analysis and ease of viewing (changed text to numbers for Q25, Q26, Q3 in order to create frequency tables for pie charts and bar graphs).

Preliminary checking of pie chart and bar graph for frequencies

Notes on how to analyze responses in last section (ANOVA)
2021-10-20 19:34:54 +01:00
Jeremy Kidwell 8ef7c5d737 added gitignore 2021-10-14 11:45:38 +01:00
rehughes07 00b7d5afb3 Analyses Prep/Data Cleaning
Created R Markdown with RH Tasks to begin to have consolidated file for graphs and plots code.

Duplicated .xlsx data file in order to clean and upload to R for analyses and graph creation - replaced Likert questions with numerical equivalents for later analysis (higher score indicates more agreement)
2021-10-13 20:37:21 +01:00
Jeremy Kidwell 9dcae35489 added todo 2021-10-08 08:07:10 +01:00
Jeremy Kidwell 4523361640 added todo 2021-10-08 08:07:06 +01:00
Jeremy Kidwell eeef125ed3 added data 2021-09-21 10:57:43 +01:00
Jeremy Kidwell da19c44e3d updating readme 2021-09-21 09:23:57 +01:00
Jeremy Kidwell bb21f9242f
Initial commit 2021-09-21 08:51:42 +01:00