Displaying 20 results from an estimated 38 matches for "wasps".
Did you mean:
warps
2007 Apr 16
2
indexing a subset dataframe
Hello
I am having problems indexing a subset dataframe, which was created
as:
> waspsNoGV<-subset(wasps,site!="GV")
Fitting a linear model revealed some data points which had high
leverage, so I attempted to redo the regression without these data
points:
>wasps.lm<-lm(r~Nt,data=waspsNoGV[-c(61,69,142),])
which resulted in a "subscript out of bounds" err...
2010 Sep 30
1
AIC for tweedie glm
Dear R-users,
I'm trying to model some data using a tweedie GLM approach. My response
variable is the number of pupae that are the offspring of a subordinate wasp
on a wasp's nest. However, they're not count data- for each nest, I only
know the mean number of pupae per subordinate, which is continous. The data
also contain a high proportion of zeros.
I'm not very experienced at
2007 Jul 20
0
Fruity Loops 7
Hi,
I submitted Fruity Loop 7 to the AppDB and it got accepted and then
after a little while it got deleted. I don't know why as the
notification did not give a reason. Anyway, I've been testing it with
.9.41 and a lot of the issues have been resolved. Sound latency is not
a problem. In version .9.40 sampling/sound latency was an issue; now,
WINE does a better job than XP.
2008 Dec 09
1
errors with compilation
Hi,
i'm trying to compile R on a Cray XT3 using pgi/7.2.1 - CNL (compute
node linux)
The R version is 2.8.0
this is the option
-enable-R-static-lib=yes
--disable-R-shlib
CPICFLAGS=fpic
FPICFLAGS=fpic
CXXPICFLAGS=fpic
SHLIB_LDFLAGS=shared
--with-x=no
SHLIB_CXXLDFLAGS=shared
--disable-BLAS-shlib
CFLAGS="-g -O2 -Kieee"
FFLAGS="-g -O2 -Kieee"
CXXFLAGS="-g -O2
2008 Jun 29
2
Survival Analysis with two different events
Hello all,
I am hoping to use survival analysis to examine whether parasite attack
increases nest death in a species of social wasp. I therefore have data for
1. Whether the nest "died" in the 6 week census period ("Status", where
1=died, 0=survived)
2. The day number of death/last recorded day it was observed alive.
3. Whether the nest was attacked by the parasite (0/1 as
2014 Jun 23
4
[PATCH] Support for ASEM UPS on Linux/i2c
On 18/06/2014 04:17, Charles Lepple wrote:
> On Jun 13, 2014, at 2:53 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote:
>
>> As said in previous mail, I just finished a first working version of a driver for the UPS found on ASEM PB1300 device
>> (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/)
>> Linux only, accessed
2014 Mar 19
2
[LLVMdev] Type inference on registers with can contain multiple types
My architecture has an FPU, but uses integer registers to store
floating-point values. So each register can store either an int or an
IEEE float. I define a register class like this:
def GR32 : RegisterClass<"MyArch", [i32, f32], 32,
(sequence "R%u", 0, 32)>;
So far so good. However, when I write a rule to store a register:
def STORE32r : S32<
(outs), (ins
2009 Apr 01
2
Public R servers?
Hello,
Earlier I posted a question about memory usage, and the community's input was very helpful. However, I'm now extending my dataset (which I use when running a regression using lm). As a result, I am continuing to run into problems with memory usage, and I believe I need to shift to implementing the analysis on a different system..
I know that R supports R servers through
2010 May 27
1
library installation problem, invalid regular expression in help indices
Hi,
I have a strange package installation problem after update to R 2.11.0
on Fedora Core 12.
A colleague of mine with the very same Fedora and R versions doesn't
have this problem, while logging on to his computer but installing from
my settings and into my local library path also shows the problem, so it
seems to be related to some of my environment settings.
Installation of several
2007 Jul 20
1
Installation Output and First Use Output for FL 7
Hi,
Below is the installation output and the first use output for FL 7:
superman@travisf-linux:~$ cd Programs
superman@travisf-linux:~/Programs$ ls
AdobeReader_enu-7.0.9-1.i386.tar.gz netbeans-6.0m10-full-linux.sh
ASSP_1.3.1-Install.zip RealPlayer
flstudio7_RC6b.exe RealPlayer10GOLD.bin
ImportExportTools-1.2.xpi Serial Numbers.odt
2014 Jun 13
2
[PATCH] Support for ASEM UPS on Linux/i2c
As said in previous mail, I just finished a first working version of a driver
for the UPS found on ASEM PB1300 device
(http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/)
Linux only, accessed through i2c/SMBUS.
If you can spare some time, please review. Expecially my autotools skills are
ehm... a bit rusty.
--
Giuseppe Corbelli
WASP Software Engineer,
2008 Aug 26
1
no output when run densityplot...
Hi,
I have downloaded a R script from
http://www.wessa.net/rwasp_edauni.wasp#output.
This script produces a densityplot graphic, amongst others, when is
executed from the web page.
However, when I run it in my machine the *densityplot* function produces
any output, I mean a blank graphic.
But, it's interesting if I run the following lines in the R interactive
console:
> y <-
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes:
> Nevermind, please try the one attached, just created by
>
> git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am
> drivers/asem.c > asem.patch
>
> Just applied it on current master (80d9534a133da170cade150700407920450a9753)
> and seems ok.
Sorry I did not test this
2014 Jul 08
2
[PATCH] Support for ASEM UPS on Linux/i2c
On 08/07/2014 01:02, Charles Lepple wrote:
>>> Sorry I did not test this sooner - this went to Gmane but not to my email.
>>> If you have time, could you please write up a quick man page for this driver?
>>>
>>> Also, there seem to be some missing symbols and include files:
>>>
>>>
2014 May 28
2
New driver for ASEM UPS
Hi all
I'm developing a NUT driver for a custom UPS found on ASEM PB 1300 devices
(http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/)
It's based on some custom charger and a bq2060 battery monitor, talk to it on
i2c bus.
I will have something usable in a few days. Got some questions/considerations,
though:
*) interested in integrating into NUT?
*) would you
2014 May 28
2
[LLVMdev] Partially complete LLVM backend for the VideoCore 4
Hello,
For a while I've been working on an LLVM backend for Broadcom's
VideoCore 4, the GPU made famous by the Raspberry Pi. This isn't the
QPU, for which Broadcom released docs a little while ago; it's the main
processor, which is a VC4 core.
It's a rather elegant thing with two cores, 32 registers, a built-in DSP
and an extremely nice instruction set; reverse engineered
2014 Jul 07
2
[PATCH] Support for ASEM UPS on Linux/i2c
On 07/07/2014 15:03, Charles Lepple wrote:
> Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes:
>
>> Nevermind, please try the one attached, just created by
>>
>> git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am
>> drivers/asem.c > asem.patch
>>
>> Just applied it on current master
2014 Mar 09
2
[LLVMdev] Isel DAG documentation?
Hi David,
> [(set GR32:$rD, globaladdr:$addr)]
> It seems to have somehow managed to create a cycle in the DAG, which is
> of course wrong. But how?
When I write a similar pattern into the ARM .td files and look at
(from the build directory) lib/Target/ARM/ARMGenDAGISel.inc, I see:
/*56478*/ /*SwitchOpcode*/ 13, TARGET_VAL(ISD::GlobalAddress),// ->56494
/*56481*/
2014 Mar 05
2
[LLVMdev] Stub LLVM backend wanted
> Maybe this would make a good GSOC project.
It's definitely too small project for a GSoC.
One can try to start from https://github.com/asl/llvm-openrisc
(openrisc branch inside), however, it's already 2 years old...
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State Universit
2014 Jul 09
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jul 8, 2014, at 3:29 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote:
> Seems that on x64 architectures NULL is not #defined in <stddef.h>
> the attached patch #includes <stdio.h> in AC_CHECK_DECLS. Tested on an ubuntu 12.10 x64, seems to solve the issue.
I am a little confused as to how you are testing this :-)
The driver still wouldn't compile