Other packages > Find by keyword >

quest  

Prepare Questionnaire Data for Analysis
View on CRAN: Click here


Download and install quest package within the R console
Install from CRAN:
install.packages("quest")

Install from Github:
library("remotes")
install_github("cran/quest")

Install by package version:
library("remotes")
install_version("quest", "0.2.1")



Attach the package and use:
library("quest")
Maintained by
David Disabato
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-09-10
Latest Update: 2025-09-03
Description:
Offers a suite of functions to prepare questionnaire data for analysis (perhaps other types of data as well). By data preparation, I mean data analytic tasks to get your raw data ready for statistical modeling (e.g., regression). There are functions to investigate missing data, reshape data, validate responses, recode variables, score questionnaires, center variables, aggregate by groups, shift scores (i.e., leads or lags), etc. It provides functions for both single level and multilevel (i.e., grouped) data. With a few exceptions (e.g., ncases()), functions without an "s" at the end of their primary word (e.g., center_by()) act on atomic vectors, while functions with an "s" at the end of their primary word (e.g., centers_by()) act on multiple columns of a data.frame.
How to cite:
David Disabato (2021). quest: Prepare Questionnaire Data for Analysis. R package version 0.2.1, https://cran.r-project.org/web/packages/quest. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 06:46), 0.1.0 (2021-09-10 13:20), 0.2.0 (2023-12-05 01:10)
Other packages that cited quest R package
View quest citation profile
Other R packages that quest depends, imports, suggests or enhances
Complete documentation for quest
Functions, R codes and Examples using the quest R package
Some associated functions: add_sig . add_sig_cor . agg . agg_dfm . aggs . amd_bi . amd_multi . amd_uni . auto_by . ave_dfm . boot_ci . by2 . center . center_by . centers . centers_by . change . change_by . changes . changes_by . colMeans_if . colNA . colSums_if . composite . composites . confint2.boot . confint2.default . confint2 . cor_by . cor_miss . cor_ml . corp . corp_by . corp_miss . corp_ml . covs_test . cronbach . cronbachs . decompose . decomposes . deff . deffs . describe_ml . dot-cronbach . dot-cronbachs . dot-gtheory . dot-gtheorys . dum2nom . freq . freq_by . freqs . freqs_by . gtheory . gtheory_ml . gtheorys . gtheorys_ml . icc_11 . icc_all_by . iccs_11 . length_by . lengths_by . long2wide . make.dumNA . make.dummy . make.fun_if . make.latent . make.product . mean_change . mean_compare . mean_diff . mean_if . mean_test . means_change . means_compare . means_diff . means_test . mode2 . n_compare . ncases . ncases_by . ncases_desc . ncases_ml . ngrp . nhst . nom2dum . nrow_by . nrow_ml . partial.cases . pomp . pomps . prop_compare . prop_diff . prop_test . props_compare . props_diff . props_test . quest-package . recode2other . recodes . renames . reorders . revalid . revalids . reverse . reverses . rowMeans_if . rowNA . rowSums_if . rowsNA . score . scores . shift . shift_by . shifts . shifts_by . sum_if . summary_ucfa . tapply2 . ucfa . valid_test . valids_test . vecNA . wide2long . winsor . winsors . 
Some associated R codes: describes_functions.R . diary_functions.R . mia_functions.R . psymet_functions.R . quest_functions.R .  Full quest package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  
hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  
injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA