Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_factor_analysisdm.wasp
Title produced by softwareFactor Analysis
Date of computationMon, 21 May 2012 08:29:26 -0400
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2012/May/21/t13376034710po7mgrtsr040aa.htm/, Retrieved Thu, 02 May 2024 15:49:35 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=166918, Retrieved Thu, 02 May 2024 15:49:35 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact124
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Factor Analysis] [Paper Factor Anal...] [2012-05-21 12:29:26] [02ed7fa8d7b1f39a2d911dce6cf09d8a] [Current]
Feedback Forum

Post a new message




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time4 seconds
R Server'AstonUniversity' @ aston.wessa.net

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 4 seconds \tabularnewline
R Server & 'AstonUniversity' @ aston.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=166918&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]4 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'AstonUniversity' @ aston.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=166918&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=166918&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time4 seconds
R Server'AstonUniversity' @ aston.wessa.net







Rotated Factor Loadings
VariablesFactor1Factor2
A10.691-0.261
A2-0.0620.777
A30.590.071
A40.2160.447
A50.5090.061
A60.5650.424
A70.420.385
A80.5820.335
A90.0150.516
A100.560.102

\begin{tabular}{lllllllll}
\hline
Rotated Factor Loadings \tabularnewline
Variables & Factor1 & Factor2 \tabularnewline
A1 & 0.691 & -0.261 \tabularnewline
A2 & -0.062 & 0.777 \tabularnewline
A3 & 0.59 & 0.071 \tabularnewline
A4 & 0.216 & 0.447 \tabularnewline
A5 & 0.509 & 0.061 \tabularnewline
A6 & 0.565 & 0.424 \tabularnewline
A7 & 0.42 & 0.385 \tabularnewline
A8 & 0.582 & 0.335 \tabularnewline
A9 & 0.015 & 0.516 \tabularnewline
A10 & 0.56 & 0.102 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=166918&T=1

[TABLE]
[ROW][C]Rotated Factor Loadings[/C][/ROW]
[ROW][C]Variables[/C][C]Factor1[/C][C]Factor2[/C][/ROW]
[ROW][C]A1[/C][C]0.691[/C][C]-0.261[/C][/ROW]
[ROW][C]A2[/C][C]-0.062[/C][C]0.777[/C][/ROW]
[ROW][C]A3[/C][C]0.59[/C][C]0.071[/C][/ROW]
[ROW][C]A4[/C][C]0.216[/C][C]0.447[/C][/ROW]
[ROW][C]A5[/C][C]0.509[/C][C]0.061[/C][/ROW]
[ROW][C]A6[/C][C]0.565[/C][C]0.424[/C][/ROW]
[ROW][C]A7[/C][C]0.42[/C][C]0.385[/C][/ROW]
[ROW][C]A8[/C][C]0.582[/C][C]0.335[/C][/ROW]
[ROW][C]A9[/C][C]0.015[/C][C]0.516[/C][/ROW]
[ROW][C]A10[/C][C]0.56[/C][C]0.102[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=166918&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=166918&T=1

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Rotated Factor Loadings
VariablesFactor1Factor2
A10.691-0.261
A2-0.0620.777
A30.590.071
A40.2160.447
A50.5090.061
A60.5650.424
A70.420.385
A80.5820.335
A90.0150.516
A100.560.102



Parameters (Session):
par1 = 2 ; par2 = male ; par3 = bachelor ; par4 = all ; par5 = ATTLES connected ;
Parameters (R input):
par1 = 2 ; par2 = male ; par3 = bachelor ; par4 = all ; par5 = ATTLES connected ;
R code (references can be found in the software module):
library(psych)
x <- as.data.frame(read.table(file='https://automated.biganalytics.eu/download/utaut.csv',sep=',',header=T))
x$U25 <- 6-x$U25
if(par2 == 'female') x <- x[x$Gender==0,]
if(par2 == 'male') x <- x[x$Gender==1,]
if(par3 == 'prep') x <- x[x$Pop==1,]
if(par3 == 'bachelor') x <- x[x$Pop==0,]
if(par4 != 'all') {
x <- x[x$Year==as.numeric(par4),]
}
cAc <- with(x,cbind( A1, A2, A3, A4, A5, A6, A7, A8, A9,A10))
cAs <- with(x,cbind(A11,A12,A13,A14,A15,A16,A17,A18,A19,A20))
cA <- cbind(cAc,cAs)
cCa <- with(x,cbind(C1,C3,C5,C7, C9,C11,C13,C15,C17,C19,C21,C23,C25,C27,C29,C31,C33,C35,C37,C39,C41,C43,C45,C47))
cCp <- with(x,cbind(C2,C4,C6,C8,C10,C12,C14,C16,C18,C20,C22,C24,C26,C28,C30,C32,C34,C36,C38,C40,C42,C44,C46,C48))
cC <- cbind(cCa,cCp)
cU <- with(x,cbind(U1,U2,U3,U4,U5,U6,U7,U8,U9,U10,U11,U12,U13,U14,U15,U16,U17,U18,U19,U20,U21,U22,U23,U24,U25,U26,U27,U28,U29,U30,U31,U32,U33))
cE <- with(x,cbind(BC,NNZFG,MRT,AFL,LPM,LPC,W,WPA))
cX <- with(x,cbind(X1,X2,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,X13,X14,X15,X16,X17,X18))
if (par5=='ATTLES connected') x <- cAc
if (par5=='ATTLES separate') x <- cAs
if (par5=='ATTLES all') x <- cA
if (par5=='COLLES actuals') x <- cCa
if (par5=='COLLES preferred') x <- cCp
if (par5=='COLLES all') x <- cC
if (par5=='CSUQ') x <- cU
if (par5=='Learning Activities') x <- cE
if (par5=='Exam Items') x <- cX
ncol <- length(x[1,])
for (jjj in 1:ncol) {
x <- x[!is.na(x[,jjj]),]
}
par1 <- as.numeric(par1)
nrows <- length(x[,1])
rownames(x) <- 1:nrows
y <- x
fit <- principal(y, nfactors=par1, rotate='varimax')
fit
fs <- factor.scores(y,fit)
fs
bitmap(file='test1.png')
fa.diagram(fit)
dev.off()
bitmap(file='test2.png')
plot(fs,pch=20)
text(fs,labels=rownames(y),pos=3)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Rotated Factor Loadings',par1+1,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Variables',1,TRUE)
for (i in 1:par1) {
a<-table.element(a,paste('Factor',i,sep=''),1,TRUE)
}
a<-table.row.end(a)
for (j in 1:length(fit$loadings[,1])) {
a<-table.row.start(a)
a<-table.element(a,rownames(fit$loadings)[j],header=TRUE)
for (i in 1:par1) {
a<-table.element(a,round(fit$loadings[j,i],3))
}
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable.tab')