Description Usage Arguments Examples
View source: R/functions.fm.smn.cr.R
Obtained the initial values for the parameter beta_j,sigma_j, p_j and nu the SMN distribution.
1 2 3  | 
cc | 
 Vector of censoring indicators. For each observation: 0 if non-censored, 1 if censored.  | 
y | 
 Vector of responses in case of right censoring.  | 
x | 
 Matrix or vector of covariates for each component  | 
g | 
 Numbers of components  | 
algorithm | 
 It indicates the algorithm: "trim-kmeans","MinMax_kmeans", "k-means" and "k-medoids"  | 
family | 
 "T", "Normal", "Slash" or "NormalC"  | 
lower | 
 lower value of the search of the nu or gamma parameter  | 
upper | 
 upper value of the search of the nu or gamma parameter  | 
space | 
 number: increment of the sequence  | 
plotLog | 
 TRUE or FALSE the figure of profile  | 
searchNU | 
 TRUE or FALSE the search the nu or gamma parameter  | 
printNU | 
 TRUE or FALSE the print the nu or gamma parameter  | 
saveFigure | 
 TRUE or FALSE save the figure of profile  | 
1  |   #See examples for the wage.rates function linked above.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.