-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 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
35
36
# Generated by roxygen2: do not edit by hand
S3method(AIC,coxph)
S3method(AIC,phmm)
S3method(cAIC,coxph)
S3method(cAIC,phmm)
S3method(linear.predictors,phmm)
S3method(loglik.cond,phmm)
S3method(plot,phmm)
S3method(print,phmm)
S3method(print,summary.phmm)
S3method(pseudoPoisPHMM,coxph)
S3method(pseudoPoisPHMM,phmm)
S3method(summary,phmm)
export(cAIC)
export(linear.predictors)
export(loglik.cond)
export(phmm)
export(phmm.cond.loglik)
export(pseudoPoisPHMM)
export(traceHat)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,bdiag)
importFrom(lattice,xyplot)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,formula)
importFrom(stats,model.extract)
importFrom(stats,model.matrix)
importFrom(stats,na.fail)
importFrom(stats,terms)
importFrom(survival,Surv)
importFrom(survival,basehaz)
importFrom(survival,coxph)
useDynLib(phmm)