Diff of /NAMESPACE [000000] .. [ede2d4]

Switch to side-by-side view

--- a
+++ b/NAMESPACE
@@ -0,0 +1,59 @@
+# Generated by roxygen2: do not edit by hand
+
+S3method(bayes_R2,hsstan)
+S3method(kfold,hsstan)
+S3method(log_lik,hsstan)
+S3method(loo,hsstan)
+S3method(loo_R2,hsstan)
+S3method(nsamples,hsstan)
+S3method(plot,projsel)
+S3method(posterior_interval,hsstan)
+S3method(posterior_linpred,hsstan)
+S3method(posterior_predict,hsstan)
+S3method(posterior_summary,default)
+S3method(posterior_summary,hsstan)
+S3method(print,hsstan)
+S3method(summary,hsstan)
+S3method(waic,hsstan)
+export(bayes_R2)
+export(hsstan)
+export(kfold)
+export(log_lik)
+export(loo)
+export(loo_R2)
+export(nsamples)
+export(posterior_interval)
+export(posterior_linpred)
+export(posterior_performance)
+export(posterior_predict)
+export(posterior_summary)
+export(projsel)
+export(sampler.stats)
+export(waic)
+import(Rcpp)
+import(ggplot2)
+import(methods)
+importFrom(loo,kfold)
+importFrom(loo,loo)
+importFrom(loo,waic)
+importFrom(methods,is)
+importFrom(rstantools,bayes_R2)
+importFrom(rstantools,log_lik)
+importFrom(rstantools,loo_R2)
+importFrom(rstantools,nsamples)
+importFrom(rstantools,posterior_interval)
+importFrom(rstantools,posterior_linpred)
+importFrom(rstantools,posterior_predict)
+importFrom(stats,as.formula)
+importFrom(stats,binomial)
+importFrom(stats,gaussian)
+importFrom(stats,glm.fit)
+importFrom(stats,model.matrix)
+importFrom(stats,quasibinomial)
+importFrom(stats,rbinom)
+importFrom(stats,reformulate)
+importFrom(stats,rnorm)
+importFrom(stats,terms)
+importFrom(utils,write.csv)
+importMethodsFrom(rstan,summary)
+useDynLib(hsstan, .registration = TRUE)