Functions

Functions for reading and writing jamovi’s omv-files

read_omv()

Read files created of the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

write_omv()

Write files to be used with the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

Helper functions

Functions for carrying out often required data management tasks for jamovi’s omv-files

arrange_cols_omv()

Re-arrange columns / variables in .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

convert_to_omv()

Convert data files (CSV, R, other statistics packages) into .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

describe_omv()

Adds a title and a description for a data set stored as .omv-file for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

label_vars_omv()

Label columns / variables in .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

long2wide_omv()

Converts .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org) from long to wide format

wide2long_omv()

Converts .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org) from wide to long format

merge_cols_omv()

Merges two or more data files by adding the content of other input files as columns to the first input file and outputs them as files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

merge_rows_omv()

Merges two .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org) by adding the content of the second, etc. file(s) as rows to the first file

replace_omv()

Search values in .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

search_omv()

Search values in .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

sort_omv()

Sort data (using one or more variables) in .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

transpose_omv()

Transpose .omv-files for the statistical spreadsheet 'jamovi' (https://www.jamovi.org)

Example datasets

AlbumSales

Imagine that you worked for a record company and that your boss was interested in predicting album sales from advertising.

ToothGrowth

The Effect of Vitamin C on Tooth Growth in Guinea Pigs

bfi_sample

Twenty-five personality self-report items taken from the International Personality Item Pool

bfi_sample2

Twenty-five personality self-report items taken from the International Personality Item Pool (includes jamovi-attributes; should result in a file identical to bfi_sample2.omv under "extdata" when written with write_omv)

bfi_sample3

Twenty-five personality self-report items taken from the International Personality Item Pool (testing file for ordered factors / "Ordinal"-variables in jamovi)