plot_model: plot_model

View source: R/plot_model.R

plot_modelR Documentation

plot_model

Description

This function gives plot of the odds ratio or shows the iteration for convergence.

Usage

plot_model(x, conv = FALSE)

Arguments

x

results from the fitted model.

conv

defulated for odds ratio plot, otherwise show the iteration plot.

Value

plot odds ratio with CIs or plot of the iterations.

Examples

 beta=c(0.1,0.2,0.3)
 alpha=c(0.4,0.5)
 variance=c(0.8,0.5,0.7,0.3,0.4)
 x=list(beta,alpha,variance)
 names(x)=c("beta","alpha","variance")
 plot_model(x)

mgee2 documentation built on April 4, 2025, 1:44 a.m.

Related to plot_model in mgee2...