We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3c089 commit e835219Copy full SHA for e835219
instructors/data/03-practical-activity-1-fr.R
@@ -35,10 +35,7 @@ epi_contacts <- epicontacts::#<À COMPLETER>
35
epi_contacts
36
37
# Visualiser le réseau de contacts
38
-contact_network <- epicontacts::#<À COMPLÉTER>
39
-
40
-# voir un aperçu du réseau
41
-contact_network
+plot(epi_contacts)
42
43
44
# Compter les cas secondaires par individu -----------------------------------------
instructors/data/03-practical-activity-1.R
@@ -35,10 +35,7 @@ epi_contacts <- epicontacts::#<COMPLETE>
# Visualize the contact network
-contact_network <- epicontacts::#<COMPLETE>
-# Print output
# Count secondary cases per subject in contacts and linelist --------------
0 commit comments