https://github.com/cran/inferr
Raw File
Tip revision: 2c35454e844dfb547adfb7e38cb727063f85df02 authored by Aravind Hebbali on 13 February 2018, 10:12:37 UTC
version 0.3.0
Tip revision: 2c35454
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(infer_binom_calc,default)
S3method(infer_chisq_assoc_test,default)
S3method(infer_chisq_gof_test,default)
S3method(infer_cochran_qtest,default)
S3method(infer_levene_test,default)
S3method(infer_mcnemar_test,default)
S3method(infer_oneway_anova,default)
S3method(infer_os_prop_test,default)
S3method(infer_os_t_test,default)
S3method(infer_os_var_test,default)
S3method(infer_runs_test,default)
S3method(infer_ts_ind_ttest,default)
S3method(infer_ts_paired_ttest,default)
S3method(infer_ts_prop_test,default)
S3method(infer_ts_var_test,default)
S3method(print,infer_binom_calc)
S3method(print,infer_chisq_assoc_test)
S3method(print,infer_chisq_gof_test)
S3method(print,infer_cochran_qtest)
S3method(print,infer_levene_test)
S3method(print,infer_mcnemar_test)
S3method(print,infer_oneway_anova)
S3method(print,infer_os_prop_test)
S3method(print,infer_os_t_test)
S3method(print,infer_os_var_test)
S3method(print,infer_runs_test)
S3method(print,infer_ts_ind_ttest)
S3method(print,infer_ts_paired_ttest)
S3method(print,infer_ts_prop_test)
S3method(print,infer_ts_var_test)
export(binom_calc)
export(binom_test)
export(chisq_gof)
export(chisq_test)
export(cochran_test)
export(ind_ttest)
export(infer_binom_calc)
export(infer_binom_test)
export(infer_chisq_assoc_test)
export(infer_chisq_gof_test)
export(infer_cochran_qtest)
export(infer_launch_shiny_app)
export(infer_levene_test)
export(infer_mcnemar_test)
export(infer_oneway_anova)
export(infer_os_prop_test)
export(infer_os_t_test)
export(infer_os_var_test)
export(infer_runs_test)
export(infer_ts_ind_ttest)
export(infer_ts_paired_ttest)
export(infer_ts_prop_calc)
export(infer_ts_prop_grp)
export(infer_ts_prop_test)
export(infer_ts_var_test)
export(launch_inferr)
export(levene_test)
export(mcnemar_test)
export(os_vartest)
export(owanova)
export(paired_ttest)
export(prop_test)
export(runs_test)
export(ts_prop_calc)
export(ts_prop_grp)
export(ts_prop_test)
export(ttest)
export(var_test)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise_all)
importFrom(magrittr,"%>%")
importFrom(magrittr,subtract)
importFrom(magrittr,use_series)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,enquo)
importFrom(rlang,quo_is_null)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(shiny,runApp)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
useDynLib(inferr, .registration = TRUE)
back to top