methodology: Get info on survey methodology

View source: R/methodology.R

methodologyR Documentation

Get info on survey methodology

Description

Get the following survey methodology information: Length of interview (LOI) Fielding dates Survey margin of error (MOE)

Usage

methodology(dataset, population)

jarvis_sommelier_the_survey(dataset, population)

Arguments

dataset

A dataframe for which you want the methodology information. Your dataset needs the following standard variables from Qualtrics to work: StartDate, EndDate, Duration__in_seconds_

population

The population size your survey is based on (e.g. number of voters in the city)

Value

Methodology information printed to your console

Examples

methodology(municipal_data, 30000)


nick-moffitt/y2municipal documentation built on Dec. 20, 2024, 5:53 a.m.