Displaying 20 results from an estimated 4000 matches similar to: "Factor Analysis"
2001 Jan 04
6
regression constraints?
gday R gurus,
I have a multivariate regression for which I want to constrain the
coefficients to be > 0. Is this possible?
I've check the doco and searched CRAN but can't find anything.
thanks,
John Strumila
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2000 Sep 04
3
somebody's stolen my probabilities
gday gurus,
could someone please help me with this one? Can't find it in the doco.
summary of my lm object gives "Pr(>|t|)" but coef doesn't. How do I get
hold of these probabilities within an object? There doesn't seem to be an
appropriate attribute within the object - I was hoping for something like
"my.lm$probabilies".
I was hoping to grab the best t
2006 Mar 15
3
Help on factanal.fit.mle
Hi
Can anybody please suggest me about the documentation of "factanal.fit.mle()"
(Not factanal()------ searching factanal.fit.mle() in R always leads to
factanal()).
Is there any function for doing principal component factor analysis in R.
Regards
Souvik Bandyopadhyay
JRF,
Dept Of Statistics
Calcutta University
[[alternative HTML version deleted]]
2001 Feb 19
1
ghostscript errors
gday R friends,
Since I had random errors with ghostscript 6.01 I thought I'd upgrade.
After upgrading to gs6.5 I've had problems. Originally, gs failed
complaining about lack of "__sysconf" in glibc2.2 so I upgraded glibc. Now I
get this. Note that it used to work with gs6.01.
I realise this is probably a ghostscript problem but you never know...
thanks,
John Strumila
>
2001 Jan 11
1
lm variable name limit?
gday R gurus,
has anyone seen this lm problem?
When I add 2 bytes to the variable name (via names), lm returns an error.
It's as if there's a limit to the size of the variable names.
Any suggestions?
thanks,
John Strumila
> names(y)[12:14]
[1] "Log.SQLServer.Locks.RID.Lock.Wait" "Log.SQLServer.Lock"
[3] "xxaa"
2000 Aug 17
2
R on os390
G'day R friends,
I didn't get any replies on the main list so I thought I'd try with the
experts.
I was wondering if anyone's ported R to os390. If so, are the vsize and
nsize limits the same as other platforms?
I could really annoy those SAS guys then.
thanks,
John Strumila
john.strumila@team.telstra.com
2011 Apr 19
1
factor analysis - constraints
Dear R Users,
I'm wondering how is it possible to get |factor loadings| <1 in factor
analysis model (factanal) performing maximum-likelihood estimation. Is
it caused by some constraints? If so, what kind of constraints are
placed and when (during the estimation or after)?
Robert
2009 Sep 15
1
Factor Analysis function source code required
Hi All,
There were lot of diffrences in the R and SPSS results for Exploratory
Factor Analysis.why is it so ?I used standard factor analysis functions
like:--
factanal(m, factors=3, rotation="varimax")
princomp(m, cor = FALSE, scores = TRUE, subset = rep(TRUE,
nrow(as.matrix(m))))
print(summary(princomp(m, cor=TRUE),loadings = TRUE, cutoff = 0.2), digits =
2)
prcomp(m, scale = TRUE)
2002 Jan 07
1
internet2 and proxies
gday R gurus,
I've never attempted to use download.file before on my win2k machine but
this version 1.4 looks exciting. However, I'm not getting something right.
I've passed my R shortcut --internet2 and I can tell it's using the wininet
calls because it's asking about authentication but how do I tell it my
username/password?
The help file only talks about user/pw for non
2006 Aug 11
1
- factanal scores correlated?
Hi,
I wonder why factor scores produced by factanal are correlated, and I'd
appreciate any hints from people that may help me to get a deeper
understanding why that's the case. By the way: I'm a psychologist used
to SPSS, so that question my sound a little silly to your ears.
Here's my minimal example:
***********************************************
v1 <-
2001 Feb 09
1
starting values for uniquenesses in factanal()
Dear R-help,
Using R 1.2.1 on Windows98 to run a factor analysis on a 64x150 matrix of
data generated from a simulation model, factanal() reported that it failed
to find a solution. Looking at the factanal code, I see the immediate
condition that triggered the result:
if (best == Inf)
stop("Unable to optimize from these starting value(s)")
So I am sure factanal() is giving
2013 Apr 15
1
(no subject)
Hi, I'm trying to decide between doing a FA or PCA and would appreciate some
pointers. I've got a questionnaire with latent items which the participants
answered on a Likert scale, and all I want to do at this point is to explore
the data and extract a number of factors/components. Would FA or PCA be most
appropriate in this case?
Cheers,
Hannah
--
View this message in context:
2000 Oct 04
5
postscript preview
gday R friends,
I was wondering if anyone could help me with some graphics issues please.
I'm processing R in batch on redhat6.2 with some graphics to be imported
into msword on NT. For scaling within my doco I want some vector type
graphics. win.metafile doesn't seem to be supported on redhat which gives
me postscript. postscript is ideal but doesn't contain a preview so I
2003 May 08
2
Returning the p-value of a factor analysis
Hi there,
Does anyone know how to explicitly refer to the p-value of thet test that
the chosen number of factors is significant in a factor analysis.
It's not in the list of values for the factanal command output yet it is
printed out with the results.
Thanks in advance.
Wayne
Dr Wayne R. Jones
Statistician / Research Analyst
KSS Group plc
St James's Buildings
79 Oxford Street
2002 Feb 25
1
Managing Data [Summary]
A while ago I asked about data management approaches in R. I was asked by
several people to post a summary of the responses and alas I am just getting
around to doing it. I received several comments, both on and off list.
Below is a compilation of these responses. Hope this is as helpful to
others as it was to me.
Best,
Brett
1. Frank Harrell recommended a section, "Operating in
2002 Feb 08
2
Managing Data
Hello everyone,
Can someone point me to some resources on managing data in R and/or S-plus?
I have started using R more and more often in my work and I really like it.
But, managing data is very different in R and S-Plus than in other packages
that I am accustomed to. I know that it is an option to use different
workspaces for different projects or to store all objects as source and read
them
2000 Jul 20
3
printing hclust with k clusters
howdy R friends,
I've searched CRAN but to no avail... I'm trying to use mva's hclust and
print out for say 10 clusters in batch. How do I do this? It's unclear if
I can use cutree.
thanks,
John Strumila
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2002 Jan 17
1
Using S-Plus Documentation with R
Insightful has some nice docs available for download that are s-plus command
line guides to statistics. There are two versions, one for S-plus 2000 and
one for S-plus 6.0.
With regard to syntax, is one a closer match to R than the other? Are they
based on the same S engines? Does that matter? I know there will be
differences in any case, I am just trying to decide wich version I want to
2008 Sep 09
1
Addendum to wishlist bug report #10931 (factanal) (PR#12754)
--=-hiYzUeWcRJ/+kx41aPIZ
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Hi,
on March 10 I filed a wishlist bug report asking for the inclusion of
some changes to factanal() and the associated print method. The changes
were originally proposed by John Fox in 2005; they make print.factanal()
display factor correlations if factanal() is called with rotation =
2002 May 03
3
skipping columns with read.fwf?
I have a file in fwf. It is rather large, about 40,000 rows and 40 variables (columns). I only need about 10 variables form the data set for the analysis at hand. Unfortunately, these 10 variables are not contiguous in the file, for example, the first is position 1-8, the next position 25-27, then 40.
Is there a way to read the selected varaibles that I need without reading in the entire data