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, 30 Apr 2012 03:24:36 -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/Apr/30/t1335770691fd1ubhgblh3h7b1.htm/, Retrieved Mon, 29 Apr 2024 00:35:59 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=165182, Retrieved Mon, 29 Apr 2024 00:35:59 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact137
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Factor Analysis] [ws5] [2012-04-30 07:24:36] [20d72825ced8e4e20cafbe8bf70803f4] [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 time1 seconds
R Server'Gertrude Mary Cox' @ cox.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 & 1 seconds \tabularnewline
R Server & 'Gertrude Mary Cox' @ cox.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=165182&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]1 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gertrude Mary Cox' @ cox.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=165182&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=165182&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 time1 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net







Rotated Factor Loadings
VariablesFactor1Factor2
A10.1470.434
A20.1240.135
A30.6850.109
A40.796-0.208
A50.6410.309
A60.630.451
A70.0960.526
A80.2770.531
A9-0.3140.577
A100.0640.741

\begin{tabular}{lllllllll}
\hline
Rotated Factor Loadings \tabularnewline
Variables & Factor1 & Factor2 \tabularnewline
A1 & 0.147 & 0.434 \tabularnewline
A2 & 0.124 & 0.135 \tabularnewline
A3 & 0.685 & 0.109 \tabularnewline
A4 & 0.796 & -0.208 \tabularnewline
A5 & 0.641 & 0.309 \tabularnewline
A6 & 0.63 & 0.451 \tabularnewline
A7 & 0.096 & 0.526 \tabularnewline
A8 & 0.277 & 0.531 \tabularnewline
A9 & -0.314 & 0.577 \tabularnewline
A10 & 0.064 & 0.741 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=165182&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.147[/C][C]0.434[/C][/ROW]
[ROW][C]A2[/C][C]0.124[/C][C]0.135[/C][/ROW]
[ROW][C]A3[/C][C]0.685[/C][C]0.109[/C][/ROW]
[ROW][C]A4[/C][C]0.796[/C][C]-0.208[/C][/ROW]
[ROW][C]A5[/C][C]0.641[/C][C]0.309[/C][/ROW]
[ROW][C]A6[/C][C]0.63[/C][C]0.451[/C][/ROW]
[ROW][C]A7[/C][C]0.096[/C][C]0.526[/C][/ROW]
[ROW][C]A8[/C][C]0.277[/C][C]0.531[/C][/ROW]
[ROW][C]A9[/C][C]-0.314[/C][C]0.577[/C][/ROW]
[ROW][C]A10[/C][C]0.064[/C][C]0.741[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=165182&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=165182&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.1470.434
A20.1240.135
A30.6850.109
A40.796-0.208
A50.6410.309
A60.630.451
A70.0960.526
A80.2770.531
A9-0.3140.577
A100.0640.741



Parameters (Session):
par1 = 2 ; par2 = male ; par3 = bachelor ; par4 = 3 ; par5 = ATTLES connected ;
Parameters (R input):
par1 = 2 ; par2 = male ; par3 = bachelor ; par4 = 3 ; 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')