swh:1:snp:cadb242f1f2b536450c3e647ffb173ab4a173342
Raw File
Tip revision: fe07bfa906d7e155439160caee538a3449cd3877 authored by Dominique Makowski on 08 April 2019, 08:42:41 UTC
version 0.1.0
Tip revision: fe07bfa
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,density)
S3method(as.double,rope)
S3method(ci,brmsfit)
S3method(ci,numeric)
S3method(ci,stanreg)
S3method(equivalence_test,brmsfit)
S3method(equivalence_test,numeric)
S3method(equivalence_test,stanreg)
S3method(hdi,brmsfit)
S3method(hdi,numeric)
S3method(hdi,stanreg)
S3method(map_estimate,brmsfit)
S3method(map_estimate,numeric)
S3method(map_estimate,stanreg)
S3method(p_direction,brmsfit)
S3method(p_direction,numeric)
S3method(p_direction,stanreg)
S3method(p_map,brmsfit)
S3method(p_map,numeric)
S3method(p_map,stanreg)
S3method(p_rope,brmsfit)
S3method(p_rope,numeric)
S3method(p_rope,stanreg)
S3method(plot,equivalence_test)
S3method(print,ci)
S3method(print,equivalence_test)
S3method(print,hdi)
S3method(print,p_direction)
S3method(print,p_map)
S3method(print,p_rope)
S3method(print,rope)
S3method(rope,brmsfit)
S3method(rope,numeric)
S3method(rope,stanreg)
export(ci)
export(density_at)
export(equivalence_test)
export(hdi)
export(map_estimate)
export(p_direction)
export(p_map)
export(p_rope)
export(pd)
export(rnorm_perfect)
export(rope)
export(rope_range)
importFrom(insight,find_parameters)
importFrom(insight,get_parameters)
importFrom(insight,get_response)
importFrom(insight,is_multivariate)
importFrom(insight,model_info)
importFrom(insight,print_color)
importFrom(stats,approx)
importFrom(stats,density)
importFrom(stats,na.omit)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,sd)
back to top