Hi,
I've just started using R Studio and am planning on using it to manage the results of a national survey. Currently this process is handled by a SAS Enterprise Guide project, which does things such as:
- Import the raw data from csv
- Calculate results of the survey
- Create weightings (extrapolating the sample size up to represent the whole of England)
- Calculate Margin Of Error of the results (SAS EG uses a stored procedure called 'procsurveymeans' to achieve this)
Does anyone have any good pointers they can give me for how to manage survey data using R please? Any previous discussion thread, links, tips on packages or training material would be really appreciated thank you!
James