similar to: exporting an output of an analysis

Displaying 20 results from an estimated 900 matches similar to: "exporting an output of an analysis"

2009 May 06
2
Summary help
Hi, I have fittet a gamma model, and is wondering if I can read the shape and the scale direct from the summary Estimate Std. Error t value Pr(>|t|) (Intercept) 1.612e+00 4.735e-02 34.052 <2e-16 *** myvalue 3.564e-02 2.787e-03 12.788 <2e-16 *** ... Is the shape = 1.1612e+00 and the scale = 3.564e-02 ?? is
2009 May 08
1
glm fit
Hi, I try to ask here, because I hope someone will help me understand this problem- I have fittet a glm in R with the results > glm1 <- > glm(log(claims)~log(sum)*as.factor(grp),family=gaussian(link="identity")) > summary(glm1) Call: glm(formula = log(claims) ~ log(sum) * as.factor(grp), family = gaussian(link = "identity")) Deviance Residuals: Min 1Q
2013 Feb 13
0
CFP Special Session CloudSecGov
CALL FOR PAPERS Special Session on Security Governance and SLAs in Cloud Computing - CloudSecGov 2013 In conjunction with the 3rd International Conference on Cloud Computing and Services Science - CLOSER 2013 Website: http:// http://closer.scitevents.org/CloudSecGov.aspx May 8 - 10, 2013 Aachen, Germany Co-organized by: RWTH Sponsored by: INSTICC INSTICC is Member of: WfMC and OMG
2013 Feb 13
0
CFP Special Session CloudSecGov
CALL FOR PAPERS Special Session on Security Governance and SLAs in Cloud Computing - CloudSecGov 2013 In conjunction with the 3rd International Conference on Cloud Computing and Services Science - CLOSER 2013 Website: http:// http://closer.scitevents.org/CloudSecGov.aspx May 8 - 10, 2013 Aachen, Germany Co-organized by: RWTH Sponsored by: INSTICC INSTICC is Member of: WfMC and OMG
2003 Dec 15
4
DNS and DHCP setup
Hi, Does anyone know of a document that gives details on how to set up Bind 9 and DHCPD 3.x so that dns is updated when clients log on? I saw this is not in the howto collection (http://www.bibsyst.no/samba/docs/man/DNSDHCP.html#id2981727) so I was kind of hoping someone else has some notes. I would be greatfull for any tips and links. Tarjei
2004 Dec 02
2
Text Mining with R
Dears, anyone has experiences with text mining and R? I'll be very greatfull for tutorial or examples. Thanks -- Daniele Medri - http://www.medri.org
2005 May 05
3
body of non-visible function
Hello, Is there any possibility in R to see the body of the non-visible function, for example princomp? If I do : > methods(princomp) so, I get that princomp.default and princomp.formula are non-visible functions and body(princomp.default) doesnt show it. In particular, I guess I have a very nave question Id like to see how scores calculation is implemented in the function princomp.
1999 Sep 09
1
princomp
Peter, As I understand your Q. You probably have data that is similar to each other like stock Prices for all RHS variable. In that case the difference between corr and cov is not significant; however, if your RHS contains totally dissimilar variables it matters a great deal. If x1 income, x2 job type, x3 Education level, etc..., then taking cov of these variables would not be desireable
2012 Feb 29
2
Principal Component Analysis
Dear R buddies, I’m trying to run Principal Component Analysis, package princomp: http://stat.ethz.ch/R-manual/R-patched/library/stats/html/princomp.html. My question is: why do I get different results with pca = princomp (x, cor = TRUE) and pca = princomp (x, cor = FALSE) even when I standardize variables in my matrix? Best regards, Blaž Simčič [[alternative HTML version deleted]]
2007 May 13
2
Biplot
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20070513/6557c355/attachment.pl
2009 Jan 14
1
Adressing list-elements
Dear all, I'm using R 2.8.1 under Vista. I programmed a Simulation with the code enclosed at the end of the eMail. After the simulation I want to analyse the columns of the single simulation-runs, i.e. e.g. Simulation[[1]][,1] sth. like that but I cannot address these columns... Can anybody please help? Best, Thomas ############################ CODE ############################
2003 Jul 15
2
"na.action" parameter in princomp() (PR#3481)
Full_Name: Jerome Asselin Version: 1.7.1 OS: Red Hat Linux 7.2 Submission from: (NULL) (24.77.125.119) Setting the parameter na.action=na.omit should remove incomplete records in princomp. However this does not seem to work as expected. See example below. Sincerely, Jerome Asselin data(USArrests) princomp(USArrests, cor = TRUE) #THIS WORKS USArrests[1,3] <- NA princomp(USArrests, cor =
2009 Feb 13
4
PCA functions
Hi All, would appreciate an answer on this if you have a moment; Is there a function (before I try and write it !) that allows the input of a covariance or correlation matrix to calculate PCA, rather than the actual data as in princomp() Regards Glenn [[alternative HTML version deleted]]
2007 May 13
1
factanal
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20070513/f07553e9/attachment.pl
2008 Mar 08
5
Non-visible functions are asterisked
Dear R-Helpers, I suspect I'm about to ask a FAQ, but I haven't been able to find an answer in the FAQ, AItR or an R Site Search. When I look at the methods of summary (below) it says, "Non-visible functions are asterisked". I looked at the help file for summary.princomp, which did not comment on it being non-visible. I ran its help file example, which printed visible output. I
2005 Sep 26
1
Carrier Access - Access Bank I config
Hi, Is there somebody using an Access Bank I with Asterisk that could share the secret ingredients needed to make it work ? I've searched around and found some info, I tryed almost every configuration possible but I can't seem to find the right combination. If someone could provide me with the config needed on Asterisk as well as the dip-switch settings on the channel bank part, I would
2011 Jul 10
1
question about release prm for 6
Hi, I am running centos x686 and upgraded from 4 to 5 when it came out now I want to try the same with centos 6 where can I get the centos i686 release rpm I used does not have the rpm I used any help wood be greatfull -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 04
1
Plotting pdf of function
Hi Guys, I'm a numbie to R. I searched the forum for plotting pdf's of functions but couldn't find one that explained my question. I have been asked to plot the pdf fX(x) = 1/pi(1+x^2). -infinity < x < infinity. I would be greatfull if someone might point me to a webpage that might give me a hand. Kindest regards Beetle -- View this message in context:
2006 Jun 30
1
Very Strange IE behavior
Hello With your help I managed to programm a nice slider page: http://www.vum.ch/schulfernsehen/ It works fine on IE and FF. So I integrated the page into the clients CMS.... now its not working sometimes on IE. Error on line 155 file slider.js (this.handles[handleIdx].style[this.isVertical() ? ''top'' : ''left''] =) http://www.orientation.ch/dyn/test_int.asp
2010 Jun 30
3
Factor Loadings in Vegan's PCA
Hi all, I am using the vegan package to run a prcincipal components analysis on forest structural variables (tree density, basal area, average height, regeneration density) in R. However, I could not find out how to extract factor loadings (correlations of each variable with each pca axis), as is straightforwar in princomp. Do anyone know how to do that? Moreover, do anyone knows