Displaying 20 results from an estimated 11000 matches similar to: "Needed help with 3 factor anova !!!"
2012 Jun 26
6
Universal server hardware platform - which to choose?
Hi all.
I am working for a hosting provider in Poland. We are currently
searching for an universal, extensible hardware platform which we
would like to use in our server infrastructure.
The platform should have:
- possibility to install up to 32GB of RAM and at least 4 slots for it;
- at least 6 SATA ports;
- the possibility to use SAS disks;
- at least one 1Gb/s network interface and the
2007 Apr 30
4
Mocking with Calculated Results
I am setting up an AR mock object and wanted to sanity check it. My
intent is to mix this into all my examples and then override/add
methods where necessary. Note that I''ve anticipated three cases for
find:
find with one numeric argument => object
find with :all => Array
find with anything else => nil
This roughly approximates how ActiveRecord::find works in this case
2012 Nov 14
1
[LLVMdev] Is infinite empty loop dead code?
Hi, dear Wenren:
Thank you so much for sharing this info. I really appreciate it.
Now I can move on deleting dead non-countable loops.
Thank you again!
Shuxin
On 11/14/12 12:56 AM, 陳韋任 (Wei-Ren Chen) wrote:
> On Wed, Nov 14, 2012 at 12:22:33AM -0800, Shuxin Yang wrote:
>> I do some google, I cannot find the answer...
>> I check C std, I cannot find answer either.
>>
2012 Nov 14
0
[LLVMdev] Is infinite empty loop dead code?
On Wed, Nov 14, 2012 at 12:22:33AM -0800, Shuxin Yang wrote:
> I do some google, I cannot find the answer...
> I check C std, I cannot find answer either.
>
> Delete infinite empty loop is boring, but if C/C++ lawyers could tell it
> is safe to to so,
> it would obviate the need to prove a non-countable loop infinite or not
> before
> DCE can delete it.
>
> That
2012 Nov 14
6
[LLVMdev] Is infinite empty loop dead code?
I do some google, I cannot find the answer...
I check C std, I cannot find answer either.
Delete infinite empty loop is boring, but if C/C++ lawyers could tell it
is safe to to so,
it would obviate the need to prove a non-countable loop infinite or not
before
DCE can delete it.
That is the answer I'm waiting for to delete a disgusting dead
non-countable loop in my way.
On 11/14/2012
2012 Nov 14
2
[LLVMdev] Is infinite empty loop dead code?
If the code is unreachable, such code is easy to be removed, and should
be removed.
If it is reachable, that is bit difficult to tell. Now that C std
already give compiler such permit,
perhaps we don't have to keep in sync with gcc. Otherwise, it is very
difficult to delete dead
non-countable loop.
One might argue, do you see many dead non-countable loops?
I don't know the answer, but
2006 Dec 02
3
Problem in Poland
Hello All,
I'm having problems connecting Asterisk to Telco in Poland (using E1). The telco guys are saying that the RING message is missing.
How can I make Asterisk to send the RING message? Does anyone have any samples of zaptel and zapata for Poland?
Best Regards,
Alex
____________________________________________________________________________________
Do you Yahoo!?
Everyone is
2009 Mar 19
1
simple "for loop" program for merging datasets?
Dear R community,
I would like to merge two datasets based on the categorical predictor “country”.
Dataset A:
Country Measure1
Afganistan 1
Afganistan 1
Russia 5
Poland 3
Poland 2
Dataset B:
Country Measure 2
Russia 2
Afganistan 10
Poland 15
My program does not work:
Country_A<-A$Country
2024 Jan 13
2
Strange results : bootrstrp CIs
Dear R-experts,
Here below, my R code working BUT I get a strange result I was not expecting! Indeed, the?95% percentile bootstrap CIs is (-54.81, -54.81 ). Is anything going wrong?
Best,
##########################################
Score=c(345,564,467,675,432,346,476,512,567,543,234,435,654,411,356,658,432,345,432,345, 345,456,543,501)
?
Country=c("Italy", "Italy",
2012 Nov 14
2
[LLVMdev] Is infinite empty loop dead code?
Thank you all for the input. Seems that I have to prove a non-countable
loop is finite before I can delete it.
BTW, I think this draft is not clear as to what is "constant expr". The
source code may use symbolic value,
but later on the symbolic value could be proved to be constant. However,
compiler could mistakenly delete the loop before that
point.
Thank you all for the input
2024 Jan 13
1
Strange results : bootrstrp CIs
Dear Duncan,
Dear Ivan,
I really thank you a lot for your response.
So, if I correctly understand your answers the problem is coming from this line:
coef(lm(Score~ Time + factor(Country)),data=data[idx,])
This line should be:
coef(lm(Score~ Time + factor(Country),data=data[idx,]))
If yes, now I get an error message (code here below)! So, it still does not work.
Error in t.star[r, ] <-
2005 Oct 02
1
question for some tests
Hi! I come from Poland, and my English is not as good as it should be, so I have to apologize for my mistakes.
I would like to ask you for a package, where I can find a test, which is named The Test Of Series (in Poland). In econometric models we use this test to check if the residuals are completely random ( I mean with destiny). And one more thing - I would like to know where I can find a test
2024 Jan 13
1
Strange results : bootrstrp CIs
It took me a little while to figure this out, but: the problem is
that if your resampling leaves out any countries (which is very likely),
your model applied to the bootstrapped data will have fewer coefficients
than your original model.
I tried this:
cc <- unique(e$Country)
func <- function(data, idx) {
coef(lm(Score~ Time + factor(Country, levels =cc),data=data[idx,]))
}
but lm()
2012 Jul 25
2
[LLVMdev] Question about an unusual jump instruction
Dear all,
I'm working on an exploratory backend on llvm. In the instruction set I'm using
I have an instruction (called DECJNZ) that decrements a register and, if the
decremented value is not zero, jumps (with a relative jump) to a given offset.
I've described in tablegen this instruction as follow:
def DECJNZ : Instruction {
let Namespace = "MyTarget";
let
2005 Aug 06
2
Dialplan mapping for multiple outbound providers to determine best rates
Hello All,
Right now I have several providers. Voipjet, Teliax, and more recently
Broadvoice.
Broadvoice gives me unlimited to europe, but what I want to do is
determine the best way to setup a dialplan so for example, certain
countries will go through the cheapest route.
I am really only interested in Poland, Russia and Turkey. Poland is free
on broadvoice, but not for cellular, which I may
2003 Oct 21
9
Free g.729.1 implementation
1st. - I'm from Poland, we don't have (yet, and hopefully forever) software
patents.
Is there any free g.729.1 implementation for asterisk? I want to use it for my
private use (dialing into inet->PSTN gateway), and I don't want (now) to buy
codec, as I don't know if I will be using this service in future (now I just
want to test it). Any solutions? Maybe even
2018 Nov 30
5
DMARC policies
Hi,
I have just started to get dovecot list messages which I had not been
receiving until today. How can I opt out (again)?
regards, Michal Szymanski
On Fri, Nov 30, 2018 at 10:42:22AM +0100, Per Jessen wrote:
> Aki Tuomi wrote:
> >On 30.11.2018 10.03, Per Jessen wrote:
> >
> >>Hi AKi
> >>
> >>I guess my address was re-subscribed then? I was subscribed
2007 Nov 13
3
ESRI Shapefile for EU-25
Hi all,
who knows how to get an ESRI Shapefile for the NUTS-2 Regions of the
enlarged European Union? Particularly I want to draw maps of Germany,
Poland, Czech Republik, Hungary and Austria. I've found Shapefiles for the
US, Russia and other countries elsewhere in the web, but for Europe it
seems really difficult.
With many thanks for any hint
Albrecht
2011 Dec 20
1
replacement has 13665 rows, data has 13664
Hello, all.
I have come across a problem. Previously, when I recoded my DV, added the variable to my dataset and ran the multinom, I was just fine. But I am doing it again and I am getting this error.
R> Poland$trust <- trust
Error in `$<-.data.frame`(`*tmp*`, "trust", value = c(NA, NA, NA, NA, :
replacement has 13665 rows, data has 13664
Do I need to delete a row? And
2023 May 02
1
Reg: Help regarding ggplot2
It's not clear what you want but ...
On 02/05/2023 10:57, Upananda Pani wrote:
> Dear All,
>
> I have a dataset which contains date and 12 other countries data. I
> have extracted the data as xts object.
>
> I am not able to recall all the series in the Y axis. My data set
> looks like this
>
> index crepub finland france germany italy netherlands norway poland
>