Learn R Programming

qrfactor (version 1.1)

rq: Internal Q and R mode Factor analysis function

Description

An internal function to simultaneoulsy estimates of Q and R mode factor analysis loadings and scores. It is for internal use only

Usage

rq(data,obs_start,mod_type)

Arguments

data
a numeric design matrix for the model.
obs_start
a numeric record where the row names start.
mod_type
Standardisation method that you want to use. Set it to "data" if you do not desire data transformation; set it to "sd" if you want the data to be standardised after centring it; set it to "n" if you want to divide the centred data by square root of the nu

Value

  • An object of class basically a list including elements
  • dataOriginal data for the model. All records must be numeric. It also accepts continous data
  • x.standardit is the scale matrix
  • correlationThe correlation matrix for the data
  • eigen.valueeigen value of correlation matrix of the data
  • eigen.vectoreigen vector of correlation matrix of the data
  • diagonal.matrixdiagonal matrix of eigen vector
  • r.loadingR-mode loadings
  • q.loadingQ-mode loadings
  • loadingscombined loadings of R and Q on the same axis
  • combined.loadingscombined loadings of R and Q on the same axis
  • q.scorescomputed Q-mode scores
  • scorescombined R-mode and Q-mode scores on the same axis
  • rownamesrow names of the loadings
  • variablesvariables names of the loadings, of the original data