library(knitr)
opts_chunk$set(echo=FALSE, message=FALSE, warning=FALSE,
               fig.width=4, fig.height=4, dpi=144,
               cache=TRUE)
read_chunk("R/beliefs.R")

Questions

questions %>%
  filter(question_name %in% question_names) %>%
  select(question_name, question_text) %>%
  kable()

Top 20 languages

Changed reasoning

by_language_plot("cr1")
functional_v_imperative_plot

Personality

by_language_plot("cp1")

Recursion

by_language_plot("rec1")

Code for others

by_language_plot("cfo1", y = 1.8)

Code for team

by_language_plot("cfo2", y = 1.8)

Interference

by_language_plot("inter1", y = 4)

Harm

by_language_plot("inter2", y = 4)


lupyanlab/programming-questionnaire documentation built on May 25, 2019, 9:33 p.m.