Hello,
The example shows a sequence of songtypes a bird has sang.
The entire list contains several thousand songs which the bird has produced 
consecutively.
Is there any convenient way in R to produce a contingency table which shows how 
often a special song type was sang after a special other songtype? Or within a 
determined frame of e.g. 10 consecutively produced songs?

Example:

Nr      Songtype
1       S1
2       S2
3       S3
4       S1
5       S1
6       S2
7       S4

Contingency table:

S1      S2      S3      S4 subsequent songs
S1      1       2       0       0
S2      0       0       1       1
S3      1       0       0       0
S4      0       0       0       0
Preceding  
Songs


Greetings
Michael 









#adBox3 {display:none;}




Heute schon ge"freeMail"t?
Jetzt kostenlose E-Mail-Adresse sichern!
http://email.freenet.de/dienste/emailoffice/produktuebersicht/basic/mail/index.html?pid=6831

        [[alternative(swapped) HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to