Study Setup

Setting up a study object

scivrs_app()

Launch Shiny App

study()

Create a study object

add_author()

Add an author

add_hypothesis()

Add a hypothesis

add_analysis()

Add an analysis

add_criterion()

Add a criterion

add_eval()

Add an evaluation

add_data()

Add a dataset

add_sim_data()

Add simulated data

add_method()

Add a method

update_hypothesis()

Update a hypothesis

update_analysis()

Update an analysis

update_criterion()

Update a criterion

update_method()

Update a method

Study Functions

Running analyses, generating reports, and saving data

study_analyse() study_analyze()

Run analysis

study_save()

Save study

study_power()

Power analysis through simulation

make_script()

Make a script with all analyses

make_data()

Save data in files

eval_summary()

Evaluation summary

Data

study_demo

Study Demo

kin

Kinship

stroop

Stroop Task

Other Functions

author()

Author in CRediT Format

author_jats()

Convert scivrs_author list to CRediT JATS format

check_orcid()

Check validity of ORCiD

codebook()

Create PsychDS Codebook from Data

credit_roles()

CRediT Roles

get_codebook()

Get Codebook

get_data()

Get data from study

get_html()

Get result value as HTML

get_orcid()

Get ORCiD from Name

get_power()

Get Power Calculations as List

get_result()

Get Result Value

output_custom_code()

Output custom code

output_info()

Output study info

output_hypotheses()

Output hypotheses

output_data()

Output data

output_analyses()

Output analyses

output_results()

Output results

t_test()

T-test with N (formula)

scienceverse_options() sv_opts()

Set/get global scienceverse options

Utilities

if_nowt()

Replace values if NULL, NA, blank after trimming, or an empty list

is_nowt()

Check if values are NULL, NA, blank after trimming, or an empty list

nested_list()

Output a nested list in RMarkdown list format

nlist()

Make a Named List