flowchart TD A[Survey Concept]-->B[Sampling Design] A-->C[Questionnaire Design] A-->D[Data Collection Planning] B-->E[Data Collection] C-->E D-->E E-->F[Post-Survey Processing] F-->G[Analysis] G-->H[Reporting] style G fill:#ff8484
A Tidy Introduction with {srvyr} and {survey}
RTI International
Fors Marsh
Posit
2025-08-08
Stephanie Zimmer, RTI International
Rebecca Powell, Fors Marsh
Isabella Velásquez, Posit
select(starts_with("TOT"))
)mutate()
summarize()
group_by()
with summarize()
to create group summariesflowchart TD A[Survey Concept]-->B[Sampling Design] A-->C[Questionnaire Design] A-->D[Data Collection Planning] B-->E[Data Collection] C-->E D-->E E-->F[Post-Survey Processing] F-->G[Analysis] G-->H[Reporting] style G fill:#ff8484