Description Usage Arguments Details Examples
View source: R/parallele_jobs.R
Create a job file for faststructure package
1 2 3 4 5 6 7 | strc_create_jobs(
nk = 1:4,
nrep = 3,
popnum = 1,
burn = 1000,
iteration = 10000
)
|
nk |
Numeric vector of the K values to be tested |
nrep |
Number of repetition at each K values |
popnum |
Numeric vector of the pop that you want to use |
burn |
Number of burnin |
iteration |
Number of iteration |
more details to come ...
1 2 3 4 | # create a new job
job1 <- strc_create_jobs(nk = 1:2, nrep = 3, popnum = 1:2, burn = 1000, iteration = 10000)
job1
# write(t(jobs1), ncol=length(jobs1[1,]), file='path/to/file.txt')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.