-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
34 lines (33 loc) · 872 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Generated by roxygen2: do not edit by hand
S3method(coef,hystar_fit)
S3method(confint,hystar_fit)
S3method(fitted,hystar_fit)
S3method(nobs,hystar_fit)
S3method(plot,hystar_fit)
S3method(plot,hystar_sim)
S3method(print,hystar_fit)
S3method(print,hystar_sim)
S3method(residuals,hystar_fit)
S3method(summary,hystar_fit)
S3method(summary,hystar_sim)
export(hystar_fit)
export(hystar_info)
export(hystar_sim)
export(z_sim)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(utils,browseURL)
importFrom(utils,combn)
useDynLib(hystar, .registration = TRUE)