https://github.com/cran/sjPlot
Raw File
Tip revision: 01a8850ec45ac0f48f2b4fad6d22cf7b88ac0df0 authored by Daniel Lüdecke on 23 August 2017, 07:16:47 UTC
version 2.3.3
Tip revision: 01a8850
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(knit_print,sjTable)
S3method(print,sjTable)
export(dist_chisq)
export(dist_f)
export(dist_norm)
export(dist_t)
export(plot_grid)
export(plot_models)
export(save_plot)
export(set_theme)
export(sjc.cluster)
export(sjc.dend)
export(sjc.elbow)
export(sjc.grpdisc)
export(sjc.kgap)
export(sjc.qclus)
export(sjp.aov1)
export(sjp.chi2)
export(sjp.corr)
export(sjp.fa)
export(sjp.frq)
export(sjp.glm)
export(sjp.glmer)
export(sjp.glmm)
export(sjp.gpt)
export(sjp.grpfrq)
export(sjp.int)
export(sjp.kfold_cv)
export(sjp.likert)
export(sjp.lm)
export(sjp.lmer)
export(sjp.lmm)
export(sjp.pca)
export(sjp.poly)
export(sjp.resid)
export(sjp.scatter)
export(sjp.setTheme)
export(sjp.stackfrq)
export(sjp.xtab)
export(sjplot)
export(sjt.corr)
export(sjt.df)
export(sjt.fa)
export(sjt.frq)
export(sjt.glm)
export(sjt.glmer)
export(sjt.grpmean)
export(sjt.itemanalysis)
export(sjt.lm)
export(sjt.lmer)
export(sjt.mwu)
export(sjt.pca)
export(sjt.stackfrq)
export(sjt.xtab)
export(sjtab)
export(view_df)
import(ggplot2)
importFrom(MASS,glm.nb)
importFrom(MASS,lda)
importFrom(broom,augment)
importFrom(broom,tidy)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,rename_)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(effects,allEffects)
importFrom(effects,effect)
importFrom(forcats,fct_rev)
importFrom(grDevices,axisTicks)
importFrom(grDevices,cm)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(lme4,VarCorr)
importFrom(lme4,confint.merMod)
importFrom(lme4,fixef)
importFrom(lme4,getME)
importFrom(lme4,ranef)
importFrom(merTools,predictInterval)
importFrom(methods,is)
importFrom(modelr,crossv_kfold)
importFrom(nlme,getCovariateFormula)
importFrom(nlme,getData)
importFrom(nlme,getResponse)
importFrom(psych,KMO)
importFrom(psych,describe)
importFrom(psych,fa)
importFrom(psych,fa.parallel)
importFrom(psych,principal)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_df)
importFrom(rlang,.data)
importFrom(scales,brewer_pal)
importFrom(scales,grey_pal)
importFrom(scales,percent)
importFrom(sjlabelled,copy_labels)
importFrom(sjlabelled,get_dv_labels)
importFrom(sjlabelled,get_label)
importFrom(sjlabelled,get_labels)
importFrom(sjlabelled,get_note)
importFrom(sjlabelled,get_term_labels)
importFrom(sjlabelled,get_values)
importFrom(sjlabelled,set_labels)
importFrom(sjmisc,group_labels)
importFrom(sjmisc,group_str)
importFrom(sjmisc,group_var)
importFrom(sjmisc,is_empty)
importFrom(sjmisc,is_even)
importFrom(sjmisc,is_num_fac)
importFrom(sjmisc,is_odd)
importFrom(sjmisc,rec)
importFrom(sjmisc,replace_na)
importFrom(sjmisc,set_na)
importFrom(sjmisc,std)
importFrom(sjmisc,str_contains)
importFrom(sjmisc,to_factor)
importFrom(sjmisc,to_label)
importFrom(sjmisc,to_value)
importFrom(sjmisc,trim)
importFrom(sjmisc,var_rename)
importFrom(sjmisc,word_wrap)
importFrom(sjmisc,zap_inf)
importFrom(sjstats,chisq_gof)
importFrom(sjstats,cod)
importFrom(sjstats,cramer)
importFrom(sjstats,cronb)
importFrom(sjstats,get_model_pval)
importFrom(sjstats,hoslem_gof)
importFrom(sjstats,icc)
importFrom(sjstats,mean_n)
importFrom(sjstats,mic)
importFrom(sjstats,outliers)
importFrom(sjstats,phi)
importFrom(sjstats,pred_vars)
importFrom(sjstats,r2)
importFrom(sjstats,reliab_test)
importFrom(sjstats,resp_val)
importFrom(sjstats,resp_var)
importFrom(sjstats,robust)
importFrom(sjstats,se)
importFrom(sjstats,std_beta)
importFrom(sjstats,table_values)
importFrom(sjstats,weight)
importFrom(sjstats,weight2)
importFrom(sjstats,wtd_sd)
importFrom(sjstats,xtab_statistics)
importFrom(stats,AIC)
importFrom(stats,anova)
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,cov2cor)
importFrom(stats,cutree)
importFrom(stats,dchisq)
importFrom(stats,deviance)
importFrom(stats,df)
importFrom(stats,dist)
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,hclust)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
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,predict.glm)
importFrom(stats,pt)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rect.hclust)
importFrom(stats,reorder)
importFrom(stats,residuals)
importFrom(stats,rstudent)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,summary.lm)
importFrom(stats,terms)
importFrom(stats,varimax)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(stats,wilcox.test)
importFrom(stats,xtabs)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,is.tibble)
importFrom(tibble,lst)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tidy_names)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,browseURL)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
back to top