ted_con_plot: Creates graph for multiple item likelihood questions

Description Usage Arguments Details Value Examples

Description

ted_con_plot Given a tibble of a given multiple level likelihood question, creates graph.

Usage

1
ted_con_plot(.df, .cap = NULL)

Arguments

.df

A dataframe, piped from ted_con_prep

.cap

Text for a caption (optional)

Details

This is an NACD function: Should you experience difficulties, see Ted Sikora

Value

A graph

Examples

1
2
ted_con_prep(df, dd, Q29, c("Likely", "Neither likely nor unlikely", "Unlikely")) %>%
ted_con_plot()

TSwork/TSpack documentation built on Dec. 15, 2020, 7:30 p.m.