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 26 Aug. 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

RCytoGPS  
Using Cytogenetics Data in R
Defines classes and methods to process text-based cytogenetics using the CytoGPS web site, then imp ...
Download / Learn more Package Citations See dependency  
SelvarMix  
Regularization for Variable Selection in Model-Based Clustering and Discriminant Analysis
Performs a regularization approach to variable selection in themodel-based clustering and classifica ...
Download / Learn more Package Citations See dependency  
clinUtils  
General Utility Functions for Analysis of Clinical Data
Utility functions to facilitate the import, the reporting and analysis of clinical data. Example ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ncodeR  
Techniques for Automated Classifiers
A set of techniques that can be used to develop, validate, and implement automated classifiers. A po ...
Download / Learn more Package Citations See dependency  
PCADSC  
Tools for Principal Component Analysis-Based Data Structure Comparisons
A suite of non-parametric, visual tools for assessing differences in data structures for two datase ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

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