<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Sabrina,<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>Do you always have the same number of error codes/sub-codes per each %err: tier as number of reaction codes per corresponding %rea: tier? Do the codes on both tiers align, in other words does the first code on %rea: tier always goes with the first code on the %err tier and the second code on %rea: tier always goes with the second code on the %err tier and so on? if the codes are not aligned or there more or less codes on %err: than on %rea: tier, then I would recommend to use KWAL command to search for a particular code on %err: tier and include the %rea: tier in the output. For example, assuming that your %err: and %rea: codes start with “$” then try command:</div><div><br></div><div>kwal +t%err +s$err_code +o%rea:</div><div><br></div><div><br></div><div>If you know both %err: codes and corresponding %rea: codes, then try COMBO command:</div><div><br></div><div>combo +g5 +s$err_code^*^$rea_code +t%err +t%rea: <br><div><br class="webkit-block-placeholder"></div><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br class="Apple-interchange-newline">Leonid.</div><div><br></div></div></span></div></span></span></div></span></div></span></span><br class="Apple-interchange-newline">
</div>
<br><div><div>On Feb 4, 2014, at 10:46, Brian MacWhinney <<a href="mailto:macw@cmu.edu">macw@cmu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Dear Sabrina,<div><br><div>     It would actually be a bit easier if you developed a coding system that put everything on a single line.  You can read Chapter 6 of the CLAN manual about how to use Coder Mode to do this, and chapter 14 of the CHAT manual described the INCA coding system of Ninio and Wheeler that exemplifies the approach.  In your case, for example there would be codes such as $err:*  and $rea:*  that characterize the errors and the responses.  The asterisk indicates some further levels of the coding system you might create.   You can then use KWAL search patterns to track combination of errors and reactions.  </div><div>    This can also be done, as you suggest by simply merging the two types of information into single codes, again within the general framework of systems such as INCA.  Actually, I think that is the most straightforward approach.</div><div>    You may feel that it is necessary to separate this information so that errors are coded for the child and reactions for the adult.  In that case, you can create more complex search strings using cross-tier COMBO, as described in section 9.4.4 and 9.4.5 of the CLAN manual.</div><div><br></div><div>Best regards,</div><div><br></div><div>— Brian MacWhinney</div><div><br><div><div>On Feb 4, 2014, at 10:29 AM, Sabrina Geyer <<a href="mailto:sabrina.geyer@online.de">sabrina.geyer@online.de</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Dear all, <br><br>I have a question concerning some tools of the CLAN programs. I've been reading the manual, but couldn't find an answer so I hope that someone of you could help me to solve my problem. <br><br>I would like to combine different codes I've created so that I can see how often the combination of several codes relating to the same utterance occur in my data. For now, I'm not sure if this is possible - if this is the case, I have no idea how to realise this in the commands window of CLAN. <br><br>To be sure that you understand me correctly I'd like to give you an example: Among other things, I'd like to analyse how caretakers react to different ill-formed utterances of children they interact with. To categorise the different errors of the children I created the line "%err" with several subcodes. To categorise the caretaker's reaction I created the line "%rea" with different subcodes. I’d now like to see whether the caretakers in my data react differently to different errors the children make.<br><br>Does CLAN offer any possibility to do this without unifying the two codes in one?<br><br>Thank you for your help! <br>Best wishes,<br>Sabrina<br></div><div><br class="webkit-block-placeholder"></div>

-- <br>
You received this message because you are subscribed to the Google Groups "chibolts" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:chibolts+unsubscribe@googlegroups.com">chibolts+unsubscribe@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:chibolts@googlegroups.com">chibolts@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/5410ff69-ff9b-4be1-a5b5-000998766e3b%40googlegroups.com">https://groups.google.com/d/msgid/chibolts/5410ff69-ff9b-4be1-a5b5-000998766e3b%40googlegroups.com</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br>
</blockquote></div><br></div></div></div><div><br class="webkit-block-placeholder"></div>

-- <br>
You received this message because you are subscribed to the Google Groups "chibolts" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:chibolts+unsubscribe@googlegroups.com">chibolts+unsubscribe@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:chibolts@googlegroups.com">chibolts@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/5041F111-F5AA-4C73-B208-07F639858A7D%40cmu.edu">https://groups.google.com/d/msgid/chibolts/5041F111-F5AA-4C73-B208-07F639858A7D%40cmu.edu</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br>
</blockquote></div><br></div></body></html>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "chibolts" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to chibolts+unsubscribe@googlegroups.com.<br />
To post to this group, send email to chibolts@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/38FF3FC5-ED51-4698-AEA7-A356E03BEC45%40andrew.cmu.edu">https://groups.google.com/d/msgid/chibolts/38FF3FC5-ED51-4698-AEA7-A356E03BEC45%40andrew.cmu.edu</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />