https://github.com/cran/sjPlot
Raw File
Tip revision: d39e14e5d3fbd54d1692c7292f30f1719d02854a authored by Daniel Lüdecke on 24 September 2020, 12:00:02 UTC
version 2.8.5
Tip revision: d39e14e
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(MASS,glm.nb)
importFrom(bayestestR,ci)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,group_vars)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,quos)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(effectsize,standardize)
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,find_interactions)
importFrom(insight,find_predictors)
importFrom(insight,find_random)
importFrom(insight,find_response)
importFrom(insight,get_data)
importFrom(insight,get_response)
importFrom(insight,has_intercept)
importFrom(insight,is_multivariate)
importFrom(insight,model_info)
importFrom(insight,n_obs)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(parameters,closest_component)
importFrom(parameters,data_partition)
importFrom(parameters,kurtosis)
importFrom(parameters,model_parameters)
importFrom(parameters,principal_components)
importFrom(parameters,skewness)
importFrom(parameters,standardize_names)
importFrom(performance,cronbachs_alpha)
importFrom(performance,item_intercor)
importFrom(performance,item_reliability)
importFrom(performance,performance_aic)
importFrom(performance,performance_aicc)
importFrom(performance,r2)
importFrom(performance,variance_decomposition)
importFrom(purrr,as_vector)
importFrom(purrr,compact)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(scales,brewer_pal)
importFrom(scales,grey_pal)
importFrom(scales,percent)
importFrom(sjlabelled,as_numeric)
importFrom(sjlabelled,copy_labels)
importFrom(sjlabelled,drop_labels)
importFrom(sjlabelled,get_label)
importFrom(sjlabelled,get_labels)
importFrom(sjlabelled,get_values)
importFrom(sjlabelled,response_labels)
importFrom(sjlabelled,set_label)
importFrom(sjlabelled,set_labels)
importFrom(sjlabelled,term_labels)
importFrom(sjmisc,add_case)
importFrom(sjmisc,add_columns)
importFrom(sjmisc,add_variables)
importFrom(sjmisc,descr)
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,is_odd)
importFrom(sjmisc,rec)
importFrom(sjmisc,remove_var)
importFrom(sjmisc,replace_na)
importFrom(sjmisc,set_na)
importFrom(sjmisc,std)
importFrom(sjmisc,str_contains)
importFrom(sjmisc,str_start)
importFrom(sjmisc,to_factor)
importFrom(sjmisc,to_value)
importFrom(sjmisc,trim)
importFrom(sjmisc,typical_value)
importFrom(sjmisc,var_rename)
importFrom(sjmisc,var_type)
importFrom(sjmisc,word_wrap)
importFrom(sjstats,cramer)
importFrom(sjstats,crosstable_statistics)
importFrom(sjstats,mean_n)
importFrom(sjstats,phi)
importFrom(sjstats,robust)
importFrom(sjstats,table_values)
importFrom(sjstats,weight2)
importFrom(sjstats,weighted_sd)
importFrom(stats,aov)
importFrom(stats,as.formula)
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,family)
importFrom(stats,fisher.test)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,ftable)
importFrom(stats,glm)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,logLik)
importFrom(stats,mad)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,poisson)
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,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,summary.lm)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,varimax)
importFrom(stats,weighted.mean)
importFrom(stats,wilcox.test)
importFrom(stats,xtabs)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,browseURL)
importFrom(utils,packageVersion)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
back to top