Displaying 3 results from an estimated 3 matches for "condition_1".
Did you mean:
condition1
2009 May 04
1
wrong if-else syntax
What is wrong in the following nested if-else statements:
if (Condition_1) { # begin IF_1
statement_1
statement_2
statement_3
if (Condition_2) { # begin IF_2
a<- a +1
} # end IF_2
statement_4
statement_5
statement_6
statement_7...
2010 Apr 30
2
deriving mean from specific cases
Hi all,
I have a large dataset that has >10k entries. The dataset is stored in a
dataframe with the headers:
SubID Condition1 Condition2 Result1 Result2
There are multiple entries for a given SubID(Subject ID). Condition 1 has 3
levels and condition2 has 2 levels (therefore there are 6 possible
combinations all together e.g. Cond1 Level1 x Cond2 Level 1 etc.) and i need
to compute for
1. The
2009 May 05
1
self organizing map advice for categorical data
...x
To: mauede at alice.it
Cc: r-help at stat.math.ethz.ch
Message-ID: <49FECBBF.2000509 at stats.uwo.ca>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 04/05/2009 5:08 AM, mauede at alice.it wrote:
> What is wrong in the following nested if-else statements:
>
> if (Condition_1) { # begin IF_1
> statement_1
> statement_2
> statement_3
> if (Condition_2) { # begin IF_2
> a<- a +1
> } # end IF_2
> statement_4
> statemen...