-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
75 lines (75 loc) · 1.46 KB
/
.gitignore
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.Rproj.user
.Rhistory
.RData
src/*.o
src/*.so
src/*.dll
R/dynrVersion.R
src-i386/
src-x64/
build/
# The following list of roxygen built man pages is automatically updated
man/EMG.Rd
man/EMGsim.Rd
man/ExpandRandomAsLVModel.Rd
man/LinearOsc.Rd
man/LogisticSetPointSDE.Rd
man/NonlinearDFAsim.Rd
man/Oscillator.Rd
man/Outliers.Rd
man/PFAsim.Rd
man/PPsim.Rd
man/RSPPsim.Rd
man/TrueInit_Y14.Rd
man/VARsim.Rd
man/autoplot.dynrTaste.Rd
man/coef.dynrCook.Rd
man/confint.dynrCook.Rd
man/diag-character-method.Rd
man/dynr.config.Rd
man/dynr.cook.Rd
man/dynr.data.Rd
man/dynr.flowField.Rd
man/dynr.ggplot.Rd
man/dynr.ldl.Rd
man/dynr.mi.Rd
man/dynr.model.Rd
man/dynr.plotFreq.Rd
man/dynr.taste.Rd
man/dynr.taste2.Rd
man/dynr.trajectory.Rd
man/dynr.version.Rd
man/dynrCook-class.Rd
man/dynrDynamics-class.Rd
man/dynrInitial-class.Rd
man/dynrMeasurement-class.Rd
man/dynrModel-class.Rd
man/dynrNoise-class.Rd
man/dynrRecipe-class.Rd
man/dynrRegimes-class.Rd
man/dynrTrans-class.Rd
man/getdx.Rd
man/internalModelPrep.Rd
man/logLik.dynrCook.Rd
man/names-dynrCook-method.Rd
man/names-dynrModel-method.Rd
man/nobs.dynrCook.Rd
man/nobs.dynrModel.Rd
man/oscData.Rd
man/plot.dynrCook.Rd
man/plotFormula.Rd
man/plotGCV.Rd
man/predict.dynrModel.Rd
man/prep.formulaDynamics.Rd
man/prep.initial.Rd
man/prep.loadings.Rd
man/prep.matrixDynamics.Rd
man/prep.measurement.Rd
man/prep.noise.Rd
man/prep.regimes.Rd
man/prep.tfun.Rd
man/printex.Rd
man/summary.dynrCook.Rd
man/theta_plot.Rd
man/vcov.dynrCook.Rd
man/vdpData.Rd