Skip to contents

Takes the first analysis per team per dataset, not each analysis that was submitted. Thus filters for analyses where split_id == 1 and where analysis_id == 1

Usage

count_conclusions(data, subset_name = character(1L))

Arguments

data

A tibble containing the data to be analysed.

subset_name

A character vector of length 1, the name of the subset of data being analysed.

Value

A tibble containing counts of each conclusion type made by analysts across each dataset, for a given subset.