https://github.com/cran/sjPlot
Raw File
Tip revision: ee1142603f8c7b70ac3b39557e9bba5a80b83237 authored by Daniel Lüdecke on 17 August 2023, 15:30:02 UTC
version 2.8.15
Tip revision: ee11426
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(knit_print,sjTable)
S3method(knit_print,sjt_descr)
S3method(knit_print,sjt_frq)
S3method(knit_print,sjt_grpdescr)
S3method(knit_print,sjt_grpmean)
S3method(knit_print,sjt_grpmeans)
S3method(knit_print,sjt_mwu)
S3method(knit_print,sjt_reliab)
S3method(print,sjTable)
S3method(print,sjt_descr)
S3method(print,sjt_equi_test)
S3method(print,sjt_frq)
S3method(print,sjt_grpdescr)
S3method(print,sjt_grpmean)
S3method(print,sjt_grpmeans)
S3method(print,sjt_mwu)
S3method(print,sjt_reliab)
export(css_theme)
export(dist_chisq)
export(dist_f)
export(dist_norm)
export(dist_t)
export(font_size)
export(get_model_data)
export(label_angle)
export(legend_style)
export(plot_frq)
export(plot_gpt)
export(plot_grid)
export(plot_grpfrq)
export(plot_kfold_cv)
export(plot_likert)
export(plot_model)
export(plot_models)
export(plot_residuals)
export(plot_scatter)
export(plot_stackfrq)
export(plot_xtab)
export(save_plot)
export(scale_color_sjplot)
export(scale_fill_sjplot)
export(set_theme)
export(show_sjplot_pals)
export(sjp.aov1)
export(sjp.chi2)
export(sjp.corr)
export(sjp.poly)
export(sjplot)
export(sjplot_pal)
export(sjt.itemanalysis)
export(sjt.xtab)
export(sjtab)
export(tab_corr)
export(tab_df)
export(tab_dfs)
export(tab_fa)
export(tab_itemscale)
export(tab_model)
export(tab_pca)
export(tab_stackfrq)
export(tab_xtab)
export(theme_538)
export(theme_blank)
export(theme_sjplot)
export(theme_sjplot2)
export(view_df)
import(ggplot2)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,group_vars)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(ggeffects,ggeffect)
importFrom(ggeffects,ggpredict)
importFrom(grDevices,axisTicks)
importFrom(grDevices,cm)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(graphics,plot)
importFrom(insight,has_intercept)
importFrom(insight,is_multivariate)
importFrom(insight,model_info)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(performance,cronbachs_alpha)
importFrom(performance,performance_aic)
importFrom(performance,performance_aicc)
importFrom(purrr,as_vector)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(scales,brewer_pal)
importFrom(scales,grey_pal)
importFrom(scales,percent)
importFrom(sjlabelled,copy_labels)
importFrom(sjlabelled,drop_labels)
importFrom(sjlabelled,get_label)
importFrom(sjlabelled,get_labels)
importFrom(sjlabelled,get_values)
importFrom(sjlabelled,set_labels)
importFrom(sjmisc,add_variables)
importFrom(sjmisc,frq)
importFrom(sjmisc,group_labels)
importFrom(sjmisc,group_var)
importFrom(sjmisc,is_empty)
importFrom(sjmisc,is_even)
importFrom(sjmisc,is_float)
importFrom(sjmisc,is_num_fac)
importFrom(sjmisc,to_value)
importFrom(sjmisc,trim)
importFrom(sjmisc,var_type)
importFrom(sjmisc,word_wrap)
importFrom(sjstats,cramer)
importFrom(sjstats,crosstable_statistics)
importFrom(sjstats,phi)
importFrom(sjstats,table_values)
importFrom(sjstats,weighted_sd)
importFrom(stats,aov)
importFrom(stats,binomial)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,dchisq)
importFrom(stats,deviance)
importFrom(stats,df)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,fisher.test)
importFrom(stats,fitted)
importFrom(stats,ftable)
importFrom(stats,glm)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,poly)
importFrom(stats,ppoints)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,rstudent)
importFrom(stats,sd)
importFrom(stats,summary.lm)
importFrom(stats,weighted.mean)
importFrom(stats,xtabs)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(utils,browseURL)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
back to top