https://github.com/cran/inferr
Raw File
Tip revision: 59444f93bc0b45cd4ab2cf3493acf201d9fdc5b9 authored by Aravind Hebbali on 28 May 2021, 16:30:02 UTC
version 0.3.1
Tip revision: 59444f9
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(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_group)
export(infer_ts_prop_test)
export(infer_ts_var_test)
import(magrittr)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,setDF)
importFrom(magrittr,"%>%")
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,lm)
importFrom(stats,median)
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(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,packageVersion)
useDynLib(inferr)
back to top