Displaying 20 results from an estimated 1300 matches similar to: "Re: Problem with new action"
2008 Aug 20
4
Looping over groups
Hello,
My R skills are somewhere between novice and intermediary, and I am hoping that some of you very helpful forum members, whom I've seen work your magic on other peoples' problems/questions, can help me here.
I have a matrix with the following format:
(i) individual plants comprising many different genotype groups (i.e., a plant is genotype 1 or genotype 2 or genotype 3, etc). The
2009 Sep 28
2
creating vectors from a list
Hi guys,
I have a list of 250 numbers as a result of using the ?by function!
List of 246
$ 0 : num [1:28] 22 11 31...
$ 1 : num [1:15] 12 14 9 ...
..
..
..
- attr(*, "dim")= int 250
- attr(*, "dimnames")=List of 1
The problem is that each list of 250 has different length! I would like to get the values of each list in a vector like vector_0 = (22,11,31,..), is this
2005 Feb 18
7
export to text file
I'm trying to export a large data frame to a text file for permanent
storage. The only thing I could find was the treeglia Package but that
didn't work. Any suggestions?
Thanks!
Christina D Smith
PhD Student, GRA
Statistics Department
Kansas State University
2005 Sep 29
2
memory issues with large data set
Hi,
I am running R 2.0.1.1. on Windows. It is a Dell Dimension with a 3.2 Ghz Processor and 4Gb RAM.
When using the ReadAffy() function to read in 97 arrays, I get the below error messages:
Error: cannot allocate vector of size 393529
Reached total allocation of 1024Mb: see help(memory.size)
When I use the comman "memory.limit(size=4000)" to increase the memory size to the
2007 May 14
1
optim bug (PR#9684)
Full_Name: Christina Merz
Version: R version 2.5.0 (2007-04-23)
OS: mingw32
Submission from: (NULL) (213.70.209.132)
R> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
2008 Nov 18
1
Tukey HSD following lme
Hi everyone
I'm using Tukey HSD as post-hoc test following a lme analysis. I'm
measuring hemicelluloses in different species treated with three
different CO2 concentrations (l=low, m=medium, h=high). The whole
experiment is a split-plot design and the Tukey-function from the
package multcomp is suitable for lme-analysis with random factors.
The analysis works fine but I get a non
2009 Nov 10
2
looking for an Asterisk supervision (status viewer) tool
Hi!
I am looking for a tool (application or webinterface) which shows me the
current status of an Asterisk server, e.g.:
- Status of the SIP peers (registered/offline)
- current incoming and outgoing calls
- start-time, numbers, some history
- history (calls stopped in the last 15 minutes, who hang up?)
- should be possible to link those calls to the relevant SIP peers
-
2005 Sep 27
4
Speex ver 1.1.10 decoder problem
Hi,
I just started using speex recently and I've been
having problem with Speex ver. 1.1.10 decoder. I used
Speex to encode a wav file to spx then decode it back
to wav file to see the voice quality that results from
different speex options. Somehow, I couldn't get the
original wav file back. I used both Speex ver 1.1.6
and ver 1.1.10 to both encode and decode, despite the
same output
2009 Aug 18
0
[LLVMdev] X86 Disassembler
Hi Sean,
> the attached diff implements a table-driven disassembler for the X86
> architecture (16-, 32-, and 64-bit incarnations), integrated into
> the MC framework. The disassembler is table-driven, using a custom
> TableGen backend to generate hierarchical tables optimized for fast
> decode. The disassembler consumes MemoryObjects and produces arrays
> of
2009 Sep 29
1
Comparing vectors from lists
Hi guys,
I still did not solve my problem properly! I have to compare the values of two lists of 250 numbers as a result of using the ?by function!
List1 of 250
$ 0 : num [1:28] 22 11 31...
$ 1 : num [1:15] 12 14 9 ...
..
..
..
- attr(*, "dim")= int 250
- attr(*, "dimnames")=List of 1
List2 of 250
$ 0 : num [1:24] 20 12 22...
$ 1 : num [1:17] 11 12 19 ...
..
..
2005 Sep 27
2
Speex ver 1.1.10 decoder problem
OK, that was a stupid error in the le_int prototype. It's fixed in svn
now.
Jean-Marc
Le mercredi 28 septembre 2005 ? 11:53 +1000, Jean-Marc Valin a ?crit :
> OK, it seems like I screwed up the wav header code between 1.1.8 and
> 1.1.9. Everything seems fine (playing to soundcard also works), except
> that the length reported for the wav is too short, which is why it stops
>
2003 Aug 19
3
Out of Office AutoReply: Your application
Salve,
sar? assente dal 18 Agosto al 9 Settembre compreso.
Per importanti escalation utilizzi la coda Clarify EUA_CC NTWKST. Se
desidera parlare col mio manager contatti Alexander Weigl
Cordialmente,
Sandro
------------------------------------------------------------------------
Dear sender,
I'm absent from August 18th till September 9th included. During this time I
wont be able to
2010 Mar 30
1
question on creating zoo object from indexed time series: re-arranges dates
Dear all,
I have a time series of daily measurements that starts like this:
KWhourly[1:10,]
Date Time Value
01/01/13 00:00:00 1.6
01/01/13 01:00:00 1.6
01/01/13 02:00:00 1.6
01/01/13 03:00:00 1.6
01/01/13 04:00:00 1.6
01/01/13 05:00:00 1.6
01/01/13 06:00:00 1.6
01/01/13 07:00:00 1.6
01/01/13 08:00:00 1.6
01/01/13 09:00:00 1.6
I am trying to get average daily,
2007 Jan 22
2
tdm400p not working with brazilian lines
Hi,
I'm installing an Asterisk box with a TDM2400P in Brazil. I can make
analog phones work while lines are not working. Since I do not know
anything about brazilian lines, is there anybody who can tell me what is
wrong/missing in my conf files (below)?
TIA
Giorgio
_zaptel.conf:_
fxoks=9-16
fxsks=17-24
defaultzone=br
loadzone=br*
*
_zapata.conf:_
context = inbound_zap
echocancel = 128
2008 Apr 25
2
force glm estimates to be nonnegative
Is there a way to force certain formula parameters to be nonnegative?
What I want to do is to estimate student capacity over time, namely by
> capacity ~ Student + Student:Day
I add this formula to a glm call and obtain negative learning slope estimates (Student:Day) in some cases.
However, I don't want to allow for that. In such a case, glm should solve
> capacity ~ Student
and
2005 Jan 05
3
Sending DTMF to PSTN problem with SIP
Dear All ~
I have * setup & running ok (with two Wildcard X100P's to PSTN). I also have
two analog phones connected into same through a SIPURA 2000. These work fine,
except that when I call out through PSTN & try to send DTMF tones to (say) a
remote PBX to dial an extension, the gain seems to go wild (high), and the
DTMF tones are not recognized at the other end.
I tried setting the
2007 Jul 19
2
Subsetting dataframes
Dear all!
W2k, R 2.5.1
I am working with an ongoing malting barley variety evaluation within
Sweden. The structure is 25 cultivars tested each year at four sites, in
field trials with three replicates and 'lattice' structure (the replicates
are divided into five sub blocks in a structured way). As we are normally
keeping around 15 varieties from each year to the next, and take in 10 new
2008 Nov 06
2
How to return individual equation from {aidsEst} in package [micEcon]?
Hi, R core team
I am using the function {aidsEst} in package [micEcon] to do an AIDS
model now. So far, everything is good. But I want to test the auto
correlation and heteroskedasticity of the individual equation from AIDS
demand system. How can I return the individual equation?
PS: serial correlation test is {bgtest} in package [lmtest] and
heteroskedasticity is {bptest} in package
2004 Aug 01
2
Strange Problem with "proj" and "aov" for split-plot analysis output
I'm using R 1.8.1 on Red Hat Linux 9. I've worked out the linear model
decomposition by hand. Using "aov" with "Error" to fit a split-plot
model, I get very different results depending on whether I use the
"data" argument for "aov" or not. When I use the "data" argument, the
ANOVA table from "summary" is correct but the
2003 Mar 07
1
rsync transfer efficiency
Hi,
Does anyone have the data of the rsync transfer speed vs. other tools like ftp?
Or where is the place to find such information that compare the transfer speed
between different tools?
If I were to transfer a single large file, say 500Mega Byte, previously
non-existent on the remote host, what would be the fastest tool I can choose for
transfer?
Thanks,
Christina Li