similar to: WANTED: Q&A

Displaying 20 results from an estimated 1100 matches similar to: "WANTED: Q&A"

2000 Feb 04
1
MA / RMA / Type II regression?
For starters, let me say again how impressive R is, and how all of the effort that has gone into R shines through clearly. It is an amazing program, and I am frequently pleasantly surprised to find out how powerful and capable R is. Finding the interface to xgobi is the latest pleasant surprise. Are there functions in R for Major Axis and Reduced Major Axis regression? I have OBS-RESID graphs of
1999 Oct 25
2
leaps: XHAUST returned error code -999
Hi there, This problem has been dogging me for a bit, and I'm trying to figure out why. When running the the subsets function in the leaps library, R is giving me the following error message > lvodsub <- subsets(pred, resp$LVOD) Warning message: XHAUST returned error code -999 in: leaps.exhaustive(a, really.big = really.big) but this still happens if I add the really.big option:
2000 Jan 03
2
read.table, input methods
Hi- I'm trying to read data into R that was exported from Excel, as tab-delimited text. There are some empty cells in the spreadsheet, which I'd like to treat as missing values. I'd like to specify to read.table to use a *single* tab character as the record separator, but I can't seem to do this. First of all, how can I get a tab character in R? Second, is it possible to force
2001 Nov 01
1
cor.test for a correlation matrix
Is there a simple way to run cor.test on for a matrix of correlations? Of course, cor on a data frame produces a correlation matrix, but cor.test will only take two variables at a time. Is there a way to get behavior similar to that of cor with cor.test? I suppose the programming alternative would be to run two for loops with the number of items and cor test embedded accessing the columns of
2000 Mar 30
1
Problem with Samba 2.0.5 and Q&A
Hi guys.. I have a very strange problem with Samba version 2.0.5a and Q&A Ver 5.0 for DOS (eeek.. I know.. Symantec stopped supporting it 2 yrs ago) The error i get is: ! Problem ! System error, please try again (see Appendix C). Press Esc to cancel. Ref#:04EC It seems to be related to drive size/samba/fstype or something.. The share that I am mapping the clients to (win95 and win 311)
1999 Sep 29
1
Is there an R-SQUARE function?
Hi there, I realize that this is a bit of a strange question, but here goes. In SAS, one can use the REG procedure to carry out a least-squares regression analysis. By specifying the R-SQUARE option in the SELECTION command, the program carries out regressions for every combination of every independant variable against the dependant variable. This is useful in smaller datasets, though difficult
2010 Jun 17
0
Invitation to a new Q&A statistical-analysis website
There is a new initiative to open a community based Q&A website which is based on the StackOverFlow engine - to answer data-analysis (and obviously R) related Questions. After good several months of using StackOverFlow (see the R tagged questions here <http://stackoverflow.com/questions/tagged/R>), I came to the conclusion that it offers a very good web 2.0 solution for collaborative
2008 Mar 10
0
Vancouver.rb Q&A with Brock Whitten on Rails, Getting Off Rails (Merb), PmpknPi (Blog in Merb) and More (Part I)
Hello, I''ve published a Q&A in the Vancouver.rb series with Brock Whitten. Questions include: * How did you get started with Ruby on Rails? What makes Ruby on Rails a great choice for developing web applications/sites? * Can you tell us some challenges you''ve faced developing using Ruby on Rails? * Off the Rails - Can you tell us a little bit about Merb? How
2008 Mar 10
0
Vancouver.rb Q&A with Brock Whitten on Rails, Getting Off Rails (Merb), PmpknPi (Blog in Merb) and More (Part I)
Hello, I''ve published a Q&A in the Vancouver.rb series with Brock Whitten. Questions include: * How did you get started with Ruby on Rails? What makes Ruby on Rails a great choice for developing web applications/sites? * Can you tell us some challenges you''ve faced developing using Ruby on Rails? * Off the Rails - Can you tell us a little bit about Merb? How
2010 Sep 09
0
Q&A site for web radio
Hi guys, I'm a long time user of a site called Stackoverflow, which is a specialised question and answer site for programming. (Think Experts Exchange, but free.) Anyway, I decided today that it might be useful to have an equivalent for web radio. So I put in a proposal to the Stackoverflow guys. Now I just need people to express an interest in it, so that the Stackoverflow people will
2013 Dec 11
1
XenProject.org Q&A: Running xen to create PV hosts under KVM with virtio
The following question was posed by Simon Easter on the XenProject.org Q&A area. Please reply to me so I can post your answers to the site or, if you feel so inclined, answer yourself on the website: I have a need to run very low weight PV debian guests under a kvm hypervised guest .(i.e. split a vm using pv - the reasons are varied but essentially each host has to have it''s own
2002 Oct 02
4
HalfLife on latest CVS
Whilst bored I purchased HalfLife for Windows, having read people mention on Slashdot that it runs on Wine. I run Debian (woody) on an AMD Athlon 1.4GHz machine with 1Gb RAM as my desktop. It currently has a Voodoo3 video card, though I have a dual head Radeon which I'm going to use once I get a monitor that is compatible (my current monitor has a very wavy display with that card). I
2010 Apr 30
3
Find solution for an error in the condition of if
Dear r-help, Could you help me to find a solution for this error: Il y a eu 50 avis ou plus (utilisez warnings() pour voir les 50 premiers) > warnings() Messages d'avis : 1: In if ((data[pa, k] == df[, j]) & (data[ch, k] == i)) { ... : la condition a une longueur > 1 et seul le premier élément est utilisé 2: In if ((data[pa, k] == df[, j]) & (data[ch, k] == i)) { ... : la
2010 Mar 17
3
Are loops handled differently in newer versions of R?
Hi gang, I'm perplexed- I have some code that uses for() loops that works fine in R version 2.8 on my mac, worked fine in version 2.8 on my old windows machine, but doesn't work in version 2.10 on windows. The loop implements a function over a data frame (code is included below). In Mac (running version 2.8), the results of the loop are what I expect: > p_unadj [1] 0.034939481
2000 Feb 09
0
Comparing Type 2 regressions
> Date: Wed, 09 Feb 2000 10:11:20 -0500 > From: "Pete St. Onge" <pete at seul.org> > Subject: Comparing Type 2 regressions Was: [R] Ancova in R? > > For starters, thanks to everyone who responsded to my previous request for > help about Type 2 regression. > > > > I see the R-sm has the ancova thing happening, but I kind of doubt that > > >
2008 Nov 27
1
lmer refuses nested random factors
I am trying to run the following model in R > lmer(leaves.eaten~Geocytotype+(1|TEST/ PLANT),data=cyphoplantfeeding,family=poisson) My experimental setup is 41 replicates (TEST) of an experiment in which there are three Geocytotypes of a plant species in each TEST, and two plant pseudoreplicates per Geocytotype in each test (i.e. 3*2=6 plants per test). So my random factors are trying
2004 Sep 20
1
--delete and --backup - Backup file gets deleted
This is not a new bug as I found the behaviour on many version of rsync . When you use the --delete option combined with --backup, the expected behaviour is to backup the deleted file on target machine by renaming it with the backup suffix or with ~ suffix by default. This works fine but when you execute the same command a second time, like my cron job does the next day, the backup file gets
2005 Feb 25
1
Request to include delete-dir-and-suffix patch in rsync-2.6.4
The delete-dir-and-suffix patch creates two new command line options as follows: --delete-dir --delete-suffix The delete-dir and delete-suffix options give the ability to store backup of deleted files on the receiver in different directories or with different suffix than the backup of files that have been changed but that are still on the source drive. Both commands can be
2012 Nov 15
5
cluster analysis in R
I have two issues. 1-I am trying to use morphology to identify gender. I have 9 variables, both continuous and categorical. I was using two-step cluster analysis in SPSS because two-step could deal with different types of variables. But the output tells me that an animal is in cluster 1 or 2, it does not give me a probability (ex. 0.70 cluster 2). I also did not want to specify that I want two
2000 Jan 04
1
correlation matricies: getting p-values?
I have to admit that I'm at a bit of a loss here; any pointers would be greatly appreciated. I've been making correlation matricies from some of my datasets, and have been instructed to get the probability values for each of these correlations. I've checked the online help for info on both the cor and cov functions, but I was unable to find any relevant info on finding how to obtain