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

study_from_json()

Get study from json file

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

make_data()

Save data in files

make_script()

Make a script with all analyses

study_analyse() study_analyze()

Run analysis

study_eval()

Evaluate study results

study_power()

Power analysis through simulation

study_report()

Generate a Report

study_save()

Save study

eval_summary()

Evaluation summary

study_to_json()

Study Object to JSON string

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)

t_test(<default>)

T-test with N

t_test(<formula>)

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

nlist()

Make a Named List

round_char()

Character-safe rounding