Displaying 20 results from an estimated 1000 matches similar to: "Factor analysis"
2011 Jan 28
3
how to get coefficient and scores of Principal component analysis in R?
Dear All,
It might be a simple question. But I could not find the answer from function “prcomp” or “princomp”. Does anyone know what are the codes to get coefficient and scores of Principal component analysis in R?
Your reply will be appreciated!
Best
Zunqiu
[[alternative HTML version deleted]]
2010 Oct 05
2
R squared for lm prediction
Hi all,
I have used a hold out sample to predict a model but now I want to compute
an R squared value for the prediction. Any help is appreciated.
Best regards
--
View this message in context: http://r.789695.n4.nabble.com/R-squared-for-lm-prediction-tp2955328p2955328.html
Sent from the R help mailing list archive at Nabble.com.
2007 Apr 11
8
graphs superimposed on pictures?
Hi:
I am doing some work that involves plotting points of interest
superimposed on photographs and maps. I can produce the plots fine in R, but so far
I have had to do the superimposition externally, which makes it tedious to do exploratory work.
I have looked to see if there is some capability to put a background picture on a plot window,
but I have not found anything.
Advice, anyone?
Cheers
2008 Oct 19
3
pairs plots in R
Hi,
is there a way to take a data frame with 100+ columns and large data set to do efficient exploratory analysis in R with pairs?
I find using pairs on the whole matrix is slow and the resulting matrix is tiny.
Also the variable of interest for me is a binary var Y or N .
Is there an efficient way to graphically view many variable relationships that does not look teeny ?
I could do
2006 Apr 21
4
programming advice?
Dear R-helpers:
I am doing some exploratory programming and am considering a routine that
has several other routines defined within it, so that I can avoid a large
and messy global re-programming to avoid naming conflicts.
My question is this: Because it is interpreted, does R have to re-build
these internal routines every time the new routine is called? I'm not
overly worried right now
2009 Oct 13
5
Introduction to mark-recapture analysis in R?
Normal 0 21 false false
false
MicrosoftInternetExplorer4
Dear R-helpers,
I was wondering whether there are any good books and/or website
links that introduce mark-recapture analysis in R. In
2013 Feb 19
3
creating a new variable.
hello, all.
in my previous research, i have always used existing data. i am trying something new as an exploratory exercise and have never create my own variable form scratch.
essentially, i am creating a variable for party affiliation.
here is an example.
var =party.
levels= democrat, republican, other.
respondents will indicate which category they fall under.
for the sake of ease, i will
2011 Sep 20
1
Add a function in rq
Hi,
I am trying to add a function in a linear quantile regresion to find a
breakpoint. The function I want to add is:
y=(k+ax)(x<B)+(k+(a-d)B+dx)(x>B)
How do I write it in the rq() function? Do I need to define the parameters
in any way and how do I do that? I'm a biologist new to R.
Thanks!
--
View this message in context:
2009 Nov 19
3
R Usage Statistics
Hi,
I got the following comment from the reviewer of a paper (describing an
algorithm implemented in R) that I submitted to BMC Bioinformatics:
"Finally, which useful for exploratory work and some prototyping,
neither R nor S-Plus are appropriate environments for deploying user
applications that would receive much use."
I can certainly respond by pointing out that CRAN contains
2007 Aug 18
4
recommended combo of apps for new user?
Hi there,
I would like some advice, not so much about how to use R, but about software
that I need to complement R. I've rooted around in the FAQ's and done a few
searches on this mailing list but haven't quite found the perspective I
need.
I am an experienced data analyst in my field (forest ecology and ecological
monitoring) but new to R. I am a long time user of SPSS and have
2011 Aug 25
3
Help with Citrix XenServer
Hi,
It''s been forever and a day since I last posted here, mainly because I
haven''t touched Xen in a few years now due to job changes... But now
I''ve been handed a project to work with XenServer, Citrix''s commercial
grade Xen.
So, I wanted to ask if there were any people here with experience
using XenServer, XenCenter and so on, or if you knew of a better list
2011 Jun 18
1
"Justify" PCA? -- was: Bartlett's Test of Sphericity
Apologies for the obvious, but just to clarify: there is no reason to
"justify" a PCA -- it's just an eigen decomposition of a matrix and is
therefore "justified" by linear algebra.
If one wants to determine whether some subset of the eigenvectors =
principal components suffice to "represent" the data in some sense,
then that is where distributional
2009 Nov 22
2
how to read BRFSS file
hello,
I am trying to do exploratory factor analysis with BRFSS dataset (
http://www.cdc.gov/brfss/technical_infodata/surveydata/2008.htm) for a
couple of days, but I was not able to do that and got frustrated. Can
anybody help me with step by step guide? BRFSS dataset provides ASCII or SAS
format.
Thank you.
chloe
[[alternative HTML version deleted]]
2012 Dec 30
4
Starting with R
I have installed R on my machine.
Can anyone now suggest to me the best book/e-book from where I can learn
the R language most efficiently?
Thanks in advance
--
Siddhant Gupta
III Year
Department of Biotechnology
IIT Roorkee
India
[[alternative HTML version deleted]]
2004 Jul 13
5
Help with factanal and missing values
Hi list,
I'm performing a series of confirmatory factor analysis on different
groupings of items from data collected with questionnaires. There are some
missing values.
For those sets with no missing values I call
factanal(datamatrix,factors=n)
where datamatrix is a table of all observations for the items under
investigation.
This call fails when there are missing values.
help(factanal)
2007 Nov 01
3
autotest debugger?
Hi,
I keep facing problems with autotest, and I don''t know what''s happening
in the background, is there anyway to know what''s happening while
testing?
Example:
@user = User.new
@user.email = "testcom"
@user.errors.on(:email).should_not be_empty
...throws error failure
- You have a nil object when you didn''t expect it!
- You might have expected an
2012 Nov 02
2
Merge data frame with mispelling characters
Hello dear R-helpers,
I'm working with R-2.15.2 on Windows 7 OS. I'm stucked with a merge of two
data frames by characters.
In each data frame I got two different list of names, that is my main-key to
be merged.
To figure out what I'm saying, I build up a modified "?merge" example, with
errors by purpose:
# Data for authors:
authors <- data.frame(
surname =
2000 Mar 09
1
What is XGobi and what is it for?
I've seen XGobi come up in here from time to time, and I wonder what is
it, what is it for, do I need it? How about throwing me a bone here!
--
Paul E. Johnson email: pauljohn at ukans.edu
Dept. of Political Science http://lark.cc.ukans.edu/~pauljohn
University of Kansas Office: (785) 864-9086
Lawrence, Kansas 66045 FAX: (785)
2013 Mar 01
3
interactive visualizations - anyone use SVGAnnotation?
Hi all:I found some great demonstrations of interactive presentation graphics generated in R with the SVGAnnotation package, here:http://www.omegahat.org/SVGAnnotation/http://www.omegahat.org/SVGAnnotation/SVGAnnotationPaper/SVGAnnotationPaper.htmlI tried to install the package available at that website (it's not on CRAN) and am getting some pretty uninformative errors (see below). My best
2010 Nov 11
1
exploratory analysis of large categorical datasets
Dear List,
I am looking to perform exploratory analyses of two (relatively) large
datasets of categorical data. The first one is a binary 80x100 matrix, in
the form:
matrix(sample(c(0,1),25,replace=TRUE), nrow = 5, ncol=5, dimnames = list(c(
"group1", "group2","group3", "group4","group5"), c("V.1", "V.2", "V.3",