Learn R Programming

⚠️There's a newer version (0.11.6) of this package.Take me there.

expss (version 0.8.8)

Tables with Labels and Some Useful Functions from Spreadsheets and 'SPSS' Statistics

Description

Package provides tabulation functions with support for 'SPSS'-style labels, multiple / nested banners, weights, multiple-response variables and significance testing. There are facilities for nice output of tables in 'knitr', 'Shiny', R and 'Jupyter' notebooks, '*.xlsx' files. Proper methods for labelled variables add value labels support to base R functions and to some functions from other packages. Additionally, the package offers useful functions for data processing in marketing research / social surveys - popular data transformation functions from 'SPSS' Statistics ('RECODE', 'COUNT', 'COMPUTE', 'DO IF', etc.) and 'Excel' ('COUNTIF', 'VLOOKUP', etc.). Package is intended to help people to move data processing from 'Excel'/'SPSS' to R.

Copy Link

Version

Install

install.packages('expss')

Monthly Downloads

9,257

Version

0.8.8

License

GPL (>= 2)

Maintainer

Gregory Demin

Last Published

November 11th, 2018

Functions in expss (0.8.8)

as.category

Convert dichotomy data.frame/matrix to data.frame with category encoding
as.datatable_widget

Create an HTML table widget for usage with Shiny
as.labelled

Recode vector into numeric vector with value labels
do_repeat

Repeats the same transformations on a specified set of variables/values
as.dichotomy

Convert variable (possibly multiple choice question) to data.frame/matrix of dummy variables.
by_groups

Aggregate dataset by grouping variable(s).
drop_empty_rows

Drop empty (with all NA's) rows/columns from data.frame/table
as.etable

Convert data.frame/matrix to object of class 'etable'
criteria

Criteria functions
cro

Cross tabulation with support of labels, weights and multiple response variables.
if_na

Replace NA values in vector/data.frame/matrix/list with supplied value
compare_proportions

Calculate significance (p-values) of differences between proportions/means
if_val

Change, rearrange or consolidate the values of an existing/new variable. Inspired by RECODE command from SPSS.
count_if

Count/sum/average/other functions on values that meet a criterion
cro_fun

Cross-tabulation with custom summary function.
default_dataset

Get or set reference to default dataset. Experimental feature.
na_if

Replace certain values with NA
experimental

Experimental functions for operations with default dataset
fre

Simple frequencies with support of labels, weights and multiple response variables.
names2labels

Replace data.frame/list names with corresponding variables labels.
expss

expss: Tables with Labels and Some Useful Functions from Spreadsheets and SPSS Statistics
add_rows

Add rows to data.frame/matrix/table
reexports

Objects exported from other packages
htmlTable.etable

Outputting HTML tables in RStudio viewer/R Notebooks
info

Provides variables description for dataset
split_by

Splits data.frame into list of data.frames that can be analyzed separately
keep

Keep or drop elements by name/criteria in data.frame/matrix
split_labels

Split character vector to matrix/split columns in data.frame
apply_labels

Set variable labels/value labels on variables in the data.frame
modify

Modify data.frame/modify subset of the data.frame
ref

Auxiliary functions to pass arguments to function by reference
values2labels

Replace vector/matrix/data.frame/list values with corresponding value labels.
expss.options

Options for controlling behavior of the package
mrset

Create multiple response set/multiple dichotomy set from variables
product_test

Data from product test of chocolate confectionary
nest

Compute nested variable(-s) from several variables
tab_significance_options

Mark significant differences between columns of the table
sort_asc

Sort data.frames/matrices/vectors
var_lab

Set or get variable label
prepend_values

Prepend values/variable names to value/variable labels
prop

Compute proportions from numeric vector/matrix/data.frame
set_caption

Add caption to the table
qc

Create vector of characters from unquoted strings (variable names)
val_lab

Set or get value labels
text_to_columns

Make data.frame from text
unlab

Drop variable label and value labels
write_labels

Write data with labels to file in R code or in SPSS syntax.
read_spss

Read an SPSS Data File
sheet

Make data.frame without conversion to factors and without fixing names
sum_row

Compute sum/mean/sd/median/max/min/custom function on rows/columns
tables

Functions for custom tables construction
tab_sort_asc

Partially (inside blocks) sort tables/data.frames
fctr

Convert labelled variable to factor
match_row

Match finds value in rows or columns/index returns value by index from rows or columns
vlookup

Look up values in dictionary.
merge.etable

Merge two tables/data.frames
xl_write

Write tables and other objects to an xlsx file with formatting
where

Subset (filter) data.frames/matrices/vectors/lists
vars

Get variables/range of variables by name/by pattern.
vectors

Infix operations on vectors - append, diff, intersection, union, replication
window_fun

Function over grouping variables (window function)
w_mean

Compute various weighted statistics