Description Usage Arguments Details Value See Also Examples
Provides several options for generating the starting values for the
parameters estimated in strat
.
1 | stratStVal(n, method = 1)
|
n |
Integer. Number of starting values to return, i.e. number of parameters. |
method |
Integer. Method to use:
|
The default method is to assume starting values of 0 for all parameters. The other other methods for generating starting values for parameters are taken from STRAT http://www.rochester.edu/college/psc/signorino/.
Numerical vector of length n
.
1 2 3 4 5 6 7 | nCoef <- 6
## default method - all 0's
stratStVal(nCoef)
## uniform distribution between 0 and 1
stratStVal(nCoef, method=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.