Home
last modified time | relevance | path

Searched +refs:run +refs:amelia (Results 1 – 25 of 75) sorted by relevance

123

/dports/math/R-cran-Amelia/Amelia/man/
H A Dsummary.amelia.Rd2 % Please edit documentation in R/summary.amelia.R
3 \name{summary.amelia}
4 \alias{summary.amelia}
7 \method{summary}{amelia}(object, ...)
10 \item{object}{an object of class \code{amelia}. Typically, an output
11 from the function \code{amelia}.}
16 Returns summary information from the Amelia run along with
20 \code{\link{amelia}}, \code{\link{plot.amelia}}
H A Dameliabind.Rd10 \item{...}{one or more objects of class \code{amelia} with the same
14 An object of class \code{amelia}.
17 Combines multiple runs of \code{amelia} with the same
18 arguments and data into one \code{amelia} object.
21 \code{ameliabind} will combine multiple runs of \code{amelia} into one
24 runs of \code{amelia} run on parallel machines.
32 a1.out <- amelia(x = africa, cs = "country", ts = "year", logs = "gdp_pc")
33 a2.out <- amelia(x = africa, cs = "country", ts = "year", logs = "gdp_pc")
40 \code{\link{amelia}}
H A Damelia.Rd3 \name{amelia}
4 \alias{amelia}
5 \alias{amelia.amelia}
6 \alias{amelia.molist}
7 \alias{amelia.default}
10 amelia(x, ...)
12 \method{amelia}{amelia}(x, m = 5, p2s = 1, frontend = FALSE, ...)
183 \item{message}{an exit message for the Amelia run}
187 arguments used in the Amelia run.}
217 class "amelia"), then Amelia will run with the options used in
[all …]
H A Dwrite.amelia.Rd2 % Please edit documentation in R/write.amelia.R
3 \name{write.amelia}
4 \alias{write.amelia}
7 write.amelia(obj, separate = TRUE, file.stem, extension = NULL,
11 \item{obj}{an object of class "amelia"; typically output from the
12 function \code{amelia}}
39 Writes the imptuted datasets to file from a run of \code{amelia}
42 \code{write.amelia} writes the imputed datasets to a file or a set of files
45 these functions from \code{write.amelia}.
H A Damelia.package.Rd1 \name{amelia-package}
2 \alias{amelia-package}
9 Package: \tab amelia\cr
17 interface or by loading in your data and then running the \code{amelia}
20 If you use the GUI in Windows, makes sure that you run R under a Single
H A Ddisperse.Rd11 \item{output}{output from the function \code{amelia}.}
13 \item{m}{the number of EM chains to run from overdispersed starting values.}
32 starting values for an output from \code{amelia}.
/dports/math/R-cran-Amelia/Amelia/inst/doc/
H A Dusing-amelia.Rmd5 bibliography: amelia.bib
81 To create multiple imputations in Amelia, we can simply run
82 ```{r amelia}
108 write.amelia(obj = a.out, file.stem = "outdata")
128 ## Combining multiple calls to `amelia()`
132 …anted to add another ten imputed datasets to our earlier call to `amelia()`. First, run the functi…
153 amelia <- write.amelia(obj = a.out, file.stem = random.name)
291 a.out2 <- amelia(freetrade, idvars = c("year"))
308 … `polytime` arguments. If we thought that a second-order polynomial would help predict we could run
521run analysis models on imputed data, but certainly not the only way. The `imputations` list in the…
[all …]
H A Ddiagnostics.Rmd5 bibliography: amelia.bib
23 ```{r amelia, results = "hide"}
26 a.out <- amelia(freetrade, m = 5, ts = "year", cs = "country", p2s = 0)
34 The `plot.amelia()` method works on output from `amelia()` and, by default,
62 For example, we can run the overimputation diagnostic on our data by running
82 aa.out <- amelia(dd, m = 5)
92 If the data given to `amelia()` has a poorly behaved likelihood, the EM
101 run the EM algorithm from multiple, dispersed starting values and check
110 Amelia includes a diagnostic to run the EM chain from multiple
142 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
[all …]
H A Dameliaview.Rmd5 bibliography: amelia.bib
82 …e set in the "Options" menu. For more information on these options, see `vignette("using-amelia")`.
102 datasets, if your imputation chains run a long time without
174amelia()` function in R. You can use this code snippet to run the same imputation from the R comma…
188 1. **Overimpute** - This will run Ameliaon the full data
195 overdispersion diagnostic, you need to run the imputation algorithm
H A Dintro-mi.Rmd5 bibliography: amelia.bib
85 …ch draw, we bootstrap the data to simulate estimation uncertainty and then run the EM algorithm to…
/dports/math/R-cran-Amelia/Amelia/vignettes/
H A Dusing-amelia.Rmd5 bibliography: amelia.bib
81 To create multiple imputations in Amelia, we can simply run
82 ```{r amelia}
108 write.amelia(obj = a.out, file.stem = "outdata")
128 ## Combining multiple calls to `amelia()`
132 …anted to add another ten imputed datasets to our earlier call to `amelia()`. First, run the functi…
153 amelia <- write.amelia(obj = a.out, file.stem = random.name)
291 a.out2 <- amelia(freetrade, idvars = c("year"))
308 … `polytime` arguments. If we thought that a second-order polynomial would help predict we could run
521run analysis models on imputed data, but certainly not the only way. The `imputations` list in the…
[all …]
H A Ddiagnostics.Rmd5 bibliography: amelia.bib
23 ```{r amelia, results = "hide"}
26 a.out <- amelia(freetrade, m = 5, ts = "year", cs = "country", p2s = 0)
34 The `plot.amelia()` method works on output from `amelia()` and, by default,
62 For example, we can run the overimputation diagnostic on our data by running
82 aa.out <- amelia(dd, m = 5)
92 If the data given to `amelia()` has a poorly behaved likelihood, the EM
101 run the EM algorithm from multiple, dispersed starting values and check
110 Amelia includes a diagnostic to run the EM chain from multiple
142 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
[all …]
H A Dameliaview.Rmd5 bibliography: amelia.bib
82 …e set in the "Options" menu. For more information on these options, see `vignette("using-amelia")`.
102 datasets, if your imputation chains run a long time without
174amelia()` function in R. You can use this code snippet to run the same imputation from the R comma…
188 1. **Overimpute** - This will run Ameliaon the full data
195 overdispersion diagnostic, you need to run the imputation algorithm
H A Dintro-mi.Rmd5 bibliography: amelia.bib
85 …ch draw, we bootstrap the data to simulate estimation uncertainty and then run the EM algorithm to…
/dports/math/R-cran-Amelia/Amelia/
H A DNEWS32 …* Added an argument boot.type='none' to amelia() to allow it to run on the original, non-bootstrap…
33 * Fixed bug in plot.amelia() with matrix inputs
54 …* Amelia now can run its imputations in parallel using infrastructure from R's parallel package. N…
64 * write.amelia() can now create a stacked/long imputed
91 'amelia' object.
151 * In the amelia output, mu and covMatrices now have relevant
159 map before running amelia().
164 * Amelia output is now an instance of the S3 class 'amelia'.
H A DREADME.md25 If you would to use the current development release of Amelia (which may be unstable), run the foll…
35 The main function in the Amelia package is `amelia()` which will perform multiple imputation on a d…
41 a.out <- amelia(africa, m = 5, ts = "year", cs = "country")
54 [Amelia II]: https://gking.harvard.edu/amelia
/dports/audio/espeak/espeak-1.48.04-source/dictsource/
H A Daf_list400 amelia am'i:lija
733 ronel run'&l
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/train-sets/
H A Drcv1_raw_cb_small.vw46 2:1:0.5 | high interest low strong level pric benchmark stead short continu posit lot run mid buy t…
94 1:0:0.5 | rate jan corpor run compan stat financ major bob issu bond green institut matur plac indi…
166 1:1:0.5 | market tuesday begin york run compan countr support corp intern joint version softwar ban…
184 2:1:0.5 | market tuesday fall report expect pric stead move run buy plant project ohio late top cas…
402 1:1:0.5 | market stock year fall percent expect fell pric million run limit construc start stat sup…
489 2:0:0.5 | back tuesday week report percent run compan countr schedul complet stat corp operat monda…
618 1:1:0.5 | econom year point invest percent americ run compan construc build unit stat decid europ i…
629 2:0:0.5 | market begin week domest produc main export run compan output stat industr project trad f…
647 2:0:0.5 | rate govern million rais run stat financ corp agent bank issu approv monday spokesm mln i…
753 2:0:0.5 | run unit larg stat area corp agent oil new wednesday polic amid fire telephon explor resi…
[all …]
H A Drcv1_cb_eval46 2 2:1:0.5 | high interest low strong level pric benchmark stead short continu posit lot run mid buy…
94 2 1:0:0.5 | rate jan corpor run compan stat financ major bob issu bond green institut matur plac in…
166 2 1:1:0.5 | market tuesday begin york run compan countr support corp intern joint version softwar b…
184 2 2:1:0.5 | market tuesday fall report expect pric stead move run buy plant project ohio late top c…
402 2 1:1:0.5 | market stock year fall percent expect fell pric million run limit construc start stat s…
489 2 2:0:0.5 | back tuesday week report percent run compan countr schedul complet stat corp operat mon…
618 2 1:1:0.5 | econom year point invest percent americ run compan construc build unit stat decid europ…
629 2 2:0:0.5 | market begin week domest produc main export run compan output stat industr project trad…
647 2 2:0:0.5 | rate govern million rais run stat financ corp agent bank issu approv monday spokesm mln…
753 2 2:0:0.5 | run unit larg stat area corp agent oil new wednesday polic amid fire telephon explor re…
[all …]
/dports/lang/gawk/gawk-5.1.1/doc/
H A Dgawk.texi3158 Amelia 555-5553 amelia.zodiacusque@@gmail.com F
3240 @print{} Amelia 555-5553 amelia.zodiacusque@@gmail.com F
3409 no actions run.
6949 @print{} Amelia 555-5553 amelia.zodiac
7350 @print{} Amelia 555-5553 amelia.zodiacusque@@gmail.com F
14567 @print{} Amelia 555-5553 amelia.zodiacusque@@gmail.com F
18582 from run to run. This is convenient for debugging, but if you want
19309 will not run.
21018 array. The typing could even conceivably differ from run to run of
32590 @item @code{run}
[all …]
H A Dgawktexi.in3068 Amelia 555-5553 amelia.zodiacusque@@gmail.com F
3150 @print{} Amelia 555-5553 amelia.zodiacusque@@gmail.com F
3319 no actions run.
6633 @print{} Amelia 555-5553 amelia.zodiac
6946 @print{} Amelia 555-5553 amelia.zodiacusque@@gmail.com F
13754 @print{} Amelia 555-5553 amelia.zodiacusque@@gmail.com F
17723 from run to run. This is convenient for debugging, but if you want
18450 will not run.
19930 array. The typing could even conceivably differ from run to run of
31472 @item @code{run}
[all …]
/dports/textproc/mythes/mythes-1.2.4/
H A Dth_en_US_new.dat10440 amelia|1
10442 amelia earhart|1
46256 (verb)|run|race|run
49755 carry amelia moore nation|1
92427 (verb)|run out|run|flow|feed|course
242692 (noun)|print run|run
243602 (noun)|press run|run
253332 (noun)|run batted in|run|tally
290808 (verb)|run out|run|flow|feed|course
291521 (noun)|print run|press run
[all …]
H A Dth_en_US_new.idx4454 amelia|349531
4455 amelia earhart|349640
11024 bank run|870458
20781 carry amelia moore nation|1697870
109849 run|9180078
109859 run by|9183801
109866 run on|9184909
109872 run up|9185704
109874 run-in|9182310
109877 run-on|9182555
[all …]
/dports/textproc/py-wordnet/WordNet-2.0/dict/
H A Dindex.sense6013 amelia%1:26:00:: 13644816 1 0
154640 run%1:04:00:: 00280933 7 1
154642 run%1:04:02:: 00530553 5 1
154643 run%1:04:04:: 00295089 6 1
154645 run%1:04:06:: 00741865 2 5
154649 run%1:11:02:: 07003961 3 2
154651 run%1:14:00:: 07947828 4 1
154654 run%1:26:00:: 13198810 9 0
154655 run%1:28:00:: 14398897 8 0
154664 run%2:33:06:: 01059229 9 7
[all …]
/dports/textproc/en-mythes/en-mythes-2006.12.08_1/
H A Dth_en_US_v2.idx4542 amelia|537982
4543 amelia earhart|538166
11225 bank run|1330766
18090 bull run|2199347
21196 carry amelia moore nation|2591149
39125 dry run|5023034
41865 end run|5364751
51484 fun run|6616068
112244 run|14209694
112254 run by|14216357
[all …]

123