alr_results: Visualize Results of Alternating Logistic Regressions.

Description Usage Arguments Examples

View source: R/alr_results.R

Description

Takes output from the 'ordgee' function in the package 'geepack' and returns a table with visual results along with numerical values imposed on the graph

Usage

1
alr_results(model_fit, title, included_models = "both")

Arguments

model_fit

an object returned by 'ordgee'

title

Text for the title portion of your results

included_models

which model you want to show in results. Defaults to both mean and correlation. For mean enter "mean", correlation: "correlation".

Examples

1
alr_results(my_fit, "Results from fitting alternating logistic regression", included_models = "both")

nstrayer/nviz documentation built on May 24, 2019, 7:51 a.m.