genInits_f | R Documentation |
Function for generating initial starts for estimated f
genInits_f(nn, nstarts = 1, seed, outcome)
nn |
length of outcome nn |
nstarts |
number of starts |
seed |
numeric seed for random initializations |
outcome |
vector of outcome, binary 0 & 1 |
matrix of initializations
outcome <- rbinom(10, 1,.5)
genInits_f(nn = 10, nstarts = 1, seed = 88, outcome = outcome)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.