Displaying 20 results from an estimated 2000 matches similar to: "any advice on web interfaces to R?"
2006 Nov 13
3
For MacBook, best way to do R?
I'm getting a MacBook and I'd like to stick with OS X rather than
convert it to Linux just yet.
However, my main concern is having decent performance.
What's my best option:
*use the existing binary for R?
*compile R fresh under OS X?
* install Linux and run R under that?
Does anyone have any recent experience they can share? Thanks!
--
I can answer any question.
"I
2011 May 21
1
predict.gls choking on levels of factor
I've got a gls formula that's a mix of continuous and ordered variables.
I wanted to use gls because I wanted to use the varIdent structure.
Anyway, attempts to use "predict.gls" choke with the error that the
levels I use are not allowed for one of them -- the first one
alphabetically, so I'd guess the second would have the same problem.
So I have three linked questions --
2011 May 07
2
Help with Using gtext in gWidgetsWWW for Outputting Results to Webpage
All: Using gWidgetsWWW, I'm in the process of designing a website that will
provide users with a GUI to interact with various datasets. As part of
that, I want to provide users the ability select particular variables (via
combo boxes) that will then result in summary (text) output being returned
to the webpage. Think of it as their choices ultimately result in a one- or
two-way table being
2006 Sep 13
1
reshaping a dataset
Hi,
I'm trying to move to R the last few data handling routines I was
performing in SAS.
I'm working on stomach content data. In the simplified example I
provide below, there are variables describing the origin of each prey
item (nbpc is a ship number, each ship may have been used on
different trips, each trip has stations, and individual fish (tagno)
can be caught at each
2010 Feb 15
1
GAM for non-integer proportions
Dear list,
I´m using the mgcv package to model the proportion by weight of certain prey
on the stomach content of a predator. This proportion is the ratio of two
weights (prey weight over stomach weight), and ranges between 0 and 1. The
variance is low when proportion is close to 0 and 1, and higher at
intermediate values.
It seems that the best way to go is to model this using the
2008 May 27
1
error: C stack usage is too close to the limit.
I am trying to set up a RApache server on my Ubuntu 8.04. I have installed
apache2, R-2.7.0, and the RApache plugin. Both Apache and R seem to work
fine, but whenever i try to use the plugin i get this error: C stack usage
is too close to the limit.
I have tried to recompile apache2, R, and RApache, but i keep getting the
error. The weird thing is, i had exactly the same problem when i installed
2010 Nov 08
2
Sample size calculation for differences between two very small proportions (Fisher's exact test or others)?
Hi,
I'm try to compute the minimum sample size needed to have at least an 80% of power, with alpha=0.05. The problem is that empirical proportions are really small: 0.00154 in one case and 0.00234. These are the estimated failure proportion of two medical treatments.
Thomas and Conlon (1992) suggested Fisher's exact test and proposed a computational method, which according to their table
2012 Nov 22
1
rapache memory problem
Hi all;
Now I'm developing web application by using rapache in ubuntu.
My problem is that as users execute the application, the server PC cumulates
memory.
After users close or refresh the application page, the server PC memory is
still cumulated.
Now I'm renewing apache machine by manually in terminal.
Is there any way to kill memory when users refresh or close the application
page?
2014 Apr 15
3
[LLVMdev] local lambdas: request for coding standard clarification/judgement call
Do local lambdas get named like variables or like functions?
E.g.
void foo() {
auto helper = [](...){...};
// or
auto Helper = [](...){...};
}
My gut is that it should be lowercase (named like a function) since I got a
weird feeling in my stomach seeing an upper-case name being called like a
function in new code.
-- Sean Silva
-------------- next part --------------
An HTML attachment
2017 Jun 09
0
Urgent :) Procedure for replacing Gluster Node on 3.8.12
On 9 June 2017 at 17:12, <lemonnierk at ulrar.net> wrote:
> Heh, on that, did you think to take a look at the Media_Wearout indicator ?
> I recently learned that existed, and it explained A LOT.
>
Yah, that has been useful in the past for journal/cache ssd's that get a
lot of writes. However all the stats on this boot SSD were ok, it just gave
up the ghost. Internal controller
2012 May 11
2
[LLVMdev] Request for Help: Teach ARM target to auto-detect cpu / subtarget features
Hi all,
I've just filed PR12794: Add ARM cpu / subtarget features auto-detection. And I would very much appreciate the community's help to implement this.
What motivated this? Well this:
http://www.phoronix.com/scan.php?page=news_item&px=MTA5OTM
I believe one of the reason the benchmark numbers are totally bogus is that the compilation are done on ARM hosts. Given the benchmarks are
2009 Apr 13
1
Off-topic: Biostatistics book spam?
Just got what seems to be the first spam for a stats book I ever saw.
It only has one review at amazon, and for all I know the author wrote
it himself.
This might be a decent text, but if so, I'd like to hear it from someone here.
---------- Forwarded message ----------
From: Biostatistics Books <biostatbooks at hotmail.com>
Date: Mon, Apr 13, 2009 at 11:19 AM
Subject: Is this the
2009 Jul 15
3
Axes origins and labeling
I have re-labeled tick marks on the x axis. The problem is that by using
axes=FALSE, the axes disappears and when they are called back using
axis(side=1)..etc. the axis on sides 1 and 2 do not meet at the bottom left
corner of the graph. I would also like to have the 3rd and 4th axes in
there as well, all meeting in their respective corners.
par(mfrow=c(1,2))
gut<-c("Full",
2010 Jun 18
1
Latex problem in Hmisc (3.8-1) and Mac Os X with R 2.11.1
Dear all,
I did post this more or less identical mail in a follow up to another
question I posted, but under another heading. I try again, but now
under the correct header.
upon running this code (from the Hmisc library-latex function) I
believe the call to summary.formula is allright and produces wonderful
tables, but the latex command results in a correct formatted table but
where all the
2008 Apr 25
2
Cisco to Asterisk migration
Hi Guys,
I have client with a Cisco 2690 call manager solution that wants to upgrade
but cannot stomach the costs of continuing with Cisco
The installation will go up to 100 users
The client currently has about 40 Cisco phones and would like to continue
with these phones with the odd Polycom
I'm looking at plugging in an Asterisk box and using the existing Cisco box
as a PSTN gateway only
2012 May 11
4
[LLVMdev] Request for Help: Teach ARM target to auto-detect cpu / subtarget features
On 11/05/12 04:56, 陳韋任 wrote:
>> I've just filed PR12794: Add ARM cpu / subtarget features auto-detection. And I would very much appreciate the community's help to implement this.
>>
>> What motivated this? Well this:
>> http://www.phoronix.com/scan.php?page=news_item&px=MTA5OTM
>>
>> I believe one of the reason the benchmark numbers are totally
2005 Jan 19
2
recoding large number of categories (select in SAS)
Hi,
I have data on stomach contents. Possible prey species are in the
hundreds, so a list of prey codes has been in used in many labs doing
this kind of work.
When comes time to do analyses on these data one often wants to regroup
prey in broader categories, especially for rare prey.
In SAS you can nest a large number of "if-else", or do this more
cleanly with "select"
2007 May 25
1
[LLVMdev] LLVM Developer Meeting
Hi folks,
I am very sorry, but I'll not be able to attend the developer's meeting.
I came down with a nasty stomach bug yesterday, and am frankly in no fit
state to do anything much.
Many apologies,
Sarah Thompson
2012 May 11
0
[LLVMdev] Request for Help: Teach ARM target to auto-detect cpu / subtarget features
> I've just filed PR12794: Add ARM cpu / subtarget features auto-detection. And I would very much appreciate the community's help to implement this.
>
> What motivated this? Well this:
> http://www.phoronix.com/scan.php?page=news_item&px=MTA5OTM
>
> I believe one of the reason the benchmark numbers are totally bogus is that the compilation are done on ARM hosts.
2014 Apr 12
1
rsync's usage of ssh
I am trying to understand how rsync uses ssh. From what I understand of
the source, it simply opens a ssh connection and then simply pipes
rsync's data. But somehow my stomach tells me that this is not the whole
story.
For one, that would mean the whole (?) of rsync's protocol is only used
for not-ssh transmission. The biggest question for me right now is,
whether rsync, when transmitting