-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.15 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
S3method(coef,Bernoulli)
S3method(coef,GP)
S3method(coef,blite)
S3method(coef,flite)
S3method(confint,blite)
S3method(confint,flite)
S3method(estfun,Bernoulli)
S3method(estfun,GP)
S3method(logLik,Bernoulli)
S3method(logLik,GP)
S3method(logLik,flite)
S3method(logLik,logLikVector)
S3method(logLikVector,Bernoulli)
S3method(logLikVector,GP)
S3method(nobs,Bernoulli)
S3method(nobs,GP)
S3method(nobs,blite)
S3method(nobs,flite)
S3method(plot,blite)
S3method(plot,flite)
S3method(plot,returnLevel)
S3method(predict,blite)
S3method(print,returnLevel)
S3method(print,summary.blite)
S3method(print,summary.flite)
S3method(print,summary.returnLevel)
S3method(summary,blite)
S3method(summary,flite)
S3method(summary,returnLevel)
S3method(vcov,Bernoulli)
S3method(vcov,GP)
S3method(vcov,blite)
S3method(vcov,flite)
export(blite)
export(fitBernoulli)
export(fitGP)
export(flite)
export(gpObsInfo)
export(logLikVector)
export(returnLevel)
import(revdbayes)
import(sandwich)
importFrom(graphics,plot)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,vcov)