MLE of parameters in the Gaussian oblique factor model for d variables and m groups,
oblique_grad_fa(grsize, start, data=1, cormat=NULL,
n=100, prlevel=0, mxiter=100)list with nllk: negative log-likeilihood;rhovec: the estimated mle; loadings: loading matrix; cor_lat: correlation matrix of the latent variables; Rmod: the correlation matrix with optimized parameters.
vector of group sizes (variables ordered by group)
starting vector of length d + m*(m-1)/2; d loading parameters followed by m*(m-1)/2 entries in correlation matrix of latent variables (lower triangle by row)
n x d data set to compute the correlation matrix if correlation matrix (cormat) not given
dxd (empirical) correlation matrix of normal scores
sample size, if available
print.level for nlm()
maximum number of iterations for nlm()