title: “Association Rule Mining of Pneumonia Outcomes”
author: “Nomakhephu Nomcoyiya”

Introduction

This study aims to perform the association rule mining of Pneumonia outcome.

Preliminary Data Processing

library(arules)
## Loading required package: Matrix
## 
## Attaching package: 'arules'
## The following objects are masked from 'package:base':
## 
##     abbreviate, write
library(arulesViz)
library(readxl)
library(arulesViz)

#Reading the data 

data <- read_excel("Pneumonia severe outcomes data set.xlsx")
## New names:
## • `infant_id` -> `infant_id...1`
## • `infant_id` -> `infant_id...2`
data <- as.data.frame(data)

#Inspecting the structure

str(data)
## 'data.frame':    174 obs. of  26 variables:
##  $ infant_id...1          : chr  "1898/1/1/NNIF" "3354/1/2/RVIF" "1381/1/1/VMIF" "1794/1/1/ZPIF" ...
##  $ infant_id...2          : chr  "1898" "3354" "1381" "1794" ...
##  $ dob                    : POSIXct, format: "2015-03-19" "2013-02-21" ...
##  $ pneumonia date         : POSIXct, format: "2016-03-07" "2013-03-18" ...
##  $ age_months             : num  11.607 0.82 1.541 1.475 0.984 ...
##  $ serious outcome?       : chr  "Fatal or ICU" "Fatal or ICU" "Fatal or ICU" "Fatal or ICU" ...
##  $ prolonged              : num  1 0 0 1 1 1 1 1 1 1 ...
##  $ duration_admission     : num  27 2 0 25 18 12 29 25 14 13 ...
##  $ ventilation            : chr  NA "IPPV" NA "IPPV" ...
##  $ outcome                : chr  "Died" "Died" "Died" "Discharged home" ...
##  $ sex                    : chr  "Female" "Female" "Male" "Male" ...
##  $ prem                   : num  0 1 0 1 0 1 1 1 1 1 ...
##  $ lbw                    : num  0 0 0 0 0 1 1 1 1 1 ...
##  $ hiv_exposure           : chr  "HIV unexposed" "HIV unexposed" "HIV unexposed" "HIV unexposed" ...
##  $ Maternal smoke category: chr  "Active smoker" "Active smoker" "Non smoker / passive smoker" "Active smoker" ...
##  $ people in house        : chr  "5 or fewer" "5 or fewer" "5 or fewer" "5 or fewer" ...
##  $ vaccinations           : chr  NA NA NA "missing doses" ...
##  $ uwfa                   : num  0 0 1 1 0 1 1 1 1 1 ...
##  $ stunted                : num  1 0 1 1 0 1 0 1 1 0 ...
##  $ O2 saturation          : num  79 81 NA 40 99 86 85 94 99 90 ...
##  $ temp                   : num  37 38 NA 36 37 37 36 38 37 37 ...
##  $ pulse                  : num  179 192 0 160 149 200 173 180 155 142 ...
##  $ resp                   : num  48 80 0 70 52 72 56 54 68 48 ...
##  $ chest indrawing        : num  1 1 0 1 1 1 1 1 1 1 ...
##  $ Xray                   : chr  "Primary end point or pleural effusion" "Primary end point or pleural effusion" NA "Primary end point or pleural effusion" ...
##  $ CRP                    : num  9 117.4 NA 43.7 4 ...
summary(data)
##  infant_id...1      infant_id...2           dob                     
##  Length:174         Length:174         Min.   :2012-07-10 00:00:00  
##  Class :character   Class :character   1st Qu.:2013-04-16 18:00:00  
##  Mode  :character   Mode  :character   Median :2014-05-02 00:00:00  
##                                        Mean   :2014-02-20 14:12:24  
##                                        3rd Qu.:2014-12-20 06:00:00  
##                                        Max.   :2015-07-20 00:00:00  
##                                                                     
##  pneumonia date                  age_months      serious outcome?  
##  Min.   :2012-08-13 00:00:00   Min.   : 0.1967   Length:174        
##  1st Qu.:2013-11-28 12:00:00   1st Qu.: 1.7787   Class :character  
##  Median :2014-09-17 12:00:00   Median : 4.3607   Mode  :character  
##  Mean   :2014-09-19 17:47:35   Mean   : 6.9229                     
##  3rd Qu.:2015-06-11 18:00:00   3rd Qu.:11.0246                     
##  Max.   :2016-11-30 00:00:00   Max.   :23.0492                     
##                                                                    
##    prolonged      duration_admission ventilation          outcome         
##  Min.   :0.0000   Min.   : 0.000     Length:174         Length:174        
##  1st Qu.:0.0000   1st Qu.: 2.000     Class :character   Class :character  
##  Median :0.0000   Median : 3.000     Mode  :character   Mode  :character  
##  Mean   :0.1092   Mean   : 4.734                                          
##  3rd Qu.:0.0000   3rd Qu.: 5.000                                          
##  Max.   :1.0000   Max.   :30.000                                          
##                   NA's   :1                                               
##      sex                 prem             lbw         hiv_exposure      
##  Length:174         Min.   :0.0000   Min.   :0.0000   Length:174        
##  Class :character   1st Qu.:0.0000   1st Qu.:0.0000   Class :character  
##  Mode  :character   Median :0.0000   Median :0.0000   Mode  :character  
##                     Mean   :0.2989   Mean   :0.2816                     
##                     3rd Qu.:1.0000   3rd Qu.:1.0000                     
##                     Max.   :1.0000   Max.   :1.0000                     
##                                                                         
##  Maternal smoke category people in house    vaccinations            uwfa      
##  Length:174              Length:174         Length:174         Min.   :0.000  
##  Class :character        Class :character   Class :character   1st Qu.:0.000  
##  Mode  :character        Mode  :character   Mode  :character   Median :0.000  
##                                                                Mean   :0.289  
##                                                                3rd Qu.:1.000  
##                                                                Max.   :1.000  
##                                                                NA's   :1      
##     stunted       O2 saturation         temp           pulse       
##  Min.   :0.0000   Min.   : 40.00   Min.   :35.00   Min.   :   0.0  
##  1st Qu.:0.0000   1st Qu.: 89.50   1st Qu.:37.00   1st Qu.: 156.0  
##  Median :0.0000   Median : 94.00   Median :37.00   Median : 166.0  
##  Mean   :0.3873   Mean   : 91.89   Mean   :37.46   Mean   : 280.5  
##  3rd Qu.:1.0000   3rd Qu.: 96.00   3rd Qu.:38.00   3rd Qu.: 181.0  
##  Max.   :1.0000   Max.   :100.00   Max.   :40.00   Max.   :9999.0  
##  NA's   :1        NA's   :3        NA's   :4       NA's   :1       
##       resp       chest indrawing      Xray                CRP        
##  Min.   : 0.00   Min.   :0.0000   Length:174         Min.   :  0.00  
##  1st Qu.:56.00   1st Qu.:1.0000   Class :character   1st Qu.:  3.00  
##  Median :61.50   Median :1.0000   Mode  :character   Median :  8.00  
##  Mean   :61.97   Mean   :0.8621                      Mean   : 26.66  
##  3rd Qu.:68.50   3rd Qu.:1.0000                      3rd Qu.: 35.88  
##  Max.   :98.00   Max.   :1.0000                      Max.   :347.90  
##  NA's   :2                                           NA's   :34
head(data)
##   infant_id...1 infant_id...2        dob pneumonia date age_months
## 1 1898/1/1/NNIF          1898 2015-03-19     2016-03-07 11.6065600
## 2 3354/1/2/RVIF          3354 2013-02-21     2013-03-18  0.8196721
## 3 1381/1/1/VMIF          1381 2013-04-10     2013-05-27  1.5409840
## 4 1794/1/1/ZPIF          1794 2014-09-29     2014-11-13  1.4754100
## 5 1889/1/1/NNIF          1889 2015-02-25     2015-03-27  0.9836066
## 6 1988/1/1/TFIF          1988 2015-04-10     2015-08-09  3.9672130
##   serious outcome? prolonged duration_admission ventilation         outcome
## 1     Fatal or ICU         1                 27        <NA>            Died
## 2     Fatal or ICU         0                  2        IPPV            Died
## 3     Fatal or ICU         0                  0        <NA>            Died
## 4     Fatal or ICU         1                 25        IPPV Discharged home
## 5     Fatal or ICU         1                 18        CPAP Discharged home
## 6     Fatal or ICU         1                 12        CPAP Discharged home
##      sex prem lbw  hiv_exposure     Maternal smoke category people in house
## 1 Female    0   0 HIV unexposed               Active smoker      5 or fewer
## 2 Female    1   0 HIV unexposed               Active smoker      5 or fewer
## 3   Male    0   0 HIV unexposed Non smoker / passive smoker      5 or fewer
## 4   Male    1   0 HIV unexposed               Active smoker      5 or fewer
## 5   Male    0   0 HIV unexposed                        <NA>      5 or fewer
## 6   Male    1   1   HIV exposed                        <NA>      5 or fewer
##    vaccinations uwfa stunted O2 saturation temp pulse resp chest indrawing
## 1          <NA>    0       1            79   37   179   48               1
## 2          <NA>    0       0            81   38   192   80               1
## 3          <NA>    1       1            NA   NA     0    0               0
## 4 missing doses    1       1            40   36   160   70               1
## 5          <NA>    0       0            99   37   149   52               1
## 6   all on time    1       1            86   37   200   72               1
##                                    Xray   CRP
## 1 Primary end point or pleural effusion   9.0
## 2 Primary end point or pleural effusion 117.4
## 3                                  <NA>    NA
## 4 Primary end point or pleural effusion  43.7
## 5 Primary end point or pleural effusion   4.0
## 6 Primary end point or pleural effusion  76.0

Since, the data has missing rows, we explicitly fill them with “N/A”

data[is.na(data)] <- "N/A"

All variables were converted into categorical format to enable association rule mining. This transformation ensures that each patient record can be treated as a set of clinical attributes, allowing identification of co-occurring conditions and outcomes.

for(i in 1:ncol(data)){
  data[,i] <- as.factor(data[,i])
}

Each patient record was transformed into a transaction containing all clinical attributes associated with that individual. This approach also allows the identification of frequently of conditions that occur simultaneously and outcome patterns.

#Transaction format 

trans_list <- list()

for(i in 1:nrow(data)){
  trans_list[[i]] <- paste(names(data), data[i,], sep="=")
}

transactions <- as(trans_list, "transactions")
transactions
## transactions in sparse format with
##  174 transactions (rows) and
##  1005 items (columns)

The data set primarily captures pediatric pneumonia cases and includes clinical severity indicators, nutritional status measures (weight and stunting), and HIV exposure. No chronic non-communicable comorbidities were recorded, allowing the analysis to focus on the interaction between infection severity, nutritional vulnerability, and adverse outcomes.

#Exploring item frequencies 

itemFrequencyPlot(transactions, topN=20, col = "skyblue", xlab = "Factors", ylab = "Frequency", main = "Effects Frequency")

Apriori identifies reliable and interpretable rules. Restricting rule length prevents combinatorial explosion and ensures computational stability.

rules_apriori <- apriori(
  transactions,
  parameter = list(
    supp = 0.05,
    conf = 0.7,
    maxlen = 4
  )
)
## Apriori
## 
## Parameter specification:
##  confidence minval smax arem  aval originalSupport maxtime support minlen
##         0.7    0.1    1 none FALSE            TRUE       5    0.05      1
##  maxlen target  ext
##       4  rules TRUE
## 
## Algorithmic control:
##  filter tree heap memopt load sort verbose
##     0.1 TRUE TRUE  FALSE TRUE    2    TRUE
## 
## Absolute minimum support count: 8 
## 
## set item appearances ...[0 item(s)] done [0.00s].
## set transactions ...[1005 item(s), 174 transaction(s)] done [0.00s].
## sorting and recoding items ... [63 item(s)] done [0.00s].
## creating transaction tree ... done [0.00s].
## checking subsets of size 1 2 3 4
## Warning in apriori(transactions, parameter = list(supp = 0.05, conf = 0.7, :
## Mining stopped (maxlen reached). Only patterns up to a length of 4 returned!
##  done [0.00s].
## writing ... [34091 rule(s)] done [0.01s].
## creating S4 object  ... done [0.01s].
summary(rules_apriori)
## set of 34091 rules
## 
## rule length distribution (lhs + rhs):sizes
##     1     2     3     4 
##     9   450  5259 28373 
## 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.000   4.000   4.000   3.819   4.000   4.000 
## 
## summary of quality measures:
##     support          confidence        coverage            lift       
##  Min.   :0.05172   Min.   :0.7000   Min.   :0.05172   Min.   :0.7612  
##  1st Qu.:0.06322   1st Qu.:0.8182   1st Qu.:0.07471   1st Qu.:1.0175  
##  Median :0.09195   Median :0.9091   Median :0.10345   Median :1.0875  
##  Mean   :0.13707   Mean   :0.8950   Mean   :0.15515   Mean   :1.1516  
##  3rd Qu.:0.16092   3rd Qu.:1.0000   3rd Qu.:0.18391   3rd Qu.:1.1778  
##  Max.   :0.98276   Max.   :1.0000   Max.   :1.00000   Max.   :3.5510  
##      count       
##  Min.   :  9.00  
##  1st Qu.: 11.00  
##  Median : 16.00  
##  Mean   : 23.85  
##  3rd Qu.: 28.00  
##  Max.   :171.00  
## 
## mining info:
##          data ntransactions support confidence
##  transactions           174    0.05        0.7
##                                                                                 call
##  apriori(data = transactions, parameter = list(supp = 0.05, conf = 0.7, maxlen = 4))

The strongest rules predominantly predicted low birth weight, highlighting the role of prematurity and nutritional status. Note* prem=2 - Premature child uwfa=2 - Underweight for age temp=5 - High temperature lbw=2 - Low birth weight

#Strongest apriori rules
top_apriori <- sort(rules_apriori, by = "lift", decreasing = TRUE)
inspect(head(top_apriori, 10))
##      lhs                             rhs         support confidence   coverage     lift count
## [1]  {prem=2,                                                                                
##       temp=5,                                                                                
##       uwfa=2}                     => {lbw=2}  0.07471264          1 0.07471264 3.551020    13
## [2]  {Maternal smoke category=3,                                                             
##       people in house=2,                                                                     
##       uwfa=2}                     => {lbw=2}  0.05172414          1 0.05172414 3.551020     9
## [3]  {lbw=2,                                                                                 
##       stunted=2,                                                                             
##       vaccinations=2}             => {uwfa=2} 0.05747126          1 0.05747126 3.480000    10
## [4]  {prem=2,                                                                                
##       stunted=2,                                                                             
##       vaccinations=2}             => {uwfa=2} 0.05747126          1 0.05747126 3.480000    10
## [5]  {lbw=2,                                                                                 
##       prolonged=2,                                                                           
##       Xray=4}                     => {prem=2} 0.05172414          1 0.05172414 3.346154     9
## [6]  {lbw=2,                                                                                 
##       prolonged=2,                                                                           
##       sex=2}                      => {prem=2} 0.05747126          1 0.05747126 3.346154    10
## [7]  {hiv_exposure=1,                                                                        
##       lbw=2,                                                                                 
##       Xray=4}                     => {prem=2} 0.05747126          1 0.05747126 3.346154    10
## [8]  {lbw=2,                                                                                 
##       temp=7,                                                                                
##       uwfa=2}                     => {prem=2} 0.05172414          1 0.05172414 3.346154     9
## [9]  {lbw=2,                                                                                 
##       uwfa=2,                                                                                
##       Xray=4}                     => {prem=2} 0.09770115          1 0.09770115 3.346154    17
## [10] {lbw=2,                                                                                 
##       stunted=2,                                                                             
##       temp=7}                     => {prem=2} 0.06896552          1 0.06896552 3.346154    12

Narrowed Analysis of severe outcomes - Fatal or ICU

rules_severe <- apriori(
  transactions,
  parameter = list(
    supp = 0.02,
    conf = 0.8,
    maxlen = 3
  ),
  appearance = list(rhs = "serious outcome?=1")
)
## Apriori
## 
## Parameter specification:
##  confidence minval smax arem  aval originalSupport maxtime support minlen
##         0.8    0.1    1 none FALSE            TRUE       5    0.02      1
##  maxlen target  ext
##       3  rules TRUE
## 
## Algorithmic control:
##  filter tree heap memopt load sort verbose
##     0.1 TRUE TRUE  FALSE TRUE    2    TRUE
## 
## Absolute minimum support count: 3 
## 
## set item appearances ...[1 item(s)] done [0.00s].
## set transactions ...[1005 item(s), 174 transaction(s)] done [0.00s].
## sorting and recoding items ... [112 item(s)] done [0.00s].
## creating transaction tree ... done [0.00s].
## checking subsets of size 1 2 3
## Warning in apriori(transactions, parameter = list(supp = 0.02, conf = 0.8, :
## Mining stopped (maxlen reached). Only patterns up to a length of 3 returned!
##  done [0.00s].
## writing ... [27 rule(s)] done [0.00s].
## creating S4 object  ... done [0.00s].
inspect(sort(rules_severe, by = "lift"))
##      lhs                             rhs                     support confidence   coverage   lift count
## [1]  {ventilation=1}              => {serious outcome?=1} 0.03448276          1 0.03448276 10.875     6
## [2]  {ventilation=2}              => {serious outcome?=1} 0.04597701          1 0.04597701 10.875     8
## [3]  {ventilation=1,                                                                                   
##       Xray=4}                     => {serious outcome?=1} 0.03448276          1 0.03448276 10.875     6
## [4]  {temp=5,                                                                                          
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [5]  {vaccinations=2,                                                                                  
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [6]  {stunted=1,                                                                                       
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [7]  {people in house=1,                                                                               
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [8]  {prem=1,                                                                                          
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [9]  {uwfa=1,                                                                                          
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [10] {hiv_exposure=3,                                                                                  
##       ventilation=1}              => {serious outcome?=1} 0.02873563          1 0.02873563 10.875     5
## [11] {lbw=1,                                                                                           
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [12] {chest indrawing=2,                                                                               
##       ventilation=1}              => {serious outcome?=1} 0.03448276          1 0.03448276 10.875     6
## [13] {prolonged=1,                                                                                     
##       ventilation=1}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [14] {outcome=2,                                                                                       
##       ventilation=1}              => {serious outcome?=1} 0.03448276          1 0.03448276 10.875     6
## [15] {prolonged=2,                                                                                     
##       ventilation=2}              => {serious outcome?=1} 0.02873563          1 0.02873563 10.875     5
## [16] {lbw=2,                                                                                           
##       ventilation=2}              => {serious outcome?=1} 0.02873563          1 0.02873563 10.875     5
## [17] {uwfa=2,                                                                                          
##       ventilation=2}              => {serious outcome?=1} 0.02873563          1 0.02873563 10.875     5
## [18] {prem=2,                                                                                          
##       ventilation=2}              => {serious outcome?=1} 0.04022989          1 0.04022989 10.875     7
## [19] {ventilation=2,                                                                                   
##       Xray=4}                     => {serious outcome?=1} 0.02873563          1 0.02873563 10.875     5
## [20] {stunted=2,                                                                                       
##       ventilation=2}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [21] {Maternal smoke category=1,                                                                       
##       ventilation=2}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [22] {stunted=1,                                                                                       
##       ventilation=2}              => {serious outcome?=1} 0.02298851          1 0.02298851 10.875     4
## [23] {people in house=1,                                                                               
##       ventilation=2}              => {serious outcome?=1} 0.03448276          1 0.03448276 10.875     6
## [24] {sex=2,                                                                                           
##       ventilation=2}              => {serious outcome?=1} 0.04022989          1 0.04022989 10.875     7
## [25] {hiv_exposure=3,                                                                                  
##       ventilation=2}              => {serious outcome?=1} 0.02873563          1 0.02873563 10.875     5
## [26] {chest indrawing=2,                                                                               
##       ventilation=2}              => {serious outcome?=1} 0.04022989          1 0.04022989 10.875     7
## [27] {outcome=2,                                                                                       
##       ventilation=2}              => {serious outcome?=1} 0.04022989          1 0.04022989 10.875     7

Rules predicting fatal or ICU outcomes are fewer but show strong associations with prematurity, nutritional vulnerability, and severe clinical presentation. This supports the concept of compounded vulnerability leading to critical illness.

itemsets_eclat <- eclat(
  transactions,
  parameter = list(
    supp = 0.05,
    maxlen = 4
  )
)
## Eclat
## 
## parameter specification:
##  tidLists support minlen maxlen            target  ext
##     FALSE    0.05      1      4 frequent itemsets TRUE
## 
## algorithmic control:
##  sparse sort verbose
##       7   -2    TRUE
## 
## Absolute minimum support count: 8 
## 
## create itemset ... 
## set transactions ...[1005 item(s), 174 transaction(s)] done [0.00s].
## sorting and recoding items ... [63 item(s)] done [0.00s].
## creating bit matrix ... [63 row(s), 174 column(s)] done [0.00s].
## writing  ... [19016 set(s)] done [0.00s].
## Creating S4 object  ... done [0.00s].
summary(itemsets_eclat)
## set of 19016 itemsets
## 
## most frequent items:
##          outcome=2      ventilation=3 serious outcome?=2        prolonged=1 
##               4236               4021               3998               3955 
##  chest indrawing=2            (Other) 
##               3748              50217 
## 
## element (itemset/transaction) length distribution:sizes
##     1     2     3     4 
##    63   742  4216 13995 
## 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    1.00    3.00    4.00    3.69    4.00    4.00 
## 
## summary of quality measures:
##     support            count       
##  Min.   :0.05172   Min.   :  9.00  
##  1st Qu.:0.06322   1st Qu.: 11.00  
##  Median :0.08621   Median : 15.00  
##  Mean   :0.12234   Mean   : 21.29  
##  3rd Qu.:0.13793   3rd Qu.: 24.00  
##  Max.   :0.98276   Max.   :171.00  
## 
## includes transaction ID lists: FALSE 
## 
## mining info:
##          data ntransactions support
##  transactions           174    0.05
##                                                                   call
##  eclat(data = transactions, parameter = list(supp = 0.05, maxlen = 4))
inspect(head(sort(itemsets_eclat, by = "support"), 10))
##      items                                          support   count
## [1]  {outcome=2}                                    0.9827586 171  
## [2]  {ventilation=3}                                0.9195402 160  
## [3]  {outcome=2, serious outcome?=2, ventilation=3} 0.9080460 158  
## [4]  {outcome=2, serious outcome?=2}                0.9080460 158  
## [5]  {serious outcome?=2, ventilation=3}            0.9080460 158  
## [6]  {outcome=2, ventilation=3}                     0.9080460 158  
## [7]  {serious outcome?=2}                           0.9080460 158  
## [8]  {prolonged=1}                                  0.8908046 155  
## [9]  {outcome=2, prolonged=1}                       0.8793103 153  
## [10] {chest indrawing=2}                            0.8620690 150

Rule induction from above

rules_eclat <- ruleInduction(
  itemsets_eclat,
  confidence = 0.7
)

inspect(head(sort(rules_eclat, by = "lift"), 10))
##      lhs                             rhs         support confidence     lift
## [1]  {prem=2,                                                               
##       temp=5,                                                               
##       uwfa=2}                     => {lbw=2}  0.07471264          1 3.551020
## [2]  {Maternal smoke category=3,                                            
##       people in house=2,                                                    
##       uwfa=2}                     => {lbw=2}  0.05172414          1 3.551020
## [3]  {lbw=2,                                                                
##       stunted=2,                                                            
##       vaccinations=2}             => {uwfa=2} 0.05747126          1 3.480000
## [4]  {prem=2,                                                               
##       stunted=2,                                                            
##       vaccinations=2}             => {uwfa=2} 0.05747126          1 3.480000
## [5]  {lbw=2,                                                                
##       prolonged=2,                                                          
##       sex=2}                      => {prem=2} 0.05747126          1 3.346154
## [6]  {lbw=2,                                                                
##       prolonged=2,                                                          
##       Xray=4}                     => {prem=2} 0.05172414          1 3.346154
## [7]  {hiv_exposure=1,                                                       
##       lbw=2,                                                                
##       Xray=4}                     => {prem=2} 0.05747126          1 3.346154
## [8]  {lbw=2,                                                                
##       uwfa=2,                                                               
##       Xray=4}                     => {prem=2} 0.09770115          1 3.346154
## [9]  {lbw=2,                                                                
##       temp=7,                                                               
##       uwfa=2}                     => {prem=2} 0.05172414          1 3.346154
## [10] {lbw=2,                                                                
##       stunted=2,                                                            
##       temp=7}                     => {prem=2} 0.06896552          1 3.346154

Rules induced from ECLAT item sets closely mirror those generated by Apriori, demonstrating consistency across algorithms. High-lift rules again emphasise nutritional vulnerability and prematurity as central contributors.

Narrowed ECLAT Analysis for the severe outcomes

itemsets_severe <- eclat(
  transactions,
  parameter = list(
    supp = 0.02,
    maxlen = 3
  )
)
## Eclat
## 
## parameter specification:
##  tidLists support minlen maxlen            target  ext
##     FALSE    0.02      1      3 frequent itemsets TRUE
## 
## algorithmic control:
##  sparse sort verbose
##       7   -2    TRUE
## 
## Absolute minimum support count: 3 
## 
## create itemset ... 
## set transactions ...[1005 item(s), 174 transaction(s)] done [0.00s].
## sorting and recoding items ... [112 item(s)] done [0.00s].
## creating bit matrix ... [112 row(s), 174 column(s)] done [0.00s].
## writing  ... [13393 set(s)] done [0.00s].
## Creating S4 object  ... done [0.00s].
rules_severe_eclat <- ruleInduction(
  itemsets_severe,
  confidence = 0.8,
  rhs = "serious outcome?=Fatal or ICU"
)

inspect(sort(rules_severe_eclat, by = "lift"))
##         lhs                             rhs                            support confidence       lift
## [1]     {infant_id...1=117,                                                                         
##          outcome=2}                  => {dob=73}                    0.02298851  1.0000000 43.5000000
## [2]     {dob=73,                                                                                    
##          outcome=2}                  => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [3]     {infant_id...1=117,                                                                         
##          ventilation=3}              => {dob=73}                    0.02298851  1.0000000 43.5000000
## [4]     {dob=73,                                                                                    
##          ventilation=3}              => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [5]     {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {dob=73}                    0.02298851  1.0000000 43.5000000
## [6]     {dob=73,                                                                                    
##          serious outcome?=2}         => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [7]     {infant_id...1=117,                                                                         
##          prolonged=1}                => {dob=73}                    0.02298851  1.0000000 43.5000000
## [8]     {dob=73,                                                                                    
##          prolonged=1}                => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [9]     {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [10]    {chest indrawing=2,                                                                         
##          dob=73}                     => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [11]    {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [12]    {dob=73,                                                                                    
##          hiv_exposure=3}             => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [13]    {infant_id...1=117,                                                                         
##          sex=2}                      => {dob=73}                    0.02298851  1.0000000 43.5000000
## [14]    {dob=73,                                                                                    
##          sex=2}                      => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [15]    {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {dob=73}                    0.02298851  1.0000000 43.5000000
## [16]    {dob=73,                                                                                    
##          Maternal smoke category=3}  => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [17]    {infant_id...1=117,                                                                         
##          vaccinations=1}             => {dob=73}                    0.02298851  1.0000000 43.5000000
## [18]    {dob=73,                                                                                    
##          vaccinations=1}             => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [19]    {infant_id...1=117,                                                                         
##          stunted=2}                  => {dob=73}                    0.02298851  1.0000000 43.5000000
## [20]    {dob=73,                                                                                    
##          stunted=2}                  => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [21]    {infant_id...1=117,                                                                         
##          people in house=2}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [22]    {dob=73,                                                                                    
##          people in house=2}          => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [23]    {infant_id...1=117,                                                                         
##          prem=2}                     => {dob=73}                    0.02298851  1.0000000 43.5000000
## [24]    {dob=73,                                                                                    
##          prem=2}                     => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [25]    {infant_id...1=117,                                                                         
##          lbw=2}                      => {dob=73}                    0.02298851  1.0000000 43.5000000
## [26]    {dob=73,                                                                                    
##          lbw=2}                      => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [27]    {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [28]    {dob=73,                                                                                    
##          infant_id...2=117}          => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [29]    {dob=73,                                                                                    
##          infant_id...1=117}          => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [30]    {infant_id...2=117,                                                                         
##          outcome=2}                  => {dob=73}                    0.02298851  1.0000000 43.5000000
## [31]    {dob=73,                                                                                    
##          outcome=2}                  => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [32]    {infant_id...2=117,                                                                         
##          ventilation=3}              => {dob=73}                    0.02298851  1.0000000 43.5000000
## [33]    {dob=73,                                                                                    
##          ventilation=3}              => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [34]    {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {dob=73}                    0.02298851  1.0000000 43.5000000
## [35]    {dob=73,                                                                                    
##          serious outcome?=2}         => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [36]    {infant_id...2=117,                                                                         
##          prolonged=1}                => {dob=73}                    0.02298851  1.0000000 43.5000000
## [37]    {dob=73,                                                                                    
##          prolonged=1}                => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [38]    {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [39]    {chest indrawing=2,                                                                         
##          dob=73}                     => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [40]    {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [41]    {dob=73,                                                                                    
##          hiv_exposure=3}             => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [42]    {infant_id...2=117,                                                                         
##          sex=2}                      => {dob=73}                    0.02298851  1.0000000 43.5000000
## [43]    {dob=73,                                                                                    
##          sex=2}                      => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [44]    {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {dob=73}                    0.02298851  1.0000000 43.5000000
## [45]    {dob=73,                                                                                    
##          Maternal smoke category=3}  => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [46]    {infant_id...2=117,                                                                         
##          vaccinations=1}             => {dob=73}                    0.02298851  1.0000000 43.5000000
## [47]    {dob=73,                                                                                    
##          vaccinations=1}             => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [48]    {infant_id...2=117,                                                                         
##          stunted=2}                  => {dob=73}                    0.02298851  1.0000000 43.5000000
## [49]    {dob=73,                                                                                    
##          stunted=2}                  => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [50]    {infant_id...2=117,                                                                         
##          people in house=2}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [51]    {dob=73,                                                                                    
##          people in house=2}          => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [52]    {infant_id...2=117,                                                                         
##          prem=2}                     => {dob=73}                    0.02298851  1.0000000 43.5000000
## [53]    {dob=73,                                                                                    
##          prem=2}                     => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [54]    {infant_id...2=117,                                                                         
##          lbw=2}                      => {dob=73}                    0.02298851  1.0000000 43.5000000
## [55]    {dob=73,                                                                                    
##          lbw=2}                      => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [56]    {infant_id...2=117}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [57]    {dob=73}                     => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [58]    {infant_id...1=117}          => {dob=73}                    0.02298851  1.0000000 43.5000000
## [59]    {dob=73}                     => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [60]    {infant_id...2=117,                                                                         
##          outcome=2}                  => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [61]    {infant_id...1=117,                                                                         
##          outcome=2}                  => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [62]    {infant_id...2=117,                                                                         
##          ventilation=3}              => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [63]    {infant_id...1=117,                                                                         
##          ventilation=3}              => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [64]    {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [65]    {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [66]    {infant_id...2=117,                                                                         
##          prolonged=1}                => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [67]    {infant_id...1=117,                                                                         
##          prolonged=1}                => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [68]    {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [69]    {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [70]    {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [71]    {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [72]    {infant_id...2=117,                                                                         
##          sex=2}                      => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [73]    {infant_id...1=117,                                                                         
##          sex=2}                      => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [74]    {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [75]    {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [76]    {infant_id...2=117,                                                                         
##          vaccinations=1}             => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [77]    {infant_id...1=117,                                                                         
##          vaccinations=1}             => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [78]    {infant_id...2=117,                                                                         
##          stunted=2}                  => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [79]    {infant_id...1=117,                                                                         
##          stunted=2}                  => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [80]    {infant_id...2=117,                                                                         
##          people in house=2}          => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [81]    {infant_id...1=117,                                                                         
##          people in house=2}          => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [82]    {infant_id...2=117,                                                                         
##          prem=2}                     => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [83]    {infant_id...1=117,                                                                         
##          prem=2}                     => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [84]    {infant_id...2=117,                                                                         
##          lbw=2}                      => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [85]    {infant_id...1=117,                                                                         
##          lbw=2}                      => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [86]    {infant_id...2=117}          => {infant_id...1=117}         0.02298851  1.0000000 43.5000000
## [87]    {infant_id...1=117}          => {infant_id...2=117}         0.02298851  1.0000000 43.5000000
## [88]    {infant_id...1=42,                                                                          
##          outcome=2}                  => {dob=84}                    0.02298851  1.0000000 43.5000000
## [89]    {dob=84,                                                                                    
##          outcome=2}                  => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [90]    {infant_id...1=42,                                                                          
##          ventilation=3}              => {dob=84}                    0.02298851  1.0000000 43.5000000
## [91]    {dob=84,                                                                                    
##          ventilation=3}              => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [92]    {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {dob=84}                    0.02298851  1.0000000 43.5000000
## [93]    {dob=84,                                                                                    
##          serious outcome?=2}         => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [94]    {infant_id...1=42,                                                                          
##          prolonged=1}                => {dob=84}                    0.02298851  1.0000000 43.5000000
## [95]    {dob=84,                                                                                    
##          prolonged=1}                => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [96]    {infant_id...1=42,                                                                          
##          lbw=1}                      => {dob=84}                    0.02298851  1.0000000 43.5000000
## [97]    {dob=84,                                                                                    
##          lbw=1}                      => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [98]    {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {dob=84}                    0.02298851  1.0000000 43.5000000
## [99]    {dob=84,                                                                                    
##          hiv_exposure=3}             => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [100]   {infant_id...1=42,                                                                          
##          uwfa=1}                     => {dob=84}                    0.02298851  1.0000000 43.5000000
## [101]   {dob=84,                                                                                    
##          uwfa=1}                     => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [102]   {infant_id...1=42,                                                                          
##          prem=1}                     => {dob=84}                    0.02298851  1.0000000 43.5000000
## [103]   {dob=84,                                                                                    
##          prem=1}                     => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [104]   {infant_id...1=42,                                                                          
##          people in house=1}          => {dob=84}                    0.02298851  1.0000000 43.5000000
## [105]   {dob=84,                                                                                    
##          people in house=1}          => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [106]   {infant_id...1=42,                                                                          
##          stunted=1}                  => {dob=84}                    0.02298851  1.0000000 43.5000000
## [107]   {dob=84,                                                                                    
##          stunted=1}                  => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [108]   {infant_id...1=42,                                                                          
##          vaccinations=1}             => {dob=84}                    0.02298851  1.0000000 43.5000000
## [109]   {dob=84,                                                                                    
##          vaccinations=1}             => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [110]   {infant_id...1=42,                                                                          
##          sex=1}                      => {dob=84}                    0.02298851  1.0000000 43.5000000
## [111]   {dob=84,                                                                                    
##          sex=1}                      => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [112]   {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {dob=84}                    0.02298851  1.0000000 43.5000000
## [113]   {dob=84,                                                                                    
##          infant_id...2=42}           => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [114]   {dob=84,                                                                                    
##          infant_id...1=42}           => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [115]   {infant_id...2=42,                                                                          
##          outcome=2}                  => {dob=84}                    0.02298851  1.0000000 43.5000000
## [116]   {dob=84,                                                                                    
##          outcome=2}                  => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [117]   {infant_id...2=42,                                                                          
##          ventilation=3}              => {dob=84}                    0.02298851  1.0000000 43.5000000
## [118]   {dob=84,                                                                                    
##          ventilation=3}              => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [119]   {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {dob=84}                    0.02298851  1.0000000 43.5000000
## [120]   {dob=84,                                                                                    
##          serious outcome?=2}         => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [121]   {infant_id...2=42,                                                                          
##          prolonged=1}                => {dob=84}                    0.02298851  1.0000000 43.5000000
## [122]   {dob=84,                                                                                    
##          prolonged=1}                => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [123]   {infant_id...2=42,                                                                          
##          lbw=1}                      => {dob=84}                    0.02298851  1.0000000 43.5000000
## [124]   {dob=84,                                                                                    
##          lbw=1}                      => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [125]   {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {dob=84}                    0.02298851  1.0000000 43.5000000
## [126]   {dob=84,                                                                                    
##          hiv_exposure=3}             => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [127]   {infant_id...2=42,                                                                          
##          uwfa=1}                     => {dob=84}                    0.02298851  1.0000000 43.5000000
## [128]   {dob=84,                                                                                    
##          uwfa=1}                     => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [129]   {infant_id...2=42,                                                                          
##          prem=1}                     => {dob=84}                    0.02298851  1.0000000 43.5000000
## [130]   {dob=84,                                                                                    
##          prem=1}                     => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [131]   {infant_id...2=42,                                                                          
##          people in house=1}          => {dob=84}                    0.02298851  1.0000000 43.5000000
## [132]   {dob=84,                                                                                    
##          people in house=1}          => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [133]   {infant_id...2=42,                                                                          
##          stunted=1}                  => {dob=84}                    0.02298851  1.0000000 43.5000000
## [134]   {dob=84,                                                                                    
##          stunted=1}                  => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [135]   {infant_id...2=42,                                                                          
##          vaccinations=1}             => {dob=84}                    0.02298851  1.0000000 43.5000000
## [136]   {dob=84,                                                                                    
##          vaccinations=1}             => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [137]   {infant_id...2=42,                                                                          
##          sex=1}                      => {dob=84}                    0.02298851  1.0000000 43.5000000
## [138]   {dob=84,                                                                                    
##          sex=1}                      => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [139]   {infant_id...2=42}           => {dob=84}                    0.02298851  1.0000000 43.5000000
## [140]   {dob=84}                     => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [141]   {infant_id...1=42}           => {dob=84}                    0.02298851  1.0000000 43.5000000
## [142]   {dob=84}                     => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [143]   {infant_id...2=42,                                                                          
##          outcome=2}                  => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [144]   {infant_id...1=42,                                                                          
##          outcome=2}                  => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [145]   {infant_id...2=42,                                                                          
##          ventilation=3}              => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [146]   {infant_id...1=42,                                                                          
##          ventilation=3}              => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [147]   {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [148]   {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [149]   {infant_id...2=42,                                                                          
##          prolonged=1}                => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [150]   {infant_id...1=42,                                                                          
##          prolonged=1}                => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [151]   {infant_id...2=42,                                                                          
##          lbw=1}                      => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [152]   {infant_id...1=42,                                                                          
##          lbw=1}                      => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [153]   {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [154]   {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [155]   {infant_id...2=42,                                                                          
##          uwfa=1}                     => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [156]   {infant_id...1=42,                                                                          
##          uwfa=1}                     => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [157]   {infant_id...2=42,                                                                          
##          prem=1}                     => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [158]   {infant_id...1=42,                                                                          
##          prem=1}                     => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [159]   {infant_id...2=42,                                                                          
##          people in house=1}          => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [160]   {infant_id...1=42,                                                                          
##          people in house=1}          => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [161]   {infant_id...2=42,                                                                          
##          stunted=1}                  => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [162]   {infant_id...1=42,                                                                          
##          stunted=1}                  => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [163]   {infant_id...2=42,                                                                          
##          vaccinations=1}             => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [164]   {infant_id...1=42,                                                                          
##          vaccinations=1}             => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [165]   {infant_id...2=42,                                                                          
##          sex=1}                      => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [166]   {infant_id...1=42,                                                                          
##          sex=1}                      => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [167]   {infant_id...2=42}           => {infant_id...1=42}          0.02298851  1.0000000 43.5000000
## [168]   {infant_id...1=42}           => {infant_id...2=42}          0.02298851  1.0000000 43.5000000
## [169]   {infant_id...1=106,                                                                         
##          outcome=2}                  => {dob=59}                    0.02298851  1.0000000 43.5000000
## [170]   {dob=59,                                                                                    
##          outcome=2}                  => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [171]   {infant_id...1=106,                                                                         
##          ventilation=3}              => {dob=59}                    0.02298851  1.0000000 43.5000000
## [172]   {dob=59,                                                                                    
##          ventilation=3}              => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [173]   {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {dob=59}                    0.02298851  1.0000000 43.5000000
## [174]   {dob=59,                                                                                    
##          serious outcome?=2}         => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [175]   {infant_id...1=106,                                                                         
##          lbw=1}                      => {dob=59}                    0.02298851  1.0000000 43.5000000
## [176]   {dob=59,                                                                                    
##          lbw=1}                      => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [177]   {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {dob=59}                    0.02298851  1.0000000 43.5000000
## [178]   {dob=59,                                                                                    
##          hiv_exposure=3}             => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [179]   {infant_id...1=106,                                                                         
##          uwfa=1}                     => {dob=59}                    0.02298851  1.0000000 43.5000000
## [180]   {dob=59,                                                                                    
##          uwfa=1}                     => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [181]   {infant_id...1=106,                                                                         
##          prem=1}                     => {dob=59}                    0.02298851  1.0000000 43.5000000
## [182]   {dob=59,                                                                                    
##          prem=1}                     => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [183]   {infant_id...1=106,                                                                         
##          sex=2}                      => {dob=59}                    0.02298851  1.0000000 43.5000000
## [184]   {dob=59,                                                                                    
##          sex=2}                      => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [185]   {infant_id...1=106,                                                                         
##          stunted=1}                  => {dob=59}                    0.02298851  1.0000000 43.5000000
## [186]   {dob=59,                                                                                    
##          stunted=1}                  => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [187]   {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {dob=59}                    0.02298851  1.0000000 43.5000000
## [188]   {dob=59,                                                                                    
##          Maternal smoke category=3}  => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [189]   {infant_id...1=106,                                                                         
##          vaccinations=1}             => {dob=59}                    0.02298851  1.0000000 43.5000000
## [190]   {dob=59,                                                                                    
##          vaccinations=1}             => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [191]   {infant_id...1=106,                                                                         
##          people in house=2}          => {dob=59}                    0.02298851  1.0000000 43.5000000
## [192]   {dob=59,                                                                                    
##          people in house=2}          => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [193]   {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {dob=59}                    0.02298851  1.0000000 43.5000000
## [194]   {dob=59,                                                                                    
##          infant_id...2=106}          => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [195]   {dob=59,                                                                                    
##          infant_id...1=106}          => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [196]   {infant_id...2=106,                                                                         
##          outcome=2}                  => {dob=59}                    0.02298851  1.0000000 43.5000000
## [197]   {dob=59,                                                                                    
##          outcome=2}                  => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [198]   {infant_id...2=106,                                                                         
##          ventilation=3}              => {dob=59}                    0.02298851  1.0000000 43.5000000
## [199]   {dob=59,                                                                                    
##          ventilation=3}              => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [200]   {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {dob=59}                    0.02298851  1.0000000 43.5000000
## [201]   {dob=59,                                                                                    
##          serious outcome?=2}         => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [202]   {infant_id...2=106,                                                                         
##          lbw=1}                      => {dob=59}                    0.02298851  1.0000000 43.5000000
## [203]   {dob=59,                                                                                    
##          lbw=1}                      => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [204]   {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {dob=59}                    0.02298851  1.0000000 43.5000000
## [205]   {dob=59,                                                                                    
##          hiv_exposure=3}             => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [206]   {infant_id...2=106,                                                                         
##          uwfa=1}                     => {dob=59}                    0.02298851  1.0000000 43.5000000
## [207]   {dob=59,                                                                                    
##          uwfa=1}                     => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [208]   {infant_id...2=106,                                                                         
##          prem=1}                     => {dob=59}                    0.02298851  1.0000000 43.5000000
## [209]   {dob=59,                                                                                    
##          prem=1}                     => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [210]   {infant_id...2=106,                                                                         
##          sex=2}                      => {dob=59}                    0.02298851  1.0000000 43.5000000
## [211]   {dob=59,                                                                                    
##          sex=2}                      => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [212]   {infant_id...2=106,                                                                         
##          stunted=1}                  => {dob=59}                    0.02298851  1.0000000 43.5000000
## [213]   {dob=59,                                                                                    
##          stunted=1}                  => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [214]   {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {dob=59}                    0.02298851  1.0000000 43.5000000
## [215]   {dob=59,                                                                                    
##          Maternal smoke category=3}  => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [216]   {infant_id...2=106,                                                                         
##          vaccinations=1}             => {dob=59}                    0.02298851  1.0000000 43.5000000
## [217]   {dob=59,                                                                                    
##          vaccinations=1}             => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [218]   {infant_id...2=106,                                                                         
##          people in house=2}          => {dob=59}                    0.02298851  1.0000000 43.5000000
## [219]   {dob=59,                                                                                    
##          people in house=2}          => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [220]   {infant_id...2=106}          => {dob=59}                    0.02298851  1.0000000 43.5000000
## [221]   {dob=59}                     => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [222]   {infant_id...1=106}          => {dob=59}                    0.02298851  1.0000000 43.5000000
## [223]   {dob=59}                     => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [224]   {infant_id...2=106,                                                                         
##          outcome=2}                  => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [225]   {infant_id...1=106,                                                                         
##          outcome=2}                  => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [226]   {infant_id...2=106,                                                                         
##          ventilation=3}              => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [227]   {infant_id...1=106,                                                                         
##          ventilation=3}              => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [228]   {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [229]   {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [230]   {infant_id...2=106,                                                                         
##          lbw=1}                      => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [231]   {infant_id...1=106,                                                                         
##          lbw=1}                      => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [232]   {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [233]   {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [234]   {infant_id...2=106,                                                                         
##          uwfa=1}                     => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [235]   {infant_id...1=106,                                                                         
##          uwfa=1}                     => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [236]   {infant_id...2=106,                                                                         
##          prem=1}                     => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [237]   {infant_id...1=106,                                                                         
##          prem=1}                     => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [238]   {infant_id...2=106,                                                                         
##          sex=2}                      => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [239]   {infant_id...1=106,                                                                         
##          sex=2}                      => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [240]   {infant_id...2=106,                                                                         
##          stunted=1}                  => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [241]   {infant_id...1=106,                                                                         
##          stunted=1}                  => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [242]   {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [243]   {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [244]   {infant_id...2=106,                                                                         
##          vaccinations=1}             => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [245]   {infant_id...1=106,                                                                         
##          vaccinations=1}             => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [246]   {infant_id...2=106,                                                                         
##          people in house=2}          => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [247]   {infant_id...1=106,                                                                         
##          people in house=2}          => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [248]   {infant_id...2=106}          => {infant_id...1=106}         0.02298851  1.0000000 43.5000000
## [249]   {infant_id...1=106}          => {infant_id...2=106}         0.02298851  1.0000000 43.5000000
## [250]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [251]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [252]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [253]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [254]   {infant_id...2=71,                                                                          
##          sex=2}                      => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [255]   {infant_id...1=71,                                                                          
##          sex=2}                      => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [256]   {infant_id...2=71,                                                                          
##          people in house=1}          => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [257]   {infant_id...1=71,                                                                          
##          people in house=1}          => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [258]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [259]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [260]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {infant_id...1=71}          0.02298851  1.0000000 29.0000000
## [261]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {infant_id...2=71}          0.02298851  1.0000000 29.0000000
## [262]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [263]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [264]   {infant_id...2=71,                                                                          
##          prem=2}                     => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [265]   {infant_id...1=71,                                                                          
##          prem=2}                     => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [266]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [267]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [268]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [269]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [270]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [271]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [272]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [273]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [274]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [275]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [276]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {dob=113}                   0.03448276  1.0000000 29.0000000
## [277]   {dob=113,                                                                                   
##          infant_id...2=71}           => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [278]   {dob=113,                                                                                   
##          infant_id...1=71}           => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [279]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {dob=113}                   0.03448276  1.0000000 29.0000000
## [280]   {dob=113,                                                                                   
##          outcome=2}                  => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [281]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {dob=113}                   0.03448276  1.0000000 29.0000000
## [282]   {chest indrawing=2,                                                                         
##          dob=113}                    => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [283]   {infant_id...2=71,                                                                          
##          sex=2}                      => {dob=113}                   0.03448276  1.0000000 29.0000000
## [284]   {dob=113,                                                                                   
##          sex=2}                      => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [285]   {infant_id...2=71,                                                                          
##          people in house=1}          => {dob=113}                   0.03448276  1.0000000 29.0000000
## [286]   {dob=113,                                                                                   
##          people in house=1}          => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [287]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {dob=113}                   0.03448276  1.0000000 29.0000000
## [288]   {dob=113,                                                                                   
##          vaccinations=2}             => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [289]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {dob=113}                   0.02298851  1.0000000 29.0000000
## [290]   {dob=113,                                                                                   
##          stunted=2}                  => {infant_id...2=71}          0.02298851  1.0000000 29.0000000
## [291]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {dob=113}                   0.03448276  1.0000000 29.0000000
## [292]   {dob=113,                                                                                   
##          Xray=4}                     => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [293]   {infant_id...2=71,                                                                          
##          prem=2}                     => {dob=113}                   0.03448276  1.0000000 29.0000000
## [294]   {dob=113,                                                                                   
##          prem=2}                     => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [295]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {dob=113}                   0.03448276  1.0000000 29.0000000
## [296]   {dob=113,                                                                                   
##          uwfa=2}                     => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [297]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {dob=113}                   0.03448276  1.0000000 29.0000000
## [298]   {dob=113,                                                                                   
##          lbw=2}                      => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [299]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {dob=113}                   0.03448276  1.0000000 29.0000000
## [300]   {dob=113,                                                                                   
##          hiv_exposure=1}             => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [301]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {dob=113}                   0.03448276  1.0000000 29.0000000
## [302]   {dob=113,                                                                                   
##          prolonged=2}                => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [303]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {dob=113}                   0.03448276  1.0000000 29.0000000
## [304]   {dob=113,                                                                                   
##          Maternal smoke category=2}  => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [305]   {infant_id...2=71}           => {dob=113}                   0.03448276  1.0000000 29.0000000
## [306]   {dob=113}                    => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [307]   {infant_id...2=71}           => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [308]   {infant_id...1=71}           => {infant_id...2=71}          0.03448276  1.0000000 29.0000000
## [309]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {dob=113}                   0.03448276  1.0000000 29.0000000
## [310]   {dob=113,                                                                                   
##          outcome=2}                  => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [311]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {dob=113}                   0.03448276  1.0000000 29.0000000
## [312]   {chest indrawing=2,                                                                         
##          dob=113}                    => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [313]   {infant_id...1=71,                                                                          
##          sex=2}                      => {dob=113}                   0.03448276  1.0000000 29.0000000
## [314]   {dob=113,                                                                                   
##          sex=2}                      => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [315]   {infant_id...1=71,                                                                          
##          people in house=1}          => {dob=113}                   0.03448276  1.0000000 29.0000000
## [316]   {dob=113,                                                                                   
##          people in house=1}          => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [317]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {dob=113}                   0.03448276  1.0000000 29.0000000
## [318]   {dob=113,                                                                                   
##          vaccinations=2}             => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [319]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {dob=113}                   0.02298851  1.0000000 29.0000000
## [320]   {dob=113,                                                                                   
##          stunted=2}                  => {infant_id...1=71}          0.02298851  1.0000000 29.0000000
## [321]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {dob=113}                   0.03448276  1.0000000 29.0000000
## [322]   {dob=113,                                                                                   
##          Xray=4}                     => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [323]   {infant_id...1=71,                                                                          
##          prem=2}                     => {dob=113}                   0.03448276  1.0000000 29.0000000
## [324]   {dob=113,                                                                                   
##          prem=2}                     => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [325]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {dob=113}                   0.03448276  1.0000000 29.0000000
## [326]   {dob=113,                                                                                   
##          uwfa=2}                     => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [327]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {dob=113}                   0.03448276  1.0000000 29.0000000
## [328]   {dob=113,                                                                                   
##          lbw=2}                      => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [329]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {dob=113}                   0.03448276  1.0000000 29.0000000
## [330]   {dob=113,                                                                                   
##          hiv_exposure=1}             => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [331]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {dob=113}                   0.03448276  1.0000000 29.0000000
## [332]   {dob=113,                                                                                   
##          prolonged=2}                => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [333]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {dob=113}                   0.03448276  1.0000000 29.0000000
## [334]   {dob=113,                                                                                   
##          Maternal smoke category=2}  => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [335]   {infant_id...1=71}           => {dob=113}                   0.03448276  1.0000000 29.0000000
## [336]   {dob=113}                    => {infant_id...1=71}          0.03448276  1.0000000 29.0000000
## [337]   {Maternal smoke category=2,                                                                 
##          prem=2}                     => {infant_id...2=71}          0.03448276  0.8571429 24.8571429
## [338]   {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {infant_id...2=71}          0.03448276  0.8571429 24.8571429
## [339]   {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {infant_id...2=71}          0.03448276  0.8571429 24.8571429
## [340]   {Maternal smoke category=2,                                                                 
##          prem=2}                     => {infant_id...1=71}          0.03448276  0.8571429 24.8571429
## [341]   {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {infant_id...1=71}          0.03448276  0.8571429 24.8571429
## [342]   {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {infant_id...1=71}          0.03448276  0.8571429 24.8571429
## [343]   {Maternal smoke category=2,                                                                 
##          prem=2}                     => {dob=113}                   0.03448276  0.8571429 24.8571429
## [344]   {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {dob=113}                   0.03448276  0.8571429 24.8571429
## [345]   {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {dob=113}                   0.03448276  0.8571429 24.8571429
## [346]   {outcome=2,                                                                                 
##          ventilation=1}              => {serious outcome?=1}        0.03448276  1.0000000 10.8750000
## [347]   {prolonged=1,                                                                               
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [348]   {chest indrawing=2,                                                                         
##          ventilation=1}              => {serious outcome?=1}        0.03448276  1.0000000 10.8750000
## [349]   {lbw=1,                                                                                     
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [350]   {hiv_exposure=3,                                                                            
##          ventilation=1}              => {serious outcome?=1}        0.02873563  1.0000000 10.8750000
## [351]   {uwfa=1,                                                                                    
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [352]   {prem=1,                                                                                    
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [353]   {people in house=1,                                                                         
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [354]   {stunted=1,                                                                                 
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [355]   {vaccinations=2,                                                                            
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [356]   {temp=5,                                                                                    
##          ventilation=1}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [357]   {ventilation=1,                                                                             
##          Xray=4}                     => {serious outcome?=1}        0.03448276  1.0000000 10.8750000
## [358]   {ventilation=1}              => {serious outcome?=1}        0.03448276  1.0000000 10.8750000
## [359]   {outcome=2,                                                                                 
##          ventilation=2}              => {serious outcome?=1}        0.04022989  1.0000000 10.8750000
## [360]   {chest indrawing=2,                                                                         
##          ventilation=2}              => {serious outcome?=1}        0.04022989  1.0000000 10.8750000
## [361]   {hiv_exposure=3,                                                                            
##          ventilation=2}              => {serious outcome?=1}        0.02873563  1.0000000 10.8750000
## [362]   {sex=2,                                                                                     
##          ventilation=2}              => {serious outcome?=1}        0.04022989  1.0000000 10.8750000
## [363]   {people in house=1,                                                                         
##          ventilation=2}              => {serious outcome?=1}        0.03448276  1.0000000 10.8750000
## [364]   {stunted=1,                                                                                 
##          ventilation=2}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [365]   {Maternal smoke category=1,                                                                 
##          ventilation=2}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [366]   {stunted=2,                                                                                 
##          ventilation=2}              => {serious outcome?=1}        0.02298851  1.0000000 10.8750000
## [367]   {ventilation=2,                                                                             
##          Xray=4}                     => {serious outcome?=1}        0.02873563  1.0000000 10.8750000
## [368]   {prem=2,                                                                                    
##          ventilation=2}              => {serious outcome?=1}        0.04022989  1.0000000 10.8750000
## [369]   {uwfa=2,                                                                                    
##          ventilation=2}              => {serious outcome?=1}        0.02873563  1.0000000 10.8750000
## [370]   {lbw=2,                                                                                     
##          ventilation=2}              => {serious outcome?=1}        0.02873563  1.0000000 10.8750000
## [371]   {prolonged=2,                                                                               
##          ventilation=2}              => {serious outcome?=1}        0.02873563  1.0000000 10.8750000
## [372]   {ventilation=2}              => {serious outcome?=1}        0.04597701  1.0000000 10.8750000
## [373]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [374]   {dob=113,                                                                                   
##          infant_id...2=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [375]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [376]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [377]   {infant_id...2=71,                                                                          
##          sex=2}                      => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [378]   {infant_id...2=71,                                                                          
##          people in house=1}          => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [379]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [380]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {Maternal smoke category=2} 0.02298851  1.0000000  9.6666667
## [381]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [382]   {infant_id...2=71,                                                                          
##          prem=2}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [383]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [384]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [385]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [386]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [387]   {infant_id...2=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [388]   {dob=113,                                                                                   
##          infant_id...1=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [389]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [390]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [391]   {infant_id...1=71,                                                                          
##          sex=2}                      => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [392]   {infant_id...1=71,                                                                          
##          people in house=1}          => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [393]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [394]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {Maternal smoke category=2} 0.02298851  1.0000000  9.6666667
## [395]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [396]   {infant_id...1=71,                                                                          
##          prem=2}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [397]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [398]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [399]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [400]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [401]   {infant_id...1=71}           => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [402]   {dob=113,                                                                                   
##          outcome=2}                  => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [403]   {chest indrawing=2,                                                                         
##          dob=113}                    => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [404]   {dob=113,                                                                                   
##          sex=2}                      => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [405]   {dob=113,                                                                                   
##          people in house=1}          => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [406]   {dob=113,                                                                                   
##          vaccinations=2}             => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [407]   {dob=113,                                                                                   
##          stunted=2}                  => {Maternal smoke category=2} 0.02298851  1.0000000  9.6666667
## [408]   {dob=113,                                                                                   
##          Xray=4}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [409]   {dob=113,                                                                                   
##          prem=2}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [410]   {dob=113,                                                                                   
##          uwfa=2}                     => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [411]   {dob=113,                                                                                   
##          lbw=2}                      => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [412]   {dob=113,                                                                                   
##          hiv_exposure=1}             => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [413]   {dob=113,                                                                                   
##          prolonged=2}                => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [414]   {dob=113}                    => {Maternal smoke category=2} 0.03448276  1.0000000  9.6666667
## [415]   {hiv_exposure=1,                                                                            
##          serious outcome?=1}         => {Maternal smoke category=2} 0.02298851  1.0000000  9.6666667
## [416]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [417]   {dob=113,                                                                                   
##          infant_id...2=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [418]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [419]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [420]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [421]   {infant_id...2=71,                                                                          
##          sex=2}                      => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [422]   {infant_id...2=71,                                                                          
##          people in house=1}          => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [423]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [424]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {prolonged=2}               0.02298851  1.0000000  9.1578947
## [425]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [426]   {infant_id...2=71,                                                                          
##          prem=2}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [427]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [428]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [429]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [430]   {infant_id...2=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [431]   {dob=113,                                                                                   
##          infant_id...1=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [432]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [433]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [434]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [435]   {infant_id...1=71,                                                                          
##          sex=2}                      => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [436]   {infant_id...1=71,                                                                          
##          people in house=1}          => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [437]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [438]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {prolonged=2}               0.02298851  1.0000000  9.1578947
## [439]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [440]   {infant_id...1=71,                                                                          
##          prem=2}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [441]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [442]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [443]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [444]   {infant_id...1=71}           => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [445]   {dob=113,                                                                                   
##          Maternal smoke category=2}  => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [446]   {dob=113,                                                                                   
##          outcome=2}                  => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [447]   {chest indrawing=2,                                                                         
##          dob=113}                    => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [448]   {dob=113,                                                                                   
##          sex=2}                      => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [449]   {dob=113,                                                                                   
##          people in house=1}          => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [450]   {dob=113,                                                                                   
##          vaccinations=2}             => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [451]   {dob=113,                                                                                   
##          stunted=2}                  => {prolonged=2}               0.02298851  1.0000000  9.1578947
## [452]   {dob=113,                                                                                   
##          Xray=4}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [453]   {dob=113,                                                                                   
##          prem=2}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [454]   {dob=113,                                                                                   
##          uwfa=2}                     => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [455]   {dob=113,                                                                                   
##          lbw=2}                      => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [456]   {dob=113,                                                                                   
##          hiv_exposure=1}             => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [457]   {dob=113}                    => {prolonged=2}               0.03448276  1.0000000  9.1578947
## [458]   {uwfa=2,                                                                                    
##          ventilation=2}              => {prolonged=2}               0.02873563  1.0000000  9.1578947
## [459]   {Maternal smoke category=2,                                                                 
##          Xray=4}                     => {prolonged=2}               0.04022989  0.8750000  8.0131579
## [460]   {Maternal smoke category=2,                                                                 
##          prem=2}                     => {prolonged=2}               0.03448276  0.8571429  7.8496241
## [461]   {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {prolonged=2}               0.03448276  0.8571429  7.8496241
## [462]   {ventilation=2,                                                                             
##          Xray=4}                     => {prolonged=2}               0.02298851  0.8000000  7.3263158
## [463]   {lbw=2,                                                                                     
##          ventilation=2}              => {prolonged=2}               0.02298851  0.8000000  7.3263158
## [464]   {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {prolonged=2}               0.02298851  0.8000000  7.3263158
## [465]   {O2 saturation=25,                                                                          
##          vaccinations=1}             => {duration_admission=2}      0.02298851  1.0000000  6.0000000
## [466]   {duration_admission=1,                                                                      
##          ventilation=3}              => {CRP=97}                    0.02298851  1.0000000  5.1176471
## [467]   {duration_admission=1,                                                                      
##          prolonged=1}                => {CRP=97}                    0.02298851  1.0000000  5.1176471
## [468]   {duration_admission=1,                                                                      
##          lbw=1}                      => {CRP=97}                    0.02298851  1.0000000  5.1176471
## [469]   {duration_admission=1,                                                                      
##          prem=1}                     => {CRP=97}                    0.02298851  1.0000000  5.1176471
## [470]   {duration_admission=1,                                                                      
##          sex=2}                      => {CRP=97}                    0.02298851  1.0000000  5.1176471
## [471]   {duration_admission=1}       => {CRP=97}                    0.02298851  1.0000000  5.1176471
## [472]   {CRP=58,                                                                                    
##          duration_admission=11}      => {Xray=2}                    0.02298851  1.0000000  4.8333333
## [473]   {CRP=45,                                                                                    
##          stunted=1}                  => {duration_admission=11}     0.02873563  0.8333333  4.1428571
## [474]   {O2 saturation=25,                                                                          
##          people in house=1}          => {CRP=97}                    0.02298851  0.8000000  4.0941176
## [475]   {O2 saturation=1,                                                                           
##          vaccinations=2}             => {Xray=2}                    0.02873563  0.8333333  4.0277778
## [476]   {CRP=58,                                                                                    
##          Xray=2}                     => {duration_admission=11}     0.02298851  0.8000000  3.9771429
## [477]   {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {Xray=2}                    0.02298851  0.8000000  3.8666667
## [478]   {CRP=58,                                                                                    
##          sex=1}                      => {Xray=2}                    0.02298851  0.8000000  3.8666667
## [479]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [480]   {dob=113,                                                                                   
##          infant_id...2=71}           => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [481]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [482]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [483]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [484]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [485]   {infant_id...2=71,                                                                          
##          sex=2}                      => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [486]   {infant_id...2=71,                                                                          
##          people in house=1}          => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [487]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [488]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {hiv_exposure=1}            0.02298851  1.0000000  3.7826087
## [489]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [490]   {infant_id...2=71,                                                                          
##          prem=2}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [491]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [492]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [493]   {infant_id...2=71}           => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [494]   {dob=113,                                                                                   
##          infant_id...1=71}           => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [495]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [496]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [497]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [498]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [499]   {infant_id...1=71,                                                                          
##          sex=2}                      => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [500]   {infant_id...1=71,                                                                          
##          people in house=1}          => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [501]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [502]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {hiv_exposure=1}            0.02298851  1.0000000  3.7826087
## [503]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [504]   {infant_id...1=71,                                                                          
##          prem=2}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [505]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [506]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [507]   {infant_id...1=71}           => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [508]   {dob=113,                                                                                   
##          Maternal smoke category=2}  => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [509]   {dob=113,                                                                                   
##          prolonged=2}                => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [510]   {dob=113,                                                                                   
##          outcome=2}                  => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [511]   {chest indrawing=2,                                                                         
##          dob=113}                    => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [512]   {dob=113,                                                                                   
##          sex=2}                      => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [513]   {dob=113,                                                                                   
##          people in house=1}          => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [514]   {dob=113,                                                                                   
##          vaccinations=2}             => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [515]   {dob=113,                                                                                   
##          stunted=2}                  => {hiv_exposure=1}            0.02298851  1.0000000  3.7826087
## [516]   {dob=113,                                                                                   
##          Xray=4}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [517]   {dob=113,                                                                                   
##          prem=2}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [518]   {dob=113,                                                                                   
##          uwfa=2}                     => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [519]   {dob=113,                                                                                   
##          lbw=2}                      => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [520]   {dob=113}                    => {hiv_exposure=1}            0.03448276  1.0000000  3.7826087
## [521]   {Maternal smoke category=2,                                                                 
##          prem=2}                     => {hiv_exposure=1}            0.04022989  1.0000000  3.7826087
## [522]   {prolonged=2,                                                                               
##          vaccinations=2}             => {hiv_exposure=1}            0.04597701  1.0000000  3.7826087
## [523]   {dob=73,                                                                                    
##          infant_id...1=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [524]   {dob=73,                                                                                    
##          infant_id...2=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [525]   {dob=73,                                                                                    
##          outcome=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [526]   {dob=73,                                                                                    
##          ventilation=3}              => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [527]   {dob=73,                                                                                    
##          serious outcome?=2}         => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [528]   {dob=73,                                                                                    
##          prolonged=1}                => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [529]   {chest indrawing=2,                                                                         
##          dob=73}                     => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [530]   {dob=73,                                                                                    
##          hiv_exposure=3}             => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [531]   {dob=73,                                                                                    
##          sex=2}                      => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [532]   {dob=73,                                                                                    
##          Maternal smoke category=3}  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [533]   {dob=73,                                                                                    
##          vaccinations=1}             => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [534]   {dob=73,                                                                                    
##          stunted=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [535]   {dob=73,                                                                                    
##          people in house=2}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [536]   {dob=73,                                                                                    
##          prem=2}                     => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [537]   {dob=73}                     => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [538]   {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [539]   {infant_id...1=117,                                                                         
##          outcome=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [540]   {infant_id...1=117,                                                                         
##          ventilation=3}              => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [541]   {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [542]   {infant_id...1=117,                                                                         
##          prolonged=1}                => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [543]   {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [544]   {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [545]   {infant_id...1=117,                                                                         
##          sex=2}                      => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [546]   {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [547]   {infant_id...1=117,                                                                         
##          vaccinations=1}             => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [548]   {infant_id...1=117,                                                                         
##          stunted=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [549]   {infant_id...1=117,                                                                         
##          people in house=2}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [550]   {infant_id...1=117,                                                                         
##          prem=2}                     => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [551]   {infant_id...1=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [552]   {infant_id...2=117,                                                                         
##          outcome=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [553]   {infant_id...2=117,                                                                         
##          ventilation=3}              => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [554]   {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [555]   {infant_id...2=117,                                                                         
##          prolonged=1}                => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [556]   {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [557]   {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [558]   {infant_id...2=117,                                                                         
##          sex=2}                      => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [559]   {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [560]   {infant_id...2=117,                                                                         
##          vaccinations=1}             => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [561]   {infant_id...2=117,                                                                         
##          stunted=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [562]   {infant_id...2=117,                                                                         
##          people in house=2}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [563]   {infant_id...2=117,                                                                         
##          prem=2}                     => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [564]   {infant_id...2=117}          => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [565]   {O2 saturation=17,                                                                          
##          outcome=2}                  => {lbw=2}                     0.02873563  1.0000000  3.5510204
## [566]   {O2 saturation=17,                                                                          
##          ventilation=3}              => {lbw=2}                     0.02873563  1.0000000  3.5510204
## [567]   {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {lbw=2}                     0.02873563  1.0000000  3.5510204
## [568]   {O2 saturation=17,                                                                          
##          prolonged=1}                => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [569]   {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {lbw=2}                     0.02873563  1.0000000  3.5510204
## [570]   {hiv_exposure=3,                                                                            
##          O2 saturation=17}           => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [571]   {O2 saturation=17,                                                                          
##          sex=2}                      => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [572]   {O2 saturation=17,                                                                          
##          stunted=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [573]   {O2 saturation=17,                                                                          
##          uwfa=2}                     => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [574]   {O2 saturation=17}           => {lbw=2}                     0.02873563  1.0000000  3.5510204
## [575]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [576]   {dob=113,                                                                                   
##          infant_id...2=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [577]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [578]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [579]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [580]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [581]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [582]   {infant_id...2=71,                                                                          
##          sex=2}                      => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [583]   {infant_id...2=71,                                                                          
##          people in house=1}          => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [584]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [585]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [586]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [587]   {infant_id...2=71,                                                                          
##          prem=2}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [588]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [589]   {infant_id...2=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [590]   {dob=113,                                                                                   
##          infant_id...1=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [591]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [592]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [593]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [594]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [595]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [596]   {infant_id...1=71,                                                                          
##          sex=2}                      => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [597]   {infant_id...1=71,                                                                          
##          people in house=1}          => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [598]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [599]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [600]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [601]   {infant_id...1=71,                                                                          
##          prem=2}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [602]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [603]   {infant_id...1=71}           => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [604]   {dob=113,                                                                                   
##          Maternal smoke category=2}  => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [605]   {dob=113,                                                                                   
##          prolonged=2}                => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [606]   {dob=113,                                                                                   
##          hiv_exposure=1}             => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [607]   {dob=113,                                                                                   
##          outcome=2}                  => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [608]   {chest indrawing=2,                                                                         
##          dob=113}                    => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [609]   {dob=113,                                                                                   
##          sex=2}                      => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [610]   {dob=113,                                                                                   
##          people in house=1}          => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [611]   {dob=113,                                                                                   
##          vaccinations=2}             => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [612]   {dob=113,                                                                                   
##          stunted=2}                  => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [613]   {dob=113,                                                                                   
##          Xray=4}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [614]   {dob=113,                                                                                   
##          prem=2}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [615]   {dob=113,                                                                                   
##          uwfa=2}                     => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [616]   {dob=113}                    => {lbw=2}                     0.03448276  1.0000000  3.5510204
## [617]   {CRP=2,                                                                                     
##          uwfa=2}                     => {lbw=2}                     0.04022989  1.0000000  3.5510204
## [618]   {prem=2,                                                                                    
##          temp=10}                    => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [619]   {O2 saturation=24,                                                                          
##          stunted=2}                  => {lbw=2}                     0.02873563  1.0000000  3.5510204
## [620]   {O2 saturation=24,                                                                          
##          prem=2}                     => {lbw=2}                     0.02873563  1.0000000  3.5510204
## [621]   {O2 saturation=24,                                                                          
##          uwfa=2}                     => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [622]   {CRP=97,                                                                                    
##          duration_admission=11}      => {lbw=2}                     0.02298851  1.0000000  3.5510204
## [623]   {O2 saturation=17,                                                                          
##          stunted=2}                  => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [624]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [625]   {dob=113,                                                                                   
##          infant_id...2=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [626]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [627]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [628]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [629]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [630]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [631]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [632]   {infant_id...2=71,                                                                          
##          sex=2}                      => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [633]   {infant_id...2=71,                                                                          
##          people in house=1}          => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [634]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [635]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [636]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [637]   {infant_id...2=71,                                                                          
##          prem=2}                     => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [638]   {infant_id...2=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [639]   {dob=113,                                                                                   
##          infant_id...1=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [640]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [641]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [642]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [643]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [644]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [645]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [646]   {infant_id...1=71,                                                                          
##          sex=2}                      => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [647]   {infant_id...1=71,                                                                          
##          people in house=1}          => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [648]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [649]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [650]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [651]   {infant_id...1=71,                                                                          
##          prem=2}                     => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [652]   {infant_id...1=71}           => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [653]   {dob=113,                                                                                   
##          Maternal smoke category=2}  => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [654]   {dob=113,                                                                                   
##          prolonged=2}                => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [655]   {dob=113,                                                                                   
##          hiv_exposure=1}             => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [656]   {dob=113,                                                                                   
##          lbw=2}                      => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [657]   {dob=113,                                                                                   
##          outcome=2}                  => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [658]   {chest indrawing=2,                                                                         
##          dob=113}                    => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [659]   {dob=113,                                                                                   
##          sex=2}                      => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [660]   {dob=113,                                                                                   
##          people in house=1}          => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [661]   {dob=113,                                                                                   
##          vaccinations=2}             => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [662]   {dob=113,                                                                                   
##          stunted=2}                  => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [663]   {dob=113,                                                                                   
##          Xray=4}                     => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [664]   {dob=113,                                                                                   
##          prem=2}                     => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [665]   {dob=113}                    => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [666]   {prolonged=2,                                                                               
##          ventilation=2}              => {uwfa=2}                    0.02873563  1.0000000  3.4800000
## [667]   {hiv_exposure=1,                                                                            
##          resp=26}                    => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [668]   {lbw=2,                                                                                     
##          resp=26}                    => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [669]   {prem=2,                                                                                    
##          resp=26}                    => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [670]   {O2 saturation=25,                                                                          
##          stunted=2}                  => {uwfa=2}                    0.02298851  1.0000000  3.4800000
## [671]   {CRP=2,                                                                                     
##          lbw=2}                      => {uwfa=2}                    0.04022989  1.0000000  3.4800000
## [672]   {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {uwfa=2}                    0.04022989  1.0000000  3.4800000
## [673]   {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {uwfa=2}                    0.03448276  1.0000000  3.4800000
## [674]   {dob=73,                                                                                    
##          infant_id...1=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [675]   {dob=73,                                                                                    
##          infant_id...2=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [676]   {dob=73,                                                                                    
##          lbw=2}                      => {prem=2}                    0.02298851  1.0000000  3.3461538
## [677]   {dob=73,                                                                                    
##          outcome=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [678]   {dob=73,                                                                                    
##          ventilation=3}              => {prem=2}                    0.02298851  1.0000000  3.3461538
## [679]   {dob=73,                                                                                    
##          serious outcome?=2}         => {prem=2}                    0.02298851  1.0000000  3.3461538
## [680]   {dob=73,                                                                                    
##          prolonged=1}                => {prem=2}                    0.02298851  1.0000000  3.3461538
## [681]   {chest indrawing=2,                                                                         
##          dob=73}                     => {prem=2}                    0.02298851  1.0000000  3.3461538
## [682]   {dob=73,                                                                                    
##          hiv_exposure=3}             => {prem=2}                    0.02298851  1.0000000  3.3461538
## [683]   {dob=73,                                                                                    
##          sex=2}                      => {prem=2}                    0.02298851  1.0000000  3.3461538
## [684]   {dob=73,                                                                                    
##          Maternal smoke category=3}  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [685]   {dob=73,                                                                                    
##          vaccinations=1}             => {prem=2}                    0.02298851  1.0000000  3.3461538
## [686]   {dob=73,                                                                                    
##          stunted=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [687]   {dob=73,                                                                                    
##          people in house=2}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [688]   {dob=73}                     => {prem=2}                    0.02298851  1.0000000  3.3461538
## [689]   {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [690]   {infant_id...1=117,                                                                         
##          lbw=2}                      => {prem=2}                    0.02298851  1.0000000  3.3461538
## [691]   {infant_id...1=117,                                                                         
##          outcome=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [692]   {infant_id...1=117,                                                                         
##          ventilation=3}              => {prem=2}                    0.02298851  1.0000000  3.3461538
## [693]   {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {prem=2}                    0.02298851  1.0000000  3.3461538
## [694]   {infant_id...1=117,                                                                         
##          prolonged=1}                => {prem=2}                    0.02298851  1.0000000  3.3461538
## [695]   {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [696]   {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [697]   {infant_id...1=117,                                                                         
##          sex=2}                      => {prem=2}                    0.02298851  1.0000000  3.3461538
## [698]   {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [699]   {infant_id...1=117,                                                                         
##          vaccinations=1}             => {prem=2}                    0.02298851  1.0000000  3.3461538
## [700]   {infant_id...1=117,                                                                         
##          stunted=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [701]   {infant_id...1=117,                                                                         
##          people in house=2}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [702]   {infant_id...1=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [703]   {infant_id...2=117,                                                                         
##          lbw=2}                      => {prem=2}                    0.02298851  1.0000000  3.3461538
## [704]   {infant_id...2=117,                                                                         
##          outcome=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [705]   {infant_id...2=117,                                                                         
##          ventilation=3}              => {prem=2}                    0.02298851  1.0000000  3.3461538
## [706]   {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {prem=2}                    0.02298851  1.0000000  3.3461538
## [707]   {infant_id...2=117,                                                                         
##          prolonged=1}                => {prem=2}                    0.02298851  1.0000000  3.3461538
## [708]   {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [709]   {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [710]   {infant_id...2=117,                                                                         
##          sex=2}                      => {prem=2}                    0.02298851  1.0000000  3.3461538
## [711]   {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [712]   {infant_id...2=117,                                                                         
##          vaccinations=1}             => {prem=2}                    0.02298851  1.0000000  3.3461538
## [713]   {infant_id...2=117,                                                                         
##          stunted=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [714]   {infant_id...2=117,                                                                         
##          people in house=2}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [715]   {infant_id...2=117}          => {prem=2}                    0.02298851  1.0000000  3.3461538
## [716]   {outcome=2,                                                                                 
##          pulse=23}                   => {prem=2}                    0.02298851  1.0000000  3.3461538
## [717]   {pulse=23,                                                                                  
##          ventilation=3}              => {prem=2}                    0.02298851  1.0000000  3.3461538
## [718]   {pulse=23,                                                                                  
##          serious outcome?=2}         => {prem=2}                    0.02298851  1.0000000  3.3461538
## [719]   {prolonged=1,                                                                               
##          pulse=23}                   => {prem=2}                    0.02298851  1.0000000  3.3461538
## [720]   {pulse=23}                   => {prem=2}                    0.02298851  1.0000000  3.3461538
## [721]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [722]   {dob=113,                                                                                   
##          infant_id...2=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [723]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {prem=2}                    0.03448276  1.0000000  3.3461538
## [724]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {prem=2}                    0.03448276  1.0000000  3.3461538
## [725]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [726]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {prem=2}                    0.03448276  1.0000000  3.3461538
## [727]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {prem=2}                    0.03448276  1.0000000  3.3461538
## [728]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {prem=2}                    0.03448276  1.0000000  3.3461538
## [729]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [730]   {infant_id...2=71,                                                                          
##          sex=2}                      => {prem=2}                    0.03448276  1.0000000  3.3461538
## [731]   {infant_id...2=71,                                                                          
##          people in house=1}          => {prem=2}                    0.03448276  1.0000000  3.3461538
## [732]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {prem=2}                    0.03448276  1.0000000  3.3461538
## [733]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [734]   {infant_id...2=71,                                                                          
##          Xray=4}                     => {prem=2}                    0.03448276  1.0000000  3.3461538
## [735]   {infant_id...2=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [736]   {dob=113,                                                                                   
##          infant_id...1=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [737]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {prem=2}                    0.03448276  1.0000000  3.3461538
## [738]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {prem=2}                    0.03448276  1.0000000  3.3461538
## [739]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [740]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {prem=2}                    0.03448276  1.0000000  3.3461538
## [741]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {prem=2}                    0.03448276  1.0000000  3.3461538
## [742]   {infant_id...1=71,                                                                          
##          outcome=2}                  => {prem=2}                    0.03448276  1.0000000  3.3461538
## [743]   {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [744]   {infant_id...1=71,                                                                          
##          sex=2}                      => {prem=2}                    0.03448276  1.0000000  3.3461538
## [745]   {infant_id...1=71,                                                                          
##          people in house=1}          => {prem=2}                    0.03448276  1.0000000  3.3461538
## [746]   {infant_id...1=71,                                                                          
##          vaccinations=2}             => {prem=2}                    0.03448276  1.0000000  3.3461538
## [747]   {infant_id...1=71,                                                                          
##          stunted=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [748]   {infant_id...1=71,                                                                          
##          Xray=4}                     => {prem=2}                    0.03448276  1.0000000  3.3461538
## [749]   {infant_id...1=71}           => {prem=2}                    0.03448276  1.0000000  3.3461538
## [750]   {dob=113,                                                                                   
##          Maternal smoke category=2}  => {prem=2}                    0.03448276  1.0000000  3.3461538
## [751]   {dob=113,                                                                                   
##          prolonged=2}                => {prem=2}                    0.03448276  1.0000000  3.3461538
## [752]   {dob=113,                                                                                   
##          hiv_exposure=1}             => {prem=2}                    0.03448276  1.0000000  3.3461538
## [753]   {dob=113,                                                                                   
##          lbw=2}                      => {prem=2}                    0.03448276  1.0000000  3.3461538
## [754]   {dob=113,                                                                                   
##          uwfa=2}                     => {prem=2}                    0.03448276  1.0000000  3.3461538
## [755]   {dob=113,                                                                                   
##          outcome=2}                  => {prem=2}                    0.03448276  1.0000000  3.3461538
## [756]   {chest indrawing=2,                                                                         
##          dob=113}                    => {prem=2}                    0.03448276  1.0000000  3.3461538
## [757]   {dob=113,                                                                                   
##          sex=2}                      => {prem=2}                    0.03448276  1.0000000  3.3461538
## [758]   {dob=113,                                                                                   
##          people in house=1}          => {prem=2}                    0.03448276  1.0000000  3.3461538
## [759]   {dob=113,                                                                                   
##          vaccinations=2}             => {prem=2}                    0.03448276  1.0000000  3.3461538
## [760]   {dob=113,                                                                                   
##          stunted=2}                  => {prem=2}                    0.02298851  1.0000000  3.3461538
## [761]   {dob=113,                                                                                   
##          Xray=4}                     => {prem=2}                    0.03448276  1.0000000  3.3461538
## [762]   {dob=113}                    => {prem=2}                    0.03448276  1.0000000  3.3461538
## [763]   {prolonged=2,                                                                               
##          ventilation=2}              => {prem=2}                    0.02873563  1.0000000  3.3461538
## [764]   {uwfa=2,                                                                                    
##          ventilation=2}              => {prem=2}                    0.02873563  1.0000000  3.3461538
## [765]   {stunted=1,                                                                                 
##          ventilation=2}              => {prem=2}                    0.02298851  1.0000000  3.3461538
## [766]   {ventilation=2,                                                                             
##          Xray=4}                     => {prem=2}                    0.02873563  1.0000000  3.3461538
## [767]   {hiv_exposure=1,                                                                            
##          serious outcome?=1}         => {prem=2}                    0.02298851  1.0000000  3.3461538
## [768]   {duration_admission=15,                                                                     
##          lbw=2}                      => {prem=2}                    0.03448276  1.0000000  3.3461538
## [769]   {Maternal smoke category=2,                                                                 
##          Xray=4}                     => {hiv_exposure=1}            0.04022989  0.8750000  3.3097826
## [770]   {Maternal smoke category=2,                                                                 
##          uwfa=2}                     => {hiv_exposure=1}            0.04022989  0.8750000  3.3097826
## [771]   {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {hiv_exposure=1}            0.03448276  0.8571429  3.2422360
## [772]   {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {hiv_exposure=1}            0.03448276  0.8571429  3.2422360
## [773]   {prem=2,                                                                                    
##          prolonged=2}                => {lbw=2}                     0.05747126  0.9090909  3.2282004
## [774]   {lbw=2,                                                                                     
##          prolonged=2}                => {uwfa=2}                    0.05747126  0.9090909  3.1636364
## [775]   {prem=2,                                                                                    
##          prolonged=2}                => {uwfa=2}                    0.05747126  0.9090909  3.1636364
## [776]   {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {hiv_exposure=1}            0.02873563  0.8333333  3.1521739
## [777]   {CRP=2,                                                                                     
##          stunted=2}                  => {lbw=2}                     0.04022989  0.8750000  3.1071429
## [778]   {Maternal smoke category=2,                                                                 
##          uwfa=2}                     => {lbw=2}                     0.04022989  0.8750000  3.1071429
## [779]   {chest indrawing=1,                                                                         
##          O2 saturation=22}           => {temp=7}                    0.02298851  1.0000000  3.1071429
## [780]   {lbw=2,                                                                                     
##          Xray=4}                     => {prem=2}                    0.12068966  0.9130435  3.0551839
## [781]   {CRP=2,                                                                                     
##          stunted=2}                  => {uwfa=2}                    0.04022989  0.8750000  3.0450000
## [782]   {Maternal smoke category=2,                                                                 
##          Xray=4}                     => {uwfa=2}                    0.04022989  0.8750000  3.0450000
## [783]   {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {lbw=2}                     0.03448276  0.8571429  3.0437318
## [784]   {Maternal smoke category=2,                                                                 
##          prem=2}                     => {lbw=2}                     0.03448276  0.8571429  3.0437318
## [785]   {resp=16,                                                                                   
##          uwfa=2}                     => {lbw=2}                     0.03448276  0.8571429  3.0437318
## [786]   {CRP=97,                                                                                    
##          prem=2}                     => {lbw=2}                     0.03448276  0.8571429  3.0437318
## [787]   {uwfa=2,                                                                                    
##          Xray=2}                     => {lbw=2}                     0.03448276  0.8571429  3.0437318
## [788]   {lbw=2,                                                                                     
##          prolonged=2}                => {prem=2}                    0.05747126  0.9090909  3.0419580
## [789]   {resp=26,                                                                                   
##          uwfa=2}                     => {hiv_exposure=1}            0.02298851  0.8000000  3.0260870
## [790]   {O2 saturation=26,                                                                          
##          stunted=2}                  => {hiv_exposure=1}            0.02298851  0.8000000  3.0260870
## [791]   {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {hiv_exposure=1}            0.02298851  0.8000000  3.0260870
## [792]   {Maternal smoke category=2,                                                                 
##          vaccinations=2}             => {hiv_exposure=1}            0.04597701  0.8000000  3.0260870
## [793]   {prem=2,                                                                                    
##          uwfa=2}                     => {lbw=2}                     0.16091954  0.8484848  3.0129870
## [794]   {dob=84,                                                                                    
##          infant_id...1=42}           => {sex=1}                     0.02298851  1.0000000  3.0000000
## [795]   {dob=84,                                                                                    
##          infant_id...2=42}           => {sex=1}                     0.02298851  1.0000000  3.0000000
## [796]   {dob=84,                                                                                    
##          outcome=2}                  => {sex=1}                     0.02298851  1.0000000  3.0000000
## [797]   {dob=84,                                                                                    
##          ventilation=3}              => {sex=1}                     0.02298851  1.0000000  3.0000000
## [798]   {dob=84,                                                                                    
##          serious outcome?=2}         => {sex=1}                     0.02298851  1.0000000  3.0000000
## [799]   {dob=84,                                                                                    
##          prolonged=1}                => {sex=1}                     0.02298851  1.0000000  3.0000000
## [800]   {dob=84,                                                                                    
##          lbw=1}                      => {sex=1}                     0.02298851  1.0000000  3.0000000
## [801]   {dob=84,                                                                                    
##          hiv_exposure=3}             => {sex=1}                     0.02298851  1.0000000  3.0000000
## [802]   {dob=84,                                                                                    
##          uwfa=1}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [803]   {dob=84,                                                                                    
##          prem=1}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [804]   {dob=84,                                                                                    
##          people in house=1}          => {sex=1}                     0.02298851  1.0000000  3.0000000
## [805]   {dob=84,                                                                                    
##          stunted=1}                  => {sex=1}                     0.02298851  1.0000000  3.0000000
## [806]   {dob=84,                                                                                    
##          vaccinations=1}             => {sex=1}                     0.02298851  1.0000000  3.0000000
## [807]   {dob=84}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [808]   {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {sex=1}                     0.02298851  1.0000000  3.0000000
## [809]   {infant_id...1=42,                                                                          
##          outcome=2}                  => {sex=1}                     0.02298851  1.0000000  3.0000000
## [810]   {infant_id...1=42,                                                                          
##          ventilation=3}              => {sex=1}                     0.02298851  1.0000000  3.0000000
## [811]   {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {sex=1}                     0.02298851  1.0000000  3.0000000
## [812]   {infant_id...1=42,                                                                          
##          prolonged=1}                => {sex=1}                     0.02298851  1.0000000  3.0000000
## [813]   {infant_id...1=42,                                                                          
##          lbw=1}                      => {sex=1}                     0.02298851  1.0000000  3.0000000
## [814]   {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {sex=1}                     0.02298851  1.0000000  3.0000000
## [815]   {infant_id...1=42,                                                                          
##          uwfa=1}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [816]   {infant_id...1=42,                                                                          
##          prem=1}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [817]   {infant_id...1=42,                                                                          
##          people in house=1}          => {sex=1}                     0.02298851  1.0000000  3.0000000
## [818]   {infant_id...1=42,                                                                          
##          stunted=1}                  => {sex=1}                     0.02298851  1.0000000  3.0000000
## [819]   {infant_id...1=42,                                                                          
##          vaccinations=1}             => {sex=1}                     0.02298851  1.0000000  3.0000000
## [820]   {infant_id...1=42}           => {sex=1}                     0.02298851  1.0000000  3.0000000
## [821]   {infant_id...2=42,                                                                          
##          outcome=2}                  => {sex=1}                     0.02298851  1.0000000  3.0000000
## [822]   {infant_id...2=42,                                                                          
##          ventilation=3}              => {sex=1}                     0.02298851  1.0000000  3.0000000
## [823]   {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {sex=1}                     0.02298851  1.0000000  3.0000000
## [824]   {infant_id...2=42,                                                                          
##          prolonged=1}                => {sex=1}                     0.02298851  1.0000000  3.0000000
## [825]   {infant_id...2=42,                                                                          
##          lbw=1}                      => {sex=1}                     0.02298851  1.0000000  3.0000000
## [826]   {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {sex=1}                     0.02298851  1.0000000  3.0000000
## [827]   {infant_id...2=42,                                                                          
##          uwfa=1}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [828]   {infant_id...2=42,                                                                          
##          prem=1}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [829]   {infant_id...2=42,                                                                          
##          people in house=1}          => {sex=1}                     0.02298851  1.0000000  3.0000000
## [830]   {infant_id...2=42,                                                                          
##          stunted=1}                  => {sex=1}                     0.02298851  1.0000000  3.0000000
## [831]   {infant_id...2=42,                                                                          
##          vaccinations=1}             => {sex=1}                     0.02298851  1.0000000  3.0000000
## [832]   {infant_id...2=42}           => {sex=1}                     0.02298851  1.0000000  3.0000000
## [833]   {lbw=1,                                                                                     
##          O2 saturation=13}           => {sex=1}                     0.02873563  1.0000000  3.0000000
## [834]   {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {sex=1}                     0.02873563  1.0000000  3.0000000
## [835]   {O2 saturation=13,                                                                          
##          prem=1}                     => {sex=1}                     0.02873563  1.0000000  3.0000000
## [836]   {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {sex=1}                     0.02298851  1.0000000  3.0000000
## [837]   {lbw=2,                                                                                     
##          serious outcome?=1}         => {uwfa=2}                    0.03448276  0.8571429  2.9828571
## [838]   {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {uwfa=2}                    0.03448276  0.8571429  2.9828571
## [839]   {Maternal smoke category=2,                                                                 
##          prem=2}                     => {uwfa=2}                    0.03448276  0.8571429  2.9828571
## [840]   {lbw=2,                                                                                     
##          resp=16}                    => {uwfa=2}                    0.03448276  0.8571429  2.9828571
## [841]   {lbw=2,                                                                                     
##          Xray=2}                     => {prem=2}                    0.04597701  0.8888889  2.9743590
## [842]   {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {lbw=2}                     0.02873563  0.8333333  2.9591837
## [843]   {sex=1,                                                                                     
##          stunted=2}                  => {uwfa=2}                    0.06321839  0.8461538  2.9446154
## [844]   {serious outcome?=1,                                                                        
##          ventilation=2}              => {prem=2}                    0.04022989  0.8750000  2.9278846
## [845]   {ventilation=2}              => {prem=2}                    0.04022989  0.8750000  2.9278846
## [846]   {serious outcome?=1,                                                                        
##          uwfa=2}                     => {prem=2}                    0.04022989  0.8750000  2.9278846
## [847]   {hiv_exposure=1,                                                                            
##          lbw=2}                      => {prem=2}                    0.08045977  0.8750000  2.9278846
## [848]   {resp=26,                                                                                   
##          stunted=2}                  => {uwfa=2}                    0.02873563  0.8333333  2.9000000
## [849]   {stunted=2,                                                                                 
##          Xray=1}                     => {uwfa=2}                    0.02873563  0.8333333  2.9000000
## [850]   {prolonged=2,                                                                               
##          stunted=2}                  => {uwfa=2}                    0.05747126  0.8333333  2.9000000
## [851]   {lbw=2,                                                                                     
##          temp=7}                     => {prem=2}                    0.07471264  0.8666667  2.9000000
## [852]   {prem=2,                                                                                    
##          stunted=2}                  => {lbw=2}                     0.17241379  0.8108108  2.8792057
## [853]   {prem=2,                                                                                    
##          Xray=4}                     => {lbw=2}                     0.12068966  0.8076923  2.8681319
## [854]   {outcome=2,                                                                                 
##          ventilation=2}              => {prem=2}                    0.03448276  0.8571429  2.8681319
## [855]   {chest indrawing=2,                                                                         
##          ventilation=2}              => {prem=2}                    0.03448276  0.8571429  2.8681319
## [856]   {sex=2,                                                                                     
##          ventilation=2}              => {prem=2}                    0.03448276  0.8571429  2.8681319
## [857]   {lbw=2,                                                                                     
##          serious outcome?=1}         => {prem=2}                    0.03448276  0.8571429  2.8681319
## [858]   {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {prem=2}                    0.03448276  0.8571429  2.8681319
## [859]   {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {prem=2}                    0.03448276  0.8571429  2.8681319
## [860]   {lbw=2,                                                                                     
##          resp=16}                    => {prem=2}                    0.03448276  0.8571429  2.8681319
## [861]   {uwfa=2,                                                                                    
##          Xray=2}                     => {prem=2}                    0.03448276  0.8571429  2.8681319
## [862]   {prolonged=2,                                                                               
##          ventilation=2}              => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [863]   {uwfa=2,                                                                                    
##          ventilation=2}              => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [864]   {resp=26,                                                                                   
##          sex=2}                      => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [865]   {resp=26,                                                                                   
##          uwfa=2}                     => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [866]   {stunted=2,                                                                                 
##          temp=10}                    => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [867]   {temp=10,                                                                                   
##          uwfa=2}                     => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [868]   {duration_admission=15,                                                                     
##          uwfa=2}                     => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [869]   {duration_admission=2,                                                                      
##          uwfa=2}                     => {lbw=2}                     0.02298851  0.8000000  2.8408163
## [870]   {uwfa=2,                                                                                    
##          Xray=3}                     => {lbw=2}                     0.04597701  0.8000000  2.8408163
## [871]   {lbw=2,                                                                                     
##          uwfa=2}                     => {prem=2}                    0.16091954  0.8484848  2.8391608
## [872]   {lbw=2,                                                                                     
##          stunted=2}                  => {uwfa=2}                    0.16666667  0.8055556  2.8033333
## [873]   {people in house=1,                                                                         
##          ventilation=2}              => {prem=2}                    0.02873563  0.8333333  2.7884615
## [874]   {lbw=2,                                                                                     
##          stunted=2}                  => {prem=2}                    0.17241379  0.8333333  2.7884615
## [875]   {lbw=2,                                                                                     
##          O2 saturation=17}           => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [876]   {O2 saturation=17,                                                                          
##          outcome=2}                  => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [877]   {O2 saturation=17,                                                                          
##          ventilation=3}              => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [878]   {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [879]   {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [880]   {O2 saturation=17}           => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [881]   {lbw=2,                                                                                     
##          ventilation=2}              => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [882]   {ventilation=2,                                                                             
##          Xray=4}                     => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [883]   {resp=26,                                                                                   
##          sex=2}                      => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [884]   {resp=25,                                                                                   
##          stunted=2}                  => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [885]   {stunted=2,                                                                                 
##          temp=10}                    => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [886]   {prolonged=2,                                                                               
##          temp=7}                     => {uwfa=2}                    0.02298851  0.8000000  2.7840000
## [887]   {dob=73,                                                                                    
##          infant_id...1=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [888]   {dob=73,                                                                                    
##          infant_id...2=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [889]   {dob=73,                                                                                    
##          lbw=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [890]   {dob=73,                                                                                    
##          prem=2}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [891]   {dob=73,                                                                                    
##          outcome=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [892]   {dob=73,                                                                                    
##          ventilation=3}              => {people in house=2}         0.02298851  1.0000000  2.7619048
## [893]   {dob=73,                                                                                    
##          serious outcome?=2}         => {people in house=2}         0.02298851  1.0000000  2.7619048
## [894]   {dob=73,                                                                                    
##          prolonged=1}                => {people in house=2}         0.02298851  1.0000000  2.7619048
## [895]   {chest indrawing=2,                                                                         
##          dob=73}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [896]   {dob=73,                                                                                    
##          hiv_exposure=3}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [897]   {dob=73,                                                                                    
##          sex=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [898]   {dob=73,                                                                                    
##          Maternal smoke category=3}  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [899]   {dob=73,                                                                                    
##          vaccinations=1}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [900]   {dob=73,                                                                                    
##          stunted=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [901]   {dob=73}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [902]   {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [903]   {infant_id...1=117,                                                                         
##          lbw=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [904]   {infant_id...1=117,                                                                         
##          prem=2}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [905]   {infant_id...1=117,                                                                         
##          outcome=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [906]   {infant_id...1=117,                                                                         
##          ventilation=3}              => {people in house=2}         0.02298851  1.0000000  2.7619048
## [907]   {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {people in house=2}         0.02298851  1.0000000  2.7619048
## [908]   {infant_id...1=117,                                                                         
##          prolonged=1}                => {people in house=2}         0.02298851  1.0000000  2.7619048
## [909]   {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [910]   {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [911]   {infant_id...1=117,                                                                         
##          sex=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [912]   {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [913]   {infant_id...1=117,                                                                         
##          vaccinations=1}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [914]   {infant_id...1=117,                                                                         
##          stunted=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [915]   {infant_id...1=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [916]   {infant_id...2=117,                                                                         
##          lbw=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [917]   {infant_id...2=117,                                                                         
##          prem=2}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [918]   {infant_id...2=117,                                                                         
##          outcome=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [919]   {infant_id...2=117,                                                                         
##          ventilation=3}              => {people in house=2}         0.02298851  1.0000000  2.7619048
## [920]   {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {people in house=2}         0.02298851  1.0000000  2.7619048
## [921]   {infant_id...2=117,                                                                         
##          prolonged=1}                => {people in house=2}         0.02298851  1.0000000  2.7619048
## [922]   {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [923]   {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [924]   {infant_id...2=117,                                                                         
##          sex=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [925]   {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [926]   {infant_id...2=117,                                                                         
##          vaccinations=1}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [927]   {infant_id...2=117,                                                                         
##          stunted=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [928]   {infant_id...2=117}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [929]   {dob=59,                                                                                    
##          infant_id...1=106}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [930]   {dob=59,                                                                                    
##          infant_id...2=106}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [931]   {dob=59,                                                                                    
##          outcome=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [932]   {dob=59,                                                                                    
##          ventilation=3}              => {people in house=2}         0.02298851  1.0000000  2.7619048
## [933]   {dob=59,                                                                                    
##          serious outcome?=2}         => {people in house=2}         0.02298851  1.0000000  2.7619048
## [934]   {dob=59,                                                                                    
##          lbw=1}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [935]   {dob=59,                                                                                    
##          hiv_exposure=3}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [936]   {dob=59,                                                                                    
##          uwfa=1}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [937]   {dob=59,                                                                                    
##          prem=1}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [938]   {dob=59,                                                                                    
##          sex=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [939]   {dob=59,                                                                                    
##          stunted=1}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [940]   {dob=59,                                                                                    
##          Maternal smoke category=3}  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [941]   {dob=59,                                                                                    
##          vaccinations=1}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [942]   {dob=59}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [943]   {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [944]   {infant_id...1=106,                                                                         
##          outcome=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [945]   {infant_id...1=106,                                                                         
##          ventilation=3}              => {people in house=2}         0.02298851  1.0000000  2.7619048
## [946]   {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {people in house=2}         0.02298851  1.0000000  2.7619048
## [947]   {infant_id...1=106,                                                                         
##          lbw=1}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [948]   {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [949]   {infant_id...1=106,                                                                         
##          uwfa=1}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [950]   {infant_id...1=106,                                                                         
##          prem=1}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [951]   {infant_id...1=106,                                                                         
##          sex=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [952]   {infant_id...1=106,                                                                         
##          stunted=1}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [953]   {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [954]   {infant_id...1=106,                                                                         
##          vaccinations=1}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [955]   {infant_id...1=106}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [956]   {infant_id...2=106,                                                                         
##          outcome=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [957]   {infant_id...2=106,                                                                         
##          ventilation=3}              => {people in house=2}         0.02298851  1.0000000  2.7619048
## [958]   {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {people in house=2}         0.02298851  1.0000000  2.7619048
## [959]   {infant_id...2=106,                                                                         
##          lbw=1}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [960]   {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [961]   {infant_id...2=106,                                                                         
##          uwfa=1}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [962]   {infant_id...2=106,                                                                         
##          prem=1}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [963]   {infant_id...2=106,                                                                         
##          sex=2}                      => {people in house=2}         0.02298851  1.0000000  2.7619048
## [964]   {infant_id...2=106,                                                                         
##          stunted=1}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [965]   {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [966]   {infant_id...2=106,                                                                         
##          vaccinations=1}             => {people in house=2}         0.02298851  1.0000000  2.7619048
## [967]   {infant_id...2=106}          => {people in house=2}         0.02298851  1.0000000  2.7619048
## [968]   {prolonged=1,                                                                               
##          pulse=20}                   => {people in house=2}         0.02298851  1.0000000  2.7619048
## [969]   {lbw=1,                                                                                     
##          pulse=20}                   => {people in house=2}         0.02298851  1.0000000  2.7619048
## [970]   {prem=1,                                                                                    
##          pulse=20}                   => {people in house=2}         0.02298851  1.0000000  2.7619048
## [971]   {pulse=20,                                                                                  
##          stunted=1}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [972]   {vaccinations=2,                                                                            
##          Xray=1}                     => {people in house=2}         0.02298851  1.0000000  2.7619048
## [973]   {resp=13,                                                                                   
##          stunted=2}                  => {people in house=2}         0.02298851  1.0000000  2.7619048
## [974]   {CRP=2,                                                                                     
##          duration_admission=2}       => {people in house=2}         0.02298851  1.0000000  2.7619048
## [975]   {O2 saturation=24,                                                                          
##          stunted=2}                  => {people in house=2}         0.02873563  1.0000000  2.7619048
## [976]   {lbw=2,                                                                                     
##          Maternal smoke category=3}  => {prem=2}                    0.10344828  0.8181818  2.7377622
## [977]   {duration_admission=20,                                                                     
##          vaccinations=2}             => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [978]   {duration_admission=20,                                                                     
##          temp=5}                     => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [979]   {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [980]   {dob=113,                                                                                   
##          infant_id...2=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [981]   {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [982]   {infant_id...2=71,                                                                          
##          prolonged=2}                => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [983]   {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [984]   {infant_id...2=71,                                                                          
##          lbw=2}                      => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [985]   {infant_id...2=71,                                                                          
##          uwfa=2}                     => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [986]   {infant_id...2=71,                                                                          
##          prem=2}                     => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [987]   {infant_id...2=71,                                                                          
##          outcome=2}                  => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [988]   {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [989]   {infant_id...2=71,                                                                          
##          sex=2}                      => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [990]   {infant_id...2=71,                                                                          
##          people in house=1}          => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [991]   {infant_id...2=71,                                                                          
##          vaccinations=2}             => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [992]   {infant_id...2=71,                                                                          
##          stunted=2}                  => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [993]   {infant_id...2=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [994]   {dob=113,                                                                                   
##          infant_id...1=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [995]   {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [996]   {infant_id...1=71,                                                                          
##          prolonged=2}                => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [997]   {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [998]   {infant_id...1=71,                                                                          
##          lbw=2}                      => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [999]   {infant_id...1=71,                                                                          
##          uwfa=2}                     => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1000]  {infant_id...1=71,                                                                          
##          prem=2}                     => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1001]  {infant_id...1=71,                                                                          
##          outcome=2}                  => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1002]  {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1003]  {infant_id...1=71,                                                                          
##          sex=2}                      => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1004]  {infant_id...1=71,                                                                          
##          people in house=1}          => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1005]  {infant_id...1=71,                                                                          
##          vaccinations=2}             => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1006]  {infant_id...1=71,                                                                          
##          stunted=2}                  => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1007]  {infant_id...1=71}           => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1008]  {dob=113,                                                                                   
##          Maternal smoke category=2}  => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1009]  {dob=113,                                                                                   
##          prolonged=2}                => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1010]  {dob=113,                                                                                   
##          hiv_exposure=1}             => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1011]  {dob=113,                                                                                   
##          lbw=2}                      => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1012]  {dob=113,                                                                                   
##          uwfa=2}                     => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1013]  {dob=113,                                                                                   
##          prem=2}                     => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1014]  {dob=113,                                                                                   
##          outcome=2}                  => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1015]  {chest indrawing=2,                                                                         
##          dob=113}                    => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1016]  {dob=113,                                                                                   
##          sex=2}                      => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1017]  {dob=113,                                                                                   
##          people in house=1}          => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1018]  {dob=113,                                                                                   
##          vaccinations=2}             => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1019]  {dob=113,                                                                                   
##          stunted=2}                  => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1020]  {dob=113}                    => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1021]  {serious outcome?=1,                                                                        
##          ventilation=1}              => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1022]  {outcome=2,                                                                                 
##          ventilation=1}              => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1023]  {prolonged=1,                                                                               
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1024]  {chest indrawing=2,                                                                         
##          ventilation=1}              => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1025]  {lbw=1,                                                                                     
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1026]  {hiv_exposure=3,                                                                            
##          ventilation=1}              => {Xray=4}                    0.02873563  1.0000000  2.7187500
## [1027]  {uwfa=1,                                                                                    
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1028]  {prem=1,                                                                                    
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1029]  {people in house=1,                                                                         
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1030]  {stunted=1,                                                                                 
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1031]  {vaccinations=2,                                                                            
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1032]  {temp=5,                                                                                    
##          ventilation=1}              => {Xray=4}                    0.02298851  1.0000000  2.7187500
## [1033]  {ventilation=1}              => {Xray=4}                    0.03448276  1.0000000  2.7187500
## [1034]  {serious outcome?=1,                                                                        
##          sex=1}                      => {Xray=4}                    0.02873563  1.0000000  2.7187500
## [1035]  {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {Xray=4}                    0.04022989  1.0000000  2.7187500
## [1036]  {temp=7,                                                                                    
##          uwfa=2}                     => {prem=2}                    0.07471264  0.8125000  2.7187500
## [1037]  {duration_admission=20,                                                                     
##          people in house=1}          => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1038]  {lbw=2,                                                                                     
##          ventilation=2}              => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1039]  {hiv_exposure=3,                                                                            
##          ventilation=2}              => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1040]  {resp=26,                                                                                   
##          uwfa=2}                     => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1041]  {resp=25,                                                                                   
##          stunted=2}                  => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1042]  {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1043]  {O2 saturation=22,                                                                          
##          uwfa=2}                     => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1044]  {O2 saturation=24,                                                                          
##          stunted=2}                  => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1045]  {chest indrawing=1,                                                                         
##          lbw=2}                      => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1046]  {duration_admission=15,                                                                     
##          uwfa=2}                     => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1047]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {prem=2}                    0.02298851  0.8000000  2.6769231
## [1048]  {lbw=2,                                                                                     
##          people in house=2}          => {prem=2}                    0.09195402  0.8000000  2.6769231
## [1049]  {O2 saturation=22,                                                                          
##          stunted=2}                  => {temp=7}                    0.03448276  0.8571429  2.6632653
## [1050]  {dob=73,                                                                                    
##          infant_id...1=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1051]  {dob=73,                                                                                    
##          infant_id...2=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1052]  {dob=73,                                                                                    
##          lbw=2}                      => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1053]  {dob=73,                                                                                    
##          prem=2}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1054]  {dob=73,                                                                                    
##          people in house=2}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1055]  {dob=73,                                                                                    
##          outcome=2}                  => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1056]  {dob=73,                                                                                    
##          ventilation=3}              => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1057]  {dob=73,                                                                                    
##          serious outcome?=2}         => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1058]  {dob=73,                                                                                    
##          prolonged=1}                => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1059]  {chest indrawing=2,                                                                         
##          dob=73}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1060]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1061]  {dob=73,                                                                                    
##          sex=2}                      => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1062]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1063]  {dob=73,                                                                                    
##          vaccinations=1}             => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1064]  {dob=73}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1065]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1066]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1067]  {infant_id...1=117,                                                                         
##          prem=2}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1068]  {infant_id...1=117,                                                                         
##          people in house=2}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1069]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1070]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1071]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1072]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1073]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1074]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1075]  {infant_id...1=117,                                                                         
##          sex=2}                      => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1076]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1077]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1078]  {infant_id...1=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1079]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1080]  {infant_id...2=117,                                                                         
##          prem=2}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1081]  {infant_id...2=117,                                                                         
##          people in house=2}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1082]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1083]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1084]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1085]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1086]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1087]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1088]  {infant_id...2=117,                                                                         
##          sex=2}                      => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1089]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1090]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1091]  {infant_id...2=117}          => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1092]  {O2 saturation=17,                                                                          
##          uwfa=2}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1093]  {O2 saturation=20,                                                                          
##          stunted=2}                  => {Maternal smoke category=1} 0.02298851  1.0000000  2.5970149
## [1094]  {hiv_exposure=1,                                                                            
##          resp=26}                    => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1095]  {lbw=2,                                                                                     
##          resp=26}                    => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1096]  {resp=26,                                                                                   
##          uwfa=2}                     => {stunted=2}                 0.02873563  1.0000000  2.5970149
## [1097]  {prem=2,                                                                                    
##          resp=26}                    => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1098]  {resp=26,                                                                                   
##          vaccinations=1}             => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1099]  {O2 saturation=25,                                                                          
##          uwfa=2}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1100]  {hiv_exposure=1,                                                                            
##          resp=30}                    => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1101]  {hiv_exposure=1,                                                                            
##          O2 saturation=26}           => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1102]  {resp=25,                                                                                   
##          uwfa=2}                     => {stunted=2}                 0.02298851  1.0000000  2.5970149
## [1103]  {uwfa=2,                                                                                    
##          Xray=1}                     => {stunted=2}                 0.02873563  1.0000000  2.5970149
## [1104]  {resp=13,                                                                                   
##          temp=7}                     => {Maternal smoke category=1} 0.02298851  1.0000000  2.5970149
## [1105]  {duration_admission=18,                                                                     
##          Xray=4}                     => {Maternal smoke category=1} 0.02298851  1.0000000  2.5970149
## [1106]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {stunted=2}                 0.02873563  1.0000000  2.5970149
## [1107]  {CRP=2,                                                                                     
##          lbw=2}                      => {stunted=2}                 0.04022989  1.0000000  2.5970149
## [1108]  {CRP=2,                                                                                     
##          uwfa=2}                     => {stunted=2}                 0.04022989  1.0000000  2.5970149
## [1109]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {Maternal smoke category=1} 0.02298851  1.0000000  2.5970149
## [1110]  {O2 saturation=22,                                                                          
##          uwfa=2}                     => {stunted=2}                 0.02873563  1.0000000  2.5970149
## [1111]  {Maternal smoke category=1,                                                                 
##          prolonged=2}                => {stunted=2}                 0.03448276  1.0000000  2.5970149
## [1112]  {lbw=2,                                                                                     
##          resp=16}                    => {stunted=2}                 0.04022989  1.0000000  2.5970149
## [1113]  {resp=16,                                                                                   
##          uwfa=2}                     => {stunted=2}                 0.04022989  1.0000000  2.5970149
## [1114]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {stunted=2}                 0.02873563  1.0000000  2.5970149
## [1115]  {uwfa=2,                                                                                    
##          Xray=2}                     => {stunted=2}                 0.04022989  1.0000000  2.5970149
## [1116]  {duration_admission=2,                                                                      
##          temp=7}                     => {Xray=3}                    0.05747126  0.9090909  2.5513196
## [1117]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {sex=1}                     0.02873563  0.8333333  2.5000000
## [1118]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {sex=1}                     0.02873563  0.8333333  2.5000000
## [1119]  {duration_admission=19,                                                                     
##          stunted=1}                  => {sex=1}                     0.02873563  0.8333333  2.5000000
## [1120]  {O2 saturation=22,                                                                          
##          uwfa=2}                     => {temp=7}                    0.02298851  0.8000000  2.4857143
## [1121]  {Maternal smoke category=1,                                                                 
##          uwfa=2}                     => {stunted=2}                 0.12643678  0.9565217  2.4841012
## [1122]  {temp=5,                                                                                    
##          uwfa=2}                     => {stunted=2}                 0.12068966  0.9545455  2.4789688
## [1123]  {prem=2,                                                                                    
##          prolonged=2}                => {Xray=4}                    0.05747126  0.9090909  2.4715909
## [1124]  {people in house=2,                                                                         
##          uwfa=2}                     => {stunted=2}                 0.10919540  0.9500000  2.4671642
## [1125]  {CRP=97,                                                                                    
##          duration_admission=17}      => {Xray=3}                    0.04022989  0.8750000  2.4556452
## [1126]  {duration_admission=15,                                                                     
##          temp=5}                     => {people in house=2}         0.04597701  0.8888889  2.4550265
## [1127]  {dob=73,                                                                                    
##          infant_id...1=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1128]  {dob=73,                                                                                    
##          infant_id...2=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1129]  {dob=73,                                                                                    
##          lbw=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1130]  {dob=73,                                                                                    
##          prem=2}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1131]  {dob=73,                                                                                    
##          people in house=2}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1132]  {dob=73,                                                                                    
##          stunted=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1133]  {dob=73,                                                                                    
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1134]  {dob=73,                                                                                    
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1135]  {dob=73,                                                                                    
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1136]  {dob=73,                                                                                    
##          prolonged=1}                => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1137]  {chest indrawing=2,                                                                         
##          dob=73}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1138]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1139]  {dob=73,                                                                                    
##          sex=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1140]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1141]  {dob=73}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1142]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1143]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1144]  {infant_id...1=117,                                                                         
##          prem=2}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1145]  {infant_id...1=117,                                                                         
##          people in house=2}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1146]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1147]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1148]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1149]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1150]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1151]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1152]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1153]  {infant_id...1=117,                                                                         
##          sex=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1154]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1155]  {infant_id...1=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1156]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1157]  {infant_id...2=117,                                                                         
##          prem=2}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1158]  {infant_id...2=117,                                                                         
##          people in house=2}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1159]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1160]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1161]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1162]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1163]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1164]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1165]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1166]  {infant_id...2=117,                                                                         
##          sex=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1167]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1168]  {infant_id...2=117}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1169]  {dob=84,                                                                                    
##          infant_id...1=42}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1170]  {dob=84,                                                                                    
##          infant_id...2=42}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1171]  {dob=84,                                                                                    
##          sex=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1172]  {dob=84,                                                                                    
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1173]  {dob=84,                                                                                    
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1174]  {dob=84,                                                                                    
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1175]  {dob=84,                                                                                    
##          prolonged=1}                => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1176]  {dob=84,                                                                                    
##          lbw=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1177]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1178]  {dob=84,                                                                                    
##          uwfa=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1179]  {dob=84,                                                                                    
##          prem=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1180]  {dob=84,                                                                                    
##          people in house=1}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1181]  {dob=84,                                                                                    
##          stunted=1}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1182]  {dob=84}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1183]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1184]  {infant_id...1=42,                                                                          
##          sex=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1185]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1186]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1187]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1188]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1189]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1190]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1191]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1192]  {infant_id...1=42,                                                                          
##          prem=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1193]  {infant_id...1=42,                                                                          
##          people in house=1}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1194]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1195]  {infant_id...1=42}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1196]  {infant_id...2=42,                                                                          
##          sex=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1197]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1198]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1199]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1200]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1201]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1202]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1203]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1204]  {infant_id...2=42,                                                                          
##          prem=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1205]  {infant_id...2=42,                                                                          
##          people in house=1}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1206]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1207]  {infant_id...2=42}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1208]  {duration_admission=21,                                                                     
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1209]  {duration_admission=21,                                                                     
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1210]  {duration_admission=21,                                                                     
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1211]  {duration_admission=21,                                                                     
##          people in house=1}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1212]  {duration_admission=21}      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1213]  {dob=59,                                                                                    
##          infant_id...1=106}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1214]  {dob=59,                                                                                    
##          infant_id...2=106}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1215]  {dob=59,                                                                                    
##          people in house=2}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1216]  {dob=59,                                                                                    
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1217]  {dob=59,                                                                                    
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1218]  {dob=59,                                                                                    
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1219]  {dob=59,                                                                                    
##          lbw=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1220]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1221]  {dob=59,                                                                                    
##          uwfa=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1222]  {dob=59,                                                                                    
##          prem=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1223]  {dob=59,                                                                                    
##          sex=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1224]  {dob=59,                                                                                    
##          stunted=1}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1225]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1226]  {dob=59}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1227]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1228]  {infant_id...1=106,                                                                         
##          people in house=2}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1229]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1230]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1231]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1232]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1233]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1234]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1235]  {infant_id...1=106,                                                                         
##          prem=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1236]  {infant_id...1=106,                                                                         
##          sex=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1237]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1238]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1239]  {infant_id...1=106}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1240]  {infant_id...2=106,                                                                         
##          people in house=2}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1241]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1242]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1243]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1244]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1245]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1246]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1247]  {infant_id...2=106,                                                                         
##          prem=1}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1248]  {infant_id...2=106,                                                                         
##          sex=2}                      => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1249]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1250]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1251]  {infant_id...2=106}          => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1252]  {duration_admission=2,                                                                      
##          O2 saturation=25}           => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1253]  {O2 saturation=18,                                                                          
##          stunted=2}                  => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1254]  {duration_admission=18,                                                                     
##          Xray=3}                     => {vaccinations=1}            0.02298851  1.0000000  2.4507042
## [1255]  {chest indrawing=1,                                                                         
##          Maternal smoke category=1}  => {vaccinations=1}            0.03448276  1.0000000  2.4507042
## [1256]  {duration_admission=20,                                                                     
##          vaccinations=2}             => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1257]  {chest indrawing=2,                                                                         
##          O2 saturation=27}           => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1258]  {resp=10,                                                                                   
##          vaccinations=2}             => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1259]  {duration_admission=2,                                                                      
##          O2 saturation=25}           => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1260]  {CRP=97,                                                                                    
##          O2 saturation=25}           => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1261]  {O2 saturation=25,                                                                          
##          uwfa=2}                     => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1262]  {O2 saturation=25,                                                                          
##          stunted=2}                  => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1263]  {O2 saturation=25,                                                                          
##          vaccinations=1}             => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1264]  {O2 saturation=18,                                                                          
##          prem=2}                     => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1265]  {O2 saturation=18,                                                                          
##          Xray=4}                     => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1266]  {O2 saturation=18,                                                                          
##          stunted=2}                  => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1267]  {O2 saturation=18,                                                                          
##          vaccinations=1}             => {temp=5}                    0.02873563  1.0000000  2.4166667
## [1268]  {duration_admission=18,                                                                     
##          Xray=4}                     => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1269]  {duration_admission=18,                                                                     
##          stunted=2}                  => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1270]  {CRP=2,                                                                                     
##          duration_admission=2}       => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1271]  {CRP=2,                                                                                     
##          people in house=2}          => {temp=5}                    0.04597701  1.0000000  2.4166667
## [1272]  {CRP=2,                                                                                     
##          lbw=1}                      => {temp=5}                    0.04022989  1.0000000  2.4166667
## [1273]  {CRP=2,                                                                                     
##          hiv_exposure=3}             => {temp=5}                    0.04597701  1.0000000  2.4166667
## [1274]  {CRP=2,                                                                                     
##          uwfa=1}                     => {temp=5}                    0.04022989  1.0000000  2.4166667
## [1275]  {CRP=2,                                                                                     
##          stunted=1}                  => {temp=5}                    0.03448276  1.0000000  2.4166667
## [1276]  {CRP=2,                                                                                     
##          Maternal smoke category=3}  => {temp=5}                    0.04022989  1.0000000  2.4166667
## [1277]  {CRP=2,                                                                                     
##          vaccinations=2}             => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1278]  {CRP=97,                                                                                    
##          Maternal smoke category=2}  => {temp=5}                    0.02298851  1.0000000  2.4166667
## [1279]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {temp=5}                    0.02873563  1.0000000  2.4166667
## [1280]  {outcome=2,                                                                                 
##          pulse=26}                   => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1281]  {pulse=26,                                                                                  
##          ventilation=3}              => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1282]  {pulse=26,                                                                                  
##          serious outcome?=2}         => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1283]  {pulse=26}                   => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1284]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1285]  {CRP=58,                                                                                    
##          Xray=2}                     => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1286]  {lbw=1,                                                                                     
##          resp=26}                    => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1287]  {O2 saturation=25,                                                                          
##          people in house=1}          => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1288]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {sex=1}                     0.02298851  0.8000000  2.4000000
## [1289]  {sex=1,                                                                                     
##          uwfa=2}                     => {stunted=2}                 0.06321839  0.9166667  2.3805970
## [1290]  {uwfa=2,                                                                                    
##          vaccinations=1}             => {stunted=2}                 0.12643678  0.9166667  2.3805970
## [1291]  {prolonged=2,                                                                               
##          serious outcome?=1}         => {Xray=4}                    0.04022989  0.8750000  2.3789062
## [1292]  {serious outcome?=1,                                                                        
##          stunted=1}                  => {Xray=4}                    0.04022989  0.8750000  2.3789062
## [1293]  {Maternal smoke category=2,                                                                 
##          uwfa=2}                     => {Xray=4}                    0.04022989  0.8750000  2.3789062
## [1294]  {prolonged=2,                                                                               
##          vaccinations=2}             => {Xray=4}                    0.04022989  0.8750000  2.3789062
## [1295]  {prolonged=2,                                                                               
##          temp=5}                     => {Xray=4}                    0.04022989  0.8750000  2.3789062
## [1296]  {O2 saturation=21,                                                                          
##          temp=5}                     => {people in house=2}         0.03448276  0.8571429  2.3673469
## [1297]  {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {Xray=3}                    0.02873563  0.8333333  2.3387097
## [1298]  {lbw=2,                                                                                     
##          people in house=2}          => {stunted=2}                 0.10344828  0.9000000  2.3373134
## [1299]  {uwfa=2,                                                                                    
##          Xray=3}                     => {stunted=2}                 0.05172414  0.9000000  2.3373134
## [1300]  {duration_admission=19,                                                                     
##          people in house=1}          => {Xray=4}                    0.03448276  0.8571429  2.3303571
## [1301]  {chest indrawing=2,                                                                         
##          serious outcome?=1}         => {Xray=4}                    0.06896552  0.8571429  2.3303571
## [1302]  {serious outcome?=1,                                                                        
##          vaccinations=2}             => {Xray=4}                    0.03448276  0.8571429  2.3303571
## [1303]  {serious outcome?=1,                                                                        
##          temp=5}                     => {Xray=4}                    0.03448276  0.8571429  2.3303571
## [1304]  {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {Xray=4}                    0.03448276  0.8571429  2.3303571
## [1305]  {Maternal smoke category=2,                                                                 
##          prem=2}                     => {Xray=4}                    0.03448276  0.8571429  2.3303571
## [1306]  {stunted=1,                                                                                 
##          uwfa=2}                     => {Xray=4}                    0.03448276  0.8571429  2.3303571
## [1307]  {hiv_exposure=3,                                                                            
##          uwfa=2}                     => {stunted=2}                 0.14367816  0.8928571  2.3187633
## [1308]  {prolonged=1,                                                                               
##          uwfa=2}                     => {stunted=2}                 0.18965517  0.8918919  2.3162566
## [1309]  {CRP=97,                                                                                    
##          uwfa=2}                     => {stunted=2}                 0.04597701  0.8888889  2.3084577
## [1310]  {lbw=2,                                                                                     
##          Xray=2}                     => {stunted=2}                 0.04597701  0.8888889  2.3084577
## [1311]  {chest indrawing=2,                                                                         
##          uwfa=2}                     => {stunted=2}                 0.22988506  0.8888889  2.3084577
## [1312]  {prem=2,                                                                                    
##          temp=7}                     => {stunted=2}                 0.09195402  0.8888889  2.3084577
## [1313]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {people in house=2}         0.02873563  0.8333333  2.3015873
## [1314]  {O2 saturation=21,                                                                          
##          prem=2}                     => {people in house=2}         0.02873563  0.8333333  2.3015873
## [1315]  {chest indrawing=1,                                                                         
##          prem=2}                     => {people in house=2}         0.02873563  0.8333333  2.3015873
## [1316]  {uwfa=2,                                                                                    
##          ventilation=3}              => {stunted=2}                 0.21839080  0.8837209  2.2950364
## [1317]  {serious outcome?=2,                                                                        
##          uwfa=2}                     => {stunted=2}                 0.21264368  0.8809524  2.2878465
## [1318]  {lbw=2,                                                                                     
##          uwfa=2}                     => {stunted=2}                 0.16666667  0.8787879  2.2822252
## [1319]  {prem=2,                                                                                    
##          uwfa=2}                     => {stunted=2}                 0.16666667  0.8787879  2.2822252
## [1320]  {temp=7,                                                                                    
##          uwfa=2}                     => {stunted=2}                 0.08045977  0.8750000  2.2723881
## [1321]  {duration_admission=20,                                                                     
##          outcome=2}                  => {Xray=4}                    0.02873563  0.8333333  2.2656250
## [1322]  {duration_admission=20,                                                                     
##          prolonged=1}                => {Xray=4}                    0.02873563  0.8333333  2.2656250
## [1323]  {chest indrawing=2,                                                                         
##          duration_admission=20}      => {Xray=4}                    0.02873563  0.8333333  2.2656250
## [1324]  {duration_admission=20}      => {Xray=4}                    0.02873563  0.8333333  2.2656250
## [1325]  {lbw=1,                                                                                     
##          resp=30}                    => {Xray=4}                    0.02873563  0.8333333  2.2656250
## [1326]  {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {Xray=4}                    0.02873563  0.8333333  2.2656250
## [1327]  {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {people in house=2}         0.05172414  0.8181818  2.2597403
## [1328]  {resp=20,                                                                                   
##          vaccinations=1}             => {Xray=3}                    0.02298851  0.8000000  2.2451613
## [1329]  {temp=10,                                                                                   
##          vaccinations=1}             => {Xray=3}                    0.02298851  0.8000000  2.2451613
## [1330]  {uwfa=2}                     => {stunted=2}                 0.24712644  0.8600000  2.2334328
## [1331]  {duration_admission=19,                                                                     
##          sex=2}                      => {stunted=2}                 0.03448276  0.8571429  2.2260128
## [1332]  {outcome=2,                                                                                 
##          uwfa=2}                     => {stunted=2}                 0.24137931  0.8571429  2.2260128
## [1333]  {prem=2,                                                                                    
##          vaccinations=1}             => {stunted=2}                 0.13793103  0.8571429  2.2260128
## [1334]  {hiv_exposure=1,                                                                            
##          prolonged=2}                => {Xray=4}                    0.05172414  0.8181818  2.2244318
## [1335]  {lbw=2,                                                                                     
##          prolonged=2}                => {Xray=4}                    0.05172414  0.8181818  2.2244318
## [1336]  {lbw=2,                                                                                     
##          vaccinations=1}             => {stunted=2}                 0.13218391  0.8518519  2.2122720
## [1337]  {pulse=20,                                                                                  
##          ventilation=3}              => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1338]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1339]  {pulse=20,                                                                                  
##          uwfa=1}                     => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1340]  {O2 saturation=25,                                                                          
##          sex=2}                      => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1341]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1342]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1343]  {resp=18,                                                                                   
##          temp=5}                     => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1344]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1345]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {people in house=2}         0.04597701  0.8000000  2.2095238
## [1346]  {O2 saturation=24,                                                                          
##          prem=2}                     => {people in house=2}         0.02298851  0.8000000  2.2095238
## [1347]  {hiv_exposure=1,                                                                            
##          uwfa=2}                     => {stunted=2}                 0.09195402  0.8421053  2.1869599
## [1348]  {sex=2,                                                                                     
##          uwfa=2}                     => {stunted=2}                 0.18390805  0.8421053  2.1869599
## [1349]  {resp=16,                                                                                   
##          Xray=4}                     => {vaccinations=1}            0.04597701  0.8888889  2.1784038
## [1350]  {outcome=2,                                                                                 
##          pulse=33}                   => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1351]  {pulse=33,                                                                                  
##          ventilation=3}              => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1352]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1353]  {prolonged=1,                                                                               
##          pulse=33}                   => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1354]  {pulse=33,                                                                                  
##          sex=2}                      => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1355]  {pulse=33}                   => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1356]  {duration_admission=20,                                                                     
##          ventilation=3}              => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1357]  {duration_admission=20,                                                                     
##          serious outcome?=2}         => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1358]  {duration_admission=20,                                                                     
##          people in house=1}          => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1359]  {prolonged=2,                                                                               
##          ventilation=2}              => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1360]  {uwfa=2,                                                                                    
##          ventilation=2}              => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1361]  {resp=30,                                                                                   
##          uwfa=2}                     => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1362]  {hiv_exposure=3,                                                                            
##          resp=8}                     => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1363]  {serious outcome?=1,                                                                        
##          vaccinations=4}             => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1364]  {Maternal smoke category=1,                                                                 
##          vaccinations=4}             => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1365]  {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1366]  {chest indrawing=1,                                                                         
##          lbw=2}                      => {Xray=4}                    0.02298851  0.8000000  2.1750000
## [1367]  {O2 saturation=20,                                                                          
##          sex=2}                      => {Maternal smoke category=1} 0.02873563  0.8333333  2.1641791
## [1368]  {duration_admission=19,                                                                     
##          people in house=2}          => {Maternal smoke category=1} 0.02873563  0.8333333  2.1641791
## [1369]  {duration_admission=19,                                                                     
##          people in house=2}          => {stunted=2}                 0.02873563  0.8333333  2.1641791
## [1370]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {stunted=2}                 0.02873563  0.8333333  2.1641791
## [1371]  {CRP=2,                                                                                     
##          hiv_exposure=1}             => {stunted=2}                 0.02873563  0.8333333  2.1641791
## [1372]  {CRP=2,                                                                                     
##          prem=2}                     => {stunted=2}                 0.02873563  0.8333333  2.1641791
## [1373]  {duration_admission=15,                                                                     
##          lbw=2}                      => {stunted=2}                 0.02873563  0.8333333  2.1641791
## [1374]  {resp=16,                                                                                   
##          Xray=4}                     => {temp=5}                    0.04597701  0.8888889  2.1481481
## [1375]  {lbw=2,                                                                                     
##          sex=1}                      => {temp=5}                    0.04597701  0.8888889  2.1481481
## [1376]  {duration_admission=15,                                                                     
##          prem=2}                     => {vaccinations=1}            0.04022989  0.8750000  2.1443662
## [1377]  {lbw=1,                                                                                     
##          uwfa=2}                     => {stunted=2}                 0.08045977  0.8235294  2.1387182
## [1378]  {prem=1,                                                                                    
##          uwfa=2}                     => {stunted=2}                 0.08045977  0.8235294  2.1387182
## [1379]  {lbw=2,                                                                                     
##          prolonged=2}                => {stunted=2}                 0.05172414  0.8181818  2.1248304
## [1380]  {prem=2,                                                                                    
##          prolonged=2}                => {stunted=2}                 0.05172414  0.8181818  2.1248304
## [1381]  {lbw=2,                                                                                     
##          temp=5}                     => {stunted=2}                 0.10344828  0.8181818  2.1248304
## [1382]  {lbw=2,                                                                                     
##          temp=7}                     => {vaccinations=1}            0.07471264  0.8666667  2.1239437
## [1383]  {CRP=2,                                                                                     
##          prem=1}                     => {temp=5}                    0.04022989  0.8750000  2.1145833
## [1384]  {lbw=2,                                                                                     
##          prem=2}                     => {stunted=2}                 0.17241379  0.8108108  2.1056878
## [1385]  {Maternal smoke category=1,                                                                 
##          prem=2}                     => {stunted=2}                 0.09770115  0.8095238  2.1023454
## [1386]  {prem=2,                                                                                    
##          Xray=4}                     => {stunted=2}                 0.12068966  0.8076923  2.0975890
## [1387]  {lbw=2,                                                                                     
##          O2 saturation=17}           => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1388]  {O2 saturation=17,                                                                          
##          outcome=2}                  => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1389]  {O2 saturation=17,                                                                          
##          ventilation=3}              => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1390]  {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1391]  {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1392]  {O2 saturation=17}           => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1393]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1394]  {hiv_exposure=3,                                                                            
##          ventilation=2}              => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1395]  {hiv_exposure=3,                                                                            
##          ventilation=2}              => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1396]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1397]  {resp=26,                                                                                   
##          sex=2}                      => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1398]  {resp=30,                                                                                   
##          uwfa=2}                     => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1399]  {resp=30,                                                                                   
##          temp=5}                     => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1400]  {Maternal smoke category=1,                                                                 
##          resp=30}                    => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1401]  {O2 saturation=18,                                                                          
##          vaccinations=1}             => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1402]  {prem=2,                                                                                    
##          resp=25}                    => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1403]  {Maternal smoke category=3,                                                                 
##          resp=25}                    => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1404]  {resp=24,                                                                                   
##          temp=5}                     => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1405]  {resp=24,                                                                                   
##          vaccinations=1}             => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1406]  {resp=13,                                                                                   
##          Xray=3}                     => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1407]  {people in house=2,                                                                         
##          resp=13}                    => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1408]  {people in house=2,                                                                         
##          resp=13}                    => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1409]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1410]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1411]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1412]  {O2 saturation=23,                                                                          
##          temp=5}                     => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1413]  {temp=10,                                                                                   
##          uwfa=2}                     => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1414]  {prolonged=2,                                                                               
##          temp=7}                     => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1415]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1416]  {O2 saturation=24,                                                                          
##          prem=2}                     => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1417]  {duration_admission=15,                                                                     
##          uwfa=2}                     => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1418]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {Maternal smoke category=1} 0.02298851  0.8000000  2.0776119
## [1419]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {stunted=2}                 0.02298851  0.8000000  2.0776119
## [1420]  {duration_admission=11,                                                                     
##          uwfa=2}                     => {stunted=2}                 0.04597701  0.8000000  2.0776119
## [1421]  {lbw=2,                                                                                     
##          Maternal smoke category=1}  => {stunted=2}                 0.09195402  0.8000000  2.0776119
## [1422]  {uwfa=2,                                                                                    
##          vaccinations=2}             => {stunted=2}                 0.09195402  0.8000000  2.0776119
## [1423]  {chest indrawing=2,                                                                         
##          O2 saturation=25}           => {temp=5}                    0.03448276  0.8571429  2.0714286
## [1424]  {duration_admission=20,                                                                     
##          temp=5}                     => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1425]  {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1426]  {dob=113,                                                                                   
##          infant_id...2=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1427]  {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1428]  {infant_id...2=71,                                                                          
##          prolonged=2}                => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1429]  {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1430]  {infant_id...2=71,                                                                          
##          lbw=2}                      => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1431]  {infant_id...2=71,                                                                          
##          uwfa=2}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1432]  {infant_id...2=71,                                                                          
##          prem=2}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1433]  {infant_id...2=71,                                                                          
##          Xray=4}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1434]  {infant_id...2=71,                                                                          
##          stunted=2}                  => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1435]  {infant_id...2=71,                                                                          
##          outcome=2}                  => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1436]  {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1437]  {infant_id...2=71,                                                                          
##          sex=2}                      => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1438]  {infant_id...2=71,                                                                          
##          people in house=1}          => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1439]  {infant_id...2=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1440]  {dob=113,                                                                                   
##          infant_id...1=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1441]  {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1442]  {infant_id...1=71,                                                                          
##          prolonged=2}                => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1443]  {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1444]  {infant_id...1=71,                                                                          
##          lbw=2}                      => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1445]  {infant_id...1=71,                                                                          
##          uwfa=2}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1446]  {infant_id...1=71,                                                                          
##          prem=2}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1447]  {infant_id...1=71,                                                                          
##          Xray=4}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1448]  {infant_id...1=71,                                                                          
##          stunted=2}                  => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1449]  {infant_id...1=71,                                                                          
##          outcome=2}                  => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1450]  {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1451]  {infant_id...1=71,                                                                          
##          sex=2}                      => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1452]  {infant_id...1=71,                                                                          
##          people in house=1}          => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1453]  {infant_id...1=71}           => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1454]  {dob=113,                                                                                   
##          Maternal smoke category=2}  => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1455]  {dob=113,                                                                                   
##          prolonged=2}                => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1456]  {dob=113,                                                                                   
##          hiv_exposure=1}             => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1457]  {dob=113,                                                                                   
##          lbw=2}                      => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1458]  {dob=113,                                                                                   
##          uwfa=2}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1459]  {dob=113,                                                                                   
##          prem=2}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1460]  {dob=113,                                                                                   
##          Xray=4}                     => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1461]  {dob=113,                                                                                   
##          stunted=2}                  => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1462]  {dob=113,                                                                                   
##          outcome=2}                  => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1463]  {chest indrawing=2,                                                                         
##          dob=113}                    => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1464]  {dob=113,                                                                                   
##          sex=2}                      => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1465]  {dob=113,                                                                                   
##          people in house=1}          => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1466]  {dob=113}                    => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1467]  {Maternal smoke category=1,                                                                 
##          pulse=34}                   => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1468]  {outcome=2,                                                                                 
##          pulse=34}                   => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1469]  {pulse=34,                                                                                  
##          ventilation=3}              => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1470]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1471]  {prolonged=1,                                                                               
##          pulse=34}                   => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1472]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {vaccinations=2}            0.02873563  1.0000000  2.0470588
## [1473]  {lbw=1,                                                                                     
##          pulse=34}                   => {vaccinations=2}            0.02873563  1.0000000  2.0470588
## [1474]  {hiv_exposure=3,                                                                            
##          pulse=34}                   => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1475]  {pulse=34,                                                                                  
##          uwfa=1}                     => {vaccinations=2}            0.02873563  1.0000000  2.0470588
## [1476]  {prem=1,                                                                                    
##          pulse=34}                   => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1477]  {pulse=34,                                                                                  
##          sex=2}                      => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1478]  {people in house=1,                                                                         
##          pulse=34}                   => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1479]  {pulse=34,                                                                                  
##          stunted=1}                  => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1480]  {pulse=34}                   => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1481]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {vaccinations=2}            0.02873563  1.0000000  2.0470588
## [1482]  {O2 saturation=1,                                                                           
##          temp=5}                     => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1483]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1484]  {O2 saturation=26,                                                                          
##          sex=1}                      => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1485]  {resp=13,                                                                                   
##          sex=1}                      => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1486]  {duration_admission=19,                                                                     
##          sex=1}                      => {vaccinations=2}            0.03448276  1.0000000  2.0470588
## [1487]  {duration_admission=11,                                                                     
##          resp=18}                    => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1488]  {resp=18,                                                                                   
##          Xray=3}                     => {vaccinations=2}            0.02873563  1.0000000  2.0470588
## [1489]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {vaccinations=2}            0.02873563  1.0000000  2.0470588
## [1490]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1491]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1492]  {hiv_exposure=1,                                                                            
##          serious outcome?=1}         => {vaccinations=2}            0.02298851  1.0000000  2.0470588
## [1493]  {Maternal smoke category=2,                                                                 
##          prem=2}                     => {vaccinations=2}            0.04022989  1.0000000  2.0470588
## [1494]  {CRP=2,                                                                                     
##          prolonged=1}                => {temp=5}                    0.06321839  0.8461538  2.0448718
## [1495]  {O2 saturation=26,                                                                          
##          sex=2}                      => {vaccinations=1}            0.02873563  0.8333333  2.0422535
## [1496]  {CRP=2,                                                                                     
##          prem=2}                     => {vaccinations=1}            0.02873563  0.8333333  2.0422535
## [1497]  {O2 saturation=21,                                                                          
##          prem=2}                     => {vaccinations=1}            0.02873563  0.8333333  2.0422535
## [1498]  {duration_admission=15,                                                                     
##          lbw=2}                      => {vaccinations=1}            0.02873563  0.8333333  2.0422535
## [1499]  {prem=2,                                                                                    
##          temp=7}                     => {vaccinations=1}            0.08620690  0.8333333  2.0422535
## [1500]  {CRP=2,                                                                                     
##          sex=2}                      => {temp=5}                    0.05172414  0.8181818  1.9772727
## [1501]  {prolonged=1,                                                                               
##          pulse=28}                   => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1502]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1503]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1504]  {O2 saturation=26,                                                                          
##          people in house=1}          => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1505]  {Maternal smoke category=3,                                                                 
##          resp=25}                    => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1506]  {resp=24,                                                                                   
##          temp=5}                     => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1507]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1508]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1509]  {CRP=97,                                                                                    
##          duration_admission=15}      => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1510]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {vaccinations=1}            0.02298851  0.8000000  1.9605634
## [1511]  {dob=73,                                                                                    
##          infant_id...1=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1512]  {dob=73,                                                                                    
##          infant_id...2=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1513]  {dob=73,                                                                                    
##          lbw=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1514]  {dob=73,                                                                                    
##          prem=2}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1515]  {dob=73,                                                                                    
##          people in house=2}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1516]  {dob=73,                                                                                    
##          stunted=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1517]  {dob=73,                                                                                    
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1518]  {dob=73,                                                                                    
##          outcome=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1519]  {dob=73,                                                                                    
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1520]  {dob=73,                                                                                    
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1521]  {dob=73,                                                                                    
##          prolonged=1}                => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1522]  {chest indrawing=2,                                                                         
##          dob=73}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1523]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1524]  {dob=73,                                                                                    
##          sex=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1525]  {dob=73}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1526]  {CRP=87,                                                                                    
##          outcome=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1527]  {chest indrawing=2,                                                                         
##          CRP=87}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1528]  {CRP=87,                                                                                    
##          lbw=1}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1529]  {CRP=87,                                                                                    
##          uwfa=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1530]  {CRP=87,                                                                                    
##          prem=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1531]  {CRP=87,                                                                                    
##          stunted=1}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1532]  {CRP=87}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1533]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1534]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1535]  {infant_id...1=117,                                                                         
##          prem=2}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1536]  {infant_id...1=117,                                                                         
##          people in house=2}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1537]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1538]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1539]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1540]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1541]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1542]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1543]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1544]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1545]  {infant_id...1=117,                                                                         
##          sex=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1546]  {infant_id...1=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1547]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1548]  {infant_id...2=117,                                                                         
##          prem=2}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1549]  {infant_id...2=117,                                                                         
##          people in house=2}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1550]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1551]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1552]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1553]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1554]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1555]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1556]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1557]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1558]  {infant_id...2=117,                                                                         
##          sex=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1559]  {infant_id...2=117}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1560]  {dob=59,                                                                                    
##          infant_id...1=106}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1561]  {dob=59,                                                                                    
##          infant_id...2=106}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1562]  {dob=59,                                                                                    
##          people in house=2}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1563]  {dob=59,                                                                                    
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1564]  {dob=59,                                                                                    
##          outcome=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1565]  {dob=59,                                                                                    
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1566]  {dob=59,                                                                                    
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1567]  {dob=59,                                                                                    
##          lbw=1}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1568]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1569]  {dob=59,                                                                                    
##          uwfa=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1570]  {dob=59,                                                                                    
##          prem=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1571]  {dob=59,                                                                                    
##          sex=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1572]  {dob=59,                                                                                    
##          stunted=1}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1573]  {dob=59}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1574]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1575]  {infant_id...1=106,                                                                         
##          people in house=2}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1576]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1577]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1578]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1579]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1580]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1581]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1582]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1583]  {infant_id...1=106,                                                                         
##          prem=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1584]  {infant_id...1=106,                                                                         
##          sex=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1585]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1586]  {infant_id...1=106}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1587]  {infant_id...2=106,                                                                         
##          people in house=2}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1588]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1589]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1590]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1591]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1592]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1593]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1594]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1595]  {infant_id...2=106,                                                                         
##          prem=1}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1596]  {infant_id...2=106,                                                                         
##          sex=2}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1597]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1598]  {infant_id...2=106}          => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1599]  {outcome=2,                                                                                 
##          pulse=45}                   => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1600]  {chest indrawing=2,                                                                         
##          pulse=45}                   => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1601]  {pulse=45}                   => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1602]  {people in house=1,                                                                         
##          pulse=26}                   => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1603]  {O2 saturation=1,                                                                           
##          sex=1}                      => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1604]  {O2 saturation=13,                                                                          
##          sex=1}                      => {Maternal smoke category=3} 0.02873563  1.0000000  1.9550562
## [1605]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {Maternal smoke category=3} 0.02873563  1.0000000  1.9550562
## [1606]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {Maternal smoke category=3} 0.02873563  1.0000000  1.9550562
## [1607]  {O2 saturation=13,                                                                          
##          prem=1}                     => {Maternal smoke category=3} 0.02873563  1.0000000  1.9550562
## [1608]  {O2 saturation=25,                                                                          
##          Xray=3}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1609]  {O2 saturation=25,                                                                          
##          people in house=2}          => {Maternal smoke category=3} 0.02873563  1.0000000  1.9550562
## [1610]  {O2 saturation=25,                                                                          
##          uwfa=1}                     => {Maternal smoke category=3} 0.03448276  1.0000000  1.9550562
## [1611]  {O2 saturation=25,                                                                          
##          stunted=1}                  => {Maternal smoke category=3} 0.03448276  1.0000000  1.9550562
## [1612]  {duration_admission=11,                                                                     
##          resp=18}                    => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1613]  {resp=18,                                                                                   
##          Xray=2}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1614]  {sex=1,                                                                                     
##          temp=3}                     => {Maternal smoke category=3} 0.02873563  1.0000000  1.9550562
## [1615]  {people in house=2,                                                                         
##          prolonged=2}                => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1616]  {duration_admission=2,                                                                      
##          prem=2}                     => {Maternal smoke category=3} 0.02298851  1.0000000  1.9550562
## [1617]  {duration_admission=20,                                                                     
##          Xray=4}                     => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1618]  {O2 saturation=27,                                                                          
##          sex=2}                      => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1619]  {hiv_exposure=1,                                                                            
##          O2 saturation=25}           => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1620]  {O2 saturation=25,                                                                          
##          sex=2}                      => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1621]  {O2 saturation=25,                                                                          
##          people in house=1}          => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1622]  {resp=24,                                                                                   
##          vaccinations=1}             => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1623]  {CRP=2,                                                                                     
##          Xray=3}                     => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1624]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1625]  {duration_admission=2,                                                                      
##          Xray=4}                     => {temp=5}                    0.02298851  0.8000000  1.9333333
## [1626]  {lbw=1,                                                                                     
##          resp=18}                    => {vaccinations=2}            0.06896552  0.9230769  1.8895928
## [1627]  {prem=1,                                                                                    
##          resp=18}                    => {vaccinations=2}            0.06321839  0.9166667  1.8764706
## [1628]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {vaccinations=2}            0.05747126  0.9090909  1.8609626
## [1629]  {resp=18,                                                                                   
##          uwfa=1}                     => {vaccinations=2}            0.05747126  0.9090909  1.8609626
## [1630]  {resp=18,                                                                                   
##          stunted=1}                  => {vaccinations=2}            0.05172414  0.9000000  1.8423529
## [1631]  {resp=18,                                                                                   
##          sex=2}                      => {vaccinations=2}            0.04597701  0.8888889  1.8196078
## [1632]  {O2 saturation=23,                                                                          
##          stunted=1}                  => {vaccinations=2}            0.04597701  0.8888889  1.8196078
## [1633]  {chest indrawing=1,                                                                         
##          vaccinations=2}             => {Maternal smoke category=3} 0.05747126  0.9090909  1.7773238
## [1634]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {vaccinations=2}            0.03448276  0.8571429  1.7546218
## [1635]  {people in house=2,                                                                         
##          resp=18}                    => {vaccinations=2}            0.03448276  0.8571429  1.7546218
## [1636]  {outcome=2,                                                                                 
##          resp=18}                    => {vaccinations=2}            0.06896552  0.8571429  1.7546218
## [1637]  {resp=18,                                                                                   
##          ventilation=3}              => {vaccinations=2}            0.06896552  0.8571429  1.7546218
## [1638]  {resp=18,                                                                                   
##          serious outcome?=2}         => {vaccinations=2}            0.06896552  0.8571429  1.7546218
## [1639]  {people in house=1,                                                                         
##          resp=18}                    => {vaccinations=2}            0.03448276  0.8571429  1.7546218
## [1640]  {resp=18}                    => {vaccinations=2}            0.06896552  0.8571429  1.7546218
## [1641]  {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {vaccinations=2}            0.03448276  0.8571429  1.7546218
## [1642]  {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {vaccinations=2}            0.03448276  0.8571429  1.7546218
## [1643]  {CRP=97,                                                                                    
##          hiv_exposure=1}             => {vaccinations=2}            0.03448276  0.8571429  1.7546218
## [1644]  {CRP=97,                                                                                    
##          prem=2}                     => {vaccinations=2}            0.03448276  0.8571429  1.7546218
## [1645]  {chest indrawing=1,                                                                         
##          CRP=97}                     => {Maternal smoke category=3} 0.04597701  0.8888889  1.7378277
## [1646]  {prolonged=1,                                                                               
##          resp=18}                    => {vaccinations=2}            0.06321839  0.8461538  1.7321267
## [1647]  {CRP=45,                                                                                    
##          sex=2}                      => {vaccinations=2}            0.02873563  0.8333333  1.7058824
## [1648]  {CRP=45,                                                                                    
##          stunted=1}                  => {vaccinations=2}            0.02873563  0.8333333  1.7058824
## [1649]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {vaccinations=2}            0.02873563  0.8333333  1.7058824
## [1650]  {duration_admission=19,                                                                     
##          people in house=2}          => {vaccinations=2}            0.02873563  0.8333333  1.7058824
## [1651]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {vaccinations=2}            0.02873563  0.8333333  1.7058824
## [1652]  {duration_admission=19,                                                                     
##          stunted=1}                  => {vaccinations=2}            0.02873563  0.8333333  1.7058824
## [1653]  {chest indrawing=2,                                                                         
##          resp=18}                    => {vaccinations=2}            0.05747126  0.8333333  1.7058824
## [1654]  {O2 saturation=24,                                                                          
##          temp=5}                     => {vaccinations=2}            0.02873563  0.8333333  1.7058824
## [1655]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1656]  {O2 saturation=13,                                                                          
##          ventilation=3}              => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1657]  {O2 saturation=13,                                                                          
##          serious outcome?=2}         => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1658]  {O2 saturation=13,                                                                          
##          prolonged=1}                => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1659]  {lbw=1,                                                                                     
##          O2 saturation=25}           => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1660]  {lbw=1,                                                                                     
##          resp=20}                    => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1661]  {duration_admission=19,                                                                     
##          people in house=1}          => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1662]  {lbw=2,                                                                                     
##          O2 saturation=24}           => {Maternal smoke category=3} 0.03448276  0.8571429  1.6757624
## [1663]  {CRP=87,                                                                                    
##          Maternal smoke category=3}  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1664]  {CRP=87,                                                                                    
##          outcome=2}                  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1665]  {chest indrawing=2,                                                                         
##          CRP=87}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1666]  {CRP=87,                                                                                    
##          lbw=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1667]  {CRP=87,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1668]  {CRP=87,                                                                                    
##          prem=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1669]  {CRP=87}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1670]  {dob=84,                                                                                    
##          infant_id...1=42}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1671]  {dob=84,                                                                                    
##          infant_id...2=42}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1672]  {dob=84,                                                                                    
##          sex=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1673]  {dob=84,                                                                                    
##          vaccinations=1}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1674]  {dob=84,                                                                                    
##          outcome=2}                  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1675]  {dob=84,                                                                                    
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1676]  {dob=84,                                                                                    
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1677]  {dob=84,                                                                                    
##          prolonged=1}                => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1678]  {dob=84,                                                                                    
##          lbw=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1679]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1680]  {dob=84,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1681]  {dob=84,                                                                                    
##          prem=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1682]  {dob=84,                                                                                    
##          people in house=1}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1683]  {dob=84}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1684]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1685]  {infant_id...1=42,                                                                          
##          sex=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1686]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1687]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1688]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1689]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1690]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1691]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1692]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1693]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1694]  {infant_id...1=42,                                                                          
##          prem=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1695]  {infant_id...1=42,                                                                          
##          people in house=1}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1696]  {infant_id...1=42}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1697]  {infant_id...2=42,                                                                          
##          sex=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1698]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1699]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1700]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1701]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1702]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1703]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1704]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1705]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1706]  {infant_id...2=42,                                                                          
##          prem=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1707]  {infant_id...2=42,                                                                          
##          people in house=1}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1708]  {infant_id...2=42}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1709]  {outcome=2,                                                                                 
##          pulse=31}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1710]  {pulse=31,                                                                                  
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1711]  {pulse=31,                                                                                  
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1712]  {prolonged=1,                                                                               
##          pulse=31}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1713]  {chest indrawing=2,                                                                         
##          pulse=31}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1714]  {lbw=1,                                                                                     
##          pulse=31}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1715]  {pulse=31,                                                                                  
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1716]  {pulse=31}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1717]  {dob=59,                                                                                    
##          infant_id...1=106}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1718]  {dob=59,                                                                                    
##          infant_id...2=106}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1719]  {dob=59,                                                                                    
##          people in house=2}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1720]  {dob=59,                                                                                    
##          vaccinations=1}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1721]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1722]  {dob=59,                                                                                    
##          outcome=2}                  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1723]  {dob=59,                                                                                    
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1724]  {dob=59,                                                                                    
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1725]  {dob=59,                                                                                    
##          lbw=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1726]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1727]  {dob=59,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1728]  {dob=59,                                                                                    
##          prem=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1729]  {dob=59,                                                                                    
##          sex=2}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1730]  {dob=59}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1731]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1732]  {infant_id...1=106,                                                                         
##          people in house=2}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1733]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1734]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1735]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1736]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1737]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1738]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1739]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1740]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1741]  {infant_id...1=106,                                                                         
##          prem=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1742]  {infant_id...1=106,                                                                         
##          sex=2}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1743]  {infant_id...1=106}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1744]  {infant_id...2=106,                                                                         
##          people in house=2}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1745]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1746]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1747]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1748]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1749]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1750]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1751]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1752]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1753]  {infant_id...2=106,                                                                         
##          prem=1}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1754]  {infant_id...2=106,                                                                         
##          sex=2}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1755]  {infant_id...2=106}          => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1756]  {people in house=1,                                                                         
##          pulse=29}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1757]  {resp=11,                                                                                   
##          ventilation=3}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1758]  {resp=11,                                                                                   
##          serious outcome?=2}         => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1759]  {prolonged=1,                                                                               
##          resp=11}                    => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1760]  {lbw=1,                                                                                     
##          resp=11}                    => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1761]  {prem=1,                                                                                    
##          resp=11}                    => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1762]  {prem=1,                                                                                    
##          pulse=28}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1763]  {lbw=1,                                                                                     
##          ventilation=1}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1764]  {uwfa=1,                                                                                    
##          ventilation=1}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1765]  {prem=1,                                                                                    
##          ventilation=1}              => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1766]  {duration_admission=17,                                                                     
##          pulse=27}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1767]  {pulse=27,                                                                                  
##          Xray=3}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1768]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1769]  {outcome=2,                                                                                 
##          pulse=27}                   => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1770]  {pulse=27,                                                                                  
##          ventilation=3}              => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1771]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1772]  {prolonged=1,                                                                               
##          pulse=27}                   => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1773]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1774]  {lbw=1,                                                                                     
##          pulse=27}                   => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1775]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1776]  {pulse=27,                                                                                  
##          uwfa=1}                     => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1777]  {prem=1,                                                                                    
##          pulse=27}                   => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1778]  {pulse=27,                                                                                  
##          sex=2}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1779]  {pulse=27}                   => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1780]  {people in house=2,                                                                         
##          pulse=20}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1781]  {prolonged=1,                                                                               
##          pulse=20}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1782]  {lbw=1,                                                                                     
##          pulse=20}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1783]  {prem=1,                                                                                    
##          pulse=20}                   => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1784]  {CRP=45,                                                                                    
##          duration_admission=11}      => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1785]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1786]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1787]  {O2 saturation=1,                                                                           
##          sex=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1788]  {O2 saturation=1,                                                                           
##          temp=5}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1789]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1790]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1791]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1792]  {CRP=58,                                                                                    
##          Maternal smoke category=2}  => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1793]  {CRP=58,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.04022989  1.0000000  1.6415094
## [1794]  {CRP=58,                                                                                    
##          people in house=1}          => {stunted=1}                 0.04022989  1.0000000  1.6415094
## [1795]  {resp=10,                                                                                   
##          Xray=3}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1796]  {resp=10,                                                                                   
##          temp=5}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1797]  {resp=10,                                                                                   
##          vaccinations=2}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1798]  {prem=1,                                                                                    
##          resp=10}                    => {stunted=1}                 0.04022989  1.0000000  1.6415094
## [1799]  {O2 saturation=25,                                                                          
##          uwfa=1}                     => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1800]  {O2 saturation=18,                                                                          
##          vaccinations=2}             => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1801]  {chest indrawing=1,                                                                         
##          resp=8}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1802]  {hiv_exposure=1,                                                                            
##          resp=8}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1803]  {lbw=2,                                                                                     
##          resp=8}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1804]  {resp=8,                                                                                    
##          temp=7}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1805]  {resp=8,                                                                                    
##          Xray=3}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1806]  {Maternal smoke category=3,                                                                 
##          resp=8}                     => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1807]  {outcome=2,                                                                                 
##          resp=8}                     => {stunted=1}                 0.05172414  1.0000000  1.6415094
## [1808]  {resp=8,                                                                                    
##          serious outcome?=2}         => {stunted=1}                 0.04597701  1.0000000  1.6415094
## [1809]  {prolonged=1,                                                                               
##          resp=8}                     => {stunted=1}                 0.04597701  1.0000000  1.6415094
## [1810]  {resp=8,                                                                                    
##          sex=2}                      => {stunted=1}                 0.04022989  1.0000000  1.6415094
## [1811]  {resp=20,                                                                                   
##          temp=5}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1812]  {resp=24,                                                                                   
##          Xray=3}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1813]  {people in house=2,                                                                         
##          resp=24}                    => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1814]  {resp=13,                                                                                   
##          temp=3}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1815]  {resp=13,                                                                                   
##          Xray=2}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1816]  {resp=13,                                                                                   
##          sex=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1817]  {people in house=1,                                                                         
##          resp=13}                    => {stunted=1}                 0.04597701  1.0000000  1.6415094
## [1818]  {duration_admission=18,                                                                     
##          sex=1}                      => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1819]  {resp=18,                                                                                   
##          Xray=3}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1820]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1821]  {temp=3,                                                                                    
##          Xray=2}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1822]  {sex=1,                                                                                     
##          temp=3}                     => {stunted=1}                 0.02873563  1.0000000  1.6415094
## [1823]  {temp=3,                                                                                    
##          vaccinations=2}             => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1824]  {Maternal smoke category=3,                                                                 
##          temp=3}                     => {stunted=1}                 0.04022989  1.0000000  1.6415094
## [1825]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1826]  {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {stunted=1}                 0.05747126  1.0000000  1.6415094
## [1827]  {O2 saturation=22,                                                                          
##          resp=16}                    => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1828]  {O2 saturation=22,                                                                          
##          temp=5}                     => {stunted=1}                 0.03448276  1.0000000  1.6415094
## [1829]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1830]  {O2 saturation=21,                                                                          
##          sex=1}                      => {stunted=1}                 0.02298851  1.0000000  1.6415094
## [1831]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {stunted=1}                 0.05747126  1.0000000  1.6415094
## [1832]  {lbw=1,                                                                                     
##          O2 saturation=24}           => {stunted=1}                 0.07471264  1.0000000  1.6415094
## [1833]  {O2 saturation=24,                                                                          
##          people in house=1}          => {stunted=1}                 0.07471264  1.0000000  1.6415094
## [1834]  {CRP=97,                                                                                    
##          duration_admission=17}      => {stunted=1}                 0.04597701  1.0000000  1.6415094
## [1835]  {duration_admission=20,                                                                     
##          Xray=4}                     => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1836]  {CRP=45,                                                                                    
##          duration_admission=11}      => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1837]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1838]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1839]  {resp=10,                                                                                   
##          temp=5}                     => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1840]  {prem=1,                                                                                    
##          resp=26}                    => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1841]  {O2 saturation=26,                                                                          
##          people in house=2}          => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1842]  {people in house=2,                                                                         
##          Xray=1}                     => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1843]  {prem=1,                                                                                    
##          resp=13}                    => {vaccinations=2}            0.04597701  0.8000000  1.6376471
## [1844]  {duration_admission=19,                                                                     
##          lbw=1}                      => {vaccinations=2}            0.04597701  0.8000000  1.6376471
## [1845]  {duration_admission=19,                                                                     
##          prem=1}                     => {vaccinations=2}            0.04597701  0.8000000  1.6376471
## [1846]  {resp=18,                                                                                   
##          sex=1}                      => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1847]  {resp=18,                                                                                   
##          temp=5}                     => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1848]  {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1849]  {hiv_exposure=1,                                                                            
##          temp=10}                    => {vaccinations=2}            0.02298851  0.8000000  1.6376471
## [1850]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {vaccinations=2}            0.04597701  0.8000000  1.6376471
## [1851]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1852]  {O2 saturation=1,                                                                           
##          people in house=1}          => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1853]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1854]  {O2 saturation=13,                                                                          
##          people in house=1}          => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1855]  {duration_admission=19,                                                                     
##          stunted=1}                  => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1856]  {O2 saturation=22,                                                                          
##          Xray=4}                     => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1857]  {O2 saturation=24,                                                                          
##          Xray=4}                     => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1858]  {O2 saturation=24,                                                                          
##          sex=2}                      => {Maternal smoke category=3} 0.05747126  0.8333333  1.6292135
## [1859]  {chest indrawing=1,                                                                         
##          Xray=4}                     => {Maternal smoke category=3} 0.02873563  0.8333333  1.6292135
## [1860]  {chest indrawing=1,                                                                         
##          prem=1}                     => {Maternal smoke category=3} 0.08620690  0.8333333  1.6292135
## [1861]  {sex=1,                                                                                     
##          uwfa=1}                     => {stunted=1}                 0.25287356  0.9565217  1.5701395
## [1862]  {dob=84,                                                                                    
##          infant_id...1=42}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1863]  {dob=84,                                                                                    
##          infant_id...2=42}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1864]  {dob=84,                                                                                    
##          sex=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1865]  {dob=84,                                                                                    
##          vaccinations=1}             => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1866]  {dob=84,                                                                                    
##          stunted=1}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1867]  {dob=84,                                                                                    
##          outcome=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1868]  {dob=84,                                                                                    
##          ventilation=3}              => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1869]  {dob=84,                                                                                    
##          serious outcome?=2}         => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1870]  {dob=84,                                                                                    
##          prolonged=1}                => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1871]  {dob=84,                                                                                    
##          lbw=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1872]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1873]  {dob=84,                                                                                    
##          uwfa=1}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1874]  {dob=84,                                                                                    
##          prem=1}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1875]  {dob=84}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1876]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1877]  {infant_id...1=42,                                                                          
##          sex=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1878]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1879]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1880]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1881]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1882]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1883]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1884]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1885]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1886]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1887]  {infant_id...1=42,                                                                          
##          prem=1}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1888]  {infant_id...1=42}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1889]  {infant_id...2=42,                                                                          
##          sex=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1890]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1891]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1892]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1893]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1894]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1895]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1896]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1897]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1898]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1899]  {infant_id...2=42,                                                                          
##          prem=1}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1900]  {infant_id...2=42}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1901]  {duration_admission=21,                                                                     
##          vaccinations=1}             => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1902]  {duration_admission=21,                                                                     
##          outcome=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1903]  {duration_admission=21,                                                                     
##          ventilation=3}              => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1904]  {duration_admission=21,                                                                     
##          serious outcome?=2}         => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1905]  {duration_admission=21}      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1906]  {outcome=2,                                                                                 
##          pulse=12}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1907]  {pulse=12,                                                                                  
##          ventilation=3}              => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1908]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1909]  {prolonged=1,                                                                               
##          pulse=12}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1910]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1911]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1912]  {pulse=12,                                                                                  
##          uwfa=1}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1913]  {prem=1,                                                                                    
##          pulse=12}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1914]  {pulse=12}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1915]  {outcome=2,                                                                                 
##          pulse=55}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1916]  {chest indrawing=2,                                                                         
##          pulse=55}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1917]  {prem=1,                                                                                    
##          pulse=55}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1918]  {pulse=55}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1919]  {pulse=29,                                                                                  
##          stunted=1}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1920]  {Maternal smoke category=3,                                                                 
##          pulse=26}                   => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1921]  {duration_admission=20,                                                                     
##          prem=2}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1922]  {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1923]  {dob=113,                                                                                   
##          infant_id...2=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1924]  {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1925]  {infant_id...2=71,                                                                          
##          prolonged=2}                => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1926]  {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1927]  {infant_id...2=71,                                                                          
##          lbw=2}                      => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1928]  {infant_id...2=71,                                                                          
##          uwfa=2}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1929]  {infant_id...2=71,                                                                          
##          prem=2}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1930]  {infant_id...2=71,                                                                          
##          Xray=4}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1931]  {infant_id...2=71,                                                                          
##          stunted=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1932]  {infant_id...2=71,                                                                          
##          vaccinations=2}             => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1933]  {infant_id...2=71,                                                                          
##          outcome=2}                  => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1934]  {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1935]  {infant_id...2=71,                                                                          
##          sex=2}                      => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1936]  {infant_id...2=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1937]  {dob=113,                                                                                   
##          infant_id...1=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1938]  {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1939]  {infant_id...1=71,                                                                          
##          prolonged=2}                => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1940]  {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1941]  {infant_id...1=71,                                                                          
##          lbw=2}                      => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1942]  {infant_id...1=71,                                                                          
##          uwfa=2}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1943]  {infant_id...1=71,                                                                          
##          prem=2}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1944]  {infant_id...1=71,                                                                          
##          Xray=4}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1945]  {infant_id...1=71,                                                                          
##          stunted=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1946]  {infant_id...1=71,                                                                          
##          vaccinations=2}             => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1947]  {infant_id...1=71,                                                                          
##          outcome=2}                  => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1948]  {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1949]  {infant_id...1=71,                                                                          
##          sex=2}                      => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1950]  {infant_id...1=71}           => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1951]  {dob=113,                                                                                   
##          Maternal smoke category=2}  => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1952]  {dob=113,                                                                                   
##          prolonged=2}                => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1953]  {dob=113,                                                                                   
##          hiv_exposure=1}             => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1954]  {dob=113,                                                                                   
##          lbw=2}                      => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1955]  {dob=113,                                                                                   
##          uwfa=2}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1956]  {dob=113,                                                                                   
##          prem=2}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1957]  {dob=113,                                                                                   
##          Xray=4}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1958]  {dob=113,                                                                                   
##          stunted=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1959]  {dob=113,                                                                                   
##          vaccinations=2}             => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1960]  {dob=113,                                                                                   
##          outcome=2}                  => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1961]  {chest indrawing=2,                                                                         
##          dob=113}                    => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1962]  {dob=113,                                                                                   
##          sex=2}                      => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1963]  {dob=113}                    => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1964]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1965]  {O2 saturation=1,                                                                           
##          sex=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1966]  {O2 saturation=13,                                                                          
##          Xray=4}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1967]  {Maternal smoke category=1,                                                                 
##          ventilation=2}              => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1968]  {CRP=58,                                                                                    
##          Maternal smoke category=2}  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1969]  {CRP=58,                                                                                    
##          stunted=1}                  => {people in house=1}         0.04022989  1.0000000  1.5675676
## [1970]  {CRP=58,                                                                                    
##          uwfa=1}                     => {people in house=1}         0.04022989  1.0000000  1.5675676
## [1971]  {CRP=97,                                                                                    
##          O2 saturation=25}           => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1972]  {duration_admission=11,                                                                     
##          resp=30}                    => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1973]  {resp=30,                                                                                   
##          uwfa=2}                     => {people in house=1}         0.02873563  1.0000000  1.5675676
## [1974]  {resp=30,                                                                                   
##          sex=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1975]  {resp=30,                                                                                   
##          Xray=4}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1976]  {resp=30,                                                                                   
##          vaccinations=2}             => {people in house=1}         0.02873563  1.0000000  1.5675676
## [1977]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1978]  {resp=30,                                                                                   
##          stunted=1}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1979]  {chest indrawing=2,                                                                         
##          resp=30}                    => {people in house=1}         0.05172414  1.0000000  1.5675676
## [1980]  {lbw=1,                                                                                     
##          resp=30}                    => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1981]  {hiv_exposure=3,                                                                            
##          resp=30}                    => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1982]  {prem=1,                                                                                    
##          resp=30}                    => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1983]  {O2 saturation=18,                                                                          
##          vaccinations=2}             => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1984]  {lbw=2,                                                                                     
##          resp=8}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1985]  {resp=8,                                                                                    
##          Xray=4}                     => {people in house=1}         0.02873563  1.0000000  1.5675676
## [1986]  {Maternal smoke category=1,                                                                 
##          resp=20}                    => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1987]  {resp=24,                                                                                   
##          stunted=2}                  => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1988]  {resp=13,                                                                                   
##          temp=3}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1989]  {resp=13,                                                                                   
##          sex=1}                      => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1990]  {sex=1,                                                                                     
##          vaccinations=4}             => {people in house=1}         0.02873563  1.0000000  1.5675676
## [1991]  {stunted=2,                                                                                 
##          vaccinations=4}             => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1992]  {resp=18,                                                                                   
##          temp=7}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1993]  {serious outcome?=1,                                                                        
##          temp=3}                     => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1994]  {sex=1,                                                                                     
##          temp=3}                     => {people in house=1}         0.02873563  1.0000000  1.5675676
## [1995]  {temp=3,                                                                                    
##          Xray=4}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [1996]  {temp=3,                                                                                    
##          vaccinations=1}             => {people in house=1}         0.02873563  1.0000000  1.5675676
## [1997]  {CRP=97,                                                                                    
##          serious outcome?=1}         => {people in house=1}         0.02298851  1.0000000  1.5675676
## [1998]  {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {people in house=1}         0.04022989  1.0000000  1.5675676
## [1999]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {people in house=1}         0.03448276  1.0000000  1.5675676
## [2000]  {Maternal smoke category=2,                                                                 
##          Xray=4}                     => {people in house=1}         0.04597701  1.0000000  1.5675676
## [2001]  {O2 saturation=22,                                                                          
##          resp=16}                    => {people in house=1}         0.02298851  1.0000000  1.5675676
## [2002]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {people in house=1}         0.04022989  1.0000000  1.5675676
## [2003]  {Maternal smoke category=1,                                                                 
##          prolonged=2}                => {people in house=1}         0.03448276  1.0000000  1.5675676
## [2004]  {CRP=97,                                                                                    
##          resp=16}                    => {people in house=1}         0.02298851  1.0000000  1.5675676
## [2005]  {outcome=2,                                                                                 
##          pulse=29}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2006]  {pulse=29,                                                                                  
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2007]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2008]  {prolonged=1,                                                                               
##          pulse=29}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2009]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2010]  {lbw=1,                                                                                     
##          pulse=29}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2011]  {pulse=29,                                                                                  
##          uwfa=1}                     => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2012]  {prem=1,                                                                                    
##          pulse=29}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2013]  {pulse=29}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2014]  {outcome=2,                                                                                 
##          pulse=26}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2015]  {pulse=26,                                                                                  
##          ventilation=3}              => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2016]  {pulse=26,                                                                                  
##          serious outcome?=2}         => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2017]  {pulse=26}                   => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2018]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2019]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2020]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2021]  {O2 saturation=13,                                                                          
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2022]  {chest indrawing=2,                                                                         
##          O2 saturation=13}           => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2023]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2024]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2025]  {hiv_exposure=3,                                                                            
##          O2 saturation=25}           => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2026]  {O2 saturation=25,                                                                          
##          sex=2}                      => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2027]  {resp=30,                                                                                   
##          vaccinations=2}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2028]  {hiv_exposure=3,                                                                            
##          resp=8}                     => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2029]  {O2 saturation=26,                                                                          
##          people in house=2}          => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2030]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2031]  {resp=25,                                                                                   
##          stunted=2}                  => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2032]  {resp=25,                                                                                   
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2033]  {resp=20,                                                                                   
##          vaccinations=2}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2034]  {resp=18,                                                                                   
##          sex=1}                      => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2035]  {temp=10,                                                                                   
##          vaccinations=1}             => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2036]  {O2 saturation=24,                                                                          
##          prem=2}                     => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2037]  {O2 saturation=24,                                                                          
##          stunted=2}                  => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2038]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2039]  {chest indrawing=1,                                                                         
##          temp=7}                     => {Maternal smoke category=3} 0.04597701  0.8000000  1.5640449
## [2040]  {CRP=97,                                                                                    
##          duration_admission=15}      => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2041]  {duration_admission=2,                                                                      
##          Xray=2}                     => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2042]  {duration_admission=2,                                                                      
##          Xray=4}                     => {Maternal smoke category=3} 0.02298851  0.8000000  1.5640449
## [2043]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {stunted=1}                 0.08620690  0.9375000  1.5389151
## [2044]  {O2 saturation=24,                                                                          
##          prem=1}                     => {stunted=1}                 0.08045977  0.9333333  1.5320755
## [2045]  {dob=73,                                                                                    
##          infant_id...1=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2046]  {dob=73,                                                                                    
##          infant_id...2=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2047]  {dob=73,                                                                                    
##          lbw=2}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2048]  {dob=73,                                                                                    
##          prem=2}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2049]  {dob=73,                                                                                    
##          people in house=2}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2050]  {dob=73,                                                                                    
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2051]  {dob=73,                                                                                    
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2052]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2053]  {dob=73,                                                                                    
##          outcome=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2054]  {dob=73,                                                                                    
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2055]  {dob=73,                                                                                    
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2056]  {dob=73,                                                                                    
##          prolonged=1}                => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2057]  {chest indrawing=2,                                                                         
##          dob=73}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2058]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2059]  {dob=73}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2060]  {outcome=2,                                                                                 
##          resp=9}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2061]  {resp=9,                                                                                    
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2062]  {resp=9,                                                                                    
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2063]  {prolonged=1,                                                                               
##          resp=9}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2064]  {chest indrawing=2,                                                                         
##          resp=9}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2065]  {hiv_exposure=3,                                                                            
##          resp=9}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2066]  {resp=9}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2067]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2068]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2069]  {infant_id...1=117,                                                                         
##          prem=2}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2070]  {infant_id...1=117,                                                                         
##          people in house=2}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2071]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2072]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2073]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2074]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2075]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2076]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2077]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2078]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2079]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2080]  {infant_id...1=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2081]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2082]  {infant_id...2=117,                                                                         
##          prem=2}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2083]  {infant_id...2=117,                                                                         
##          people in house=2}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2084]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2085]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2086]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2087]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2088]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2089]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2090]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2091]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2092]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2093]  {infant_id...2=117}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2094]  {outcome=2,                                                                                 
##          pulse=7}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2095]  {pulse=7,                                                                                   
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2096]  {pulse=7,                                                                                   
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2097]  {chest indrawing=2,                                                                         
##          pulse=7}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2098]  {pulse=7}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2099]  {outcome=2,                                                                                 
##          pulse=8}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2100]  {pulse=8}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2101]  {dob=59,                                                                                    
##          infant_id...1=106}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2102]  {dob=59,                                                                                    
##          infant_id...2=106}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2103]  {dob=59,                                                                                    
##          people in house=2}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2104]  {dob=59,                                                                                    
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2105]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2106]  {dob=59,                                                                                    
##          stunted=1}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2107]  {dob=59,                                                                                    
##          outcome=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2108]  {dob=59,                                                                                    
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2109]  {dob=59,                                                                                    
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2110]  {dob=59,                                                                                    
##          lbw=1}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2111]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2112]  {dob=59,                                                                                    
##          uwfa=1}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2113]  {dob=59,                                                                                    
##          prem=1}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2114]  {dob=59}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2115]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2116]  {infant_id...1=106,                                                                         
##          people in house=2}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2117]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2118]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2119]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2120]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2121]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2122]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2123]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2124]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2125]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2126]  {infant_id...1=106,                                                                         
##          prem=1}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2127]  {infant_id...1=106}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2128]  {infant_id...2=106,                                                                         
##          people in house=2}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2129]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2130]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2131]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2132]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2133]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2134]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2135]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2136]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2137]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2138]  {infant_id...2=106,                                                                         
##          prem=1}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2139]  {infant_id...2=106}          => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2140]  {CRP=97,                                                                                    
##          duration_admission=1}       => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2141]  {duration_admission=1,                                                                      
##          ventilation=3}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2142]  {duration_admission=1,                                                                      
##          prolonged=1}                => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2143]  {duration_admission=1,                                                                      
##          lbw=1}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2144]  {duration_admission=1,                                                                      
##          prem=1}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2145]  {duration_admission=1}       => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2146]  {pulse=33,                                                                                  
##          Xray=4}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2147]  {people in house=1,                                                                         
##          pulse=33}                   => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2148]  {outcome=2,                                                                                 
##          pulse=33}                   => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2149]  {pulse=33,                                                                                  
##          ventilation=3}              => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2150]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2151]  {prolonged=1,                                                                               
##          pulse=33}                   => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2152]  {chest indrawing=2,                                                                         
##          pulse=33}                   => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2153]  {hiv_exposure=3,                                                                            
##          pulse=33}                   => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2154]  {prem=1,                                                                                    
##          pulse=33}                   => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2155]  {pulse=33}                   => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2156]  {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2157]  {dob=113,                                                                                   
##          infant_id...2=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2158]  {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2159]  {infant_id...2=71,                                                                          
##          prolonged=2}                => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2160]  {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2161]  {infant_id...2=71,                                                                          
##          lbw=2}                      => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2162]  {infant_id...2=71,                                                                          
##          uwfa=2}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2163]  {infant_id...2=71,                                                                          
##          prem=2}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2164]  {infant_id...2=71,                                                                          
##          Xray=4}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2165]  {infant_id...2=71,                                                                          
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2166]  {infant_id...2=71,                                                                          
##          vaccinations=2}             => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2167]  {infant_id...2=71,                                                                          
##          people in house=1}          => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2168]  {infant_id...2=71,                                                                          
##          outcome=2}                  => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2169]  {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2170]  {infant_id...2=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2171]  {dob=113,                                                                                   
##          infant_id...1=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2172]  {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2173]  {infant_id...1=71,                                                                          
##          prolonged=2}                => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2174]  {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2175]  {infant_id...1=71,                                                                          
##          lbw=2}                      => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2176]  {infant_id...1=71,                                                                          
##          uwfa=2}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2177]  {infant_id...1=71,                                                                          
##          prem=2}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2178]  {infant_id...1=71,                                                                          
##          Xray=4}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2179]  {infant_id...1=71,                                                                          
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2180]  {infant_id...1=71,                                                                          
##          vaccinations=2}             => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2181]  {infant_id...1=71,                                                                          
##          people in house=1}          => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2182]  {infant_id...1=71,                                                                          
##          outcome=2}                  => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2183]  {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2184]  {infant_id...1=71}           => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2185]  {dob=113,                                                                                   
##          Maternal smoke category=2}  => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2186]  {dob=113,                                                                                   
##          prolonged=2}                => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2187]  {dob=113,                                                                                   
##          hiv_exposure=1}             => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2188]  {dob=113,                                                                                   
##          lbw=2}                      => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2189]  {dob=113,                                                                                   
##          uwfa=2}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2190]  {dob=113,                                                                                   
##          prem=2}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2191]  {dob=113,                                                                                   
##          Xray=4}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2192]  {dob=113,                                                                                   
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2193]  {dob=113,                                                                                   
##          vaccinations=2}             => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2194]  {dob=113,                                                                                   
##          people in house=1}          => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2195]  {dob=113,                                                                                   
##          outcome=2}                  => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2196]  {chest indrawing=2,                                                                         
##          dob=113}                    => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2197]  {dob=113}                    => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2198]  {prolonged=2,                                                                               
##          ventilation=2}              => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2199]  {lbw=2,                                                                                     
##          ventilation=2}              => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2200]  {uwfa=2,                                                                                    
##          ventilation=2}              => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2201]  {stunted=2,                                                                                 
##          ventilation=2}              => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2202]  {outcome=2,                                                                                 
##          ventilation=2}              => {sex=2}                     0.04022989  1.0000000  1.5000000
## [2203]  {O2 saturation=20,                                                                          
##          temp=7}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2204]  {O2 saturation=20,                                                                          
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2205]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2206]  {lbw=2,                                                                                     
##          resp=26}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2207]  {lbw=2,                                                                                     
##          O2 saturation=18}           => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2208]  {O2 saturation=18,                                                                          
##          prem=2}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2209]  {O2 saturation=18,                                                                          
##          Xray=3}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2210]  {O2 saturation=18,                                                                          
##          Xray=4}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2211]  {O2 saturation=18,                                                                          
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2212]  {Maternal smoke category=1,                                                                 
##          O2 saturation=18}           => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2213]  {O2 saturation=18,                                                                          
##          vaccinations=2}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2214]  {chest indrawing=1,                                                                         
##          resp=8}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2215]  {lbw=2,                                                                                     
##          resp=8}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2216]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2217]  {resp=25,                                                                                   
##          Xray=4}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2218]  {resp=25,                                                                                   
##          vaccinations=1}             => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2219]  {hiv_exposure=3,                                                                            
##          resp=25}                    => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2220]  {duration_admission=17,                                                                     
##          resp=20}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2221]  {Maternal smoke category=1,                                                                 
##          resp=20}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2222]  {resp=20,                                                                                   
##          vaccinations=1}             => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2223]  {O2 saturation=23,                                                                          
##          resp=24}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2224]  {CRP=97,                                                                                    
##          resp=24}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2225]  {resp=24,                                                                                   
##          Xray=4}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2226]  {resp=24,                                                                                   
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2227]  {resp=24,                                                                                   
##          vaccinations=2}             => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2228]  {people in house=2,                                                                         
##          resp=13}                    => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2229]  {resp=13,                                                                                   
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2230]  {resp=13,                                                                                   
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2231]  {duration_admission=18,                                                                     
##          Xray=4}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2232]  {duration_admission=18,                                                                     
##          stunted=2}                  => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2233]  {duration_admission=19,                                                                     
##          vaccinations=1}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2234]  {CRP=2,                                                                                     
##          duration_admission=2}       => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2235]  {CRP=2,                                                                                     
##          Xray=2}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2236]  {CRP=2,                                                                                     
##          vaccinations=2}             => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2237]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2238]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2239]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2240]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2241]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2242]  {O2 saturation=23,                                                                          
##          temp=5}                     => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2243]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2244]  {Maternal smoke category=1,                                                                 
##          temp=3}                     => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2245]  {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2246]  {hiv_exposure=1,                                                                            
##          serious outcome?=1}         => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2247]  {prem=2,                                                                                    
##          temp=10}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2248]  {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {sex=2}                     0.04022989  1.0000000  1.5000000
## [2249]  {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {sex=2}                     0.04022989  1.0000000  1.5000000
## [2250]  {Maternal smoke category=2,                                                                 
##          prem=2}                     => {sex=2}                     0.04022989  1.0000000  1.5000000
## [2251]  {prem=2,                                                                                    
##          prolonged=2}                => {sex=2}                     0.06321839  1.0000000  1.5000000
## [2252]  {prolonged=2,                                                                               
##          temp=7}                     => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2253]  {people in house=2,                                                                         
##          prolonged=2}                => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2254]  {prolonged=2,                                                                               
##          vaccinations=2}             => {sex=2}                     0.04597701  1.0000000  1.5000000
## [2255]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2256]  {O2 saturation=21,                                                                          
##          stunted=2}                  => {sex=2}                     0.04022989  1.0000000  1.5000000
## [2257]  {chest indrawing=1,                                                                         
##          lbw=2}                      => {sex=2}                     0.02873563  1.0000000  1.5000000
## [2258]  {hiv_exposure=1,                                                                            
##          resp=16}                    => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2259]  {duration_admission=15,                                                                     
##          lbw=2}                      => {sex=2}                     0.03448276  1.0000000  1.5000000
## [2260]  {duration_admission=17,                                                                     
##          lbw=2}                      => {sex=2}                     0.02298851  1.0000000  1.5000000
## [2261]  {lbw=2,                                                                                     
##          temp=7}                     => {sex=2}                     0.08620690  1.0000000  1.5000000
## [2262]  {Maternal smoke category=3,                                                                 
##          sex=1}                      => {stunted=1}                 0.17241379  0.9090909  1.4922813
## [2263]  {resp=18,                                                                                   
##          uwfa=1}                     => {stunted=1}                 0.05747126  0.9090909  1.4922813
## [2264]  {temp=10,                                                                                   
##          uwfa=1}                     => {stunted=1}                 0.05747126  0.9090909  1.4922813
## [2265]  {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {stunted=1}                 0.05747126  0.9090909  1.4922813
## [2266]  {chest indrawing=1,                                                                         
##          vaccinations=2}             => {stunted=1}                 0.05747126  0.9090909  1.4922813
## [2267]  {resp=8}                     => {stunted=1}                 0.05172414  0.9000000  1.4773585
## [2268]  {duration_admission=18,                                                                     
##          uwfa=1}                     => {stunted=1}                 0.05172414  0.9000000  1.4773585
## [2269]  {temp=3,                                                                                    
##          ventilation=3}              => {stunted=1}                 0.05172414  0.9000000  1.4773585
## [2270]  {serious outcome?=2,                                                                        
##          temp=3}                     => {stunted=1}                 0.05172414  0.9000000  1.4773585
## [2271]  {duration_admission=17,                                                                     
##          temp=5}                     => {stunted=1}                 0.05172414  0.9000000  1.4773585
## [2272]  {uwfa=1,                                                                                    
##          vaccinations=2}             => {stunted=1}                 0.33333333  0.8923077  1.4647315
## [2273]  {resp=8,                                                                                    
##          ventilation=3}              => {stunted=1}                 0.04597701  0.8888889  1.4591195
## [2274]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {stunted=1}                 0.04597701  0.8888889  1.4591195
## [2275]  {lbw=1,                                                                                     
##          temp=10}                    => {stunted=1}                 0.04597701  0.8888889  1.4591195
## [2276]  {chest indrawing=1,                                                                         
##          sex=1}                      => {stunted=1}                 0.04597701  0.8888889  1.4591195
## [2277]  {chest indrawing=1,                                                                         
##          Xray=3}                     => {stunted=1}                 0.04597701  0.8888889  1.4591195
## [2278]  {prolonged=2,                                                                               
##          uwfa=2}                     => {people in house=1}         0.06896552  0.9230769  1.4469854
## [2279]  {CRP=97,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.12643678  0.8800000  1.4445283
## [2280]  {duration_admission=11,                                                                     
##          uwfa=1}                     => {stunted=1}                 0.12643678  0.8800000  1.4445283
## [2281]  {lbw=1,                                                                                     
##          sex=1}                      => {stunted=1}                 0.24712644  0.8775510  1.4405083
## [2282]  {O2 saturation=22,                                                                          
##          prem=1}                     => {people in house=1}         0.06321839  0.9166667  1.4369369
## [2283]  {prolonged=2,                                                                               
##          stunted=2}                  => {people in house=1}         0.06321839  0.9166667  1.4369369
## [2284]  {O2 saturation=1,                                                                           
##          outcome=2}                  => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2285]  {O2 saturation=1,                                                                           
##          ventilation=3}              => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2286]  {O2 saturation=1,                                                                           
##          serious outcome?=2}         => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2287]  {O2 saturation=1,                                                                           
##          prolonged=1}                => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2288]  {O2 saturation=1,                                                                           
##          uwfa=1}                     => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2289]  {O2 saturation=1}            => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2290]  {lbw=1,                                                                                     
##          resp=10}                    => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2291]  {resp=10,                                                                                   
##          uwfa=1}                     => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2292]  {people in house=1,                                                                         
##          resp=8}                     => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2293]  {O2 saturation=24,                                                                          
##          sex=1}                      => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2294]  {O2 saturation=24,                                                                          
##          uwfa=1}                     => {stunted=1}                 0.08045977  0.8750000  1.4363208
## [2295]  {resp=16,                                                                                   
##          Xray=3}                     => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2296]  {duration_admission=15,                                                                     
##          sex=1}                      => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2297]  {duration_admission=15,                                                                     
##          Xray=3}                     => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2298]  {duration_admission=17,                                                                     
##          sex=1}                      => {stunted=1}                 0.04022989  0.8750000  1.4363208
## [2299]  {sex=1,                                                                                     
##          Xray=2}                     => {stunted=1}                 0.08045977  0.8750000  1.4363208
## [2300]  {temp=12,                                                                                   
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2301]  {prolonged=1,                                                                               
##          temp=12}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2302]  {lbw=1,                                                                                     
##          temp=12}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2303]  {temp=12}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2304]  {CRP=87,                                                                                    
##          Maternal smoke category=3}  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2305]  {CRP=87,                                                                                    
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2306]  {CRP=87,                                                                                    
##          outcome=2}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2307]  {chest indrawing=2,                                                                         
##          CRP=87}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2308]  {CRP=87,                                                                                    
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2309]  {CRP=87,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2310]  {CRP=87}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2311]  {dob=84,                                                                                    
##          infant_id...1=42}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2312]  {dob=84,                                                                                    
##          infant_id...2=42}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2313]  {dob=84,                                                                                    
##          sex=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2314]  {dob=84,                                                                                    
##          vaccinations=1}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2315]  {dob=84,                                                                                    
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2316]  {dob=84,                                                                                    
##          people in house=1}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2317]  {dob=84,                                                                                    
##          outcome=2}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2318]  {dob=84,                                                                                    
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2319]  {dob=84,                                                                                    
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2320]  {dob=84,                                                                                    
##          prolonged=1}                => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2321]  {dob=84,                                                                                    
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2322]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2323]  {dob=84,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2324]  {dob=84}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2325]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2326]  {infant_id...1=42,                                                                          
##          sex=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2327]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2328]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2329]  {infant_id...1=42,                                                                          
##          people in house=1}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2330]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2331]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2332]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2333]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2334]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2335]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2336]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2337]  {infant_id...1=42}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2338]  {infant_id...2=42,                                                                          
##          sex=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2339]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2340]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2341]  {infant_id...2=42,                                                                          
##          people in house=1}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2342]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2343]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2344]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2345]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2346]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2347]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2348]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2349]  {infant_id...2=42}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2350]  {people in house=1,                                                                         
##          pulse=12}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2351]  {outcome=2,                                                                                 
##          pulse=12}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2352]  {pulse=12,                                                                                  
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2353]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2354]  {prolonged=1,                                                                               
##          pulse=12}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2355]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2356]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2357]  {pulse=12,                                                                                  
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2358]  {pulse=12}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2359]  {dob=59,                                                                                    
##          infant_id...1=106}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2360]  {dob=59,                                                                                    
##          infant_id...2=106}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2361]  {dob=59,                                                                                    
##          people in house=2}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2362]  {dob=59,                                                                                    
##          vaccinations=1}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2363]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2364]  {dob=59,                                                                                    
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2365]  {dob=59,                                                                                    
##          sex=2}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2366]  {dob=59,                                                                                    
##          outcome=2}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2367]  {dob=59,                                                                                    
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2368]  {dob=59,                                                                                    
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2369]  {dob=59,                                                                                    
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2370]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2371]  {dob=59,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2372]  {dob=59}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2373]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2374]  {infant_id...1=106,                                                                         
##          people in house=2}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2375]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2376]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2377]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2378]  {infant_id...1=106,                                                                         
##          sex=2}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2379]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2380]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2381]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2382]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2383]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2384]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2385]  {infant_id...1=106}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2386]  {infant_id...2=106,                                                                         
##          people in house=2}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2387]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2388]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2389]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2390]  {infant_id...2=106,                                                                         
##          sex=2}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2391]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2392]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2393]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2394]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2395]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2396]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2397]  {infant_id...2=106}          => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2398]  {people in house=1,                                                                         
##          pulse=55}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2399]  {outcome=2,                                                                                 
##          pulse=55}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2400]  {chest indrawing=2,                                                                         
##          pulse=55}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2401]  {pulse=55}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2402]  {CRP=97,                                                                                    
##          duration_admission=1}       => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2403]  {duration_admission=1,                                                                      
##          sex=2}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2404]  {duration_admission=1,                                                                      
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2405]  {duration_admission=1,                                                                      
##          prolonged=1}                => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2406]  {duration_admission=1,                                                                      
##          lbw=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2407]  {duration_admission=1}       => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2408]  {hiv_exposure=3,                                                                            
##          pulse=33}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2409]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2410]  {pulse=29,                                                                                  
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2411]  {people in house=1,                                                                         
##          pulse=29}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2412]  {outcome=2,                                                                                 
##          pulse=29}                   => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2413]  {pulse=29,                                                                                  
##          ventilation=3}              => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2414]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2415]  {prolonged=1,                                                                               
##          pulse=29}                   => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2416]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2417]  {lbw=1,                                                                                     
##          pulse=29}                   => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2418]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2419]  {pulse=29,                                                                                  
##          uwfa=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2420]  {pulse=29}                   => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2421]  {resp=11,                                                                                   
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2422]  {resp=11,                                                                                   
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2423]  {resp=11,                                                                                   
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2424]  {prolonged=1,                                                                               
##          resp=11}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2425]  {lbw=1,                                                                                     
##          resp=11}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2426]  {pulse=28,                                                                                  
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2427]  {lbw=1,                                                                                     
##          pulse=35}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2428]  {pulse=35,                                                                                  
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2429]  {pulse=34,                                                                                  
##          ventilation=3}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2430]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2431]  {stunted=1,                                                                                 
##          ventilation=1}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2432]  {lbw=1,                                                                                     
##          ventilation=1}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2433]  {uwfa=1,                                                                                    
##          ventilation=1}              => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2434]  {duration_admission=17,                                                                     
##          pulse=27}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2435]  {pulse=27,                                                                                  
##          Xray=3}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2436]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2437]  {pulse=27,                                                                                  
##          stunted=1}                  => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2438]  {pulse=27,                                                                                  
##          sex=2}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2439]  {outcome=2,                                                                                 
##          pulse=27}                   => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2440]  {pulse=27,                                                                                  
##          ventilation=3}              => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2441]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2442]  {prolonged=1,                                                                               
##          pulse=27}                   => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2443]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2444]  {lbw=1,                                                                                     
##          pulse=27}                   => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2445]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2446]  {pulse=27,                                                                                  
##          uwfa=1}                     => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2447]  {pulse=27}                   => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2448]  {people in house=2,                                                                         
##          pulse=20}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2449]  {pulse=20,                                                                                  
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2450]  {prolonged=1,                                                                               
##          pulse=20}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2451]  {lbw=1,                                                                                     
##          pulse=20}                   => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2452]  {O2 saturation=27,                                                                          
##          stunted=1}                  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2453]  {lbw=1,                                                                                     
##          O2 saturation=27}           => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2454]  {O2 saturation=27,                                                                          
##          uwfa=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2455]  {CRP=45,                                                                                    
##          duration_admission=11}      => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2456]  {CRP=45,                                                                                    
##          vaccinations=2}             => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2457]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2458]  {CRP=45,                                                                                    
##          stunted=1}                  => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2459]  {CRP=45,                                                                                    
##          people in house=1}          => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2460]  {CRP=45,                                                                                    
##          sex=2}                      => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2461]  {CRP=45,                                                                                    
##          outcome=2}                  => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2462]  {CRP=45,                                                                                    
##          ventilation=3}              => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2463]  {CRP=45,                                                                                    
##          serious outcome?=2}         => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2464]  {CRP=45,                                                                                    
##          prolonged=1}                => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2465]  {chest indrawing=2,                                                                         
##          CRP=45}                     => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2466]  {CRP=45,                                                                                    
##          lbw=1}                      => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2467]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2468]  {CRP=45,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2469]  {CRP=45}                     => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2470]  {O2 saturation=13,                                                                          
##          sex=1}                      => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2471]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2472]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2473]  {CRP=58,                                                                                    
##          Maternal smoke category=2}  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2474]  {CRP=58,                                                                                    
##          sex=2}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2475]  {O2 saturation=20,                                                                          
##          Xray=3}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2476]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2477]  {lbw=1,                                                                                     
##          O2 saturation=20}           => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2478]  {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2479]  {O2 saturation=20,                                                                          
##          uwfa=1}                     => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2480]  {resp=10,                                                                                   
##          Xray=3}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2481]  {resp=10,                                                                                   
##          temp=5}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2482]  {resp=10,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2483]  {resp=10,                                                                                   
##          stunted=1}                  => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2484]  {resp=26,                                                                                   
##          uwfa=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2485]  {O2 saturation=25,                                                                          
##          sex=1}                      => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2486]  {O2 saturation=25,                                                                          
##          stunted=1}                  => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2487]  {lbw=1,                                                                                     
##          O2 saturation=25}           => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2488]  {O2 saturation=25,                                                                          
##          uwfa=1}                     => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2489]  {resp=8,                                                                                    
##          temp=7}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2490]  {lbw=1,                                                                                     
##          resp=8}                     => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2491]  {resp=8,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2492]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2493]  {lbw=1,                                                                                     
##          O2 saturation=26}           => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2494]  {duration_admission=17,                                                                     
##          resp=20}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2495]  {resp=20,                                                                                   
##          Xray=3}                     => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2496]  {resp=20,                                                                                   
##          temp=5}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2497]  {resp=20,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2498]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2499]  {resp=20,                                                                                   
##          stunted=1}                  => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2500]  {lbw=1,                                                                                     
##          resp=20}                    => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2501]  {hiv_exposure=3,                                                                            
##          resp=20}                    => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2502]  {resp=20,                                                                                   
##          uwfa=1}                     => {prem=1}                    0.05172414  1.0000000  1.4262295
## [2503]  {O2 saturation=23,                                                                          
##          resp=24}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2504]  {CRP=97,                                                                                    
##          resp=24}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2505]  {CRP=97,                                                                                    
##          Xray=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2506]  {hiv_exposure=1,                                                                            
##          Xray=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2507]  {uwfa=2,                                                                                    
##          Xray=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2508]  {sex=1,                                                                                     
##          Xray=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2509]  {people in house=2,                                                                         
##          Xray=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2510]  {stunted=2,                                                                                 
##          Xray=1}                     => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2511]  {Maternal smoke category=1,                                                                 
##          Xray=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2512]  {vaccinations=1,                                                                            
##          Xray=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2513]  {vaccinations=2,                                                                            
##          Xray=1}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2514]  {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2515]  {stunted=1,                                                                                 
##          Xray=1}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2516]  {people in house=1,                                                                         
##          Xray=1}                     => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2517]  {sex=2,                                                                                     
##          Xray=1}                     => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2518]  {outcome=2,                                                                                 
##          Xray=1}                     => {prem=1}                    0.06321839  1.0000000  1.4262295
## [2519]  {ventilation=3,                                                                             
##          Xray=1}                     => {prem=1}                    0.06896552  1.0000000  1.4262295
## [2520]  {serious outcome?=2,                                                                        
##          Xray=1}                     => {prem=1}                    0.06321839  1.0000000  1.4262295
## [2521]  {prolonged=1,                                                                               
##          Xray=1}                     => {prem=1}                    0.06896552  1.0000000  1.4262295
## [2522]  {chest indrawing=2,                                                                         
##          Xray=1}                     => {prem=1}                    0.05747126  1.0000000  1.4262295
## [2523]  {lbw=1,                                                                                     
##          Xray=1}                     => {prem=1}                    0.05172414  1.0000000  1.4262295
## [2524]  {hiv_exposure=3,                                                                            
##          Xray=1}                     => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2525]  {uwfa=1,                                                                                    
##          Xray=1}                     => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2526]  {Xray=1}                     => {prem=1}                    0.06896552  1.0000000  1.4262295
## [2527]  {resp=13,                                                                                   
##          Xray=2}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2528]  {resp=13,                                                                                   
##          temp=7}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2529]  {resp=13,                                                                                   
##          sex=1}                      => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2530]  {duration_admission=18,                                                                     
##          sex=1}                      => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2531]  {duration_admission=18,                                                                     
##          people in house=1}          => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2532]  {duration_admission=19,                                                                     
##          stunted=1}                  => {prem=1}                    0.03448276  1.0000000  1.4262295
## [2533]  {duration_admission=19,                                                                     
##          lbw=1}                      => {prem=1}                    0.05747126  1.0000000  1.4262295
## [2534]  {duration_admission=19,                                                                     
##          uwfa=1}                     => {prem=1}                    0.04597701  1.0000000  1.4262295
## [2535]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2536]  {temp=5,                                                                                    
##          vaccinations=4}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2537]  {duration_admission=11,                                                                     
##          resp=18}                    => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2538]  {resp=18,                                                                                   
##          sex=1}                      => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2539]  {resp=18,                                                                                   
##          Xray=3}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2540]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2541]  {resp=18,                                                                                   
##          temp=5}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2542]  {CRP=2,                                                                                     
##          vaccinations=2}             => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2543]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2544]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2545]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2546]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2547]  {O2 saturation=23,                                                                          
##          temp=5}                     => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2548]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {prem=1}                    0.05172414  1.0000000  1.4262295
## [2549]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2550]  {O2 saturation=23,                                                                          
##          stunted=1}                  => {prem=1}                    0.05172414  1.0000000  1.4262295
## [2551]  {O2 saturation=23,                                                                          
##          people in house=1}          => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2552]  {lbw=1,                                                                                     
##          O2 saturation=23}           => {prem=1}                    0.07471264  1.0000000  1.4262295
## [2553]  {O2 saturation=23,                                                                          
##          uwfa=1}                     => {prem=1}                    0.06321839  1.0000000  1.4262295
## [2554]  {temp=3,                                                                                    
##          Xray=3}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2555]  {sex=1,                                                                                     
##          temp=10}                    => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2556]  {lbw=1,                                                                                     
##          temp=10}                    => {prem=1}                    0.05172414  1.0000000  1.4262295
## [2557]  {duration_admission=2,                                                                      
##          Maternal smoke category=2}  => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2558]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2559]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2560]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2561]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {prem=1}                    0.04022989  1.0000000  1.4262295
## [2562]  {prolonged=2,                                                                               
##          Xray=3}                     => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2563]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2564]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2565]  {duration_admission=11,                                                                     
##          O2 saturation=24}           => {prem=1}                    0.02298851  1.0000000  1.4262295
## [2566]  {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2567]  {lbw=1,                                                                                     
##          O2 saturation=24}           => {prem=1}                    0.07471264  1.0000000  1.4262295
## [2568]  {CRP=97,                                                                                    
##          duration_admission=2}       => {prem=1}                    0.02873563  1.0000000  1.4262295
## [2569]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {prem=1}                    0.05747126  1.0000000  1.4262295
## [2570]  {vaccinations=4,                                                                            
##          ventilation=3}              => {people in house=1}         0.05747126  0.9090909  1.4250614
## [2571]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {people in house=1}         0.05747126  0.9090909  1.4250614
## [2572]  {lbw=2,                                                                                     
##          prolonged=2}                => {people in house=1}         0.05747126  0.9090909  1.4250614
## [2573]  {prem=2,                                                                                    
##          prolonged=2}                => {people in house=1}         0.05747126  0.9090909  1.4250614
## [2574]  {sex=1,                                                                                     
##          temp=7}                     => {stunted=1}                 0.07471264  0.8666667  1.4226415
## [2575]  {vaccinations=2,                                                                            
##          Xray=3}                     => {stunted=1}                 0.14942529  0.8666667  1.4226415
## [2576]  {uwfa=1,                                                                                    
##          Xray=3}                     => {stunted=1}                 0.25862069  0.8653846  1.4205370
## [2577]  {CRP=87,                                                                                    
##          Maternal smoke category=3}  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2578]  {CRP=87,                                                                                    
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2579]  {CRP=87,                                                                                    
##          prem=1}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2580]  {CRP=87,                                                                                    
##          outcome=2}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2581]  {chest indrawing=2,                                                                         
##          CRP=87}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2582]  {CRP=87,                                                                                    
##          lbw=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2583]  {CRP=87}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2584]  {dob=84,                                                                                    
##          infant_id...1=42}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2585]  {dob=84,                                                                                    
##          infant_id...2=42}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2586]  {dob=84,                                                                                    
##          sex=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2587]  {dob=84,                                                                                    
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2588]  {dob=84,                                                                                    
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2589]  {dob=84,                                                                                    
##          people in house=1}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2590]  {dob=84,                                                                                    
##          prem=1}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2591]  {dob=84,                                                                                    
##          outcome=2}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2592]  {dob=84,                                                                                    
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2593]  {dob=84,                                                                                    
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2594]  {dob=84,                                                                                    
##          prolonged=1}                => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2595]  {dob=84,                                                                                    
##          lbw=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2596]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2597]  {dob=84}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2598]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2599]  {infant_id...1=42,                                                                          
##          sex=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2600]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2601]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2602]  {infant_id...1=42,                                                                          
##          people in house=1}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2603]  {infant_id...1=42,                                                                          
##          prem=1}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2604]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2605]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2606]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2607]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2608]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2609]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2610]  {infant_id...1=42}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2611]  {infant_id...2=42,                                                                          
##          sex=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2612]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2613]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2614]  {infant_id...2=42,                                                                          
##          people in house=1}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2615]  {infant_id...2=42,                                                                          
##          prem=1}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2616]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2617]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2618]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2619]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2620]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2621]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2622]  {infant_id...2=42}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2623]  {pulse=31,                                                                                  
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2624]  {outcome=2,                                                                                 
##          pulse=31}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2625]  {pulse=31,                                                                                  
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2626]  {pulse=31,                                                                                  
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2627]  {prolonged=1,                                                                               
##          pulse=31}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2628]  {chest indrawing=2,                                                                         
##          pulse=31}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2629]  {lbw=1,                                                                                     
##          pulse=31}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2630]  {pulse=31}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2631]  {people in house=1,                                                                         
##          pulse=12}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2632]  {prem=1,                                                                                    
##          pulse=12}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2633]  {outcome=2,                                                                                 
##          pulse=12}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2634]  {pulse=12,                                                                                  
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2635]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2636]  {prolonged=1,                                                                               
##          pulse=12}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2637]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2638]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2639]  {pulse=12}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2640]  {dob=59,                                                                                    
##          infant_id...1=106}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2641]  {dob=59,                                                                                    
##          infant_id...2=106}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2642]  {dob=59,                                                                                    
##          people in house=2}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2643]  {dob=59,                                                                                    
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2644]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2645]  {dob=59,                                                                                    
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2646]  {dob=59,                                                                                    
##          sex=2}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2647]  {dob=59,                                                                                    
##          prem=1}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2648]  {dob=59,                                                                                    
##          outcome=2}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2649]  {dob=59,                                                                                    
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2650]  {dob=59,                                                                                    
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2651]  {dob=59,                                                                                    
##          lbw=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2652]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2653]  {dob=59}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2654]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2655]  {infant_id...1=106,                                                                         
##          people in house=2}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2656]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2657]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2658]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2659]  {infant_id...1=106,                                                                         
##          sex=2}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2660]  {infant_id...1=106,                                                                         
##          prem=1}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2661]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2662]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2663]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2664]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2665]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2666]  {infant_id...1=106}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2667]  {infant_id...2=106,                                                                         
##          people in house=2}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2668]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2669]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2670]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2671]  {infant_id...2=106,                                                                         
##          sex=2}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2672]  {infant_id...2=106,                                                                         
##          prem=1}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2673]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2674]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2675]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2676]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2677]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2678]  {infant_id...2=106}          => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2679]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2680]  {pulse=29,                                                                                  
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2681]  {people in house=1,                                                                         
##          pulse=29}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2682]  {prem=1,                                                                                    
##          pulse=29}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2683]  {outcome=2,                                                                                 
##          pulse=29}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2684]  {pulse=29,                                                                                  
##          ventilation=3}              => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2685]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2686]  {prolonged=1,                                                                               
##          pulse=29}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2687]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2688]  {lbw=1,                                                                                     
##          pulse=29}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2689]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2690]  {pulse=29}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2691]  {pulse=28,                                                                                  
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2692]  {pulse=28,                                                                                  
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2693]  {pulse=28,                                                                                  
##          sex=2}                      => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2694]  {prem=1,                                                                                    
##          pulse=28}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2695]  {outcome=2,                                                                                 
##          pulse=28}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2696]  {pulse=28,                                                                                  
##          ventilation=3}              => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2697]  {pulse=28,                                                                                  
##          serious outcome?=2}         => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2698]  {prolonged=1,                                                                               
##          pulse=28}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2699]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2700]  {lbw=1,                                                                                     
##          pulse=28}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2701]  {hiv_exposure=3,                                                                            
##          pulse=28}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2702]  {pulse=28}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2703]  {prem=1,                                                                                    
##          pulse=35}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2704]  {lbw=1,                                                                                     
##          pulse=35}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2705]  {pulse=34,                                                                                  
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2706]  {pulse=34,                                                                                  
##          sex=2}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2707]  {prem=1,                                                                                    
##          pulse=34}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2708]  {pulse=34,                                                                                  
##          ventilation=3}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2709]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2710]  {lbw=1,                                                                                     
##          pulse=34}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2711]  {stunted=1,                                                                                 
##          ventilation=1}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2712]  {prem=1,                                                                                    
##          ventilation=1}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2713]  {lbw=1,                                                                                     
##          ventilation=1}              => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2714]  {duration_admission=17,                                                                     
##          pulse=27}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2715]  {pulse=27,                                                                                  
##          Xray=3}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2716]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2717]  {pulse=27,                                                                                  
##          stunted=1}                  => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2718]  {pulse=27,                                                                                  
##          sex=2}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2719]  {prem=1,                                                                                    
##          pulse=27}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2720]  {outcome=2,                                                                                 
##          pulse=27}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2721]  {pulse=27,                                                                                  
##          ventilation=3}              => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2722]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2723]  {prolonged=1,                                                                               
##          pulse=27}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2724]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2725]  {lbw=1,                                                                                     
##          pulse=27}                   => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2726]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2727]  {pulse=27}                   => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2728]  {people in house=2,                                                                         
##          pulse=20}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2729]  {pulse=20,                                                                                  
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2730]  {prem=1,                                                                                    
##          pulse=20}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2731]  {pulse=20,                                                                                  
##          ventilation=3}              => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2732]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2733]  {prolonged=1,                                                                               
##          pulse=20}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2734]  {lbw=1,                                                                                     
##          pulse=20}                   => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2735]  {O2 saturation=27,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2736]  {O2 saturation=27,                                                                          
##          prem=1}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2737]  {lbw=1,                                                                                     
##          O2 saturation=27}           => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2738]  {CRP=45,                                                                                    
##          duration_admission=11}      => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2739]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2740]  {CRP=45,                                                                                    
##          stunted=1}                  => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2741]  {CRP=45,                                                                                    
##          people in house=1}          => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2742]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2743]  {O2 saturation=1,                                                                           
##          sex=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2744]  {O2 saturation=1,                                                                           
##          temp=5}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2745]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2746]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2747]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2748]  {O2 saturation=1,                                                                           
##          people in house=1}          => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2749]  {O2 saturation=1,                                                                           
##          sex=2}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2750]  {O2 saturation=1,                                                                           
##          prem=1}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2751]  {O2 saturation=1,                                                                           
##          outcome=2}                  => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2752]  {O2 saturation=1,                                                                           
##          ventilation=3}              => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2753]  {O2 saturation=1,                                                                           
##          serious outcome?=2}         => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2754]  {O2 saturation=1,                                                                           
##          prolonged=1}                => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2755]  {chest indrawing=2,                                                                         
##          O2 saturation=1}            => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2756]  {lbw=1,                                                                                     
##          O2 saturation=1}            => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2757]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2758]  {O2 saturation=1}            => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2759]  {O2 saturation=13,                                                                          
##          sex=1}                      => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2760]  {O2 saturation=13,                                                                          
##          temp=5}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2761]  {O2 saturation=13,                                                                          
##          prem=1}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2762]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2763]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2764]  {CRP=58,                                                                                    
##          Maternal smoke category=2}  => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2765]  {CRP=58,                                                                                    
##          stunted=1}                  => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2766]  {CRP=58,                                                                                    
##          people in house=1}          => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2767]  {O2 saturation=20,                                                                          
##          Xray=3}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2768]  {O2 saturation=24,                                                                          
##          resp=10}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2769]  {resp=10,                                                                                   
##          Xray=3}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2770]  {resp=10,                                                                                   
##          temp=5}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2771]  {resp=10,                                                                                   
##          vaccinations=2}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2772]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2773]  {resp=10,                                                                                   
##          stunted=1}                  => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2774]  {prem=1,                                                                                    
##          resp=10}                    => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2775]  {O2 saturation=25,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2776]  {resp=8,                                                                                    
##          temp=7}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2777]  {prem=1,                                                                                    
##          resp=8}                     => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2778]  {lbw=1,                                                                                     
##          resp=8}                     => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2779]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2780]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2781]  {resp=25,                                                                                   
##          stunted=1}                  => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2782]  {duration_admission=17,                                                                     
##          resp=20}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2783]  {resp=20,                                                                                   
##          Xray=3}                     => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2784]  {resp=20,                                                                                   
##          temp=5}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2785]  {resp=20,                                                                                   
##          vaccinations=2}             => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2786]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2787]  {resp=20,                                                                                   
##          stunted=1}                  => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2788]  {prem=1,                                                                                    
##          resp=20}                    => {uwfa=1}                    0.05172414  1.0000000  1.4146341
## [2789]  {lbw=1,                                                                                     
##          resp=20}                    => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2790]  {hiv_exposure=3,                                                                            
##          resp=20}                    => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2791]  {O2 saturation=23,                                                                          
##          resp=24}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2792]  {CRP=97,                                                                                    
##          resp=24}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2793]  {resp=24,                                                                                   
##          Xray=3}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2794]  {people in house=2,                                                                         
##          resp=24}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2795]  {resp=24,                                                                                   
##          stunted=1}                  => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2796]  {prem=1,                                                                                    
##          resp=24}                    => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2797]  {stunted=1,                                                                                 
##          Xray=1}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2798]  {duration_admission=11,                                                                     
##          resp=13}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2799]  {resp=13,                                                                                   
##          Xray=2}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2800]  {resp=13,                                                                                   
##          temp=7}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2801]  {resp=13,                                                                                   
##          sex=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2802]  {resp=13,                                                                                   
##          Xray=3}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2803]  {resp=13,                                                                                   
##          vaccinations=1}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2804]  {Maternal smoke category=3,                                                                 
##          resp=13}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2805]  {duration_admission=18,                                                                     
##          sex=1}                      => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2806]  {duration_admission=18,                                                                     
##          stunted=1}                  => {uwfa=1}                    0.05172414  1.0000000  1.4146341
## [2807]  {duration_admission=19,                                                                     
##          stunted=1}                  => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2808]  {sex=1,                                                                                     
##          vaccinations=4}             => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2809]  {temp=5,                                                                                    
##          vaccinations=4}             => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2810]  {duration_admission=11,                                                                     
##          resp=18}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2811]  {resp=18,                                                                                   
##          Xray=2}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2812]  {resp=18,                                                                                   
##          Xray=3}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2813]  {resp=18,                                                                                   
##          stunted=1}                  => {uwfa=1}                    0.05747126  1.0000000  1.4146341
## [2814]  {CRP=2,                                                                                     
##          stunted=1}                  => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2815]  {CRP=2,                                                                                     
##          lbw=1}                      => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2816]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2817]  {temp=3,                                                                                    
##          Xray=2}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2818]  {temp=3,                                                                                    
##          Xray=3}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2819]  {prolonged=1,                                                                               
##          temp=3}                     => {uwfa=1}                    0.06321839  1.0000000  1.4146341
## [2820]  {duration_admission=11,                                                                     
##          temp=10}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2821]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2822]  {O2 saturation=22,                                                                          
##          resp=16}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2823]  {O2 saturation=22,                                                                          
##          temp=5}                     => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2824]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.06321839  1.0000000  1.4146341
## [2825]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2826]  {O2 saturation=21,                                                                          
##          sex=1}                      => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2827]  {O2 saturation=21,                                                                          
##          Xray=3}                     => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2828]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {uwfa=1}                    0.03448276  1.0000000  1.4146341
## [2829]  {O2 saturation=24,                                                                          
##          temp=7}                     => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2830]  {lbw=1,                                                                                     
##          O2 saturation=24}           => {uwfa=1}                    0.07471264  1.0000000  1.4146341
## [2831]  {chest indrawing=1,                                                                         
##          Xray=2}                     => {uwfa=1}                    0.04022989  1.0000000  1.4146341
## [2832]  {chest indrawing=1,                                                                         
##          vaccinations=2}             => {uwfa=1}                    0.06321839  1.0000000  1.4146341
## [2833]  {hiv_exposure=1,                                                                            
##          resp=16}                    => {uwfa=1}                    0.02298851  1.0000000  1.4146341
## [2834]  {resp=16,                                                                                   
##          stunted=1}                  => {uwfa=1}                    0.07471264  1.0000000  1.4146341
## [2835]  {CRP=97,                                                                                    
##          duration_admission=17}      => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2836]  {duration_admission=2,                                                                      
##          Xray=2}                     => {uwfa=1}                    0.02873563  1.0000000  1.4146341
## [2837]  {duration_admission=2,                                                                      
##          temp=7}                     => {uwfa=1}                    0.06321839  1.0000000  1.4146341
## [2838]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {uwfa=1}                    0.09195402  1.0000000  1.4146341
## [2839]  {duration_admission=2,                                                                      
##          stunted=1}                  => {uwfa=1}                    0.11494253  1.0000000  1.4146341
## [2840]  {CRP=97,                                                                                    
##          temp=7}                     => {uwfa=1}                    0.04597701  1.0000000  1.4146341
## [2841]  {stunted=1,                                                                                 
##          Xray=2}                     => {uwfa=1}                    0.12643678  1.0000000  1.4146341
## [2842]  {resp=30}                    => {people in house=1}         0.05172414  0.9000000  1.4108108
## [2843]  {prem=1,                                                                                    
##          temp=3}                     => {people in house=1}         0.05172414  0.9000000  1.4108108
## [2844]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {people in house=1}         0.05172414  0.9000000  1.4108108
## [2845]  {CRP=45,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2846]  {chest indrawing=2,                                                                         
##          O2 saturation=1}            => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2847]  {lbw=1,                                                                                     
##          O2 saturation=1}            => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2848]  {CRP=58,                                                                                    
##          lbw=1}                      => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2849]  {CRP=58,                                                                                    
##          hiv_exposure=3}             => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2850]  {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2851]  {lbw=1,                                                                                     
##          O2 saturation=25}           => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2852]  {resp=8,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2853]  {prem=1,                                                                                    
##          resp=8}                     => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2854]  {lbw=1,                                                                                     
##          resp=20}                    => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2855]  {CRP=2,                                                                                     
##          lbw=1}                      => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2856]  {CRP=2,                                                                                     
##          uwfa=1}                     => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2857]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2858]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2859]  {chest indrawing=1,                                                                         
##          hiv_exposure=1}             => {stunted=1}                 0.03448276  0.8571429  1.4070081
## [2860]  {sex=1,                                                                                     
##          Xray=4}                     => {people in house=1}         0.09770115  0.8947368  1.4025605
## [2861]  {lbw=1,                                                                                     
##          Xray=3}                     => {stunted=1}                 0.23563218  0.8541667  1.4021226
## [2862]  {duration_admission=17,                                                                     
##          uwfa=1}                     => {stunted=1}                 0.09770115  0.8500000  1.3952830
## [2863]  {CRP=97,                                                                                    
##          lbw=1}                      => {stunted=1}                 0.09770115  0.8500000  1.3952830
## [2864]  {outcome=2,                                                                                 
##          resp=30}                    => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2865]  {resp=30,                                                                                   
##          ventilation=3}              => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2866]  {resp=30,                                                                                   
##          serious outcome?=2}         => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2867]  {resp=13,                                                                                   
##          stunted=1}                  => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2868]  {serious outcome?=2,                                                                        
##          vaccinations=4}             => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2869]  {hiv_exposure=3,                                                                            
##          vaccinations=4}             => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2870]  {chest indrawing=1,                                                                         
##          CRP=97}                     => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2871]  {resp=16,                                                                                   
##          sex=1}                      => {people in house=1}         0.04597701  0.8888889  1.3933934
## [2872]  {prem=1,                                                                                    
##          temp=12}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2873]  {temp=12,                                                                                   
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2874]  {prolonged=1,                                                                               
##          temp=12}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2875]  {temp=12}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2876]  {dob=73,                                                                                    
##          infant_id...1=117}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2877]  {dob=73,                                                                                    
##          infant_id...2=117}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2878]  {dob=73,                                                                                    
##          lbw=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2879]  {dob=73,                                                                                    
##          prem=2}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2880]  {dob=73,                                                                                    
##          people in house=2}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2881]  {dob=73,                                                                                    
##          stunted=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2882]  {dob=73,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2883]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2884]  {dob=73,                                                                                    
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2885]  {dob=73,                                                                                    
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2886]  {dob=73,                                                                                    
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2887]  {dob=73,                                                                                    
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2888]  {dob=73,                                                                                    
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2889]  {chest indrawing=2,                                                                         
##          dob=73}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2890]  {dob=73}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2891]  {CRP=87,                                                                                    
##          Maternal smoke category=3}  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2892]  {CRP=87,                                                                                    
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2893]  {CRP=87,                                                                                    
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2894]  {CRP=87,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2895]  {CRP=87,                                                                                    
##          outcome=2}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2896]  {chest indrawing=2,                                                                         
##          CRP=87}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2897]  {CRP=87}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2898]  {resp=9,                                                                                    
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2899]  {outcome=2,                                                                                 
##          resp=9}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2900]  {resp=9,                                                                                    
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2901]  {resp=9,                                                                                    
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2902]  {prolonged=1,                                                                               
##          resp=9}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2903]  {chest indrawing=2,                                                                         
##          resp=9}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2904]  {resp=9}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2905]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2906]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2907]  {infant_id...1=117,                                                                         
##          prem=2}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2908]  {infant_id...1=117,                                                                         
##          people in house=2}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2909]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2910]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2911]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2912]  {infant_id...1=117,                                                                         
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2913]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2914]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2915]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2916]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2917]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2918]  {infant_id...1=117}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2919]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2920]  {infant_id...2=117,                                                                         
##          prem=2}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2921]  {infant_id...2=117,                                                                         
##          people in house=2}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2922]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2923]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2924]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2925]  {infant_id...2=117,                                                                         
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2926]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2927]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2928]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2929]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2930]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2931]  {infant_id...2=117}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2932]  {outcome=2,                                                                                 
##          resp=14}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2933]  {resp=14,                                                                                   
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2934]  {resp=14,                                                                                   
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2935]  {prolonged=1,                                                                               
##          resp=14}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2936]  {chest indrawing=2,                                                                         
##          resp=14}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2937]  {resp=14}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2938]  {dob=84,                                                                                    
##          infant_id...1=42}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2939]  {dob=84,                                                                                    
##          infant_id...1=42}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2940]  {dob=84,                                                                                    
##          infant_id...2=42}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2941]  {dob=84,                                                                                    
##          infant_id...2=42}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2942]  {dob=84,                                                                                    
##          sex=1}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2943]  {dob=84,                                                                                    
##          sex=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2944]  {dob=84,                                                                                    
##          vaccinations=1}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2945]  {dob=84,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2946]  {dob=84,                                                                                    
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2947]  {dob=84,                                                                                    
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2948]  {dob=84,                                                                                    
##          people in house=1}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2949]  {dob=84,                                                                                    
##          people in house=1}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2950]  {dob=84,                                                                                    
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2951]  {dob=84,                                                                                    
##          prem=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2952]  {dob=84,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2953]  {dob=84,                                                                                    
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2954]  {dob=84,                                                                                    
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2955]  {dob=84,                                                                                    
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2956]  {dob=84,                                                                                    
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2957]  {dob=84,                                                                                    
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2958]  {dob=84,                                                                                    
##          lbw=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2959]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2960]  {dob=84,                                                                                    
##          outcome=2}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2961]  {dob=84,                                                                                    
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2962]  {dob=84,                                                                                    
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2963]  {dob=84,                                                                                    
##          prolonged=1}                => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2964]  {dob=84}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2965]  {dob=84}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2966]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2967]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2968]  {infant_id...1=42,                                                                          
##          sex=1}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2969]  {infant_id...1=42,                                                                          
##          sex=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2970]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2971]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2972]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2973]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2974]  {infant_id...1=42,                                                                          
##          people in house=1}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2975]  {infant_id...1=42,                                                                          
##          people in house=1}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2976]  {infant_id...1=42,                                                                          
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2977]  {infant_id...1=42,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2978]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2979]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2980]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2981]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2982]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2983]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2984]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2985]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2986]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2987]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2988]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2989]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2990]  {infant_id...1=42}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2991]  {infant_id...1=42}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2992]  {infant_id...2=42,                                                                          
##          sex=1}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2993]  {infant_id...2=42,                                                                          
##          sex=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2994]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2995]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2996]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2997]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [2998]  {infant_id...2=42,                                                                          
##          people in house=1}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [2999]  {infant_id...2=42,                                                                          
##          people in house=1}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3000]  {infant_id...2=42,                                                                          
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3001]  {infant_id...2=42,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3002]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3003]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3004]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3005]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3006]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3007]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3008]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3009]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3010]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3011]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3012]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3013]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3014]  {infant_id...2=42}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3015]  {infant_id...2=42}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3016]  {pulse=31,                                                                                  
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3017]  {pulse=31,                                                                                  
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3018]  {outcome=2,                                                                                 
##          pulse=31}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3019]  {pulse=31,                                                                                  
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3020]  {pulse=31,                                                                                  
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3021]  {prolonged=1,                                                                               
##          pulse=31}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3022]  {chest indrawing=2,                                                                         
##          pulse=31}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3023]  {pulse=31}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3024]  {people in house=1,                                                                         
##          pulse=12}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3025]  {prem=1,                                                                                    
##          pulse=12}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3026]  {pulse=12,                                                                                  
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3027]  {outcome=2,                                                                                 
##          pulse=12}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3028]  {pulse=12,                                                                                  
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3029]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3030]  {prolonged=1,                                                                               
##          pulse=12}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3031]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3032]  {pulse=12}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3033]  {dob=59,                                                                                    
##          infant_id...1=106}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3034]  {dob=59,                                                                                    
##          infant_id...1=106}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3035]  {dob=59,                                                                                    
##          infant_id...2=106}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3036]  {dob=59,                                                                                    
##          infant_id...2=106}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3037]  {dob=59,                                                                                    
##          people in house=2}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3038]  {dob=59,                                                                                    
##          people in house=2}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3039]  {dob=59,                                                                                    
##          vaccinations=1}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3040]  {dob=59,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3041]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3042]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3043]  {dob=59,                                                                                    
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3044]  {dob=59,                                                                                    
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3045]  {dob=59,                                                                                    
##          sex=2}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3046]  {dob=59,                                                                                    
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3047]  {dob=59,                                                                                    
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3048]  {dob=59,                                                                                    
##          prem=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3049]  {dob=59,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3050]  {dob=59,                                                                                    
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3051]  {dob=59,                                                                                    
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3052]  {dob=59,                                                                                    
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3053]  {dob=59,                                                                                    
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3054]  {dob=59,                                                                                    
##          lbw=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3055]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3056]  {dob=59,                                                                                    
##          outcome=2}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3057]  {dob=59,                                                                                    
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3058]  {dob=59,                                                                                    
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3059]  {dob=59}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3060]  {dob=59}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3061]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3062]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3063]  {infant_id...1=106,                                                                         
##          people in house=2}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3064]  {infant_id...1=106,                                                                         
##          people in house=2}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3065]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3066]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3067]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3068]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3069]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3070]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3071]  {infant_id...1=106,                                                                         
##          sex=2}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3072]  {infant_id...1=106,                                                                         
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3073]  {infant_id...1=106,                                                                         
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3074]  {infant_id...1=106,                                                                         
##          prem=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3075]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3076]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3077]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3078]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3079]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3080]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3081]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3082]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3083]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3084]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3085]  {infant_id...1=106}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3086]  {infant_id...1=106}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3087]  {outcome=2,                                                                                 
##          pulse=46}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3088]  {pulse=46,                                                                                  
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3089]  {pulse=46,                                                                                  
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3090]  {prolonged=1,                                                                               
##          pulse=46}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3091]  {pulse=46}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3092]  {infant_id...2=106,                                                                         
##          people in house=2}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3093]  {infant_id...2=106,                                                                         
##          people in house=2}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3094]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3095]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3096]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3097]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3098]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3099]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3100]  {infant_id...2=106,                                                                         
##          sex=2}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3101]  {infant_id...2=106,                                                                         
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3102]  {infant_id...2=106,                                                                         
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3103]  {infant_id...2=106,                                                                         
##          prem=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3104]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3105]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3106]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3107]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3108]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3109]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3110]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3111]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3112]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3113]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3114]  {infant_id...2=106}          => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3115]  {infant_id...2=106}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3116]  {CRP=97,                                                                                    
##          duration_admission=1}       => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3117]  {duration_admission=1,                                                                      
##          sex=2}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3118]  {duration_admission=1,                                                                      
##          prem=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3119]  {duration_admission=1,                                                                      
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3120]  {duration_admission=1,                                                                      
##          prolonged=1}                => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3121]  {duration_admission=1}       => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3122]  {O2 saturation=17,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3123]  {O2 saturation=15,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3124]  {prem=1,                                                                                    
##          pulse=33}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3125]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3126]  {pulse=29,                                                                                  
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3127]  {people in house=1,                                                                         
##          pulse=29}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3128]  {prem=1,                                                                                    
##          pulse=29}                   => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3129]  {pulse=29,                                                                                  
##          uwfa=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3130]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3131]  {outcome=2,                                                                                 
##          pulse=29}                   => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3132]  {pulse=29,                                                                                  
##          ventilation=3}              => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3133]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3134]  {prolonged=1,                                                                               
##          pulse=29}                   => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3135]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3136]  {pulse=29}                   => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3137]  {resp=11,                                                                                   
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3138]  {prem=1,                                                                                    
##          resp=11}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3139]  {chest indrawing=2,                                                                         
##          resp=11}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3140]  {resp=11,                                                                                   
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3141]  {resp=11,                                                                                   
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3142]  {prolonged=1,                                                                               
##          resp=11}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3143]  {pulse=28,                                                                                  
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3144]  {prem=1,                                                                                    
##          pulse=28}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3145]  {prem=1,                                                                                    
##          pulse=35}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3146]  {pulse=35,                                                                                  
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3147]  {pulse=34,                                                                                  
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3148]  {pulse=34,                                                                                  
##          sex=2}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3149]  {prem=1,                                                                                    
##          pulse=34}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3150]  {pulse=34,                                                                                  
##          uwfa=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3151]  {pulse=34,                                                                                  
##          ventilation=3}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3152]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3153]  {stunted=1,                                                                                 
##          ventilation=1}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3154]  {stunted=1,                                                                                 
##          ventilation=1}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3155]  {prem=1,                                                                                    
##          ventilation=1}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3156]  {prem=1,                                                                                    
##          ventilation=1}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3157]  {uwfa=1,                                                                                    
##          ventilation=1}              => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3158]  {uwfa=1,                                                                                    
##          ventilation=1}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3159]  {prolonged=1,                                                                               
##          ventilation=1}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3160]  {lbw=1,                                                                                     
##          ventilation=1}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3161]  {duration_admission=17,                                                                     
##          pulse=27}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3162]  {pulse=27,                                                                                  
##          Xray=3}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3163]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3164]  {pulse=27,                                                                                  
##          stunted=1}                  => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3165]  {pulse=27,                                                                                  
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3166]  {prem=1,                                                                                    
##          pulse=27}                   => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3167]  {pulse=27,                                                                                  
##          uwfa=1}                     => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3168]  {outcome=2,                                                                                 
##          pulse=27}                   => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3169]  {pulse=27,                                                                                  
##          ventilation=3}              => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3170]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3171]  {prolonged=1,                                                                               
##          pulse=27}                   => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3172]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3173]  {lbw=1,                                                                                     
##          pulse=27}                   => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3174]  {pulse=27}                   => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3175]  {people in house=2,                                                                         
##          pulse=20}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3176]  {pulse=20,                                                                                  
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3177]  {prem=1,                                                                                    
##          pulse=20}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3178]  {prolonged=1,                                                                               
##          pulse=20}                   => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3179]  {pulse=25,                                                                                  
##          stunted=2}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3180]  {Maternal smoke category=1,                                                                 
##          pulse=25}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3181]  {prem=1,                                                                                    
##          pulse=25}                   => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3182]  {lbw=1,                                                                                     
##          pulse=25}                   => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3183]  {O2 saturation=27,                                                                          
##          stunted=1}                  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3184]  {O2 saturation=27,                                                                          
##          sex=2}                      => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3185]  {O2 saturation=27,                                                                          
##          prem=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3186]  {O2 saturation=27,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3187]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3188]  {O2 saturation=1,                                                                           
##          sex=2}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3189]  {O2 saturation=1,                                                                           
##          prem=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3190]  {O2 saturation=13,                                                                          
##          sex=1}                      => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3191]  {O2 saturation=13,                                                                          
##          sex=1}                      => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3192]  {O2 saturation=13,                                                                          
##          prem=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3193]  {O2 saturation=13,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3194]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3195]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3196]  {stunted=2,                                                                                 
##          ventilation=2}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3197]  {Maternal smoke category=1,                                                                 
##          ventilation=2}              => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3198]  {CRP=58,                                                                                    
##          Maternal smoke category=2}  => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3199]  {CRP=58,                                                                                    
##          sex=2}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3200]  {CRP=58,                                                                                    
##          sex=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3201]  {CRP=58,                                                                                    
##          prem=1}                     => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3202]  {O2 saturation=20,                                                                          
##          Xray=3}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3203]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3204]  {O2 saturation=20,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3205]  {O2 saturation=24,                                                                          
##          resp=10}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3206]  {resp=10,                                                                                   
##          Xray=3}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3207]  {resp=10,                                                                                   
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3208]  {resp=10,                                                                                   
##          temp=5}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3209]  {resp=10,                                                                                   
##          vaccinations=2}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3210]  {resp=10,                                                                                   
##          stunted=1}                  => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3211]  {people in house=1,                                                                         
##          resp=10}                    => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3212]  {prem=1,                                                                                    
##          resp=10}                    => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3213]  {chest indrawing=2,                                                                         
##          resp=10}                    => {hiv_exposure=3}            0.04022989  1.0000000  1.3920000
## [3214]  {resp=26,                                                                                   
##          sex=1}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3215]  {resp=26,                                                                                   
##          uwfa=1}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3216]  {resp=26,                                                                                   
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3217]  {O2 saturation=25,                                                                          
##          stunted=1}                  => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3218]  {O2 saturation=25,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3219]  {duration_admission=11,                                                                     
##          resp=30}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3220]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3221]  {resp=30,                                                                                   
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3222]  {O2 saturation=18,                                                                          
##          Xray=3}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3223]  {Maternal smoke category=3,                                                                 
##          O2 saturation=18}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3224]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3225]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3226]  {O2 saturation=26,                                                                          
##          prem=1}                     => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3227]  {resp=25,                                                                                   
##          stunted=1}                  => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3228]  {prem=1,                                                                                    
##          resp=25}                    => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3229]  {resp=20,                                                                                   
##          temp=5}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3230]  {resp=20,                                                                                   
##          vaccinations=2}             => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3231]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3232]  {O2 saturation=23,                                                                          
##          resp=24}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3233]  {CRP=97,                                                                                    
##          resp=24}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3234]  {resp=24,                                                                                   
##          Xray=3}                     => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3235]  {people in house=2,                                                                         
##          resp=24}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3236]  {resp=24,                                                                                   
##          vaccinations=1}             => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3237]  {hiv_exposure=1,                                                                            
##          Xray=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3238]  {vaccinations=1,                                                                            
##          Xray=1}                     => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3239]  {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3240]  {resp=13,                                                                                   
##          Xray=2}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3241]  {resp=13,                                                                                   
##          temp=7}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3242]  {resp=13,                                                                                   
##          sex=1}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3243]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {lbw=1}                     0.04597701  1.0000000  1.3920000
## [3244]  {prem=1,                                                                                    
##          resp=13}                    => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3245]  {duration_admission=18,                                                                     
##          sex=1}                      => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3246]  {duration_admission=18,                                                                     
##          Xray=4}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3247]  {duration_admission=18,                                                                     
##          people in house=1}          => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3248]  {duration_admission=18,                                                                     
##          prem=1}                     => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3249]  {duration_admission=19,                                                                     
##          stunted=1}                  => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3250]  {duration_admission=19,                                                                     
##          prem=1}                     => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3251]  {duration_admission=19,                                                                     
##          uwfa=1}                     => {lbw=1}                     0.04597701  1.0000000  1.3920000
## [3252]  {serious outcome?=1,                                                                        
##          vaccinations=4}             => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3253]  {serious outcome?=1,                                                                        
##          vaccinations=4}             => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3254]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3255]  {sex=1,                                                                                     
##          vaccinations=4}             => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3256]  {temp=5,                                                                                    
##          vaccinations=4}             => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3257]  {prem=1,                                                                                    
##          vaccinations=4}             => {lbw=1}                     0.06321839  1.0000000  1.3920000
## [3258]  {uwfa=1,                                                                                    
##          vaccinations=4}             => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3259]  {duration_admission=11,                                                                     
##          resp=18}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3260]  {duration_admission=11,                                                                     
##          resp=18}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3261]  {resp=18,                                                                                   
##          Xray=2}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3262]  {resp=18,                                                                                   
##          Xray=2}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3263]  {resp=18,                                                                                   
##          sex=1}                      => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3264]  {resp=18,                                                                                   
##          Xray=3}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3265]  {resp=18,                                                                                   
##          Xray=3}                     => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3266]  {people in house=2,                                                                         
##          resp=18}                    => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3267]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3268]  {resp=18,                                                                                   
##          temp=5}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3269]  {resp=18,                                                                                   
##          vaccinations=2}             => {lbw=1}                     0.06896552  1.0000000  1.3920000
## [3270]  {resp=18,                                                                                   
##          stunted=1}                  => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3271]  {prem=1,                                                                                    
##          resp=18}                    => {lbw=1}                     0.06896552  1.0000000  1.3920000
## [3272]  {resp=18,                                                                                   
##          uwfa=1}                     => {lbw=1}                     0.06321839  1.0000000  1.3920000
## [3273]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {lbw=1}                     0.06321839  1.0000000  1.3920000
## [3274]  {CRP=2,                                                                                     
##          duration_admission=2}       => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3275]  {CRP=2,                                                                                     
##          stunted=1}                  => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3276]  {CRP=2,                                                                                     
##          uwfa=1}                     => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3277]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3278]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3279]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3280]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3281]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3282]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3283]  {O2 saturation=23,                                                                          
##          temp=5}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3284]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {lbw=1}                     0.05172414  1.0000000  1.3920000
## [3285]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3286]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3287]  {O2 saturation=23,                                                                          
##          stunted=1}                  => {lbw=1}                     0.05172414  1.0000000  1.3920000
## [3288]  {O2 saturation=23,                                                                          
##          people in house=1}          => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3289]  {O2 saturation=23,                                                                          
##          prem=1}                     => {lbw=1}                     0.07471264  1.0000000  1.3920000
## [3290]  {O2 saturation=23,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.06321839  1.0000000  1.3920000
## [3291]  {temp=3,                                                                                    
##          Xray=2}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3292]  {temp=3,                                                                                    
##          Xray=2}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3293]  {sex=1,                                                                                     
##          temp=3}                     => {lbw=1}                     0.02873563  1.0000000  1.3920000
## [3294]  {temp=3,                                                                                    
##          Xray=3}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3295]  {Maternal smoke category=3,                                                                 
##          temp=3}                     => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3296]  {temp=3,                                                                                    
##          ventilation=3}              => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3297]  {serious outcome?=2,                                                                        
##          temp=3}                     => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3298]  {serious outcome?=1,                                                                        
##          sex=1}                      => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3299]  {Maternal smoke category=1,                                                                 
##          serious outcome?=1}         => {hiv_exposure=3}            0.04022989  1.0000000  1.3920000
## [3300]  {Maternal smoke category=3,                                                                 
##          serious outcome?=1}         => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3301]  {prem=1,                                                                                    
##          serious outcome?=1}         => {hiv_exposure=3}            0.04022989  1.0000000  1.3920000
## [3302]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3303]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3304]  {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {lbw=1}                     0.05747126  1.0000000  1.3920000
## [3305]  {chest indrawing=1,                                                                         
##          O2 saturation=22}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3306]  {O2 saturation=22,                                                                          
##          resp=16}                    => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3307]  {O2 saturation=22,                                                                          
##          resp=16}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3308]  {duration_admission=17,                                                                     
##          O2 saturation=22}           => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3309]  {O2 saturation=22,                                                                          
##          people in house=2}          => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3310]  {O2 saturation=22,                                                                          
##          temp=5}                     => {lbw=1}                     0.03448276  1.0000000  1.3920000
## [3311]  {O2 saturation=22,                                                                          
##          temp=5}                     => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3312]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {hiv_exposure=3}            0.06321839  1.0000000  1.3920000
## [3313]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.07471264  1.0000000  1.3920000
## [3314]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3315]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3316]  {O2 saturation=21,                                                                          
##          sex=1}                      => {lbw=1}                     0.02298851  1.0000000  1.3920000
## [3317]  {O2 saturation=21,                                                                          
##          sex=1}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3318]  {O2 saturation=21,                                                                          
##          Xray=4}                     => {hiv_exposure=3}            0.04597701  1.0000000  1.3920000
## [3319]  {O2 saturation=21,                                                                          
##          temp=5}                     => {lbw=1}                     0.04022989  1.0000000  1.3920000
## [3320]  {O2 saturation=21,                                                                          
##          temp=5}                     => {hiv_exposure=3}            0.04022989  1.0000000  1.3920000
## [3321]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3322]  {O2 saturation=21,                                                                          
##          people in house=1}          => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3323]  {O2 saturation=21,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.07471264  1.0000000  1.3920000
## [3324]  {chest indrawing=1,                                                                         
##          duration_admission=17}      => {hiv_exposure=3}            0.03448276  1.0000000  1.3920000
## [3325]  {chest indrawing=1,                                                                         
##          sex=1}                      => {lbw=1}                     0.05172414  1.0000000  1.3920000
## [3326]  {chest indrawing=1,                                                                         
##          Xray=3}                     => {lbw=1}                     0.05172414  1.0000000  1.3920000
## [3327]  {duration_admission=17,                                                                     
##          resp=16}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3328]  {duration_admission=2,                                                                      
##          resp=16}                    => {hiv_exposure=3}            0.04022989  1.0000000  1.3920000
## [3329]  {CRP=97,                                                                                    
##          resp=16}                    => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3330]  {resp=16,                                                                                   
##          uwfa=2}                     => {hiv_exposure=3}            0.04022989  1.0000000  1.3920000
## [3331]  {resp=16,                                                                                   
##          sex=1}                      => {hiv_exposure=3}            0.05172414  1.0000000  1.3920000
## [3332]  {resp=16,                                                                                   
##          Xray=3}                     => {hiv_exposure=3}            0.04597701  1.0000000  1.3920000
## [3333]  {resp=16,                                                                                   
##          stunted=1}                  => {lbw=1}                     0.07471264  1.0000000  1.3920000
## [3334]  {duration_admission=15,                                                                     
##          sex=1}                      => {lbw=1}                     0.04597701  1.0000000  1.3920000
## [3335]  {duration_admission=15,                                                                     
##          prem=1}                     => {lbw=1}                     0.09770115  1.0000000  1.3920000
## [3336]  {CRP=97,                                                                                    
##          duration_admission=17}      => {hiv_exposure=3}            0.04597701  1.0000000  1.3920000
## [3337]  {duration_admission=17,                                                                     
##          lbw=2}                      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3338]  {duration_admission=17,                                                                     
##          sex=1}                      => {lbw=1}                     0.04597701  1.0000000  1.3920000
## [3339]  {duration_admission=17,                                                                     
##          sex=1}                      => {hiv_exposure=3}            0.04597701  1.0000000  1.3920000
## [3340]  {duration_admission=17,                                                                     
##          people in house=2}          => {hiv_exposure=3}            0.05172414  1.0000000  1.3920000
## [3341]  {duration_admission=17,                                                                     
##          Maternal smoke category=1}  => {hiv_exposure=3}            0.05747126  1.0000000  1.3920000
## [3342]  {duration_admission=17,                                                                     
##          vaccinations=1}             => {hiv_exposure=3}            0.05172414  1.0000000  1.3920000
## [3343]  {duration_admission=17,                                                                     
##          vaccinations=2}             => {lbw=1}                     0.08045977  1.0000000  1.3920000
## [3344]  {duration_admission=2,                                                                      
##          Xray=2}                     => {hiv_exposure=3}            0.02873563  1.0000000  1.3920000
## [3345]  {duration_admission=2,                                                                      
##          lbw=2}                      => {hiv_exposure=3}            0.04022989  1.0000000  1.3920000
## [3346]  {duration_admission=2,                                                                      
##          prem=2}                     => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3347]  {duration_admission=2,                                                                      
##          people in house=2}          => {hiv_exposure=3}            0.06321839  1.0000000  1.3920000
## [3348]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {hiv_exposure=3}            0.05747126  1.0000000  1.3920000
## [3349]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {hiv_exposure=3}            0.09195402  1.0000000  1.3920000
## [3350]  {duration_admission=2,                                                                      
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.08620690  1.0000000  1.3920000
## [3351]  {duration_admission=2,                                                                      
##          sex=2}                      => {hiv_exposure=3}            0.10344828  1.0000000  1.3920000
## [3352]  {CRP=97,                                                                                    
##          duration_admission=11}      => {hiv_exposure=3}            0.02298851  1.0000000  1.3920000
## [3353]  {CRP=97,                                                                                    
##          temp=7}                     => {hiv_exposure=3}            0.04597701  1.0000000  1.3920000
## [3354]  {CRP=97,                                                                                    
##          Maternal smoke category=1}  => {hiv_exposure=3}            0.08045977  1.0000000  1.3920000
## [3355]  {sex=1,                                                                                     
##          temp=7}                     => {lbw=1}                     0.08620690  1.0000000  1.3920000
## [3356]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {stunted=1}                 0.06321839  0.8461538  1.3889695
## [3357]  {prem=1,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.50574713  0.8461538  1.3889695
## [3358]  {lbw=2,                                                                                     
##          vaccinations=1}             => {sex=2}                     0.14367816  0.9259259  1.3888889
## [3359]  {prem=1,                                                                                    
##          sex=1}                      => {stunted=1}                 0.21839080  0.8444444  1.3861635
## [3360]  {stunted=1,                                                                                 
##          Xray=3}                     => {uwfa=1}                    0.25862069  0.9782609  1.3838812
## [3361]  {sex=1,                                                                                     
##          stunted=1}                  => {uwfa=1}                    0.25287356  0.9777778  1.3831978
## [3362]  {stunted=1,                                                                                 
##          temp=5}                     => {uwfa=1}                    0.23563218  0.9761905  1.3809524
## [3363]  {lbw=1,                                                                                     
##          uwfa=1}                     => {stunted=1}                 0.51724138  0.8411215  1.3807089
## [3364]  {stunted=2,                                                                                 
##          temp=7}                     => {sex=2}                     0.13218391  0.9200000  1.3800000
## [3365]  {duration_admission=11,                                                                     
##          prem=1}                     => {stunted=1}                 0.12068966  0.8400000  1.3788679
## [3366]  {prem=1,                                                                                    
##          Xray=3}                     => {stunted=1}                 0.24137931  0.8400000  1.3788679
## [3367]  {stunted=2,                                                                                 
##          uwfa=1}                     => {sex=2}                     0.12643678  0.9166667  1.3750000
## [3368]  {people in house=2,                                                                         
##          stunted=1}                  => {uwfa=1}                    0.18965517  0.9705882  1.3730273
## [3369]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {uwfa=1}                    0.18390805  0.9696970  1.3717664
## [3370]  {prolonged=1,                                                                               
##          resp=30}                    => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3371]  {prolonged=2,                                                                               
##          serious outcome?=1}         => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3372]  {serious outcome?=1,                                                                        
##          uwfa=2}                     => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3373]  {serious outcome?=1,                                                                        
##          stunted=2}                  => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3374]  {Maternal smoke category=2,                                                                 
##          uwfa=2}                     => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3375]  {prolonged=2,                                                                               
##          temp=5}                     => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3376]  {resp=16,                                                                                   
##          Xray=3}                     => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3377]  {CRP=97,                                                                                    
##          duration_admission=17}      => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3378]  {CRP=97,                                                                                    
##          temp=7}                     => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3379]  {duration_admission=11,                                                                     
##          Xray=4}                     => {people in house=1}         0.04022989  0.8750000  1.3716216
## [3380]  {lbw=1,                                                                                     
##          stunted=1}                  => {uwfa=1}                    0.51724138  0.9677419  1.3690008
## [3381]  {prem=1,                                                                                    
##          stunted=1}                  => {uwfa=1}                    0.50574713  0.9670330  1.3679979
## [3382]  {CRP=45,                                                                                    
##          vaccinations=2}             => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3383]  {CRP=45,                                                                                    
##          people in house=1}          => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3384]  {O2 saturation=1,                                                                           
##          people in house=1}          => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3385]  {CRP=58,                                                                                    
##          prem=1}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3386]  {people in house=1,                                                                         
##          resp=10}                    => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3387]  {O2 saturation=18,                                                                          
##          prem=1}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3388]  {chest indrawing=2,                                                                         
##          resp=8}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3389]  {lbw=1,                                                                                     
##          resp=8}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3390]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3391]  {resp=25,                                                                                   
##          uwfa=1}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3392]  {resp=20,                                                                                   
##          Xray=3}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3393]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3394]  {uwfa=1,                                                                                    
##          Xray=1}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3395]  {duration_admission=19,                                                                     
##          sex=1}                      => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3396]  {lbw=1,                                                                                     
##          temp=3}                     => {stunted=1}                 0.05747126  0.8333333  1.3679245
## [3397]  {prem=1,                                                                                    
##          temp=10}                    => {stunted=1}                 0.05747126  0.8333333  1.3679245
## [3398]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3399]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3400]  {chest indrawing=1,                                                                         
##          prem=1}                     => {stunted=1}                 0.08620690  0.8333333  1.3679245
## [3401]  {duration_admission=11,                                                                     
##          resp=16}                    => {stunted=1}                 0.02873563  0.8333333  1.3679245
## [3402]  {duration_admission=17,                                                                     
##          prem=1}                     => {stunted=1}                 0.08620690  0.8333333  1.3679245
## [3403]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {stunted=1}                 0.11494253  0.8333333  1.3679245
## [3404]  {hiv_exposure=1,                                                                            
##          Xray=3}                     => {stunted=1}                 0.05747126  0.8333333  1.3679245
## [3405]  {sex=1,                                                                                     
##          vaccinations=2}             => {stunted=1}                 0.14367816  0.8333333  1.3679245
## [3406]  {vaccinations=2,                                                                            
##          Xray=3}                     => {uwfa=1}                    0.16666667  0.9666667  1.3674797
## [3407]  {lbw=2,                                                                                     
##          prolonged=2}                => {sex=2}                     0.05747126  0.9090909  1.3636364
## [3408]  {duration_admission=15,                                                                     
##          stunted=2}                  => {sex=2}                     0.05747126  0.9090909  1.3636364
## [3409]  {hiv_exposure=3,                                                                            
##          stunted=1}                  => {uwfa=1}                    0.45402299  0.9634146  1.3628792
## [3410]  {lbw=1,                                                                                     
##          Xray=2}                     => {uwfa=1}                    0.14942529  0.9629630  1.3622403
## [3411]  {duration_admission=2,                                                                      
##          lbw=1}                      => {prem=1}                    0.12068966  0.9545455  1.3614009
## [3412]  {O2 saturation=24,                                                                          
##          stunted=1}                  => {people in house=1}         0.07471264  0.8666667  1.3585586
## [3413]  {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {stunted=1}                 0.13793103  0.8275862  1.3584906
## [3414]  {prolonged=1,                                                                               
##          stunted=1}                  => {uwfa=1}                    0.54597701  0.9595960  1.3574772
## [3415]  {duration_admission=11,                                                                     
##          lbw=1}                      => {stunted=1}                 0.10919540  0.8260870  1.3560295
## [3416]  {hiv_exposure=3,                                                                            
##          sex=1}                      => {stunted=1}                 0.21839080  0.8260870  1.3560295
## [3417]  {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {stunted=1}                 0.32758621  0.8260870  1.3560295
## [3418]  {lbw=1,                                                                                     
##          Xray=3}                     => {uwfa=1}                    0.26436782  0.9583333  1.3556911
## [3419]  {duration_admission=2,                                                                      
##          stunted=1}                  => {prem=1}                    0.10919540  0.9500000  1.3549180
## [3420]  {CRP=97,                                                                                    
##          lbw=1}                      => {prem=1}                    0.10919540  0.9500000  1.3549180
## [3421]  {people in house=1,                                                                         
##          uwfa=1}                     => {stunted=1}                 0.37931034  0.8250000  1.3542453
## [3422]  {CRP=97,                                                                                    
##          stunted=1}                  => {uwfa=1}                    0.12643678  0.9565217  1.3531283
## [3423]  {duration_admission=2,                                                                      
##          lbw=1}                      => {uwfa=1}                    0.12068966  0.9545455  1.3503326
## [3424]  {prem=1,                                                                                    
##          Xray=2}                     => {uwfa=1}                    0.12068966  0.9545455  1.3503326
## [3425]  {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {stunted=1}                 0.21264368  0.8222222  1.3496855
## [3426]  {duration_admission=2,                                                                      
##          people in house=1}          => {prem=1}                    0.09770115  0.9444444  1.3469945
## [3427]  {people in house=1,                                                                         
##          Xray=3}                     => {stunted=1}                 0.18390805  0.8205128  1.3468795
## [3428]  {temp=5,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.23563218  0.8200000  1.3460377
## [3429]  {CRP=45,                                                                                    
##          uwfa=1}                     => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3430]  {chest indrawing=2,                                                                         
##          ventilation=2}              => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3431]  {CRP=58,                                                                                    
##          lbw=1}                      => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3432]  {CRP=58,                                                                                    
##          hiv_exposure=3}             => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3433]  {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3434]  {vaccinations=4,                                                                            
##          Xray=4}                     => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3435]  {vaccinations=4}             => {people in house=1}         0.06896552  0.8571429  1.3436293
## [3436]  {Maternal smoke category=3,                                                                 
##          temp=3}                     => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3437]  {outcome=2,                                                                                 
##          temp=3}                     => {people in house=1}         0.06896552  0.8571429  1.3436293
## [3438]  {temp=3}                     => {people in house=1}         0.06896552  0.8571429  1.3436293
## [3439]  {lbw=2,                                                                                     
##          serious outcome?=1}         => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3440]  {Maternal smoke category=1,                                                                 
##          serious outcome?=1}         => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3441]  {serious outcome?=1,                                                                        
##          temp=5}                     => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3442]  {sex=1,                                                                                     
##          temp=10}                    => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3443]  {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3444]  {Maternal smoke category=2,                                                                 
##          prem=2}                     => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3445]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3446]  {prolonged=2,                                                                               
##          Xray=4}                     => {people in house=1}         0.06896552  0.8571429  1.3436293
## [3447]  {duration_admission=2,                                                                      
##          resp=16}                    => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3448]  {duration_admission=11,                                                                     
##          temp=7}                     => {people in house=1}         0.06896552  0.8571429  1.3436293
## [3449]  {stunted=1,                                                                                 
##          uwfa=2}                     => {people in house=1}         0.03448276  0.8571429  1.3436293
## [3450]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3451]  {prolonged=1,                                                                               
##          temp=3}                     => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3452]  {hiv_exposure=3,                                                                            
##          temp=3}                     => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3453]  {temp=3,                                                                                    
##          uwfa=1}                     => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3454]  {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3455]  {Maternal smoke category=2,                                                                 
##          prem=1}                     => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3456]  {duration_admission=17,                                                                     
##          Xray=3}                     => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3457]  {duration_admission=2,                                                                      
##          temp=7}                     => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3458]  {duration_admission=2,                                                                      
##          sex=1}                      => {stunted=1}                 0.05172414  0.8181818  1.3430532
## [3459]  {duration_admission=2,                                                                      
##          lbw=1}                      => {stunted=1}                 0.10344828  0.8181818  1.3430532
## [3460]  {stunted=1,                                                                                 
##          ventilation=3}              => {uwfa=1}                    0.53448276  0.9489796  1.3424589
## [3461]  {serious outcome?=2,                                                                        
##          stunted=1}                  => {uwfa=1}                    0.53448276  0.9489796  1.3424589
## [3462]  {duration_admission=15,                                                                     
##          lbw=1}                      => {uwfa=1}                    0.10344828  0.9473684  1.3401797
## [3463]  {Maternal smoke category=3,                                                                 
##          prem=1}                     => {stunted=1}                 0.30459770  0.8153846  1.3384615
## [3464]  {duration_admission=2,                                                                      
##          Xray=3}                     => {prem=1}                    0.08620690  0.9375000  1.3370902
## [3465]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {prem=1}                    0.08620690  0.9375000  1.3370902
## [3466]  {CRP=97,                                                                                    
##          vaccinations=1}             => {prem=1}                    0.08620690  0.9375000  1.3370902
## [3467]  {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {stunted=1}                 0.45402299  0.8144330  1.3368994
## [3468]  {duration_admission=17,                                                                     
##          stunted=1}                  => {uwfa=1}                    0.09770115  0.9444444  1.3360434
## [3469]  {chest indrawing=2,                                                                         
##          stunted=1}                  => {uwfa=1}                    0.48275862  0.9438202  1.3351603
## [3470]  {stunted=1,                                                                                 
##          temp=7}                     => {prem=1}                    0.16666667  0.9354839  1.3342147
## [3471]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {hiv_exposure=3}            0.13218391  0.9583333  1.3340000
## [3472]  {duration_admission=2,                                                                      
##          Xray=3}                     => {stunted=1}                 0.07471264  0.8125000  1.3337264
## [3473]  {CRP=97,                                                                                    
##          Maternal smoke category=3}  => {stunted=1}                 0.07471264  0.8125000  1.3337264
## [3474]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {sex=2}                     0.04597701  0.8888889  1.3333333
## [3475]  {outcome=2,                                                                                 
##          prolonged=2}                => {sex=2}                     0.09195402  0.8888889  1.3333333
## [3476]  {duration_admission=15,                                                                     
##          hiv_exposure=1}             => {sex=2}                     0.04597701  0.8888889  1.3333333
## [3477]  {Maternal smoke category=3,                                                                 
##          stunted=2}                  => {sex=2}                     0.13793103  0.8888889  1.3333333
## [3478]  {prolonged=1,                                                                               
##          uwfa=1}                     => {stunted=1}                 0.54597701  0.8119658  1.3328495
## [3479]  {sex=1,                                                                                     
##          uwfa=1}                     => {lbw=1}                     0.25287356  0.9565217  1.3314783
## [3480]  {lbw=1,                                                                                     
##          resp=16}                    => {uwfa=1}                    0.09195402  0.9411765  1.3314204
## [3481]  {duration_admission=15,                                                                     
##          prem=1}                     => {uwfa=1}                    0.09195402  0.9411765  1.3314204
## [3482]  {stunted=1,                                                                                 
##          vaccinations=1}             => {uwfa=1}                    0.18390805  0.9411765  1.3314204
## [3483]  {O2 saturation=24,                                                                          
##          stunted=1}                  => {prem=1}                    0.08045977  0.9333333  1.3311475
## [3484]  {chest indrawing=1,                                                                         
##          people in house=1}          => {prem=1}                    0.08045977  0.9333333  1.3311475
## [3485]  {vaccinations=2,                                                                            
##          Xray=3}                     => {prem=1}                    0.16091954  0.9333333  1.3311475
## [3486]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {stunted=1}                 0.27011494  0.8103448  1.3301887
## [3487]  {sex=1,                                                                                     
##          stunted=1}                  => {lbw=1}                     0.24712644  0.9555556  1.3301333
## [3488]  {prem=1,                                                                                    
##          Xray=3}                     => {uwfa=1}                    0.27011494  0.9400000  1.3297561
## [3489]  {outcome=2,                                                                                 
##          uwfa=1}                     => {stunted=1}                 0.56321839  0.8099174  1.3294870
## [3490]  {people in house=1,                                                                         
##          sex=1}                      => {stunted=1}                 0.19540230  0.8095238  1.3288410
## [3491]  {stunted=1,                                                                                 
##          Xray=2}                     => {lbw=1}                     0.12068966  0.9545455  1.3287273
## [3492]  {prem=1,                                                                                    
##          Xray=2}                     => {lbw=1}                     0.12068966  0.9545455  1.3287273
## [3493]  {serious outcome?=2,                                                                        
##          uwfa=1}                     => {stunted=1}                 0.53448276  0.8086957  1.3274815
## [3494]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {people in house=1}         0.06321839  0.8461538  1.3264033
## [3495]  {lbw=1,                                                                                     
##          O2 saturation=24}           => {people in house=1}         0.06321839  0.8461538  1.3264033
## [3496]  {resp=16,                                                                                   
##          stunted=1}                  => {people in house=1}         0.06321839  0.8461538  1.3264033
## [3497]  {CRP=97,                                                                                    
##          sex=1}                      => {people in house=1}         0.06321839  0.8461538  1.3264033
## [3498]  {CRP=97,                                                                                    
##          Xray=4}                     => {people in house=1}         0.06321839  0.8461538  1.3264033
## [3499]  {lbw=2,                                                                                     
##          stunted=1}                  => {people in house=1}         0.06321839  0.8461538  1.3264033
## [3500]  {duration_admission=2,                                                                      
##          Xray=3}                     => {uwfa=1}                    0.08620690  0.9375000  1.3262195
## [3501]  {sex=1,                                                                                     
##          Xray=2}                     => {uwfa=1}                    0.08620690  0.9375000  1.3262195
## [3502]  {chest indrawing=2,                                                                         
##          uwfa=1}                     => {stunted=1}                 0.48275862  0.8076923  1.3258345
## [3503]  {O2 saturation=23,                                                                          
##          outcome=2}                  => {prem=1}                    0.07471264  0.9285714  1.3243560
## [3504]  {O2 saturation=23,                                                                          
##          ventilation=3}              => {prem=1}                    0.07471264  0.9285714  1.3243560
## [3505]  {O2 saturation=23,                                                                          
##          serious outcome?=2}         => {prem=1}                    0.07471264  0.9285714  1.3243560
## [3506]  {chest indrawing=2,                                                                         
##          O2 saturation=23}           => {prem=1}                    0.07471264  0.9285714  1.3243560
## [3507]  {O2 saturation=23}           => {prem=1}                    0.07471264  0.9285714  1.3243560
## [3508]  {chest indrawing=2,                                                                         
##          prolonged=2}                => {sex=2}                     0.08620690  0.8823529  1.3235294
## [3509]  {hiv_exposure=1,                                                                            
##          people in house=2}          => {sex=2}                     0.08620690  0.8823529  1.3235294
## [3510]  {stunted=1,                                                                                 
##          temp=7}                     => {uwfa=1}                    0.16666667  0.9354839  1.3233674
## [3511]  {stunted=1,                                                                                 
##          vaccinations=2}             => {uwfa=1}                    0.33333333  0.9354839  1.3233674
## [3512]  {lbw=1,                                                                                     
##          vaccinations=2}             => {stunted=1}                 0.31034483  0.8059701  1.3230076
## [3513]  {lbw=1,                                                                                     
##          Maternal smoke category=3}  => {stunted=1}                 0.31034483  0.8059701  1.3230076
## [3514]  {duration_admission=17,                                                                     
##          uwfa=1}                     => {hiv_exposure=3}            0.10919540  0.9500000  1.3224000
## [3515]  {duration_admission=2,                                                                      
##          stunted=1}                  => {hiv_exposure=3}            0.10919540  0.9500000  1.3224000
## [3516]  {Maternal smoke category=3,                                                                 
##          stunted=1}                  => {uwfa=1}                    0.32758621  0.9344262  1.3218713
## [3517]  {stunted=1}                  => {uwfa=1}                    0.56896552  0.9339623  1.3212149
## [3518]  {uwfa=1}                     => {stunted=1}                 0.56896552  0.8048780  1.3212149
## [3519]  {O2 saturation=24,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.08045977  0.9333333  1.3203252
## [3520]  {O2 saturation=24,                                                                          
##          prem=1}                     => {uwfa=1}                    0.08045977  0.9333333  1.3203252
## [3521]  {duration_admission=15,                                                                     
##          hiv_exposure=3}             => {uwfa=1}                    0.08045977  0.9333333  1.3203252
## [3522]  {outcome=2,                                                                                 
##          stunted=1}                  => {uwfa=1}                    0.56321839  0.9333333  1.3203252
## [3523]  {prem=1,                                                                                    
##          temp=7}                     => {lbw=1}                     0.20689655  0.9473684  1.3187368
## [3524]  {prem=1,                                                                                    
##          Xray=4}                     => {lbw=1}                     0.20689655  0.9473684  1.3187368
## [3525]  {prem=1,                                                                                    
##          vaccinations=2}             => {stunted=1}                 0.30459770  0.8030303  1.3181818
## [3526]  {lbw=1,                                                                                     
##          resp=18}                    => {prem=1}                    0.06896552  0.9230769  1.3165195
## [3527]  {O2 saturation=23,                                                                          
##          prolonged=1}                => {prem=1}                    0.06896552  0.9230769  1.3165195
## [3528]  {O2 saturation=24,                                                                          
##          people in house=1}          => {prem=1}                    0.06896552  0.9230769  1.3165195
## [3529]  {temp=7,                                                                                    
##          vaccinations=2}             => {prem=1}                    0.13793103  0.9230769  1.3165195
## [3530]  {uwfa=1,                                                                                    
##          ventilation=3}              => {stunted=1}                 0.53448276  0.8017241  1.3160377
## [3531]  {chest indrawing=1,                                                                         
##          prem=1}                     => {lbw=1}                     0.09770115  0.9444444  1.3146667
## [3532]  {duration_admission=17,                                                                     
##          stunted=1}                  => {lbw=1}                     0.09770115  0.9444444  1.3146667
## [3533]  {duration_admission=17,                                                                     
##          stunted=1}                  => {hiv_exposure=3}            0.09770115  0.9444444  1.3146667
## [3534]  {duration_admission=17,                                                                     
##          prem=1}                     => {lbw=1}                     0.09770115  0.9444444  1.3146667
## [3535]  {duration_admission=15,                                                                     
##          stunted=1}                  => {uwfa=1}                    0.07471264  0.9285714  1.3135889
## [3536]  {outcome=2,                                                                                 
##          pulse=29}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3537]  {pulse=29,                                                                                  
##          ventilation=3}              => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3538]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3539]  {prolonged=1,                                                                               
##          pulse=29}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3540]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3541]  {lbw=1,                                                                                     
##          pulse=29}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3542]  {pulse=29,                                                                                  
##          uwfa=1}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3543]  {prem=1,                                                                                    
##          pulse=29}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3544]  {pulse=29}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3545]  {outcome=2,                                                                                 
##          pulse=26}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3546]  {pulse=26,                                                                                  
##          ventilation=3}              => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3547]  {pulse=26,                                                                                  
##          serious outcome?=2}         => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3548]  {pulse=26}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3549]  {outcome=2,                                                                                 
##          resp=11}                    => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3550]  {resp=11}                    => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3551]  {lbw=1,                                                                                     
##          pulse=28}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3552]  {lbw=1,                                                                                     
##          pulse=34}                   => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3553]  {pulse=34,                                                                                  
##          uwfa=1}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3554]  {hiv_exposure=3,                                                                            
##          ventilation=1}              => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3555]  {pulse=20,                                                                                  
##          ventilation=3}              => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3556]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3557]  {pulse=20,                                                                                  
##          uwfa=1}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3558]  {lbw=1,                                                                                     
##          O2 saturation=27}           => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3559]  {O2 saturation=27,                                                                          
##          uwfa=1}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3560]  {O2 saturation=27,                                                                          
##          prem=1}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3561]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3562]  {O2 saturation=1,                                                                           
##          prem=1}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3563]  {O2 saturation=13,                                                                          
##          sex=1}                      => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3564]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3565]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3566]  {O2 saturation=13,                                                                          
##          prem=1}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3567]  {CRP=58,                                                                                    
##          Xray=2}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3568]  {CRP=58,                                                                                    
##          sex=1}                      => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3569]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3570]  {O2 saturation=25,                                                                          
##          people in house=2}          => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3571]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3572]  {resp=8,                                                                                    
##          Xray=4}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3573]  {hiv_exposure=3,                                                                            
##          resp=8}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3574]  {prem=1,                                                                                    
##          resp=25}                    => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3575]  {resp=20,                                                                                   
##          vaccinations=2}             => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3576]  {resp=24,                                                                                   
##          temp=5}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3577]  {resp=24,                                                                                   
##          vaccinations=2}             => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3578]  {prem=1,                                                                                    
##          resp=13}                    => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3579]  {duration_admission=18,                                                                     
##          prem=1}                     => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3580]  {sex=1,                                                                                     
##          vaccinations=4}             => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3581]  {uwfa=1,                                                                                    
##          vaccinations=4}             => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3582]  {resp=18,                                                                                   
##          sex=1}                      => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3583]  {resp=18,                                                                                   
##          temp=5}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3584]  {temp=3,                                                                                    
##          vaccinations=1}             => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3585]  {prem=1,                                                                                    
##          temp=3}                     => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3586]  {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3587]  {CRP=97,                                                                                    
##          temp=10}                    => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3588]  {temp=10,                                                                                   
##          vaccinations=1}             => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3589]  {hiv_exposure=3,                                                                            
##          temp=10}                    => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3590]  {people in house=1,                                                                         
##          temp=10}                    => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3591]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3592]  {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3593]  {O2 saturation=24,                                                                          
##          vaccinations=2}             => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3594]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3595]  {resp=16,                                                                                   
##          vaccinations=2}             => {stunted=1}                 0.04597701  0.8000000  1.3132075
## [3596]  {duration_admission=2,                                                                      
##          Xray=2}                     => {stunted=1}                 0.02298851  0.8000000  1.3132075
## [3597]  {temp=7,                                                                                    
##          Xray=3}                     => {stunted=1}                 0.11494253  0.8000000  1.3132075
## [3598]  {prolonged=1,                                                                               
##          sex=1}                      => {stunted=1}                 0.25287356  0.8000000  1.3132075
## [3599]  {serious outcome?=1,                                                                        
##          ventilation=2}              => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3600]  {ventilation=2}              => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3601]  {prem=1,                                                                                    
##          resp=24}                    => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3602]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3603]  {CRP=2,                                                                                     
##          people in house=2}          => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3604]  {CRP=2,                                                                                     
##          stunted=2}                  => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3605]  {prolonged=2,                                                                               
##          serious outcome?=1}         => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3606]  {serious outcome?=1,                                                                        
##          uwfa=2}                     => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3607]  {Maternal smoke category=2,                                                                 
##          uwfa=2}                     => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3608]  {Maternal smoke category=2,                                                                 
##          Xray=4}                     => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3609]  {prolonged=2,                                                                               
##          temp=5}                     => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3610]  {hiv_exposure=3,                                                                            
##          prolonged=2}                => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3611]  {O2 saturation=21,                                                                          
##          Xray=4}                     => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3612]  {duration_admission=15,                                                                     
##          prem=2}                     => {sex=2}                     0.04022989  0.8750000  1.3125000
## [3613]  {hiv_exposure=1,                                                                            
##          Maternal smoke category=1}  => {sex=2}                     0.08045977  0.8750000  1.3125000
## [3614]  {lbw=2,                                                                                     
##          uwfa=1}                     => {sex=2}                     0.08045977  0.8750000  1.3125000
## [3615]  {temp=7,                                                                                    
##          uwfa=2}                     => {sex=2}                     0.08045977  0.8750000  1.3125000
## [3616]  {people in house=2,                                                                         
##          Xray=4}                     => {sex=2}                     0.08045977  0.8750000  1.3125000
## [3617]  {CRP=97,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.13218391  0.9200000  1.3121311
## [3618]  {people in house=1,                                                                         
##          resp=16}                    => {hiv_exposure=3}            0.09195402  0.9411765  1.3101176
## [3619]  {resp=16,                                                                                   
##          uwfa=1}                     => {lbw=1}                     0.09195402  0.9411765  1.3101176
## [3620]  {people in house=2,                                                                         
##          stunted=1}                  => {lbw=1}                     0.18390805  0.9411765  1.3101176
## [3621]  {lbw=1,                                                                                     
##          vaccinations=4}             => {prem=1}                    0.06321839  0.9166667  1.3073770
## [3622]  {resp=18,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.06321839  0.9166667  1.3073770
## [3623]  {O2 saturation=23,                                                                          
##          sex=2}                      => {prem=1}                    0.06321839  0.9166667  1.3073770
## [3624]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {prem=1}                    0.12643678  0.9166667  1.3073770
## [3625]  {lbw=1,                                                                                     
##          Xray=3}                     => {prem=1}                    0.25287356  0.9166667  1.3073770
## [3626]  {Maternal smoke category=3,                                                                 
##          prem=1}                     => {lbw=1}                     0.35057471  0.9384615  1.3063385
## [3627]  {duration_admission=20,                                                                     
##          outcome=2}                  => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3628]  {duration_admission=20,                                                                     
##          prolonged=1}                => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3629]  {chest indrawing=2,                                                                         
##          duration_admission=20}      => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3630]  {duration_admission=20}      => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3631]  {CRP=45,                                                                                    
##          stunted=1}                  => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3632]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3633]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3634]  {CRP=58,                                                                                    
##          prem=1}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3635]  {O2 saturation=20,                                                                          
##          vaccinations=1}             => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3636]  {O2 saturation=20,                                                                          
##          uwfa=1}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3637]  {resp=30,                                                                                   
##          stunted=2}                  => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3638]  {resp=30,                                                                                   
##          sex=2}                      => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3639]  {O2 saturation=18,                                                                          
##          stunted=1}                  => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3640]  {O2 saturation=18,                                                                          
##          prem=1}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3641]  {chest indrawing=2,                                                                         
##          resp=8}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3642]  {resp=20,                                                                                   
##          Xray=3}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3643]  {duration_admission=19,                                                                     
##          stunted=1}                  => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3644]  {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3645]  {prolonged=1,                                                                               
##          vaccinations=4}             => {people in house=1}         0.05747126  0.8333333  1.3063063
## [3646]  {chest indrawing=2,                                                                         
##          vaccinations=4}             => {people in house=1}         0.05747126  0.8333333  1.3063063
## [3647]  {lbw=1,                                                                                     
##          vaccinations=4}             => {people in house=1}         0.05747126  0.8333333  1.3063063
## [3648]  {Maternal smoke category=1,                                                                 
##          temp=3}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3649]  {chest indrawing=2,                                                                         
##          temp=3}                     => {people in house=1}         0.05747126  0.8333333  1.3063063
## [3650]  {lbw=1,                                                                                     
##          temp=3}                     => {people in house=1}         0.05747126  0.8333333  1.3063063
## [3651]  {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3652]  {O2 saturation=22,                                                                          
##          Xray=4}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3653]  {O2 saturation=22,                                                                          
##          temp=5}                     => {people in house=1}         0.02873563  0.8333333  1.3063063
## [3654]  {duration_admission=11,                                                                     
##          Maternal smoke category=1}  => {people in house=1}         0.05747126  0.8333333  1.3063063
## [3655]  {hiv_exposure=1,                                                                            
##          sex=1}                      => {people in house=1}         0.05747126  0.8333333  1.3063063
## [3656]  {O2 saturation=24,                                                                          
##          people in house=1}          => {uwfa=1}                    0.06896552  0.9230769  1.3058161
## [3657]  {O2 saturation=22,                                                                          
##          prolonged=1}                => {lbw=1}                     0.08620690  0.9375000  1.3050000
## [3658]  {duration_admission=2,                                                                      
##          Xray=3}                     => {lbw=1}                     0.08620690  0.9375000  1.3050000
## [3659]  {duration_admission=2,                                                                      
##          Xray=3}                     => {hiv_exposure=3}            0.08620690  0.9375000  1.3050000
## [3660]  {CRP=97,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.08620690  0.9375000  1.3050000
## [3661]  {lbw=2,                                                                                     
##          Xray=4}                     => {sex=2}                     0.11494253  0.8695652  1.3043478
## [3662]  {lbw=1,                                                                                     
##          stunted=1}                  => {prem=1}                    0.48850575  0.9139785  1.3035431
## [3663]  {prem=1,                                                                                    
##          temp=7}                     => {uwfa=1}                    0.20114943  0.9210526  1.3029525
## [3664]  {CRP=97,                                                                                    
##          stunted=1}                  => {prem=1}                    0.12068966  0.9130435  1.3022096
## [3665]  {stunted=1,                                                                                 
##          Xray=3}                     => {prem=1}                    0.24137931  0.9130435  1.3022096
## [3666]  {prem=1,                                                                                    
##          stunted=1}                  => {lbw=1}                     0.48850575  0.9340659  1.3002198
## [3667]  {prem=1,                                                                                    
##          sex=1}                      => {lbw=1}                     0.24137931  0.9333333  1.2992000
## [3668]  {prem=1,                                                                                    
##          resp=16}                    => {lbw=1}                     0.08045977  0.9333333  1.2992000
## [3669]  {duration_admission=17,                                                                     
##          Maternal smoke category=3}  => {lbw=1}                     0.08045977  0.9333333  1.2992000
## [3670]  {vaccinations=2,                                                                            
##          Xray=3}                     => {lbw=1}                     0.16091954  0.9333333  1.2992000
## [3671]  {lbw=1,                                                                                     
##          vaccinations=2}             => {prem=1}                    0.35057471  0.9104478  1.2985075
## [3672]  {lbw=1,                                                                                     
##          Maternal smoke category=3}  => {prem=1}                    0.35057471  0.9104478  1.2985075
## [3673]  {prem=1,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.55747126  0.9326923  1.2983077
## [3674]  {prolonged=1,                                                                               
##          resp=13}                    => {uwfa=1}                    0.06321839  0.9166667  1.2967480
## [3675]  {O2 saturation=22,                                                                          
##          prem=1}                     => {uwfa=1}                    0.06321839  0.9166667  1.2967480
## [3676]  {O2 saturation=21,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.06321839  0.9166667  1.2967480
## [3677]  {duration_admission=11,                                                                     
##          stunted=1}                  => {uwfa=1}                    0.12643678  0.9166667  1.2967480
## [3678]  {hiv_exposure=1,                                                                            
##          Xray=3}                     => {uwfa=1}                    0.06321839  0.9166667  1.2967480
## [3679]  {people in house=1,                                                                         
##          stunted=1}                  => {uwfa=1}                    0.37931034  0.9166667  1.2967480
## [3680]  {lbw=1,                                                                                     
##          resp=13}                    => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3681]  {duration_admission=18,                                                                     
##          lbw=1}                      => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3682]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3683]  {resp=18,                                                                                   
##          uwfa=1}                     => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3684]  {stunted=1,                                                                                 
##          temp=10}                    => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3685]  {temp=10,                                                                                   
##          uwfa=1}                     => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3686]  {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3687]  {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3688]  {chest indrawing=1,                                                                         
##          vaccinations=2}             => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3689]  {duration_admission=2,                                                                      
##          temp=7}                     => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3690]  {duration_admission=2,                                                                      
##          sex=1}                      => {prem=1}                    0.05747126  0.9090909  1.2965723
## [3691]  {duration_admission=2,                                                                      
##          outcome=2}                  => {hiv_exposure=3}            0.15517241  0.9310345  1.2960000
## [3692]  {duration_admission=2,                                                                      
##          ventilation=3}              => {hiv_exposure=3}            0.15517241  0.9310345  1.2960000
## [3693]  {duration_admission=2,                                                                      
##          serious outcome?=2}         => {hiv_exposure=3}            0.15517241  0.9310345  1.2960000
## [3694]  {duration_admission=2,                                                                      
##          prolonged=1}                => {hiv_exposure=3}            0.15517241  0.9310345  1.2960000
## [3695]  {duration_admission=2}       => {hiv_exposure=3}            0.15517241  0.9310345  1.2960000
## [3696]  {lbw=2,                                                                                     
##          Maternal smoke category=3}  => {sex=2}                     0.10919540  0.8636364  1.2954545
## [3697]  {vaccinations=1,                                                                            
##          Xray=4}                     => {people in house=1}         0.10919540  0.8260870  1.2949471
## [3698]  {lbw=1,                                                                                     
##          uwfa=1}                     => {prem=1}                    0.55747126  0.9065421  1.2929370
## [3699]  {outcome=2,                                                                                 
##          resp=18}                    => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3700]  {resp=18,                                                                                   
##          ventilation=3}              => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3701]  {resp=18,                                                                                   
##          serious outcome?=2}         => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3702]  {resp=18}                    => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3703]  {O2 saturation=23,                                                                          
##          outcome=2}                  => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3704]  {O2 saturation=23,                                                                          
##          ventilation=3}              => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3705]  {O2 saturation=23,                                                                          
##          serious outcome?=2}         => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3706]  {chest indrawing=2,                                                                         
##          O2 saturation=23}           => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3707]  {O2 saturation=23}           => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3708]  {duration_admission=15,                                                                     
##          stunted=1}                  => {lbw=1}                     0.07471264  0.9285714  1.2925714
## [3709]  {chest indrawing=2,                                                                         
##          Maternal smoke category=2}  => {people in house=1}         0.08045977  0.8235294  1.2909380
## [3710]  {O2 saturation=22,                                                                          
##          ventilation=3}              => {people in house=1}         0.08045977  0.8235294  1.2909380
## [3711]  {O2 saturation=22,                                                                          
##          serious outcome?=2}         => {people in house=1}         0.08045977  0.8235294  1.2909380
## [3712]  {chest indrawing=2,                                                                         
##          prolonged=2}                => {people in house=1}         0.08045977  0.8235294  1.2909380
## [3713]  {uwfa=1,                                                                                    
##          Xray=3}                     => {prem=1}                    0.27011494  0.9038462  1.2890921
## [3714]  {chest indrawing=2,                                                                         
##          duration_admission=2}       => {hiv_exposure=3}            0.14367816  0.9259259  1.2888889
## [3715]  {hiv_exposure=1,                                                                            
##          prem=1}                     => {lbw=1}                     0.14367816  0.9259259  1.2888889
## [3716]  {lbw=1,                                                                                     
##          people in house=1}          => {prem=1}                    0.42528736  0.9024390  1.2870852
## [3717]  {prem=1,                                                                                    
##          vaccinations=2}             => {lbw=1}                     0.35057471  0.9242424  1.2865455
## [3718]  {Maternal smoke category=3,                                                                 
##          sex=1}                      => {uwfa=1}                    0.17241379  0.9090909  1.2860310
## [3719]  {resp=13,                                                                                   
##          ventilation=3}              => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3720]  {resp=13,                                                                                   
##          serious outcome?=2}         => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3721]  {lbw=1,                                                                                     
##          resp=13}                    => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3722]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3723]  {hiv_exposure=3,                                                                            
##          temp=3}                     => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3724]  {stunted=1,                                                                                 
##          temp=10}                    => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3725]  {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3726]  {O2 saturation=22,                                                                          
##          vaccinations=2}             => {uwfa=1}                    0.05747126  0.9090909  1.2860310
## [3727]  {prem=2,                                                                                    
##          ventilation=2}              => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3728]  {chest indrawing=2,                                                                         
##          ventilation=2}              => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3729]  {O2 saturation=18,                                                                          
##          temp=5}                     => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3730]  {O2 saturation=18,                                                                          
##          people in house=1}          => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3731]  {lbw=1,                                                                                     
##          resp=25}                    => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3732]  {people in house=1,                                                                         
##          resp=20}                    => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3733]  {Maternal smoke category=1,                                                                 
##          resp=24}                    => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3734]  {people in house=1,                                                                         
##          resp=24}                    => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3735]  {duration_admission=18,                                                                     
##          Maternal smoke category=1}  => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3736]  {duration_admission=19,                                                                     
##          stunted=2}                  => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3737]  {CRP=2,                                                                                     
##          lbw=2}                      => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3738]  {CRP=2,                                                                                     
##          uwfa=2}                     => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3739]  {CRP=2,                                                                                     
##          Maternal smoke category=3}  => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3740]  {O2 saturation=23,                                                                          
##          people in house=2}          => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3741]  {O2 saturation=23,                                                                          
##          people in house=1}          => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3742]  {O2 saturation=23,                                                                          
##          outcome=2}                  => {sex=2}                     0.06896552  0.8571429  1.2857143
## [3743]  {O2 saturation=23,                                                                          
##          ventilation=3}              => {sex=2}                     0.06896552  0.8571429  1.2857143
## [3744]  {O2 saturation=23,                                                                          
##          serious outcome?=2}         => {sex=2}                     0.06896552  0.8571429  1.2857143
## [3745]  {chest indrawing=2,                                                                         
##          O2 saturation=23}           => {sex=2}                     0.06896552  0.8571429  1.2857143
## [3746]  {O2 saturation=23}           => {sex=2}                     0.06896552  0.8571429  1.2857143
## [3747]  {lbw=2,                                                                                     
##          serious outcome?=1}         => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3748]  {lbw=2,                                                                                     
##          temp=10}                    => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3749]  {prolonged=2,                                                                               
##          Xray=4}                     => {sex=2}                     0.06896552  0.8571429  1.2857143
## [3750]  {prolonged=2,                                                                               
##          vaccinations=1}             => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3751]  {prolonged=2,                                                                               
##          stunted=1}                  => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3752]  {O2 saturation=21,                                                                          
##          temp=7}                     => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3753]  {lbw=2,                                                                                     
##          O2 saturation=24}           => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3754]  {chest indrawing=1,                                                                         
##          stunted=2}                  => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3755]  {people in house=2,                                                                         
##          resp=16}                    => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3756]  {duration_admission=15,                                                                     
##          Xray=2}                     => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3757]  {duration_admission=17,                                                                     
##          stunted=2}                  => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3758]  {duration_admission=2,                                                                      
##          lbw=2}                      => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3759]  {uwfa=2,                                                                                    
##          Xray=2}                     => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3760]  {stunted=2,                                                                                 
##          Xray=2}                     => {sex=2}                     0.06896552  0.8571429  1.2857143
## [3761]  {stunted=1,                                                                                 
##          uwfa=2}                     => {sex=2}                     0.03448276  0.8571429  1.2857143
## [3762]  {prem=2,                                                                                    
##          vaccinations=1}             => {sex=2}                     0.13793103  0.8571429  1.2857143
## [3763]  {prolonged=1,                                                                               
##          resp=18}                    => {lbw=1}                     0.06896552  0.9230769  1.2849231
## [3764]  {O2 saturation=23,                                                                          
##          prolonged=1}                => {lbw=1}                     0.06896552  0.9230769  1.2849231
## [3765]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.06896552  0.9230769  1.2849231
## [3766]  {resp=16,                                                                                   
##          stunted=1}                  => {hiv_exposure=3}            0.06896552  0.9230769  1.2849231
## [3767]  {duration_admission=2,                                                                      
##          temp=5}                     => {hiv_exposure=3}            0.06896552  0.9230769  1.2849231
## [3768]  {temp=7,                                                                                    
##          vaccinations=2}             => {lbw=1}                     0.13793103  0.9230769  1.2849231
## [3769]  {Maternal smoke category=3,                                                                 
##          prem=1}                     => {uwfa=1}                    0.33908046  0.9076923  1.2840525
## [3770]  {outcome=2,                                                                                 
##          resp=20}                    => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3771]  {prolonged=1,                                                                               
##          resp=20}                    => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3772]  {chest indrawing=2,                                                                         
##          resp=20}                    => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3773]  {resp=20}                    => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3774]  {uwfa=1,                                                                                    
##          vaccinations=4}             => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3775]  {resp=18,                                                                                   
##          stunted=1}                  => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3776]  {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3777]  {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3778]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3779]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3780]  {O2 saturation=24,                                                                          
##          vaccinations=2}             => {prem=1}                    0.05172414  0.9000000  1.2836066
## [3781]  {lbw=1,                                                                                     
##          temp=5}                     => {prem=1}                    0.25862069  0.9000000  1.2836066
## [3782]  {people in house=1,                                                                         
##          uwfa=1}                     => {prem=1}                    0.41379310  0.9000000  1.2836066
## [3783]  {stunted=1,                                                                                 
##          Xray=4}                     => {people in house=1}         0.15517241  0.8181818  1.2825553
## [3784]  {outcome=2,                                                                                 
##          vaccinations=4}             => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3785]  {prem=1,                                                                                    
##          vaccinations=4}             => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3786]  {stunted=1,                                                                                 
##          temp=3}                     => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3787]  {prolonged=1,                                                                               
##          temp=3}                     => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3788]  {hiv_exposure=3,                                                                            
##          temp=3}                     => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3789]  {temp=3,                                                                                    
##          uwfa=1}                     => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3790]  {hiv_exposure=1,                                                                            
##          Maternal smoke category=2}  => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3791]  {O2 saturation=22,                                                                          
##          vaccinations=2}             => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3792]  {Maternal smoke category=3,                                                                 
##          O2 saturation=22}           => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3793]  {O2 saturation=22,                                                                          
##          sex=2}                      => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3794]  {hiv_exposure=1,                                                                            
##          prolonged=2}                => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3795]  {duration_admission=17,                                                                     
##          Xray=3}                     => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3796]  {duration_admission=2,                                                                      
##          sex=1}                      => {people in house=1}         0.05172414  0.8181818  1.2825553
## [3797]  {lbw=1,                                                                                     
##          ventilation=3}              => {prem=1}                    0.60919540  0.8983051  1.2811892
## [3798]  {duration_admission=2,                                                                      
##          prem=1}                     => {hiv_exposure=3}            0.13218391  0.9200000  1.2806400
## [3799]  {people in house=1,                                                                         
##          Xray=3}                     => {prem=1}                    0.20114943  0.8974359  1.2799496
## [3800]  {lbw=1,                                                                                     
##          serious outcome?=2}         => {prem=1}                    0.59770115  0.8965517  1.2786885
## [3801]  {temp=7,                                                                                    
##          vaccinations=1}             => {sex=2}                     0.13218391  0.8518519  1.2777778
## [3802]  {chest indrawing=1,                                                                         
##          lbw=1}                      => {prem=1}                    0.09770115  0.8947368  1.2761001
## [3803]  {duration_admission=15,                                                                     
##          lbw=1}                      => {prem=1}                    0.09770115  0.8947368  1.2761001
## [3804]  {lbw=1,                                                                                     
##          sex=2}                      => {prem=1}                    0.39080460  0.8947368  1.2761001
## [3805]  {hiv_exposure=3,                                                                            
##          lbw=1}                      => {prem=1}                    0.48850575  0.8947368  1.2761001
## [3806]  {prolonged=1,                                                                               
##          resp=13}                    => {lbw=1}                     0.06321839  0.9166667  1.2760000
## [3807]  {chest indrawing=2,                                                                         
##          vaccinations=4}             => {lbw=1}                     0.06321839  0.9166667  1.2760000
## [3808]  {chest indrawing=2,                                                                         
##          resp=18}                    => {lbw=1}                     0.06321839  0.9166667  1.2760000
## [3809]  {O2 saturation=23,                                                                          
##          sex=2}                      => {lbw=1}                     0.06321839  0.9166667  1.2760000
## [3810]  {O2 saturation=22,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.06321839  0.9166667  1.2760000
## [3811]  {sex=2,                                                                                     
##          stunted=1}                  => {uwfa=1}                    0.31609195  0.9016393  1.2754898
## [3812]  {lbw=2,                                                                                     
##          people in house=2}          => {sex=2}                     0.09770115  0.8500000  1.2750000
## [3813]  {O2 saturation=22,                                                                          
##          prolonged=1}                => {people in house=1}         0.07471264  0.8125000  1.2736486
## [3814]  {lbw=1,                                                                                     
##          temp=5}                     => {uwfa=1}                    0.25862069  0.9000000  1.2731707
## [3815]  {outcome=2,                                                                                 
##          resp=20}                    => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3816]  {prolonged=1,                                                                               
##          resp=20}                    => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3817]  {chest indrawing=2,                                                                         
##          resp=20}                    => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3818]  {resp=20}                    => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3819]  {resp=24,                                                                                   
##          ventilation=3}              => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3820]  {resp=24,                                                                                   
##          serious outcome?=2}         => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3821]  {prolonged=1,                                                                               
##          resp=24}                    => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3822]  {prem=1,                                                                                    
##          resp=13}                    => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3823]  {prem=1,                                                                                    
##          temp=3}                     => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3824]  {temp=3,                                                                                    
##          ventilation=3}              => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3825]  {serious outcome?=2,                                                                        
##          temp=3}                     => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3826]  {hiv_exposure=3,                                                                            
##          temp=10}                    => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3827]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3828]  {chest indrawing=1,                                                                         
##          temp=7}                     => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3829]  {resp=16,                                                                                   
##          vaccinations=2}             => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3830]  {duration_admission=17,                                                                     
##          temp=5}                     => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3831]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {uwfa=1}                    0.05172414  0.9000000  1.2731707
## [3832]  {CRP=97,                                                                                    
##          lbw=1}                      => {uwfa=1}                    0.10344828  0.9000000  1.2731707
## [3833]  {uwfa=1,                                                                                    
##          vaccinations=2}             => {prem=1}                    0.33333333  0.8923077  1.2726356
## [3834]  {lbw=1,                                                                                     
##          sex=1}                      => {uwfa=1}                    0.25287356  0.8979592  1.2702837
## [3835]  {hiv_exposure=3,                                                                            
##          stunted=1}                  => {prem=1}                    0.41954023  0.8902439  1.2696921
## [3836]  {CRP=2,                                                                                     
##          prolonged=1}                => {sex=2}                     0.06321839  0.8461538  1.2692308
## [3837]  {O2 saturation=23,                                                                          
##          prolonged=1}                => {sex=2}                     0.06321839  0.8461538  1.2692308
## [3838]  {lbw=1,                                                                                     
##          O2 saturation=23}           => {sex=2}                     0.06321839  0.8461538  1.2692308
## [3839]  {O2 saturation=23,                                                                          
##          prem=1}                     => {sex=2}                     0.06321839  0.8461538  1.2692308
## [3840]  {prolonged=2,                                                                               
##          uwfa=2}                     => {sex=2}                     0.06321839  0.8461538  1.2692308
## [3841]  {lbw=2,                                                                                     
##          stunted=1}                  => {sex=2}                     0.06321839  0.8461538  1.2692308
## [3842]  {hiv_exposure=1,                                                                            
##          Xray=4}                     => {people in house=1}         0.09770115  0.8095238  1.2689833
## [3843]  {stunted=1,                                                                                 
##          uwfa=1}                     => {prem=1}                    0.50574713  0.8888889  1.2677596
## [3844]  {O2 saturation=20,                                                                          
##          outcome=2}                  => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3845]  {O2 saturation=20}           => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3846]  {resp=20,                                                                                   
##          ventilation=3}              => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3847]  {resp=20,                                                                                   
##          serious outcome?=2}         => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3848]  {resp=24,                                                                                   
##          uwfa=1}                     => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3849]  {resp=13,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3850]  {resp=13,                                                                                   
##          stunted=1}                  => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3851]  {hiv_exposure=3,                                                                            
##          resp=13}                    => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3852]  {duration_admission=18,                                                                     
##          stunted=1}                  => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3853]  {duration_admission=19,                                                                     
##          vaccinations=2}             => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3854]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3855]  {temp=10,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3856]  {chest indrawing=1,                                                                         
##          CRP=97}                     => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3857]  {chest indrawing=1,                                                                         
##          sex=1}                      => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3858]  {chest indrawing=1,                                                                         
##          Xray=3}                     => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3859]  {duration_admission=15,                                                                     
##          vaccinations=2}             => {prem=1}                    0.04597701  0.8888889  1.2677596
## [3860]  {lbw=1,                                                                                     
##          Maternal smoke category=3}  => {uwfa=1}                    0.34482759  0.8955224  1.2668365
## [3861]  {stunted=1,                                                                                 
##          ventilation=3}              => {prem=1}                    0.50000000  0.8877551  1.2661425
## [3862]  {serious outcome?=2,                                                                        
##          stunted=1}                  => {prem=1}                    0.50000000  0.8877551  1.2661425
## [3863]  {vaccinations=2,                                                                            
##          Xray=2}                     => {uwfa=1}                    0.09770115  0.8947368  1.2657253
## [3864]  {hiv_exposure=3,                                                                            
##          prem=1}                     => {uwfa=1}                    0.48850575  0.8947368  1.2657253
## [3865]  {hiv_exposure=3,                                                                            
##          lbw=1}                      => {uwfa=1}                    0.48850575  0.8947368  1.2657253
## [3866]  {Maternal smoke category=3,                                                                 
##          sex=1}                      => {lbw=1}                     0.17241379  0.9090909  1.2654545
## [3867]  {resp=13,                                                                                   
##          uwfa=1}                     => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3868]  {resp=13,                                                                                   
##          ventilation=3}              => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3869]  {resp=13,                                                                                   
##          serious outcome?=2}         => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3870]  {resp=18,                                                                                   
##          uwfa=1}                     => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3871]  {stunted=1,                                                                                 
##          temp=3}                     => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3872]  {temp=3,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3873]  {temp=3,                                                                                    
##          uwfa=1}                     => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3874]  {prolonged=1,                                                                               
##          temp=3}                     => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3875]  {hiv_exposure=3,                                                                            
##          temp=3}                     => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3876]  {prolonged=1,                                                                               
##          temp=3}                     => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3877]  {Maternal smoke category=2,                                                                 
##          prem=1}                     => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3878]  {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3879]  {O2 saturation=22,                                                                          
##          vaccinations=2}             => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3880]  {O2 saturation=22,                                                                          
##          vaccinations=2}             => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3881]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3882]  {O2 saturation=22,                                                                          
##          sex=2}                      => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3883]  {chest indrawing=1,                                                                         
##          vaccinations=2}             => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3884]  {Maternal smoke category=3,                                                                 
##          resp=16}                    => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3885]  {duration_admission=17,                                                                     
##          Xray=3}                     => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3886]  {duration_admission=17,                                                                     
##          Xray=4}                     => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3887]  {duration_admission=2,                                                                      
##          temp=7}                     => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3888]  {duration_admission=2,                                                                      
##          temp=7}                     => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3889]  {duration_admission=2,                                                                      
##          sex=1}                      => {lbw=1}                     0.05747126  0.9090909  1.2654545
## [3890]  {duration_admission=2,                                                                      
##          vaccinations=1}             => {hiv_exposure=3}            0.05747126  0.9090909  1.2654545
## [3891]  {duration_admission=2,                                                                      
##          lbw=1}                      => {hiv_exposure=3}            0.11494253  0.9090909  1.2654545
## [3892]  {stunted=1,                                                                                 
##          uwfa=1}                     => {lbw=1}                     0.51724138  0.9090909  1.2654545
## [3893]  {uwfa=1,                                                                                    
##          vaccinations=2}             => {lbw=1}                     0.33908046  0.9076923  1.2635077
## [3894]  {prolonged=2}                => {sex=2}                     0.09195402  0.8421053  1.2631579
## [3895]  {hiv_exposure=1,                                                                            
##          prem=2}                     => {sex=2}                     0.09195402  0.8421053  1.2631579
## [3896]  {Maternal smoke category=3,                                                                 
##          uwfa=2}                     => {sex=2}                     0.09195402  0.8421053  1.2631579
## [3897]  {lbw=1,                                                                                     
##          outcome=2}                  => {prem=1}                    0.62068966  0.8852459  1.2625638
## [3898]  {prem=1,                                                                                    
##          ventilation=3}              => {lbw=1}                     0.60919540  0.9059829  1.2611282
## [3899]  {sex=1,                                                                                     
##          vaccinations=1}             => {lbw=1}                     0.10919540  0.9047619  1.2594286
## [3900]  {stunted=1,                                                                                 
##          temp=5}                     => {lbw=1}                     0.21839080  0.9047619  1.2594286
## [3901]  {prem=1,                                                                                    
##          serious outcome?=2}         => {lbw=1}                     0.59770115  0.9043478  1.2588522
## [3902]  {chest indrawing=1,                                                                         
##          Maternal smoke category=3}  => {prem=1}                    0.08620690  0.8823529  1.2584378
## [3903]  {chest indrawing=1,                                                                         
##          stunted=1}                  => {prem=1}                    0.08620690  0.8823529  1.2584378
## [3904]  {stunted=1,                                                                                 
##          vaccinations=1}             => {prem=1}                    0.17241379  0.8823529  1.2584378
## [3905]  {stunted=2,                                                                                 
##          Xray=4}                     => {sex=2}                     0.14942529  0.8387097  1.2580645
## [3906]  {prem=1,                                                                                    
##          prolonged=1}                => {lbw=1}                     0.59195402  0.9035088  1.2576842
## [3907]  {outcome=2,                                                                                 
##          resp=10}                    => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3908]  {resp=10}                    => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3909]  {resp=20,                                                                                   
##          ventilation=3}              => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3910]  {resp=20,                                                                                   
##          serious outcome?=2}         => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3911]  {resp=13,                                                                                   
##          stunted=1}                  => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3912]  {hiv_exposure=3,                                                                            
##          resp=13}                    => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3913]  {stunted=1,                                                                                 
##          vaccinations=4}             => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3914]  {Maternal smoke category=3,                                                                 
##          resp=18}                    => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3915]  {O2 saturation=23,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3916]  {lbw=1,                                                                                     
##          temp=10}                    => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3917]  {O2 saturation=21,                                                                          
##          prolonged=1}                => {uwfa=1}                    0.09195402  0.8888889  1.2574526
## [3918]  {chest indrawing=1,                                                                         
##          CRP=97}                     => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3919]  {chest indrawing=1,                                                                         
##          Xray=3}                     => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3920]  {chest indrawing=1,                                                                         
##          prem=1}                     => {uwfa=1}                    0.09195402  0.8888889  1.2574526
## [3921]  {duration_admission=15,                                                                     
##          temp=5}                     => {uwfa=1}                    0.04597701  0.8888889  1.2574526
## [3922]  {duration_admission=17,                                                                     
##          prem=1}                     => {uwfa=1}                    0.09195402  0.8888889  1.2574526
## [3923]  {duration_admission=2,                                                                      
##          people in house=1}          => {uwfa=1}                    0.09195402  0.8888889  1.2574526
## [3924]  {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {uwfa=1}                    0.22988506  0.8888889  1.2574526
## [3925]  {stunted=1,                                                                                 
##          temp=7}                     => {lbw=1}                     0.16091954  0.9032258  1.2572903
## [3926]  {lbw=2,                                                                                     
##          prem=2}                     => {sex=2}                     0.17816092  0.8378378  1.2567568
## [3927]  {prem=2,                                                                                    
##          stunted=2}                  => {sex=2}                     0.17816092  0.8378378  1.2567568
## [3928]  {stunted=2,                                                                                 
##          vaccinations=1}             => {sex=2}                     0.17816092  0.8378378  1.2567568
## [3929]  {hiv_exposure=3,                                                                            
##          stunted=1}                  => {lbw=1}                     0.42528736  0.9024390  1.2561951
## [3930]  {people in house=1,                                                                         
##          prem=1}                     => {lbw=1}                     0.42528736  0.9024390  1.2561951
## [3931]  {lbw=1,                                                                                     
##          prolonged=1}                => {prem=1}                    0.59195402  0.8803419  1.2555696
## [3932]  {duration_admission=11,                                                                     
##          uwfa=1}                     => {prem=1}                    0.12643678  0.8800000  1.2550820
## [3933]  {temp=7,                                                                                    
##          Xray=3}                     => {prem=1}                    0.12643678  0.8800000  1.2550820
## [3934]  {prem=1}                     => {lbw=1}                     0.63218391  0.9016393  1.2550820
## [3935]  {lbw=1}                      => {prem=1}                    0.63218391  0.8800000  1.2550820
## [3936]  {outcome=2,                                                                                 
##          pulse=33}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3937]  {pulse=33,                                                                                  
##          ventilation=3}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3938]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3939]  {prolonged=1,                                                                               
##          pulse=33}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3940]  {pulse=33,                                                                                  
##          sex=2}                      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3941]  {pulse=33}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3942]  {outcome=2,                                                                                 
##          pulse=29}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3943]  {pulse=29,                                                                                  
##          ventilation=3}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3944]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3945]  {prolonged=1,                                                                               
##          pulse=29}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3946]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3947]  {lbw=1,                                                                                     
##          pulse=29}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3948]  {pulse=29,                                                                                  
##          uwfa=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3949]  {prem=1,                                                                                    
##          pulse=29}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3950]  {pulse=29}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3951]  {outcome=2,                                                                                 
##          pulse=26}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3952]  {pulse=26,                                                                                  
##          ventilation=3}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3953]  {pulse=26,                                                                                  
##          serious outcome?=2}         => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3954]  {pulse=26}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3955]  {duration_admission=20,                                                                     
##          Xray=4}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3956]  {duration_admission=20,                                                                     
##          ventilation=3}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3957]  {duration_admission=20,                                                                     
##          serious outcome?=2}         => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3958]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3959]  {lbw=1,                                                                                     
##          O2 saturation=27}           => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3960]  {O2 saturation=27,                                                                          
##          uwfa=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3961]  {O2 saturation=27,                                                                          
##          prem=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3962]  {CRP=45,                                                                                    
##          duration_admission=11}      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3963]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3964]  {O2 saturation=1,                                                                           
##          prem=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3965]  {O2 saturation=13,                                                                          
##          sex=1}                      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3966]  {O2 saturation=13,                                                                          
##          vaccinations=1}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3967]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3968]  {chest indrawing=2,                                                                         
##          O2 saturation=13}           => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3969]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3970]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3971]  {O2 saturation=13,                                                                          
##          prem=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3972]  {prolonged=2,                                                                               
##          ventilation=2}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3973]  {lbw=2,                                                                                     
##          ventilation=2}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3974]  {uwfa=2,                                                                                    
##          ventilation=2}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3975]  {ventilation=2,                                                                             
##          Xray=4}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3976]  {hiv_exposure=3,                                                                            
##          ventilation=2}              => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3977]  {CRP=58,                                                                                    
##          Xray=2}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3978]  {CRP=58,                                                                                    
##          sex=1}                      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3979]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3980]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3981]  {resp=10,                                                                                   
##          temp=5}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3982]  {resp=26,                                                                                   
##          Xray=4}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3983]  {lbw=1,                                                                                     
##          resp=26}                    => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3984]  {O2 saturation=25,                                                                          
##          sex=1}                      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3985]  {Maternal smoke category=1,                                                                 
##          resp=30}                    => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3986]  {resp=30,                                                                                   
##          temp=5}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3987]  {resp=30,                                                                                   
##          uwfa=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3988]  {resp=8,                                                                                    
##          temp=7}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3989]  {hiv_exposure=3,                                                                            
##          resp=8}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3990]  {resp=8}                     => {people in house=1}         0.04597701  0.8000000  1.2540541
## [3991]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3992]  {prem=1,                                                                                    
##          resp=25}                    => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3993]  {resp=20,                                                                                   
##          vaccinations=1}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3994]  {resp=24,                                                                                   
##          vaccinations=1}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3995]  {vaccinations=1,                                                                            
##          Xray=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3996]  {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3997]  {resp=13,                                                                                   
##          Xray=2}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3998]  {duration_admission=18,                                                                     
##          sex=1}                      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [3999]  {serious outcome?=1,                                                                        
##          vaccinations=4}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4000]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4001]  {Maternal smoke category=1,                                                                 
##          vaccinations=4}             => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4002]  {uwfa=1,                                                                                    
##          vaccinations=4}             => {people in house=1}         0.04597701  0.8000000  1.2540541
## [4003]  {resp=18,                                                                                   
##          Xray=3}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4004]  {temp=3,                                                                                    
##          ventilation=3}              => {people in house=1}         0.04597701  0.8000000  1.2540541
## [4005]  {serious outcome?=2,                                                                        
##          temp=3}                     => {people in house=1}         0.04597701  0.8000000  1.2540541
## [4006]  {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4007]  {serious outcome?=1,                                                                        
##          sex=1}                      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4008]  {Maternal smoke category=2,                                                                 
##          vaccinations=2}             => {people in house=1}         0.04597701  0.8000000  1.2540541
## [4009]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4010]  {hiv_exposure=3,                                                                            
##          resp=16}                    => {people in house=1}         0.09195402  0.8000000  1.2540541
## [4011]  {CRP=97,                                                                                    
##          duration_admission=2}       => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4012]  {duration_admission=2,                                                                      
##          Xray=4}                     => {people in house=1}         0.02298851  0.8000000  1.2540541
## [4013]  {CRP=97,                                                                                    
##          lbw=1}                      => {people in house=1}         0.09195402  0.8000000  1.2540541
## [4014]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {prem=1}                    0.16666667  0.8787879  1.2533532
## [4015]  {prem=1,                                                                                    
##          temp=5}                     => {lbw=1}                     0.25862069  0.9000000  1.2528000
## [4016]  {temp=5,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.25862069  0.9000000  1.2528000
## [4017]  {duration_admission=18,                                                                     
##          uwfa=1}                     => {lbw=1}                     0.05172414  0.9000000  1.2528000
## [4018]  {resp=18,                                                                                   
##          stunted=1}                  => {hiv_exposure=3}            0.05172414  0.9000000  1.2528000
## [4019]  {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {lbw=1}                     0.05172414  0.9000000  1.2528000
## [4020]  {prem=1,                                                                                    
##          temp=3}                     => {lbw=1}                     0.05172414  0.9000000  1.2528000
## [4021]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {lbw=1}                     0.05172414  0.9000000  1.2528000
## [4022]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {hiv_exposure=3}            0.05172414  0.9000000  1.2528000
## [4023]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {lbw=1}                     0.05172414  0.9000000  1.2528000
## [4024]  {resp=16,                                                                                   
##          vaccinations=2}             => {lbw=1}                     0.05172414  0.9000000  1.2528000
## [4025]  {duration_admission=15,                                                                     
##          uwfa=1}                     => {lbw=1}                     0.10344828  0.9000000  1.2528000
## [4026]  {duration_admission=17,                                                                     
##          temp=5}                     => {lbw=1}                     0.05172414  0.9000000  1.2528000
## [4027]  {duration_admission=17,                                                                     
##          temp=5}                     => {hiv_exposure=3}            0.05172414  0.9000000  1.2528000
## [4028]  {duration_admission=17,                                                                     
##          uwfa=1}                     => {lbw=1}                     0.10344828  0.9000000  1.2528000
## [4029]  {duration_admission=2,                                                                      
##          stunted=1}                  => {lbw=1}                     0.10344828  0.9000000  1.2528000
## [4030]  {people in house=2,                                                                         
##          prem=1}                     => {lbw=1}                     0.20689655  0.9000000  1.2528000
## [4031]  {outcome=2,                                                                                 
##          prem=1}                     => {lbw=1}                     0.62068966  0.9000000  1.2528000
## [4032]  {lbw=1,                                                                                     
##          temp=7}                     => {prem=1}                    0.20689655  0.8780488  1.2522991
## [4033]  {lbw=1,                                                                                     
##          Xray=4}                     => {prem=1}                    0.20689655  0.8780488  1.2522991
## [4034]  {chest indrawing=2,                                                                         
##          lbw=1}                      => {prem=1}                    0.53448276  0.8773585  1.2513146
## [4035]  {outcome=2,                                                                                 
##          pulse=28}                   => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4036]  {pulse=28,                                                                                  
##          ventilation=3}              => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4037]  {pulse=28,                                                                                  
##          serious outcome?=2}         => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4038]  {pulse=28,                                                                                  
##          uwfa=1}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4039]  {pulse=28}                   => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4040]  {outcome=2,                                                                                 
##          pulse=35}                   => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4041]  {pulse=35}                   => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4042]  {outcome=2,                                                                                 
##          pulse=20}                   => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4043]  {chest indrawing=2,                                                                         
##          pulse=20}                   => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4044]  {pulse=20}                   => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4045]  {hiv_exposure=3,                                                                            
##          O2 saturation=27}           => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4046]  {CRP=45,                                                                                    
##          vaccinations=2}             => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4047]  {people in house=1,                                                                         
##          ventilation=2}              => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4048]  {hiv_exposure=3,                                                                            
##          O2 saturation=18}           => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4049]  {Maternal smoke category=3,                                                                 
##          resp=8}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4050]  {people in house=1,                                                                         
##          resp=25}                    => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4051]  {resp=25,                                                                                   
##          uwfa=1}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4052]  {resp=20,                                                                                   
##          Xray=3}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4053]  {duration_admission=18,                                                                     
##          people in house=2}          => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4054]  {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4055]  {CRP=2,                                                                                     
##          hiv_exposure=1}             => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4056]  {CRP=2,                                                                                     
##          prem=2}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4057]  {people in house=2,                                                                         
##          temp=10}                    => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4058]  {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4059]  {prolonged=2,                                                                               
##          stunted=2}                  => {sex=2}                     0.05747126  0.8333333  1.2500000
## [4060]  {Maternal smoke category=3,                                                                 
##          prolonged=2}                => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4061]  {prolonged=2,                                                                               
##          uwfa=1}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4062]  {O2 saturation=21,                                                                          
##          prem=2}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4063]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4064]  {O2 saturation=24,                                                                          
##          Xray=4}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4065]  {O2 saturation=24,                                                                          
##          temp=5}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4066]  {chest indrawing=1,                                                                         
##          prem=2}                     => {sex=2}                     0.02873563  0.8333333  1.2500000
## [4067]  {prem=2,                                                                                    
##          temp=7}                     => {sex=2}                     0.08620690  0.8333333  1.2500000
## [4068]  {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {prem=1}                    0.48850575  0.8762887  1.2497887
## [4069]  {chest indrawing=1,                                                                         
##          stunted=1}                  => {uwfa=1}                    0.08620690  0.8823529  1.2482066
## [4070]  {uwfa=1,                                                                                    
##          Xray=2}                     => {lbw=1}                     0.14942529  0.8965517  1.2480000
## [4071]  {O2 saturation=20,                                                                          
##          ventilation=3}              => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4072]  {O2 saturation=20,                                                                          
##          serious outcome?=2}         => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4073]  {O2 saturation=20,                                                                          
##          prolonged=1}                => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4074]  {chest indrawing=2,                                                                         
##          O2 saturation=20}           => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4075]  {lbw=1,                                                                                     
##          resp=10}                    => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4076]  {resp=10,                                                                                   
##          uwfa=1}                     => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4077]  {O2 saturation=25,                                                                          
##          prolonged=1}                => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4078]  {resp=20,                                                                                   
##          sex=2}                      => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4079]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4080]  {people in house=1,                                                                         
##          resp=13}                    => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4081]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4082]  {lbw=1,                                                                                     
##          prolonged=2}                => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4083]  {O2 saturation=21,                                                                          
##          Xray=4}                     => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4084]  {O2 saturation=24,                                                                          
##          sex=1}                      => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4085]  {O2 saturation=24,                                                                          
##          uwfa=1}                     => {prem=1}                    0.08045977  0.8750000  1.2479508
## [4086]  {duration_admission=15,                                                                     
##          sex=1}                      => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4087]  {CRP=97,                                                                                    
##          duration_admission=17}      => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4088]  {CRP=97,                                                                                    
##          temp=7}                     => {prem=1}                    0.04022989  0.8750000  1.2479508
## [4089]  {CRP=97,                                                                                    
##          Maternal smoke category=3}  => {prem=1}                    0.08045977  0.8750000  1.2479508
## [4090]  {duration_admission=11,                                                                     
##          stunted=1}                  => {prem=1}                    0.12068966  0.8750000  1.2479508
## [4091]  {temp=7,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.20114943  0.8750000  1.2479508
## [4092]  {lbw=1,                                                                                     
##          prem=1}                     => {uwfa=1}                    0.55747126  0.8818182  1.2474501
## [4093]  {lbw=1,                                                                                     
##          vaccinations=2}             => {uwfa=1}                    0.33908046  0.8805970  1.2457226
## [4094]  {hiv_exposure=3,                                                                            
##          prem=1}                     => {lbw=1}                     0.48850575  0.8947368  1.2454737
## [4095]  {duration_admission=2,                                                                      
##          prem=1}                     => {uwfa=1}                    0.12643678  0.8800000  1.2448780
## [4096]  {duration_admission=11,                                                                     
##          prem=1}                     => {uwfa=1}                    0.12643678  0.8800000  1.2448780
## [4097]  {temp=7,                                                                                    
##          Xray=3}                     => {uwfa=1}                    0.12643678  0.8800000  1.2448780
## [4098]  {chest indrawing=2,                                                                         
##          prem=1}                     => {lbw=1}                     0.53448276  0.8942308  1.2447692
## [4099]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {uwfa=1}                    0.29310345  0.8793103  1.2439024
## [4100]  {prem=1,                                                                                    
##          vaccinations=2}             => {uwfa=1}                    0.33333333  0.8787879  1.2431633
## [4101]  {people in house=1,                                                                         
##          prem=1}                     => {uwfa=1}                    0.41379310  0.8780488  1.2421178
## [4102]  {people in house=2,                                                                         
##          stunted=2}                  => {sex=2}                     0.13793103  0.8275862  1.2413793
## [4103]  {stunted=1,                                                                                 
##          Xray=3}                     => {lbw=1}                     0.23563218  0.8913043  1.2406957
## [4104]  {duration_admission=11,                                                                     
##          lbw=1}                      => {prem=1}                    0.11494253  0.8695652  1.2401996
## [4105]  {Maternal smoke category=3,                                                                 
##          stunted=1}                  => {prem=1}                    0.30459770  0.8688525  1.2391830
## [4106]  {sex=2,                                                                                     
##          stunted=1}                  => {prem=1}                    0.30459770  0.8688525  1.2391830
## [4107]  {prolonged=1,                                                                               
##          stunted=1}                  => {prem=1}                    0.49425287  0.8686869  1.2389468
## [4108]  {CRP=45,                                                                                    
##          prem=1}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4109]  {CRP=45,                                                                                    
##          outcome=2}                  => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4110]  {CRP=45,                                                                                    
##          ventilation=3}              => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4111]  {CRP=45,                                                                                    
##          serious outcome?=2}         => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4112]  {CRP=45,                                                                                    
##          prolonged=1}                => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4113]  {chest indrawing=2,                                                                         
##          CRP=45}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4114]  {CRP=45}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4115]  {resp=10,                                                                                   
##          ventilation=3}              => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4116]  {resp=10,                                                                                   
##          serious outcome?=2}         => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4117]  {prolonged=1,                                                                               
##          resp=10}                    => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4118]  {lbw=1,                                                                                     
##          resp=10}                    => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4119]  {hiv_exposure=3,                                                                            
##          resp=10}                    => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4120]  {resp=20,                                                                                   
##          sex=2}                      => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4121]  {lbw=1,                                                                                     
##          resp=24}                    => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4122]  {hiv_exposure=3,                                                                            
##          resp=24}                    => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4123]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4124]  {people in house=1,                                                                         
##          resp=13}                    => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4125]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4126]  {O2 saturation=21,                                                                          
##          vaccinations=1}             => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4127]  {O2 saturation=24,                                                                          
##          sex=1}                      => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4128]  {resp=16,                                                                                   
##          Xray=3}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4129]  {duration_admission=15,                                                                     
##          temp=7}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4130]  {duration_admission=15,                                                                     
##          sex=1}                      => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4131]  {duration_admission=15,                                                                     
##          Xray=3}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4132]  {duration_admission=15,                                                                     
##          Xray=4}                     => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4133]  {duration_admission=17,                                                                     
##          sex=1}                      => {uwfa=1}                    0.04022989  0.8750000  1.2378049
## [4134]  {CRP=97,                                                                                    
##          Maternal smoke category=3}  => {uwfa=1}                    0.08045977  0.8750000  1.2378049
## [4135]  {outcome=2,                                                                                 
##          resp=10}                    => {hiv_exposure=3}            0.04597701  0.8888889  1.2373333
## [4136]  {outcome=2,                                                                                 
##          resp=10}                    => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4137]  {resp=10}                    => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4138]  {resp=10}                    => {hiv_exposure=3}            0.04597701  0.8888889  1.2373333
## [4139]  {resp=13,                                                                                   
##          vaccinations=2}             => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4140]  {resp=13,                                                                                   
##          stunted=1}                  => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4141]  {hiv_exposure=3,                                                                            
##          resp=13}                    => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4142]  {duration_admission=18,                                                                     
##          stunted=1}                  => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4143]  {duration_admission=19,                                                                     
##          vaccinations=2}             => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4144]  {stunted=1,                                                                                 
##          vaccinations=4}             => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4145]  {Maternal smoke category=3,                                                                 
##          resp=18}                    => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4146]  {resp=18,                                                                                   
##          sex=2}                      => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4147]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4148]  {lbw=1,                                                                                     
##          serious outcome?=1}         => {hiv_exposure=3}            0.04597701  0.8888889  1.2373333
## [4149]  {O2 saturation=22,                                                                          
##          Xray=3}                     => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4150]  {O2 saturation=22,                                                                          
##          Xray=3}                     => {hiv_exposure=3}            0.04597701  0.8888889  1.2373333
## [4151]  {chest indrawing=2,                                                                         
##          O2 saturation=21}           => {hiv_exposure=3}            0.09195402  0.8888889  1.2373333
## [4152]  {duration_admission=15,                                                                     
##          vaccinations=2}             => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4153]  {duration_admission=17,                                                                     
##          temp=7}                     => {hiv_exposure=3}            0.04597701  0.8888889  1.2373333
## [4154]  {duration_admission=17,                                                                     
##          people in house=2}          => {lbw=1}                     0.04597701  0.8888889  1.2373333
## [4155]  {duration_admission=17,                                                                     
##          prem=1}                     => {hiv_exposure=3}            0.09195402  0.8888889  1.2373333
## [4156]  {duration_admission=2,                                                                      
##          stunted=2}                  => {hiv_exposure=3}            0.04597701  0.8888889  1.2373333
## [4157]  {duration_admission=2,                                                                      
##          people in house=1}          => {lbw=1}                     0.09195402  0.8888889  1.2373333
## [4158]  {duration_admission=2,                                                                      
##          people in house=1}          => {hiv_exposure=3}            0.09195402  0.8888889  1.2373333
## [4159]  {Maternal smoke category=1,                                                                 
##          sex=1}                      => {hiv_exposure=3}            0.09195402  0.8888889  1.2373333
## [4160]  {prolonged=1,                                                                               
##          stunted=1}                  => {lbw=1}                     0.50574713  0.8888889  1.2373333
## [4161]  {CRP=97,                                                                                    
##          Xray=3}                     => {prem=1}                    0.07471264  0.8666667  1.2360656
## [4162]  {Maternal smoke category=1,                                                                 
##          vaccinations=2}             => {prem=1}                    0.14942529  0.8666667  1.2360656
## [4163]  {outcome=2,                                                                                 
##          stunted=1}                  => {prem=1}                    0.52298851  0.8666667  1.2360656
## [4164]  {stunted=1,                                                                                 
##          ventilation=3}              => {lbw=1}                     0.50000000  0.8877551  1.2357551
## [4165]  {serious outcome?=2,                                                                        
##          stunted=1}                  => {lbw=1}                     0.50000000  0.8877551  1.2357551
## [4166]  {people in house=1,                                                                         
##          Xray=3}                     => {uwfa=1}                    0.19540230  0.8717949  1.2332708
## [4167]  {lbw=1,                                                                                     
##          prolonged=1}                => {uwfa=1}                    0.58620690  0.8717949  1.2332708
## [4168]  {Maternal smoke category=3,                                                                 
##          stunted=1}                  => {lbw=1}                     0.31034483  0.8852459  1.2322623
## [4169]  {uwfa=2,                                                                                    
##          Xray=4}                     => {sex=2}                     0.13218391  0.8214286  1.2321429
## [4170]  {duration_admission=17,                                                                     
##          outcome=2}                  => {hiv_exposure=3}            0.13218391  0.8846154  1.2313846
## [4171]  {duration_admission=17,                                                                     
##          prolonged=1}                => {hiv_exposure=3}            0.13218391  0.8846154  1.2313846
## [4172]  {duration_admission=17}      => {hiv_exposure=3}            0.13218391  0.8846154  1.2313846
## [4173]  {uwfa=1,                                                                                    
##          Xray=3}                     => {lbw=1}                     0.26436782  0.8846154  1.2313846
## [4174]  {prem=1,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.21839080  0.8837209  1.2301395
## [4175]  {duration_admission=11,                                                                     
##          lbw=1}                      => {uwfa=1}                    0.11494253  0.8695652  1.2301166
## [4176]  {hiv_exposure=1,                                                                            
##          stunted=1}                  => {uwfa=1}                    0.11494253  0.8695652  1.2301166
## [4177]  {hiv_exposure=3,                                                                            
##          sex=1}                      => {uwfa=1}                    0.22988506  0.8695652  1.2301166
## [4178]  {duration_admission=2,                                                                      
##          outcome=2}                  => {prem=1}                    0.14367816  0.8620690  1.2295082
## [4179]  {duration_admission=2,                                                                      
##          ventilation=3}              => {prem=1}                    0.14367816  0.8620690  1.2295082
## [4180]  {duration_admission=2,                                                                      
##          serious outcome?=2}         => {prem=1}                    0.14367816  0.8620690  1.2295082
## [4181]  {duration_admission=2,                                                                      
##          prolonged=1}                => {prem=1}                    0.14367816  0.8620690  1.2295082
## [4182]  {duration_admission=2}       => {prem=1}                    0.14367816  0.8620690  1.2295082
## [4183]  {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {prem=1}                    0.14367816  0.8620690  1.2295082
## [4184]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {prem=1}                    0.28735632  0.8620690  1.2295082
## [4185]  {prem=1,                                                                                    
##          sex=2}                      => {lbw=1}                     0.39080460  0.8831169  1.2292987
## [4186]  {prem=1,                                                                                    
##          prolonged=1}                => {uwfa=1}                    0.56896552  0.8684211  1.2284981
## [4187]  {O2 saturation=22,                                                                          
##          ventilation=3}              => {lbw=1}                     0.08620690  0.8823529  1.2282353
## [4188]  {O2 saturation=22,                                                                          
##          serious outcome?=2}         => {lbw=1}                     0.08620690  0.8823529  1.2282353
## [4189]  {O2 saturation=21,                                                                          
##          ventilation=3}              => {hiv_exposure=3}            0.08620690  0.8823529  1.2282353
## [4190]  {O2 saturation=21,                                                                          
##          serious outcome?=2}         => {hiv_exposure=3}            0.08620690  0.8823529  1.2282353
## [4191]  {chest indrawing=1,                                                                         
##          stunted=1}                  => {lbw=1}                     0.08620690  0.8823529  1.2282353
## [4192]  {people in house=1,                                                                         
##          Xray=2}                     => {hiv_exposure=3}            0.08620690  0.8823529  1.2282353
## [4193]  {stunted=1,                                                                                 
##          vaccinations=1}             => {lbw=1}                     0.17241379  0.8823529  1.2282353
## [4194]  {people in house=1,                                                                         
##          stunted=1}                  => {prem=1}                    0.35632184  0.8611111  1.2281421
## [4195]  {prem=2,                                                                                    
##          uwfa=2}                     => {sex=2}                     0.15517241  0.8181818  1.2272727
## [4196]  {outcome=2,                                                                                 
##          resp=24}                    => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4197]  {chest indrawing=2,                                                                         
##          resp=24}                    => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4198]  {resp=24}                    => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4199]  {CRP=2,                                                                                     
##          temp=5}                     => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4200]  {O2 saturation=23,                                                                          
##          uwfa=1}                     => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4201]  {hiv_exposure=1,                                                                            
##          prolonged=2}                => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4202]  {prolonged=2,                                                                               
##          serious outcome?=2}         => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4203]  {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4204]  {resp=16,                                                                                   
##          stunted=2}                  => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4205]  {duration_admission=2,                                                                      
##          people in house=2}          => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4206]  {temp=7,                                                                                    
##          Xray=2}                     => {sex=2}                     0.05172414  0.8181818  1.2272727
## [4207]  {hiv_exposure=3,                                                                            
##          O2 saturation=22}           => {uwfa=1}                    0.07471264  0.8666667  1.2260163
## [4208]  {prem=1,                                                                                    
##          resp=16}                    => {uwfa=1}                    0.07471264  0.8666667  1.2260163
## [4209]  {duration_admission=17,                                                                     
##          Maternal smoke category=3}  => {uwfa=1}                    0.07471264  0.8666667  1.2260163
## [4210]  {duration_admission=2,                                                                      
##          Maternal smoke category=3}  => {uwfa=1}                    0.07471264  0.8666667  1.2260163
## [4211]  {CRP=97,                                                                                    
##          Xray=3}                     => {uwfa=1}                    0.07471264  0.8666667  1.2260163
## [4212]  {sex=1,                                                                                     
##          temp=7}                     => {uwfa=1}                    0.07471264  0.8666667  1.2260163
## [4213]  {prem=1,                                                                                    
##          sex=1}                      => {uwfa=1}                    0.22413793  0.8666667  1.2260163
## [4214]  {duration_admission=17,                                                                     
##          ventilation=3}              => {hiv_exposure=3}            0.12643678  0.8800000  1.2249600
## [4215]  {duration_admission=17,                                                                     
##          serious outcome?=2}         => {hiv_exposure=3}            0.12643678  0.8800000  1.2249600
## [4216]  {CRP=97,                                                                                    
##          uwfa=1}                     => {hiv_exposure=3}            0.12643678  0.8800000  1.2249600
## [4217]  {temp=7,                                                                                    
##          Xray=3}                     => {lbw=1}                     0.12643678  0.8800000  1.2249600
## [4218]  {prem=1,                                                                                    
##          Xray=3}                     => {lbw=1}                     0.25287356  0.8800000  1.2249600
## [4219]  {lbw=2,                                                                                     
##          outcome=2}                  => {sex=2}                     0.22988506  0.8163265  1.2244898
## [4220]  {lbw=2}                      => {sex=2}                     0.22988506  0.8163265  1.2244898
## [4221]  {stunted=1}                  => {prem=1}                    0.52298851  0.8584906  1.2244046
## [4222]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {lbw=1}                     0.16666667  0.8787879  1.2232727
## [4223]  {outcome=2,                                                                                 
##          stunted=2}                  => {sex=2}                     0.30459770  0.8153846  1.2230769
## [4224]  {lbw=1,                                                                                     
##          sex=1}                      => {prem=1}                    0.24137931  0.8571429  1.2224824
## [4225]  {CRP=58,                                                                                    
##          lbw=1}                      => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4226]  {O2 saturation=20,                                                                          
##          people in house=1}          => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4227]  {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4228]  {O2 saturation=26,                                                                          
##          uwfa=1}                     => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4229]  {people in house=1,                                                                         
##          resp=20}                    => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4230]  {resp=24,                                                                                   
##          stunted=1}                  => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4231]  {duration_admission=18,                                                                     
##          hiv_exposure=3}             => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4232]  {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4233]  {duration_admission=19,                                                                     
##          people in house=1}          => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4234]  {people in house=2,                                                                         
##          resp=18}                    => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4235]  {people in house=1,                                                                         
##          resp=18}                    => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4236]  {outcome=2,                                                                                 
##          resp=18}                    => {prem=1}                    0.06896552  0.8571429  1.2224824
## [4237]  {resp=18,                                                                                   
##          ventilation=3}              => {prem=1}                    0.06896552  0.8571429  1.2224824
## [4238]  {resp=18,                                                                                   
##          serious outcome?=2}         => {prem=1}                    0.06896552  0.8571429  1.2224824
## [4239]  {resp=18}                    => {prem=1}                    0.06896552  0.8571429  1.2224824
## [4240]  {O2 saturation=23,                                                                          
##          temp=7}                     => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4241]  {O2 saturation=23,                                                                          
##          people in house=2}          => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4242]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4243]  {O2 saturation=21,                                                                          
##          temp=5}                     => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4244]  {duration_admission=2,                                                                      
##          resp=16}                    => {prem=1}                    0.03448276  0.8571429  1.2224824
## [4245]  {duration_admission=15,                                                                     
##          stunted=1}                  => {prem=1}                    0.06896552  0.8571429  1.2224824
## [4246]  {hiv_exposure=1,                                                                            
##          vaccinations=2}             => {sex=2}                     0.12643678  0.8148148  1.2222222
## [4247]  {stunted=1}                  => {lbw=1}                     0.53448276  0.8773585  1.2212830
## [4248]  {hiv_exposure=3,                                                                            
##          stunted=2}                  => {sex=2}                     0.20114943  0.8139535  1.2209302
## [4249]  {serious outcome?=2,                                                                        
##          stunted=2}                  => {sex=2}                     0.27586207  0.8135593  1.2203390
## [4250]  {chest indrawing=2,                                                                         
##          stunted=1}                  => {lbw=1}                     0.44827586  0.8764045  1.2199551
## [4251]  {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {lbw=1}                     0.48850575  0.8762887  1.2197938
## [4252]  {outcome=2,                                                                                 
##          stunted=1}                  => {lbw=1}                     0.52873563  0.8761905  1.2196571
## [4253]  {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {prem=1}                    0.33908046  0.8550725  1.2195296
## [4254]  {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {uwfa=1}                    0.14367816  0.8620690  1.2195122
## [4255]  {prolonged=1,                                                                               
##          Xray=3}                     => {uwfa=1}                    0.28735632  0.8620690  1.2195122
## [4256]  {lbw=1,                                                                                     
##          serious outcome?=2}         => {uwfa=1}                    0.57471264  0.8620690  1.2195122
## [4257]  {stunted=1,                                                                                 
##          vaccinations=2}             => {prem=1}                    0.30459770  0.8548387  1.2191962
## [4258]  {hiv_exposure=1,                                                                            
##          lbw=2}                      => {sex=2}                     0.07471264  0.8125000  1.2187500
## [4259]  {CRP=45,                                                                                    
##          prem=1}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4260]  {CRP=45,                                                                                    
##          outcome=2}                  => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4261]  {CRP=45,                                                                                    
##          ventilation=3}              => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4262]  {CRP=45,                                                                                    
##          serious outcome?=2}         => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4263]  {CRP=45,                                                                                    
##          prolonged=1}                => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4264]  {chest indrawing=2,                                                                         
##          CRP=45}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4265]  {CRP=45}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4266]  {O2 saturation=1,                                                                           
##          uwfa=1}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4267]  {O2 saturation=1,                                                                           
##          outcome=2}                  => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4268]  {O2 saturation=1,                                                                           
##          ventilation=3}              => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4269]  {O2 saturation=1,                                                                           
##          serious outcome?=2}         => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4270]  {O2 saturation=1,                                                                           
##          prolonged=1}                => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4271]  {O2 saturation=1}            => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4272]  {O2 saturation=20,                                                                          
##          prem=1}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4273]  {O2 saturation=20,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4274]  {O2 saturation=20,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4275]  {chest indrawing=2,                                                                         
##          O2 saturation=20}           => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4276]  {O2 saturation=20,                                                                          
##          ventilation=3}              => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4277]  {O2 saturation=20,                                                                          
##          serious outcome?=2}         => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4278]  {resp=10,                                                                                   
##          uwfa=1}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4279]  {resp=10,                                                                                   
##          uwfa=1}                     => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4280]  {resp=10,                                                                                   
##          ventilation=3}              => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4281]  {resp=10,                                                                                   
##          serious outcome?=2}         => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4282]  {prolonged=1,                                                                               
##          resp=10}                    => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4283]  {lbw=1,                                                                                     
##          resp=10}                    => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4284]  {hiv_exposure=3,                                                                            
##          resp=10}                    => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4285]  {resp=10,                                                                                   
##          ventilation=3}              => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4286]  {resp=10,                                                                                   
##          serious outcome?=2}         => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4287]  {prolonged=1,                                                                               
##          resp=10}                    => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4288]  {O2 saturation=25,                                                                          
##          prem=1}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4289]  {people in house=1,                                                                         
##          resp=13}                    => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4290]  {duration_admission=18,                                                                     
##          temp=5}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4291]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4292]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4293]  {serious outcome?=1,                                                                        
##          stunted=2}                  => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4294]  {serious outcome?=1,                                                                        
##          uwfa=1}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4295]  {serious outcome?=1,                                                                        
##          uwfa=1}                     => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4296]  {prolonged=1,                                                                               
##          serious outcome?=1}         => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4297]  {O2 saturation=22,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.08045977  0.8750000  1.2180000
## [4298]  {prem=1,                                                                                    
##          prolonged=2}                => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4299]  {O2 saturation=21,                                                                          
##          Xray=4}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4300]  {O2 saturation=24,                                                                          
##          sex=1}                      => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4301]  {O2 saturation=24,                                                                          
##          sex=1}                      => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4302]  {resp=16,                                                                                   
##          Xray=3}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4303]  {duration_admission=15,                                                                     
##          sex=1}                      => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4304]  {duration_admission=15,                                                                     
##          Xray=3}                     => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4305]  {CRP=97,                                                                                    
##          duration_admission=17}      => {lbw=1}                     0.04022989  0.8750000  1.2180000
## [4306]  {duration_admission=17,                                                                     
##          prem=2}                     => {hiv_exposure=3}            0.04022989  0.8750000  1.2180000
## [4307]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {lbw=1}                     0.08045977  0.8750000  1.2180000
## [4308]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {lbw=1}                     0.12068966  0.8750000  1.2180000
## [4309]  {sex=1,                                                                                     
##          Xray=2}                     => {lbw=1}                     0.08045977  0.8750000  1.2180000
## [4310]  {sex=1,                                                                                     
##          Xray=2}                     => {hiv_exposure=3}            0.08045977  0.8750000  1.2180000
## [4311]  {vaccinations=1,                                                                            
##          Xray=2}                     => {hiv_exposure=3}            0.08045977  0.8750000  1.2180000
## [4312]  {people in house=2,                                                                         
##          sex=1}                      => {hiv_exposure=3}            0.08045977  0.8750000  1.2180000
## [4313]  {stunted=2,                                                                                 
##          Xray=3}                     => {hiv_exposure=3}            0.08045977  0.8750000  1.2180000
## [4314]  {people in house=1,                                                                         
##          uwfa=1}                     => {lbw=1}                     0.40229885  0.8750000  1.2180000
## [4315]  {chest indrawing=2,                                                                         
##          uwfa=1}                     => {lbw=1}                     0.52298851  0.8750000  1.2180000
## [4316]  {chest indrawing=2,                                                                         
##          stunted=1}                  => {prem=1}                    0.43678161  0.8539326  1.2179038
## [4317]  {lbw=1,                                                                                     
##          outcome=2}                  => {uwfa=1}                    0.60344828  0.8606557  1.2175130
## [4318]  {sex=2,                                                                                     
##          Xray=3}                     => {uwfa=1}                    0.21264368  0.8604651  1.2172433
## [4319]  {lbw=1,                                                                                     
##          people in house=2}          => {uwfa=1}                    0.21264368  0.8604651  1.2172433
## [4320]  {uwfa=1,                                                                                    
##          ventilation=3}              => {prem=1}                    0.56896552  0.8534483  1.2172131
## [4321]  {people in house=2,                                                                         
##          stunted=1}                  => {prem=1}                    0.16666667  0.8529412  1.2164899
## [4322]  {serious outcome?=2,                                                                        
##          uwfa=1}                     => {prem=1}                    0.56321839  0.8521739  1.2153956
## [4323]  {chest indrawing=2,                                                                         
##          duration_admission=2}       => {prem=1}                    0.13218391  0.8518519  1.2149362
## [4324]  {duration_admission=2,                                                                      
##          hiv_exposure=3}             => {prem=1}                    0.13218391  0.8518519  1.2149362
## [4325]  {CRP=97,                                                                                    
##          hiv_exposure=3}             => {prem=1}                    0.13218391  0.8518519  1.2149362
## [4326]  {chest indrawing=2,                                                                         
##          lbw=1}                      => {uwfa=1}                    0.52298851  0.8584906  1.2144501
## [4327]  {hiv_exposure=1,                                                                            
##          Xray=4}                     => {sex=2}                     0.09770115  0.8095238  1.2142857
## [4328]  {lbw=2,                                                                                     
##          ventilation=3}              => {sex=2}                     0.19540230  0.8095238  1.2142857
## [4329]  {lbw=2,                                                                                     
##          serious outcome?=2}         => {sex=2}                     0.19540230  0.8095238  1.2142857
## [4330]  {outcome=2,                                                                                 
##          prem=1}                     => {uwfa=1}                    0.59195402  0.8583333  1.2142276
## [4331]  {outcome=2,                                                                                 
##          uwfa=1}                     => {prem=1}                    0.59195402  0.8512397  1.2140631
## [4332]  {prolonged=1,                                                                               
##          uwfa=1}                     => {lbw=1}                     0.58620690  0.8717949  1.2135385
## [4333]  {CRP=45,                                                                                    
##          lbw=1}                      => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4334]  {O2 saturation=13,                                                                          
##          ventilation=3}              => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4335]  {O2 saturation=13,                                                                          
##          serious outcome?=2}         => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4336]  {O2 saturation=13,                                                                          
##          prolonged=1}                => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4337]  {CRP=58,                                                                                    
##          lbw=1}                      => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4338]  {CRP=58,                                                                                    
##          hiv_exposure=3}             => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4339]  {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4340]  {chest indrawing=2,                                                                         
##          resp=10}                    => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4341]  {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4342]  {lbw=1,                                                                                     
##          O2 saturation=25}           => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4343]  {O2 saturation=26,                                                                          
##          prem=1}                     => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4344]  {lbw=1,                                                                                     
##          O2 saturation=26}           => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4345]  {people in house=1,                                                                         
##          resp=20}                    => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4346]  {Maternal smoke category=1,                                                                 
##          resp=24}                    => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4347]  {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4348]  {duration_admission=19,                                                                     
##          people in house=1}          => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4349]  {vaccinations=4,                                                                            
##          Xray=4}                     => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4350]  {people in house=1,                                                                         
##          resp=18}                    => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4351]  {O2 saturation=23,                                                                          
##          people in house=1}          => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4352]  {Maternal smoke category=3,                                                                 
##          temp=3}                     => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4353]  {prem=1,                                                                                    
##          serious outcome?=1}         => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4354]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4355]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4356]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4357]  {O2 saturation=21,                                                                          
##          people in house=2}          => {uwfa=1}                    0.06896552  0.8571429  1.2125436
## [4358]  {O2 saturation=21,                                                                          
##          temp=5}                     => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4359]  {lbw=1,                                                                                     
##          O2 saturation=21}           => {uwfa=1}                    0.06896552  0.8571429  1.2125436
## [4360]  {duration_admission=2,                                                                      
##          O2 saturation=24}           => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4361]  {O2 saturation=24,                                                                          
##          vaccinations=1}             => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4362]  {hiv_exposure=3,                                                                            
##          O2 saturation=24}           => {uwfa=1}                    0.06896552  0.8571429  1.2125436
## [4363]  {chest indrawing=1,                                                                         
##          hiv_exposure=1}             => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4364]  {duration_admission=2,                                                                      
##          resp=16}                    => {uwfa=1}                    0.03448276  0.8571429  1.2125436
## [4365]  {duration_admission=17,                                                                     
##          vaccinations=2}             => {uwfa=1}                    0.06896552  0.8571429  1.2125436
## [4366]  {hiv_exposure=3,                                                                            
##          Xray=2}                     => {uwfa=1}                    0.13793103  0.8571429  1.2125436
## [4367]  {stunted=1,                                                                                 
##          vaccinations=2}             => {lbw=1}                     0.31034483  0.8709677  1.2123871
## [4368]  {uwfa=1,                                                                                    
##          ventilation=3}              => {lbw=1}                     0.58045977  0.8706897  1.2120000
## [4369]  {prem=2,                                                                                    
##          Xray=4}                     => {sex=2}                     0.12068966  0.8076923  1.2115385
## [4370]  {uwfa=1}                     => {lbw=1}                     0.61494253  0.8699187  1.2109268
## [4371]  {lbw=1}                      => {uwfa=1}                    0.61494253  0.8560000  1.2109268
## [4372]  {lbw=1,                                                                                     
##          ventilation=3}              => {uwfa=1}                    0.58045977  0.8559322  1.2108309
## [4373]  {prolonged=1,                                                                               
##          resp=16}                    => {hiv_exposure=3}            0.11494253  0.8695652  1.2104348
## [4374]  {sex=1,                                                                                     
##          uwfa=1}                     => {hiv_exposure=3}            0.22988506  0.8695652  1.2104348
## [4375]  {hiv_exposure=3,                                                                            
##          sex=1}                      => {lbw=1}                     0.22988506  0.8695652  1.2104348
## [4376]  {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {lbw=1}                     0.34482759  0.8695652  1.2104348
## [4377]  {serious outcome?=2,                                                                        
##          uwfa=1}                     => {lbw=1}                     0.57471264  0.8695652  1.2104348
## [4378]  {stunted=1,                                                                                 
##          Xray=4}                     => {prem=1}                    0.16091954  0.8484848  1.2101341
## [4379]  {lbw=1,                                                                                     
##          stunted=2}                  => {sex=2}                     0.14367816  0.8064516  1.2096774
## [4380]  {sex=1,                                                                                     
##          uwfa=1}                     => {prem=1}                    0.22413793  0.8478261  1.2091946
## [4381]  {stunted=2}                  => {sex=2}                     0.31034483  0.8059701  1.2089552
## [4382]  {lbw=2,                                                                                     
##          stunted=2}                  => {sex=2}                     0.16666667  0.8055556  1.2083333
## [4383]  {outcome=2,                                                                                 
##          uwfa=1}                     => {lbw=1}                     0.60344828  0.8677686  1.2079339
## [4384]  {lbw=1,                                                                                     
##          people in house=1}          => {uwfa=1}                    0.40229885  0.8536585  1.2076145
## [4385]  {prolonged=1,                                                                               
##          resp=18}                    => {prem=1}                    0.06321839  0.8461538  1.2068096
## [4386]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {prem=1}                    0.06321839  0.8461538  1.2068096
## [4387]  {resp=16,                                                                                   
##          stunted=1}                  => {prem=1}                    0.06321839  0.8461538  1.2068096
## [4388]  {CRP=97,                                                                                    
##          sex=1}                      => {prem=1}                    0.06321839  0.8461538  1.2068096
## [4389]  {duration_admission=11,                                                                     
##          Xray=3}                     => {prem=1}                    0.06321839  0.8461538  1.2068096
## [4390]  {prolonged=1,                                                                               
##          uwfa=1}                     => {prem=1}                    0.56896552  0.8461538  1.2068096
## [4391]  {chest indrawing=2,                                                                         
##          uwfa=1}                     => {prem=1}                    0.50574713  0.8461538  1.2068096
## [4392]  {lbw=1,                                                                                     
##          O2 saturation=22}           => {hiv_exposure=3}            0.07471264  0.8666667  1.2064000
## [4393]  {hiv_exposure=3,                                                                            
##          O2 saturation=22}           => {lbw=1}                     0.07471264  0.8666667  1.2064000
## [4394]  {O2 saturation=24,                                                                          
##          stunted=1}                  => {lbw=1}                     0.07471264  0.8666667  1.2064000
## [4395]  {O2 saturation=24,                                                                          
##          prem=1}                     => {lbw=1}                     0.07471264  0.8666667  1.2064000
## [4396]  {chest indrawing=1,                                                                         
##          people in house=1}          => {lbw=1}                     0.07471264  0.8666667  1.2064000
## [4397]  {prem=1,                                                                                    
##          resp=16}                    => {hiv_exposure=3}            0.07471264  0.8666667  1.2064000
## [4398]  {duration_admission=15,                                                                     
##          hiv_exposure=3}             => {lbw=1}                     0.07471264  0.8666667  1.2064000
## [4399]  {CRP=97,                                                                                    
##          Xray=3}                     => {hiv_exposure=3}            0.07471264  0.8666667  1.2064000
## [4400]  {Maternal smoke category=1,                                                                 
##          vaccinations=2}             => {lbw=1}                     0.14942529  0.8666667  1.2064000
## [4401]  {uwfa=1}                     => {prem=1}                    0.59770115  0.8455285  1.2059176
## [4402]  {prem=1}                     => {uwfa=1}                    0.59770115  0.8524590  1.2059176
## [4403]  {prem=1,                                                                                    
##          serious outcome?=2}         => {uwfa=1}                    0.56321839  0.8521739  1.2055143
## [4404]  {duration_admission=2,                                                                      
##          hiv_exposure=3}             => {uwfa=1}                    0.13218391  0.8518519  1.2050587
## [4405]  {CRP=97,                                                                                    
##          prem=1}                     => {uwfa=1}                    0.13218391  0.8518519  1.2050587
## [4406]  {stunted=2,                                                                                 
##          ventilation=3}              => {sex=2}                     0.28160920  0.8032787  1.2049180
## [4407]  {sex=1,                                                                                     
##          stunted=1}                  => {prem=1}                    0.21839080  0.8444444  1.2043716
## [4408]  {sex=2,                                                                                     
##          uwfa=1}                     => {prem=1}                    0.37356322  0.8441558  1.2039600
## [4409]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=3}  => {uwfa=1}                    0.32758621  0.8507463  1.2034947
## [4410]  {CRP=97,                                                                                    
##          prolonged=1}                => {prem=1}                    0.15517241  0.8437500  1.2033811
## [4411]  {duration_admission=17,                                                                     
##          lbw=1}                      => {hiv_exposure=3}            0.10919540  0.8636364  1.2021818
## [4412]  {stunted=1,                                                                                 
##          Xray=2}                     => {hiv_exposure=3}            0.10919540  0.8636364  1.2021818
## [4413]  {chest indrawing=1,                                                                         
##          uwfa=1}                     => {prem=1}                    0.09195402  0.8421053  1.2010354
## [4414]  {duration_admission=11,                                                                     
##          vaccinations=2}             => {prem=1}                    0.09195402  0.8421053  1.2010354
## [4415]  {sex=1,                                                                                     
##          Xray=3}                     => {prem=1}                    0.09195402  0.8421053  1.2010354
## [4416]  {lbw=2,                                                                                     
##          O2 saturation=17}           => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4417]  {O2 saturation=17,                                                                          
##          outcome=2}                  => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4418]  {O2 saturation=17,                                                                          
##          ventilation=3}              => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4419]  {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4420]  {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4421]  {O2 saturation=17}           => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4422]  {O2 saturation=15,                                                                          
##          outcome=2}                  => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4423]  {O2 saturation=15,                                                                          
##          ventilation=3}              => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4424]  {O2 saturation=15,                                                                          
##          serious outcome?=2}         => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4425]  {chest indrawing=2,                                                                         
##          O2 saturation=15}           => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4426]  {O2 saturation=15}           => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4427]  {prolonged=1,                                                                               
##          pulse=28}                   => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4428]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4429]  {lbw=1,                                                                                     
##          pulse=28}                   => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4430]  {pulse=35,                                                                                  
##          ventilation=3}              => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4431]  {pulse=35,                                                                                  
##          serious outcome?=2}         => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4432]  {prolonged=1,                                                                               
##          pulse=35}                   => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4433]  {chest indrawing=2,                                                                         
##          pulse=35}                   => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4434]  {lbw=1,                                                                                     
##          pulse=34}                   => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4435]  {pulse=34,                                                                                  
##          uwfa=1}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4436]  {pulse=20,                                                                                  
##          ventilation=3}              => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4437]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4438]  {pulse=20,                                                                                  
##          uwfa=1}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4439]  {O2 saturation=27,                                                                          
##          temp=5}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4440]  {CRP=45,                                                                                    
##          duration_admission=11}      => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4441]  {ventilation=2,                                                                             
##          Xray=4}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4442]  {hiv_exposure=3,                                                                            
##          ventilation=2}              => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4443]  {resp=10,                                                                                   
##          temp=5}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4444]  {resp=26,                                                                                   
##          uwfa=2}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4445]  {O2 saturation=25,                                                                          
##          people in house=2}          => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4446]  {resp=30,                                                                                   
##          vaccinations=2}             => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4447]  {O2 saturation=18,                                                                          
##          vaccinations=1}             => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4448]  {O2 saturation=18,                                                                          
##          outcome=2}                  => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4449]  {chest indrawing=2,                                                                         
##          O2 saturation=18}           => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4450]  {O2 saturation=18}           => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4451]  {resp=8,                                                                                    
##          Xray=3}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4452]  {O2 saturation=26,                                                                          
##          temp=7}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4453]  {O2 saturation=26,                                                                          
##          people in house=1}          => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4454]  {prem=2,                                                                                    
##          resp=25}                    => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4455]  {resp=25,                                                                                   
##          stunted=2}                  => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4456]  {Maternal smoke category=3,                                                                 
##          resp=25}                    => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4457]  {resp=25,                                                                                   
##          stunted=1}                  => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4458]  {outcome=2,                                                                                 
##          resp=25}                    => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4459]  {prem=1,                                                                                    
##          resp=25}                    => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4460]  {resp=25}                    => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4461]  {resp=20,                                                                                   
##          temp=7}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4462]  {outcome=2,                                                                                 
##          resp=20}                    => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4463]  {prolonged=1,                                                                               
##          resp=20}                    => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4464]  {chest indrawing=2,                                                                         
##          resp=20}                    => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4465]  {resp=20}                    => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4466]  {resp=24,                                                                                   
##          ventilation=3}              => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4467]  {resp=24,                                                                                   
##          serious outcome?=2}         => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4468]  {prolonged=1,                                                                               
##          resp=24}                    => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4469]  {people in house=2,                                                                         
##          Xray=1}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4470]  {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4471]  {resp=13,                                                                                   
##          Xray=3}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4472]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4473]  {resp=18,                                                                                   
##          Xray=3}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4474]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4475]  {resp=18,                                                                                   
##          temp=5}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4476]  {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4477]  {temp=10,                                                                                   
##          vaccinations=1}             => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4478]  {Maternal smoke category=2,                                                                 
##          vaccinations=2}             => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4479]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4480]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4481]  {O2 saturation=21,                                                                          
##          people in house=1}          => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4482]  {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4483]  {O2 saturation=24,                                                                          
##          prem=2}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4484]  {O2 saturation=24,                                                                          
##          stunted=2}                  => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4485]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4486]  {chest indrawing=1,                                                                         
##          temp=7}                     => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4487]  {CRP=97,                                                                                    
##          duration_admission=15}      => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4488]  {duration_admission=15,                                                                     
##          uwfa=2}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4489]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {sex=2}                     0.02298851  0.8000000  1.2000000
## [4490]  {duration_admission=17,                                                                     
##          Maternal smoke category=1}  => {sex=2}                     0.04597701  0.8000000  1.2000000
## [4491]  {prolonged=1,                                                                               
##          stunted=2}                  => {sex=2}                     0.25287356  0.8000000  1.2000000
## [4492]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {lbw=1}                     0.28735632  0.8620690  1.2000000
## [4493]  {lbw=1,                                                                                     
##          vaccinations=1}             => {prem=1}                    0.21264368  0.8409091  1.1993294
## [4494]  {people in house=2,                                                                         
##          uwfa=1}                     => {lbw=1}                     0.21264368  0.8604651  1.1977674
## [4495]  {prem=1,                                                                                    
##          vaccinations=1}             => {lbw=1}                     0.21264368  0.8604651  1.1977674
## [4496]  {outcome=2,                                                                                 
##          resp=13}                    => {uwfa=1}                    0.06321839  0.8461538  1.1969981
## [4497]  {resp=13}                    => {uwfa=1}                    0.06321839  0.8461538  1.1969981
## [4498]  {lbw=1,                                                                                     
##          resp=18}                    => {uwfa=1}                    0.06321839  0.8461538  1.1969981
## [4499]  {O2 saturation=23,                                                                          
##          prem=1}                     => {uwfa=1}                    0.06321839  0.8461538  1.1969981
## [4500]  {lbw=1,                                                                                     
##          O2 saturation=23}           => {uwfa=1}                    0.06321839  0.8461538  1.1969981
## [4501]  {O2 saturation=21,                                                                          
##          prem=1}                     => {uwfa=1}                    0.06321839  0.8461538  1.1969981
## [4502]  {duration_admission=11,                                                                     
##          Xray=3}                     => {uwfa=1}                    0.06321839  0.8461538  1.1969981
## [4503]  {temp=7,                                                                                    
##          vaccinations=2}             => {uwfa=1}                    0.12643678  0.8461538  1.1969981
## [4504]  {prem=1,                                                                                    
##          ventilation=3}              => {uwfa=1}                    0.56896552  0.8461538  1.1969981
## [4505]  {chest indrawing=2,                                                                         
##          prem=1}                     => {uwfa=1}                    0.50574713  0.8461538  1.1969981
## [4506]  {CRP=97,                                                                                    
##          ventilation=3}              => {prem=1}                    0.14942529  0.8387097  1.1961925
## [4507]  {prem=1,                                                                                    
##          sex=2}                      => {uwfa=1}                    0.37356322  0.8441558  1.1941717
## [4508]  {lbw=1,                                                                                     
##          people in house=2}          => {prem=1}                    0.20689655  0.8372093  1.1940526
## [4509]  {outcome=2,                                                                                 
##          pulse=25}                   => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4510]  {pulse=25}                   => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4511]  {O2 saturation=27,                                                                          
##          outcome=2}                  => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4512]  {O2 saturation=27}           => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4513]  {CRP=45,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4514]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4515]  {chest indrawing=2,                                                                         
##          O2 saturation=1}            => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4516]  {CRP=58,                                                                                    
##          stunted=1}                  => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4517]  {CRP=58,                                                                                    
##          stunted=1}                  => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4518]  {CRP=58,                                                                                    
##          people in house=1}          => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4519]  {CRP=58,                                                                                    
##          people in house=1}          => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4520]  {CRP=58,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4521]  {CRP=58,                                                                                    
##          uwfa=1}                     => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4522]  {CRP=58,                                                                                    
##          lbw=1}                      => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4523]  {CRP=58,                                                                                    
##          hiv_exposure=3}             => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4524]  {lbw=1,                                                                                     
##          O2 saturation=20}           => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4525]  {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4526]  {resp=10,                                                                                   
##          stunted=1}                  => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4527]  {prem=1,                                                                                    
##          resp=10}                    => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4528]  {chest indrawing=2,                                                                         
##          resp=10}                    => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4529]  {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4530]  {prem=1,                                                                                    
##          resp=8}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4531]  {resp=8,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4532]  {O2 saturation=26,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4533]  {O2 saturation=26,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4534]  {resp=20,                                                                                   
##          stunted=1}                  => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4535]  {resp=24,                                                                                   
##          stunted=1}                  => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4536]  {people in house=1,                                                                         
##          Xray=1}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4537]  {duration_admission=18,                                                                     
##          Maternal smoke category=1}  => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4538]  {duration_admission=18,                                                                     
##          hiv_exposure=3}             => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4539]  {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4540]  {duration_admission=19,                                                                     
##          people in house=1}          => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4541]  {vaccinations=4,                                                                            
##          Xray=4}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4542]  {vaccinations=4,                                                                            
##          Xray=4}                     => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4543]  {vaccinations=4}             => {lbw=1}                     0.06896552  0.8571429  1.1931429
## [4544]  {people in house=1,                                                                         
##          resp=18}                    => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4545]  {people in house=1,                                                                         
##          resp=18}                    => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4546]  {O2 saturation=23,                                                                          
##          temp=7}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4547]  {O2 saturation=23,                                                                          
##          temp=7}                     => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4548]  {O2 saturation=23,                                                                          
##          people in house=2}          => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4549]  {Maternal smoke category=3,                                                                 
##          temp=3}                     => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4550]  {outcome=2,                                                                                 
##          temp=3}                     => {lbw=1}                     0.06896552  0.8571429  1.1931429
## [4551]  {temp=3}                     => {lbw=1}                     0.06896552  0.8571429  1.1931429
## [4552]  {prem=1,                                                                                    
##          serious outcome?=1}         => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4553]  {sex=1,                                                                                     
##          temp=10}                    => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4554]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4555]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4556]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4557]  {O2 saturation=22,                                                                          
##          sex=1}                      => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4558]  {O2 saturation=22,                                                                          
##          people in house=1}          => {lbw=1}                     0.06896552  0.8571429  1.1931429
## [4559]  {chest indrawing=2,                                                                         
##          O2 saturation=22}           => {lbw=1}                     0.06896552  0.8571429  1.1931429
## [4560]  {O2 saturation=21,                                                                          
##          temp=7}                     => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4561]  {O2 saturation=21,                                                                          
##          stunted=2}                  => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4562]  {lbw=1,                                                                                     
##          O2 saturation=21}           => {hiv_exposure=3}            0.06896552  0.8571429  1.1931429
## [4563]  {duration_admission=2,                                                                      
##          O2 saturation=24}           => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4564]  {chest indrawing=1,                                                                         
##          Xray=2}                     => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4565]  {chest indrawing=1,                                                                         
##          hiv_exposure=1}             => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4566]  {chest indrawing=1,                                                                         
##          stunted=2}                  => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4567]  {duration_admission=2,                                                                      
##          resp=16}                    => {lbw=1}                     0.03448276  0.8571429  1.1931429
## [4568]  {lbw=2,                                                                                     
##          resp=16}                    => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4569]  {resp=16,                                                                                   
##          temp=5}                     => {hiv_exposure=3}            0.06896552  0.8571429  1.1931429
## [4570]  {duration_admission=17,                                                                     
##          stunted=2}                  => {hiv_exposure=3}            0.03448276  0.8571429  1.1931429
## [4571]  {duration_admission=17,                                                                     
##          vaccinations=2}             => {hiv_exposure=3}            0.06896552  0.8571429  1.1931429
## [4572]  {people in house=1,                                                                         
##          sex=1}                      => {lbw=1}                     0.20689655  0.8571429  1.1931429
## [4573]  {O2 saturation=21,                                                                          
##          outcome=2}                  => {uwfa=1}                    0.09195402  0.8421053  1.1912709
## [4574]  {O2 saturation=21}           => {uwfa=1}                    0.09195402  0.8421053  1.1912709
## [4575]  {chest indrawing=1,                                                                         
##          lbw=1}                      => {uwfa=1}                    0.09195402  0.8421053  1.1912709
## [4576]  {lbw=1,                                                                                     
##          vaccinations=1}             => {uwfa=1}                    0.21264368  0.8409091  1.1895787
## [4577]  {prolonged=1,                                                                               
##          sex=1}                      => {lbw=1}                     0.27011494  0.8545455  1.1895273
## [4578]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4579]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4580]  {O2 saturation=20,                                                                          
##          vaccinations=1}             => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4581]  {O2 saturation=20,                                                                          
##          sex=2}                      => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4582]  {people in house=1,                                                                         
##          resp=10}                    => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4583]  {lbw=1,                                                                                     
##          resp=30}                    => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4584]  {O2 saturation=18,                                                                          
##          stunted=1}                  => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4585]  {lbw=1,                                                                                     
##          O2 saturation=18}           => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4586]  {hiv_exposure=3,                                                                            
##          O2 saturation=18}           => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4587]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4588]  {prolonged=1,                                                                               
##          resp=13}                    => {prem=1}                    0.05747126  0.8333333  1.1885246
## [4589]  {duration_admission=19,                                                                     
##          sex=1}                      => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4590]  {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4591]  {chest indrawing=2,                                                                         
##          vaccinations=4}             => {prem=1}                    0.05747126  0.8333333  1.1885246
## [4592]  {chest indrawing=2,                                                                         
##          resp=18}                    => {prem=1}                    0.05747126  0.8333333  1.1885246
## [4593]  {CRP=2,                                                                                     
##          stunted=1}                  => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4594]  {Maternal smoke category=1,                                                                 
##          temp=3}                     => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4595]  {Maternal smoke category=1,                                                                 
##          temp=10}                    => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4596]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4597]  {Maternal smoke category=3,                                                                 
##          prolonged=2}                => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4598]  {prolonged=2,                                                                               
##          uwfa=1}                     => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4599]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4600]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4601]  {duration_admission=11,                                                                     
##          resp=16}                    => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4602]  {resp=16,                                                                                   
##          temp=7}                     => {prem=1}                    0.02873563  0.8333333  1.1885246
## [4603]  {duration_admission=17,                                                                     
##          stunted=1}                  => {prem=1}                    0.08620690  0.8333333  1.1885246
## [4604]  {duration_admission=2,                                                                      
##          sex=2}                      => {prem=1}                    0.08620690  0.8333333  1.1885246
## [4605]  {hiv_exposure=1,                                                                            
##          Xray=3}                     => {prem=1}                    0.05747126  0.8333333  1.1885246
## [4606]  {uwfa=1,                                                                                    
##          Xray=4}                     => {prem=1}                    0.17241379  0.8333333  1.1885246
## [4607]  {CRP=97,                                                                                    
##          serious outcome?=2}         => {prem=1}                    0.14367816  0.8333333  1.1885246
## [4608]  {hiv_exposure=1,                                                                            
##          lbw=1}                      => {prem=1}                    0.14367816  0.8333333  1.1885246
## [4609]  {stunted=1,                                                                                 
##          temp=5}                     => {prem=1}                    0.20114943  0.8333333  1.1885246
## [4610]  {outcome=2,                                                                                 
##          Xray=3}                     => {uwfa=1}                    0.29885057  0.8387097  1.1864673
## [4611]  {Xray=3}                     => {uwfa=1}                    0.29885057  0.8387097  1.1864673
## [4612]  {CRP=97,                                                                                    
##          prem=1}                     => {hiv_exposure=3}            0.13218391  0.8518519  1.1857778
## [4613]  {lbw=1,                                                                                     
##          Xray=2}                     => {hiv_exposure=3}            0.13218391  0.8518519  1.1857778
## [4614]  {sex=1,                                                                                     
##          ventilation=3}              => {lbw=1}                     0.26436782  0.8518519  1.1857778
## [4615]  {people in house=2,                                                                         
##          vaccinations=1}             => {hiv_exposure=3}            0.13218391  0.8518519  1.1857778
## [4616]  {prolonged=1,                                                                               
##          vaccinations=2}             => {prem=1}                    0.36781609  0.8311688  1.1854375
## [4617]  {prem=1,                                                                                    
##          vaccinations=1}             => {uwfa=1}                    0.20689655  0.8372093  1.1843449
## [4618]  {hiv_exposure=3,                                                                            
##          Xray=3}                     => {uwfa=1}                    0.23563218  0.8367347  1.1836735
## [4619]  {lbw=1,                                                                                     
##          Maternal smoke category=1}  => {prem=1}                    0.22413793  0.8297872  1.1834670
## [4620]  {chest indrawing=2,                                                                         
##          duration_admission=17}      => {hiv_exposure=3}            0.09770115  0.8500000  1.1832000
## [4621]  {chest indrawing=2,                                                                         
##          duration_admission=17}      => {lbw=1}                     0.09770115  0.8500000  1.1832000
## [4622]  {temp=7,                                                                                    
##          uwfa=1}                     => {lbw=1}                     0.19540230  0.8500000  1.1832000
## [4623]  {ventilation=3,                                                                             
##          Xray=3}                     => {uwfa=1}                    0.29310345  0.8360656  1.1827269
## [4624]  {serious outcome?=2,                                                                        
##          Xray=3}                     => {uwfa=1}                    0.29310345  0.8360656  1.1827269
## [4625]  {serious outcome?=2,                                                                        
##          sex=1}                      => {lbw=1}                     0.25862069  0.8490566  1.1818868
## [4626]  {hiv_exposure=3,                                                                            
##          people in house=1}          => {uwfa=1}                    0.37931034  0.8354430  1.1818462
## [4627]  {people in house=2,                                                                         
##          vaccinations=2}             => {lbw=1}                     0.16091954  0.8484848  1.1810909
## [4628]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {hiv_exposure=3}            0.16091954  0.8484848  1.1810909
## [4629]  {Maternal smoke category=1,                                                                 
##          prem=1}                     => {lbw=1}                     0.22413793  0.8478261  1.1801739
## [4630]  {people in house=1,                                                                         
##          stunted=1}                  => {lbw=1}                     0.35057471  0.8472222  1.1793333
## [4631]  {pulse=34,                                                                                  
##          vaccinations=2}             => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4632]  {outcome=2,                                                                                 
##          pulse=34}                   => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4633]  {prolonged=1,                                                                               
##          pulse=34}                   => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4634]  {pulse=34}                   => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4635]  {outcome=2,                                                                                 
##          pulse=20}                   => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4636]  {chest indrawing=2,                                                                         
##          pulse=20}                   => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4637]  {pulse=20}                   => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4638]  {CRP=45,                                                                                    
##          vaccinations=2}             => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4639]  {CRP=45,                                                                                    
##          sex=2}                      => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4640]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4641]  {CRP=58,                                                                                    
##          prem=1}                     => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4642]  {people in house=1,                                                                         
##          resp=10}                    => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4643]  {resp=10,                                                                                   
##          sex=2}                      => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4644]  {O2 saturation=18,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4645]  {O2 saturation=18,                                                                          
##          prem=1}                     => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4646]  {lbw=1,                                                                                     
##          O2 saturation=18}           => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4647]  {Maternal smoke category=3,                                                                 
##          O2 saturation=26}           => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4648]  {O2 saturation=26,                                                                          
##          sex=2}                      => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4649]  {chest indrawing=2,                                                                         
##          resp=13}                    => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4650]  {duration_admission=18,                                                                     
##          hiv_exposure=1}             => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4651]  {duration_admission=18,                                                                     
##          people in house=2}          => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4652]  {duration_admission=19,                                                                     
##          sex=1}                      => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4653]  {chest indrawing=2,                                                                         
##          vaccinations=4}             => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4654]  {lbw=1,                                                                                     
##          vaccinations=4}             => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4655]  {resp=18,                                                                                   
##          vaccinations=2}             => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4656]  {prem=1,                                                                                    
##          resp=18}                    => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4657]  {Maternal smoke category=1,                                                                 
##          temp=3}                     => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4658]  {temp=3,                                                                                    
##          vaccinations=2}             => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4659]  {chest indrawing=2,                                                                         
##          temp=3}                     => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4660]  {lbw=1,                                                                                     
##          temp=3}                     => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4661]  {prem=1,                                                                                    
##          temp=10}                    => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4662]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4663]  {Maternal smoke category=2,                                                                 
##          stunted=1}                  => {uwfa=1}                    0.05747126  0.8333333  1.1788618
## [4664]  {O2 saturation=21,                                                                          
##          prem=2}                     => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4665]  {chest indrawing=2,                                                                         
##          O2 saturation=21}           => {uwfa=1}                    0.08620690  0.8333333  1.1788618
## [4666]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4667]  {duration_admission=11,                                                                     
##          resp=16}                    => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4668]  {resp=16,                                                                                   
##          temp=7}                     => {uwfa=1}                    0.02873563  0.8333333  1.1788618
## [4669]  {duration_admission=2,                                                                      
##          sex=2}                      => {uwfa=1}                    0.08620690  0.8333333  1.1788618
## [4670]  {temp=5,                                                                                    
##          Xray=3}                     => {uwfa=1}                    0.11494253  0.8333333  1.1788618
## [4671]  {sex=1,                                                                                     
##          vaccinations=2}             => {uwfa=1}                    0.14367816  0.8333333  1.1788618
## [4672]  {people in house=1,                                                                         
##          sex=1}                      => {uwfa=1}                    0.20114943  0.8333333  1.1788618
## [4673]  {outcome=2,                                                                                 
##          resp=13}                    => {lbw=1}                     0.06321839  0.8461538  1.1778462
## [4674]  {resp=13}                    => {lbw=1}                     0.06321839  0.8461538  1.1778462
## [4675]  {duration_admission=18,                                                                     
##          outcome=2}                  => {lbw=1}                     0.06321839  0.8461538  1.1778462
## [4676]  {duration_admission=18,                                                                     
##          prolonged=1}                => {lbw=1}                     0.06321839  0.8461538  1.1778462
## [4677]  {duration_admission=18}      => {lbw=1}                     0.06321839  0.8461538  1.1778462
## [4678]  {prolonged=1,                                                                               
##          resp=18}                    => {hiv_exposure=3}            0.06321839  0.8461538  1.1778462
## [4679]  {lbw=1,                                                                                     
##          resp=18}                    => {hiv_exposure=3}            0.06321839  0.8461538  1.1778462
## [4680]  {O2 saturation=21,                                                                          
##          prem=1}                     => {lbw=1}                     0.06321839  0.8461538  1.1778462
## [4681]  {O2 saturation=24,                                                                          
##          people in house=1}          => {lbw=1}                     0.06321839  0.8461538  1.1778462
## [4682]  {duration_admission=17,                                                                     
##          outcome=2}                  => {lbw=1}                     0.12643678  0.8461538  1.1778462
## [4683]  {duration_admission=17,                                                                     
##          prolonged=1}                => {lbw=1}                     0.12643678  0.8461538  1.1778462
## [4684]  {duration_admission=17}      => {lbw=1}                     0.12643678  0.8461538  1.1778462
## [4685]  {CRP=97,                                                                                    
##          sex=1}                      => {hiv_exposure=3}            0.06321839  0.8461538  1.1778462
## [4686]  {duration_admission=11,                                                                     
##          Xray=3}                     => {hiv_exposure=3}            0.06321839  0.8461538  1.1778462
## [4687]  {hiv_exposure=1,                                                                            
##          uwfa=1}                     => {lbw=1}                     0.12643678  0.8461538  1.1778462
## [4688]  {sex=1}                      => {lbw=1}                     0.28160920  0.8448276  1.1760000
## [4689]  {sex=1,                                                                                     
##          stunted=1}                  => {hiv_exposure=3}            0.21839080  0.8444444  1.1754667
## [4690]  {prolonged=1,                                                                               
##          vaccinations=2}             => {lbw=1}                     0.37356322  0.8441558  1.1750649
## [4691]  {lbw=1,                                                                                     
##          resp=16}                    => {prem=1}                    0.08045977  0.8235294  1.1745419
## [4692]  {CRP=97,                                                                                    
##          prolonged=1}                => {hiv_exposure=3}            0.15517241  0.8437500  1.1745000
## [4693]  {chest indrawing=2,                                                                         
##          Xray=3}                     => {uwfa=1}                    0.25287356  0.8301887  1.1744133
## [4694]  {hiv_exposure=3,                                                                            
##          people in house=1}          => {prem=1}                    0.37356322  0.8227848  1.1734800
## [4695]  {lbw=1,                                                                                     
##          temp=7}                     => {uwfa=1}                    0.19540230  0.8292683  1.1731112
## [4696]  {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {prem=1}                    0.21264368  0.8222222  1.1726776
## [4697]  {lbw=1,                                                                                     
##          sex=2}                      => {uwfa=1}                    0.36206897  0.8289474  1.1726573
## [4698]  {O2 saturation=21,                                                                          
##          outcome=2}                  => {hiv_exposure=3}            0.09195402  0.8421053  1.1722105
## [4699]  {O2 saturation=21}           => {hiv_exposure=3}            0.09195402  0.8421053  1.1722105
## [4700]  {chest indrawing=1,                                                                         
##          uwfa=1}                     => {lbw=1}                     0.09195402  0.8421053  1.1722105
## [4701]  {vaccinations=2,                                                                            
##          Xray=2}                     => {lbw=1}                     0.09195402  0.8421053  1.1722105
## [4702]  {people in house=2,                                                                         
##          temp=7}                     => {hiv_exposure=3}            0.09195402  0.8421053  1.1722105
## [4703]  {prem=1,                                                                                    
##          temp=7}                     => {hiv_exposure=3}            0.18390805  0.8421053  1.1722105
## [4704]  {sex=1,                                                                                     
##          Xray=3}                     => {lbw=1}                     0.09195402  0.8421053  1.1722105
## [4705]  {sex=1,                                                                                     
##          Xray=4}                     => {lbw=1}                     0.09195402  0.8421053  1.1722105
## [4706]  {prolonged=1,                                                                               
##          Xray=2}                     => {uwfa=1}                    0.16666667  0.8285714  1.1721254
## [4707]  {duration_admission=2,                                                                      
##          outcome=2}                  => {uwfa=1}                    0.13793103  0.8275862  1.1707317
## [4708]  {duration_admission=2,                                                                      
##          ventilation=3}              => {uwfa=1}                    0.13793103  0.8275862  1.1707317
## [4709]  {duration_admission=2,                                                                      
##          serious outcome?=2}         => {uwfa=1}                    0.13793103  0.8275862  1.1707317
## [4710]  {duration_admission=2,                                                                      
##          prolonged=1}                => {uwfa=1}                    0.13793103  0.8275862  1.1707317
## [4711]  {duration_admission=2}       => {uwfa=1}                    0.13793103  0.8275862  1.1707317
## [4712]  {Maternal smoke category=1,                                                                 
##          uwfa=1}                     => {lbw=1}                     0.21264368  0.8409091  1.1705455
## [4713]  {vaccinations=2,                                                                            
##          ventilation=3}              => {prem=1}                    0.36781609  0.8205128  1.1702396
## [4714]  {serious outcome?=2,                                                                        
##          vaccinations=2}             => {prem=1}                    0.36781609  0.8205128  1.1702396
## [4715]  {temp=5,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.23563218  0.8200000  1.1695082
## [4716]  {duration_admission=17,                                                                     
##          ventilation=3}              => {lbw=1}                     0.12068966  0.8400000  1.1692800
## [4717]  {duration_admission=17,                                                                     
##          serious outcome?=2}         => {lbw=1}                     0.12068966  0.8400000  1.1692800
## [4718]  {duration_admission=2,                                                                      
##          prem=1}                     => {lbw=1}                     0.12068966  0.8400000  1.1692800
## [4719]  {chest indrawing=1,                                                                         
##          outcome=2}                  => {uwfa=1}                    0.10919540  0.8260870  1.1686108
## [4720]  {duration_admission=17,                                                                     
##          hiv_exposure=3}             => {uwfa=1}                    0.10919540  0.8260870  1.1686108
## [4721]  {outcome=2,                                                                                 
##          sex=1}                      => {lbw=1}                     0.27011494  0.8392857  1.1682857
## [4722]  {people in house=2,                                                                         
##          vaccinations=2}             => {prem=1}                    0.15517241  0.8181818  1.1669151
## [4723]  {resp=13,                                                                                   
##          ventilation=3}              => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4724]  {resp=13,                                                                                   
##          serious outcome?=2}         => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4725]  {resp=13,                                                                                   
##          uwfa=1}                     => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4726]  {outcome=2,                                                                                 
##          vaccinations=4}             => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4727]  {vaccinations=4,                                                                            
##          ventilation=3}              => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4728]  {prolonged=1,                                                                               
##          temp=3}                     => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4729]  {temp=3,                                                                                    
##          uwfa=1}                     => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4730]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4731]  {duration_admission=15,                                                                     
##          people in house=1}          => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4732]  {duration_admission=2,                                                                      
##          vaccinations=1}             => {prem=1}                    0.05172414  0.8181818  1.1669151
## [4733]  {Maternal smoke category=1,                                                                 
##          uwfa=1}                     => {prem=1}                    0.20689655  0.8181818  1.1669151
## [4734]  {O2 saturation=21,                                                                          
##          ventilation=3}              => {uwfa=1}                    0.08045977  0.8235294  1.1649928
## [4735]  {O2 saturation=21,                                                                          
##          serious outcome?=2}         => {uwfa=1}                    0.08045977  0.8235294  1.1649928
## [4736]  {chest indrawing=1,                                                                         
##          Maternal smoke category=3}  => {uwfa=1}                    0.08045977  0.8235294  1.1649928
## [4737]  {duration_admission=17,                                                                     
##          people in house=1}          => {uwfa=1}                    0.08045977  0.8235294  1.1649928
## [4738]  {people in house=1,                                                                         
##          Xray=2}                     => {uwfa=1}                    0.08045977  0.8235294  1.1649928
## [4739]  {ventilation=3,                                                                             
##          Xray=2}                     => {uwfa=1}                    0.16091954  0.8235294  1.1649928
## [4740]  {serious outcome?=2,                                                                        
##          Xray=2}                     => {uwfa=1}                    0.16091954  0.8235294  1.1649928
## [4741]  {Maternal smoke category=3,                                                                 
##          temp=5}                     => {uwfa=1}                    0.16091954  0.8235294  1.1649928
## [4742]  {hiv_exposure=3,                                                                            
##          Xray=3}                     => {prem=1}                    0.22988506  0.8163265  1.1642690
## [4743]  {dob=73,                                                                                    
##          infant_id...1=117}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4744]  {dob=73,                                                                                    
##          infant_id...2=117}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4745]  {dob=73,                                                                                    
##          lbw=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4746]  {dob=73,                                                                                    
##          prem=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4747]  {dob=73,                                                                                    
##          people in house=2}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4748]  {dob=73,                                                                                    
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4749]  {dob=73,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4750]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4751]  {dob=73,                                                                                    
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4752]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4753]  {dob=73,                                                                                    
##          outcome=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4754]  {dob=73,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4755]  {dob=73,                                                                                    
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4756]  {dob=73,                                                                                    
##          prolonged=1}                => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4757]  {dob=73}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4758]  {CRP=87,                                                                                    
##          Maternal smoke category=3}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4759]  {CRP=87,                                                                                    
##          stunted=1}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4760]  {CRP=87,                                                                                    
##          prem=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4761]  {CRP=87,                                                                                    
##          uwfa=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4762]  {CRP=87,                                                                                    
##          lbw=1}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4763]  {CRP=87,                                                                                    
##          outcome=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4764]  {CRP=87}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4765]  {resp=9,                                                                                    
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4766]  {hiv_exposure=3,                                                                            
##          resp=9}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4767]  {outcome=2,                                                                                 
##          resp=9}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4768]  {resp=9,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4769]  {resp=9,                                                                                    
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4770]  {prolonged=1,                                                                               
##          resp=9}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4771]  {resp=9}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4772]  {outcome=2,                                                                                 
##          vaccinations=3}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4773]  {vaccinations=3}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4774]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4775]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4776]  {infant_id...1=117,                                                                         
##          prem=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4777]  {infant_id...1=117,                                                                         
##          people in house=2}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4778]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4779]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4780]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4781]  {infant_id...1=117,                                                                         
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4782]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4783]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4784]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4785]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4786]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4787]  {infant_id...1=117}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4788]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4789]  {infant_id...2=117,                                                                         
##          prem=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4790]  {infant_id...2=117,                                                                         
##          people in house=2}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4791]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4792]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4793]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4794]  {infant_id...2=117,                                                                         
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4795]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4796]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4797]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4798]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4799]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4800]  {infant_id...2=117}          => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4801]  {hiv_exposure=3,                                                                            
##          resp=14}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4802]  {outcome=2,                                                                                 
##          resp=14}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4803]  {resp=14,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4804]  {resp=14,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4805]  {prolonged=1,                                                                               
##          resp=14}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4806]  {resp=14}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4807]  {pulse=7,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4808]  {outcome=2,                                                                                 
##          pulse=7}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4809]  {pulse=7,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4810]  {pulse=7,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4811]  {pulse=7}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4812]  {pulse=31,                                                                                  
##          stunted=1}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4813]  {pulse=31,                                                                                  
##          uwfa=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4814]  {lbw=1,                                                                                     
##          pulse=31}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4815]  {outcome=2,                                                                                 
##          pulse=31}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4816]  {pulse=31,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4817]  {pulse=31,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4818]  {prolonged=1,                                                                               
##          pulse=31}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4819]  {pulse=31}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4820]  {people in house=1,                                                                         
##          pulse=12}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4821]  {prem=1,                                                                                    
##          pulse=12}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4822]  {pulse=12,                                                                                  
##          uwfa=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4823]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4824]  {outcome=2,                                                                                 
##          pulse=12}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4825]  {pulse=12,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4826]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4827]  {prolonged=1,                                                                               
##          pulse=12}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4828]  {pulse=12}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4829]  {people in house=1,                                                                         
##          pulse=55}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4830]  {prem=1,                                                                                    
##          pulse=55}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4831]  {outcome=2,                                                                                 
##          pulse=55}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4832]  {pulse=55}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4833]  {Maternal smoke category=3,                                                                 
##          pulse=45}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4834]  {outcome=2,                                                                                 
##          pulse=45}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4835]  {pulse=45}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4836]  {lbw=2,                                                                                     
##          O2 saturation=17}           => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4837]  {O2 saturation=17,                                                                          
##          uwfa=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4838]  {O2 saturation=17,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4839]  {O2 saturation=17,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4840]  {hiv_exposure=3,                                                                            
##          O2 saturation=17}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4841]  {O2 saturation=17,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4842]  {O2 saturation=17,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4843]  {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4844]  {O2 saturation=17,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4845]  {O2 saturation=17}           => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4846]  {O2 saturation=15,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4847]  {hiv_exposure=3,                                                                            
##          O2 saturation=15}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4848]  {O2 saturation=15,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4849]  {O2 saturation=15,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4850]  {O2 saturation=15,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4851]  {O2 saturation=15,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4852]  {O2 saturation=15}           => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4853]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4854]  {pulse=29,                                                                                  
##          stunted=1}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4855]  {people in house=1,                                                                         
##          pulse=29}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4856]  {prem=1,                                                                                    
##          pulse=29}                   => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4857]  {pulse=29,                                                                                  
##          uwfa=1}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4858]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4859]  {lbw=1,                                                                                     
##          pulse=29}                   => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4860]  {outcome=2,                                                                                 
##          pulse=29}                   => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4861]  {pulse=29,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4862]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4863]  {prolonged=1,                                                                               
##          pulse=29}                   => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4864]  {pulse=29}                   => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4865]  {prolonged=1,                                                                               
##          pulse=26}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4866]  {hiv_exposure=3,                                                                            
##          resp=11}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4867]  {pulse=28,                                                                                  
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4868]  {pulse=28,                                                                                  
##          uwfa=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4869]  {hiv_exposure=3,                                                                            
##          pulse=28}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4870]  {outcome=2,                                                                                 
##          pulse=28}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4871]  {pulse=28,                                                                                  
##          ventilation=3}              => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4872]  {pulse=28,                                                                                  
##          serious outcome?=2}         => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4873]  {prolonged=1,                                                                               
##          pulse=28}                   => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4874]  {pulse=28}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4875]  {duration_admission=20,                                                                     
##          prem=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4876]  {duration_admission=20,                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4877]  {duration_admission=20,                                                                     
##          temp=5}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4878]  {duration_admission=20,                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4879]  {duration_admission=20,                                                                     
##          people in house=1}          => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4880]  {duration_admission=20,                                                                     
##          hiv_exposure=3}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4881]  {duration_admission=20,                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4882]  {duration_admission=20,                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4883]  {duration_admission=20,                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4884]  {duration_admission=20,                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4885]  {duration_admission=20}      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4886]  {hiv_exposure=3,                                                                            
##          pulse=35}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4887]  {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4888]  {dob=113,                                                                                   
##          infant_id...2=71}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4889]  {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4890]  {infant_id...2=71,                                                                          
##          prolonged=2}                => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4891]  {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4892]  {infant_id...2=71,                                                                          
##          lbw=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4893]  {infant_id...2=71,                                                                          
##          uwfa=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4894]  {infant_id...2=71,                                                                          
##          prem=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4895]  {infant_id...2=71,                                                                          
##          Xray=4}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4896]  {infant_id...2=71,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4897]  {infant_id...2=71,                                                                          
##          vaccinations=2}             => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4898]  {infant_id...2=71,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4899]  {infant_id...2=71,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4900]  {infant_id...2=71,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4901]  {infant_id...2=71}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4902]  {dob=113,                                                                                   
##          infant_id...1=71}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4903]  {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4904]  {infant_id...1=71,                                                                          
##          prolonged=2}                => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4905]  {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4906]  {infant_id...1=71,                                                                          
##          lbw=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4907]  {infant_id...1=71,                                                                          
##          uwfa=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4908]  {infant_id...1=71,                                                                          
##          prem=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4909]  {infant_id...1=71,                                                                          
##          Xray=4}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4910]  {infant_id...1=71,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4911]  {infant_id...1=71,                                                                          
##          vaccinations=2}             => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4912]  {infant_id...1=71,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4913]  {infant_id...1=71,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4914]  {infant_id...1=71,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4915]  {infant_id...1=71}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4916]  {dob=113,                                                                                   
##          Maternal smoke category=2}  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4917]  {dob=113,                                                                                   
##          prolonged=2}                => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4918]  {dob=113,                                                                                   
##          hiv_exposure=1}             => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4919]  {dob=113,                                                                                   
##          lbw=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4920]  {dob=113,                                                                                   
##          uwfa=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4921]  {dob=113,                                                                                   
##          prem=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4922]  {dob=113,                                                                                   
##          Xray=4}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4923]  {dob=113,                                                                                   
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4924]  {dob=113,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4925]  {dob=113,                                                                                   
##          people in house=1}          => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4926]  {dob=113,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4927]  {dob=113,                                                                                   
##          outcome=2}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4928]  {dob=113}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4929]  {Maternal smoke category=1,                                                                 
##          pulse=34}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4930]  {pulse=34,                                                                                  
##          vaccinations=2}             => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4931]  {people in house=1,                                                                         
##          pulse=34}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4932]  {prem=1,                                                                                    
##          pulse=34}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4933]  {hiv_exposure=3,                                                                            
##          pulse=34}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4934]  {outcome=2,                                                                                 
##          pulse=34}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4935]  {prolonged=1,                                                                               
##          pulse=34}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4936]  {pulse=34,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4937]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4938]  {pulse=34}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4939]  {serious outcome?=1,                                                                        
##          ventilation=1}              => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4940]  {serious outcome?=1,                                                                        
##          ventilation=1}              => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4941]  {ventilation=1,                                                                             
##          Xray=4}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4942]  {ventilation=1,                                                                             
##          Xray=4}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4943]  {temp=5,                                                                                    
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4944]  {vaccinations=2,                                                                            
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4945]  {stunted=1,                                                                                 
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4946]  {people in house=1,                                                                         
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4947]  {prem=1,                                                                                    
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4948]  {uwfa=1,                                                                                    
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4949]  {outcome=2,                                                                                 
##          ventilation=1}              => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4950]  {hiv_exposure=3,                                                                            
##          ventilation=1}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4951]  {chest indrawing=2,                                                                         
##          ventilation=1}              => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4952]  {lbw=1,                                                                                     
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4953]  {outcome=2,                                                                                 
##          ventilation=1}              => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4954]  {prolonged=1,                                                                               
##          ventilation=1}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4955]  {ventilation=1}              => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4956]  {ventilation=1}              => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4957]  {duration_admission=17,                                                                     
##          pulse=27}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4958]  {pulse=27,                                                                                  
##          Xray=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4959]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4960]  {pulse=27,                                                                                  
##          stunted=1}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4961]  {pulse=27,                                                                                  
##          stunted=1}                  => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4962]  {pulse=27,                                                                                  
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4963]  {prem=1,                                                                                    
##          pulse=27}                   => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4964]  {prem=1,                                                                                    
##          pulse=27}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4965]  {pulse=27,                                                                                  
##          uwfa=1}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4966]  {pulse=27,                                                                                  
##          uwfa=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4967]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4968]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4969]  {outcome=2,                                                                                 
##          pulse=27}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4970]  {pulse=27,                                                                                  
##          ventilation=3}              => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4971]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4972]  {prolonged=1,                                                                               
##          pulse=27}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4973]  {lbw=1,                                                                                     
##          pulse=27}                   => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4974]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4975]  {outcome=2,                                                                                 
##          pulse=27}                   => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4976]  {pulse=27,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4977]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4978]  {prolonged=1,                                                                               
##          pulse=27}                   => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4979]  {pulse=27}                   => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4980]  {pulse=27}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4981]  {people in house=2,                                                                         
##          pulse=20}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4982]  {Maternal smoke category=1,                                                                 
##          pulse=20}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4983]  {pulse=20,                                                                                  
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4984]  {pulse=20,                                                                                  
##          stunted=1}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4985]  {pulse=20,                                                                                  
##          sex=2}                      => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4986]  {prem=1,                                                                                    
##          pulse=20}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4987]  {pulse=20,                                                                                  
##          uwfa=1}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4988]  {lbw=1,                                                                                     
##          pulse=20}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4989]  {outcome=2,                                                                                 
##          pulse=20}                   => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4990]  {pulse=20,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4991]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4992]  {prolonged=1,                                                                               
##          pulse=20}                   => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [4993]  {pulse=20}                   => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [4994]  {pulse=25,                                                                                  
##          ventilation=3}              => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4995]  {pulse=25,                                                                                  
##          serious outcome?=2}         => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4996]  {prolonged=1,                                                                               
##          pulse=25}                   => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [4997]  {hiv_exposure=3,                                                                            
##          pulse=25}                   => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [4998]  {CRP=45,                                                                                    
##          duration_admission=11}      => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [4999]  {CRP=45,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5000]  {CRP=45,                                                                                    
##          vaccinations=2}             => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5001]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5002]  {CRP=45,                                                                                    
##          stunted=1}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5003]  {CRP=45,                                                                                    
##          stunted=1}                  => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5004]  {CRP=45,                                                                                    
##          people in house=1}          => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5005]  {CRP=45,                                                                                    
##          people in house=1}          => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5006]  {CRP=45,                                                                                    
##          sex=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5007]  {CRP=45,                                                                                    
##          sex=2}                      => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5008]  {CRP=45,                                                                                    
##          prem=1}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5009]  {CRP=45,                                                                                    
##          uwfa=1}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5010]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5011]  {CRP=45,                                                                                    
##          lbw=1}                      => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5012]  {CRP=45,                                                                                    
##          outcome=2}                  => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5013]  {CRP=45,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5014]  {CRP=45,                                                                                    
##          serious outcome?=2}         => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5015]  {CRP=45,                                                                                    
##          prolonged=1}                => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5016]  {CRP=45}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5017]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5018]  {O2 saturation=1,                                                                           
##          sex=1}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5019]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5020]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5021]  {O2 saturation=1,                                                                           
##          people in house=1}          => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5022]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5023]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5024]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5025]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5026]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5027]  {prolonged=2,                                                                               
##          ventilation=2}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5028]  {lbw=2,                                                                                     
##          ventilation=2}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5029]  {uwfa=2,                                                                                    
##          ventilation=2}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5030]  {ventilation=2,                                                                             
##          Xray=4}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5031]  {stunted=2,                                                                                 
##          ventilation=2}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5032]  {Maternal smoke category=1,                                                                 
##          ventilation=2}              => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5033]  {people in house=1,                                                                         
##          ventilation=2}              => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5034]  {hiv_exposure=3,                                                                            
##          ventilation=2}              => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5035]  {CRP=58,                                                                                    
##          Maternal smoke category=2}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5036]  {CRP=58,                                                                                    
##          duration_admission=11}      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5037]  {CRP=58,                                                                                    
##          Xray=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5038]  {CRP=58,                                                                                    
##          sex=1}                      => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5039]  {CRP=58,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5040]  {CRP=58,                                                                                    
##          stunted=1}                  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5041]  {CRP=58,                                                                                    
##          people in house=1}          => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5042]  {CRP=58,                                                                                    
##          sex=2}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5043]  {CRP=58,                                                                                    
##          prem=1}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5044]  {CRP=58,                                                                                    
##          prem=1}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5045]  {CRP=58,                                                                                    
##          uwfa=1}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5046]  {CRP=58,                                                                                    
##          hiv_exposure=3}             => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5047]  {CRP=58,                                                                                    
##          lbw=1}                      => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5048]  {CRP=58,                                                                                    
##          outcome=2}                  => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5049]  {CRP=58,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5050]  {CRP=58,                                                                                    
##          serious outcome?=2}         => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5051]  {CRP=58,                                                                                    
##          prolonged=1}                => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5052]  {CRP=58}                     => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5053]  {O2 saturation=20,                                                                          
##          temp=7}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5054]  {O2 saturation=20,                                                                          
##          Xray=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5055]  {O2 saturation=20,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5056]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5057]  {O2 saturation=20,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5058]  {O2 saturation=20,                                                                          
##          sex=2}                      => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5059]  {O2 saturation=20,                                                                          
##          uwfa=1}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5060]  {O2 saturation=20,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5061]  {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5062]  {O2 saturation=20,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5063]  {O2 saturation=24,                                                                          
##          resp=10}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5064]  {resp=10,                                                                                   
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5065]  {people in house=1,                                                                         
##          resp=10}                    => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5066]  {resp=10,                                                                                   
##          sex=2}                      => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5067]  {resp=10,                                                                                   
##          sex=2}                      => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5068]  {duration_admission=11,                                                                     
##          resp=26}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5069]  {hiv_exposure=1,                                                                            
##          resp=26}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5070]  {lbw=2,                                                                                     
##          resp=26}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5071]  {resp=26,                                                                                   
##          uwfa=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5072]  {prem=2,                                                                                    
##          resp=26}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5073]  {resp=26,                                                                                   
##          temp=7}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5074]  {resp=26,                                                                                   
##          sex=1}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5075]  {resp=26,                                                                                   
##          Xray=4}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5076]  {resp=26,                                                                                   
##          stunted=2}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5077]  {resp=26,                                                                                   
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5078]  {resp=26,                                                                                   
##          temp=5}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5079]  {resp=26,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5080]  {Maternal smoke category=3,                                                                 
##          resp=26}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5081]  {people in house=1,                                                                         
##          resp=26}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5082]  {resp=26,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5083]  {prem=1,                                                                                    
##          resp=26}                    => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5084]  {resp=26,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5085]  {hiv_exposure=3,                                                                            
##          resp=26}                    => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5086]  {lbw=1,                                                                                     
##          resp=26}                    => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5087]  {outcome=2,                                                                                 
##          resp=26}                    => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5088]  {resp=26,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5089]  {resp=26,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5090]  {prolonged=1,                                                                               
##          resp=26}                    => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5091]  {resp=26}                    => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5092]  {duration_admission=2,                                                                      
##          O2 saturation=25}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5093]  {O2 saturation=25,                                                                          
##          uwfa=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5094]  {O2 saturation=25,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5095]  {O2 saturation=25,                                                                          
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5096]  {duration_admission=11,                                                                     
##          resp=30}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5097]  {resp=30,                                                                                   
##          uwfa=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5098]  {resp=30,                                                                                   
##          sex=1}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5099]  {resp=30,                                                                                   
##          Xray=4}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5100]  {resp=30,                                                                                   
##          Xray=4}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5101]  {resp=30,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5102]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5103]  {resp=30,                                                                                   
##          stunted=1}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5104]  {people in house=1,                                                                         
##          resp=30}                    => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5105]  {prem=1,                                                                                    
##          resp=30}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5106]  {prem=1,                                                                                    
##          resp=30}                    => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5107]  {hiv_exposure=3,                                                                            
##          resp=30}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5108]  {lbw=1,                                                                                     
##          resp=30}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5109]  {duration_admission=18,                                                                     
##          O2 saturation=18}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5110]  {hiv_exposure=1,                                                                            
##          O2 saturation=18}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5111]  {lbw=2,                                                                                     
##          O2 saturation=18}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5112]  {O2 saturation=18,                                                                          
##          prem=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5113]  {O2 saturation=18,                                                                          
##          Xray=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5114]  {O2 saturation=18,                                                                          
##          Xray=4}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5115]  {O2 saturation=18,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5116]  {Maternal smoke category=1,                                                                 
##          O2 saturation=18}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5117]  {O2 saturation=18,                                                                          
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5118]  {O2 saturation=18,                                                                          
##          temp=5}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5119]  {O2 saturation=18,                                                                          
##          vaccinations=2}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5120]  {Maternal smoke category=3,                                                                 
##          O2 saturation=18}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5121]  {O2 saturation=18,                                                                          
##          stunted=1}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5122]  {O2 saturation=18,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5123]  {O2 saturation=18,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5124]  {O2 saturation=18,                                                                          
##          prem=1}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5125]  {O2 saturation=18,                                                                          
##          prem=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5126]  {O2 saturation=18,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5127]  {O2 saturation=18,                                                                          
##          uwfa=1}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5128]  {hiv_exposure=3,                                                                            
##          O2 saturation=18}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5129]  {lbw=1,                                                                                     
##          O2 saturation=18}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5130]  {O2 saturation=18,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5131]  {O2 saturation=18,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5132]  {O2 saturation=18,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5133]  {O2 saturation=18,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5134]  {O2 saturation=18}           => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5135]  {duration_admission=15,                                                                     
##          O2 saturation=26}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5136]  {hiv_exposure=1,                                                                            
##          O2 saturation=26}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5137]  {O2 saturation=26,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5138]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5139]  {O2 saturation=26,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5140]  {O2 saturation=26,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5141]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5142]  {resp=25,                                                                                   
##          uwfa=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5143]  {people in house=1,                                                                         
##          resp=25}                    => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5144]  {resp=25,                                                                                   
##          uwfa=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5145]  {hiv_exposure=3,                                                                            
##          resp=25}                    => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5146]  {duration_admission=17,                                                                     
##          resp=20}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5147]  {resp=20,                                                                                   
##          temp=7}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5148]  {resp=20,                                                                                   
##          Xray=3}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5149]  {resp=20,                                                                                   
##          Xray=3}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5150]  {Maternal smoke category=1,                                                                 
##          resp=20}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5151]  {resp=20,                                                                                   
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5152]  {resp=20,                                                                                   
##          temp=5}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5153]  {resp=20,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5154]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5155]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5156]  {resp=20,                                                                                   
##          stunted=1}                  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5157]  {people in house=1,                                                                         
##          resp=20}                    => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5158]  {resp=20,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5159]  {prem=1,                                                                                    
##          resp=20}                    => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5160]  {resp=20,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5161]  {hiv_exposure=3,                                                                            
##          resp=20}                    => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5162]  {lbw=1,                                                                                     
##          resp=20}                    => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5163]  {outcome=2,                                                                                 
##          resp=20}                    => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5164]  {resp=20,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5165]  {resp=20,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5166]  {prolonged=1,                                                                               
##          resp=20}                    => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5167]  {resp=20}                    => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5168]  {O2 saturation=23,                                                                          
##          resp=24}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5169]  {CRP=97,                                                                                    
##          resp=24}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5170]  {resp=24,                                                                                   
##          Xray=3}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5171]  {people in house=2,                                                                         
##          resp=24}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5172]  {resp=24,                                                                                   
##          Xray=4}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5173]  {resp=24,                                                                                   
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5174]  {Maternal smoke category=1,                                                                 
##          resp=24}                    => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5175]  {resp=24,                                                                                   
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5176]  {resp=24,                                                                                   
##          temp=5}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5177]  {resp=24,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5178]  {resp=24,                                                                                   
##          stunted=1}                  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5179]  {people in house=1,                                                                         
##          resp=24}                    => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5180]  {resp=24,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5181]  {prem=1,                                                                                    
##          resp=24}                    => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5182]  {resp=24,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5183]  {hiv_exposure=3,                                                                            
##          resp=24}                    => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5184]  {lbw=1,                                                                                     
##          resp=24}                    => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5185]  {outcome=2,                                                                                 
##          resp=24}                    => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5186]  {resp=24,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5187]  {resp=24,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5188]  {prolonged=1,                                                                               
##          resp=24}                    => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5189]  {resp=24}                    => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5190]  {hiv_exposure=1,                                                                            
##          Xray=1}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5191]  {sex=1,                                                                                     
##          Xray=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5192]  {people in house=2,                                                                         
##          Xray=1}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5193]  {Maternal smoke category=1,                                                                 
##          Xray=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5194]  {vaccinations=2,                                                                            
##          Xray=1}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5195]  {stunted=1,                                                                                 
##          Xray=1}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5196]  {uwfa=1,                                                                                    
##          Xray=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5197]  {duration_admission=11,                                                                     
##          resp=13}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5198]  {hiv_exposure=1,                                                                            
##          resp=13}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5199]  {resp=13,                                                                                   
##          temp=7}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5200]  {resp=13,                                                                                   
##          Xray=3}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5201]  {people in house=2,                                                                         
##          resp=13}                    => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5202]  {resp=13,                                                                                   
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5203]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5204]  {resp=13,                                                                                   
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5205]  {resp=13,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5206]  {chest indrawing=2,                                                                         
##          resp=13}                    => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5207]  {duration_admission=18,                                                                     
##          hiv_exposure=1}             => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5208]  {duration_admission=18,                                                                     
##          hiv_exposure=1}             => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5209]  {duration_admission=18,                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5210]  {duration_admission=18,                                                                     
##          people in house=2}          => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5211]  {duration_admission=18,                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5212]  {duration_admission=18,                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5213]  {duration_admission=18,                                                                     
##          temp=5}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5214]  {duration_admission=18,                                                                     
##          Maternal smoke category=3}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5215]  {duration_admission=18,                                                                     
##          sex=2}                      => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5216]  {duration_admission=18,                                                                     
##          ventilation=3}              => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5217]  {duration_admission=18,                                                                     
##          serious outcome?=2}         => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5218]  {chest indrawing=2,                                                                         
##          duration_admission=18}      => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5219]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5220]  {duration_admission=19,                                                                     
##          sex=1}                      => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5221]  {duration_admission=19,                                                                     
##          sex=1}                      => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5222]  {duration_admission=19,                                                                     
##          people in house=2}          => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5223]  {duration_admission=19,                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5224]  {duration_admission=19,                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5225]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5226]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5227]  {duration_admission=19,                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5228]  {duration_admission=19,                                                                     
##          sex=2}                      => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5229]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5230]  {sex=1,                                                                                     
##          vaccinations=4}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5231]  {vaccinations=4,                                                                            
##          Xray=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5232]  {Maternal smoke category=1,                                                                 
##          vaccinations=4}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5233]  {temp=5,                                                                                    
##          vaccinations=4}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5234]  {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5235]  {people in house=1,                                                                         
##          vaccinations=4}             => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5236]  {uwfa=1,                                                                                    
##          vaccinations=4}             => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5237]  {prolonged=1,                                                                               
##          vaccinations=4}             => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5238]  {resp=18,                                                                                   
##          Xray=3}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5239]  {resp=18,                                                                                   
##          Xray=4}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5240]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5241]  {resp=18,                                                                                   
##          temp=5}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5242]  {resp=18,                                                                                   
##          vaccinations=2}             => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5243]  {prem=1,                                                                                    
##          resp=18}                    => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5244]  {CRP=2,                                                                                     
##          duration_admission=2}       => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5245]  {CRP=2,                                                                                     
##          duration_admission=11}      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5246]  {CRP=2,                                                                                     
##          Xray=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5247]  {CRP=2,                                                                                     
##          hiv_exposure=1}             => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5248]  {CRP=2,                                                                                     
##          lbw=2}                      => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5249]  {CRP=2,                                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5250]  {CRP=2,                                                                                     
##          prem=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5251]  {CRP=2,                                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5252]  {CRP=2,                                                                                     
##          people in house=2}          => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5253]  {CRP=2,                                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5254]  {CRP=2,                                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5255]  {CRP=2,                                                                                     
##          Maternal smoke category=1}  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5256]  {CRP=2,                                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5257]  {CRP=2,                                                                                     
##          temp=5}                     => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5258]  {CRP=2,                                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5259]  {CRP=2,                                                                                     
##          Maternal smoke category=3}  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5260]  {CRP=2,                                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5261]  {CRP=2,                                                                                     
##          stunted=1}                  => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5262]  {CRP=2,                                                                                     
##          people in house=1}          => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5263]  {CRP=2,                                                                                     
##          sex=2}                      => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5264]  {CRP=2,                                                                                     
##          prem=1}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5265]  {CRP=2,                                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5266]  {CRP=2,                                                                                     
##          hiv_exposure=3}             => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5267]  {CRP=2,                                                                                     
##          lbw=1}                      => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5268]  {CRP=2,                                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5269]  {CRP=2,                                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5270]  {CRP=2,                                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5271]  {CRP=2,                                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5272]  {CRP=2}                      => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5273]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5274]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5275]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5276]  {O2 saturation=23,                                                                          
##          temp=7}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5277]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5278]  {O2 saturation=23,                                                                          
##          people in house=2}          => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5279]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5280]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5281]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5282]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5283]  {O2 saturation=23,                                                                          
##          temp=5}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5284]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5285]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5286]  {O2 saturation=23,                                                                          
##          stunted=1}                  => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5287]  {O2 saturation=23,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5288]  {O2 saturation=23,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.06896552  1.0000000  1.1600000
## [5289]  {O2 saturation=23,                                                                          
##          prem=1}                     => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5290]  {O2 saturation=23,                                                                          
##          uwfa=1}                     => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5291]  {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5292]  {lbw=1,                                                                                     
##          O2 saturation=23}           => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5293]  {O2 saturation=23,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5294]  {O2 saturation=23,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5295]  {O2 saturation=23,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5296]  {O2 saturation=23,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5297]  {O2 saturation=23}           => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5298]  {serious outcome?=1,                                                                        
##          temp=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5299]  {prem=2,                                                                                    
##          temp=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5300]  {temp=3,                                                                                    
##          Xray=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5301]  {temp=3,                                                                                    
##          Xray=4}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5302]  {Maternal smoke category=1,                                                                 
##          temp=3}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5303]  {Maternal smoke category=1,                                                                 
##          temp=3}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5304]  {Maternal smoke category=1,                                                                 
##          temp=3}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5305]  {temp=3,                                                                                    
##          vaccinations=2}             => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5306]  {temp=3,                                                                                    
##          vaccinations=2}             => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5307]  {people in house=1,                                                                         
##          temp=3}                     => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5308]  {sex=2,                                                                                     
##          temp=3}                     => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5309]  {chest indrawing=2,                                                                         
##          temp=3}                     => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5310]  {lbw=1,                                                                                     
##          temp=3}                     => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5311]  {chest indrawing=2,                                                                         
##          temp=3}                     => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5312]  {prolonged=2,                                                                               
##          serious outcome?=1}         => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5313]  {lbw=2,                                                                                     
##          serious outcome?=1}         => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5314]  {serious outcome?=1,                                                                        
##          sex=1}                      => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5315]  {serious outcome?=1,                                                                        
##          Xray=4}                     => {chest indrawing=2}         0.06896552  1.0000000  1.1600000
## [5316]  {Maternal smoke category=1,                                                                 
##          serious outcome?=1}         => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5317]  {serious outcome?=1,                                                                        
##          temp=5}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5318]  {duration_admission=11,                                                                     
##          temp=10}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5319]  {hiv_exposure=1,                                                                            
##          temp=10}                    => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5320]  {lbw=2,                                                                                     
##          temp=10}                    => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5321]  {temp=10,                                                                                   
##          uwfa=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5322]  {prem=2,                                                                                    
##          temp=10}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5323]  {people in house=2,                                                                         
##          temp=10}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5324]  {stunted=2,                                                                                 
##          temp=10}                    => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5325]  {temp=10,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5326]  {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5327]  {duration_admission=2,                                                                      
##          Maternal smoke category=2}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5328]  {CRP=97,                                                                                    
##          Maternal smoke category=2}  => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5329]  {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5330]  {Maternal smoke category=2,                                                                 
##          uwfa=2}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5331]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5332]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5333]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5334]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5335]  {Maternal smoke category=2,                                                                 
##          Xray=4}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5336]  {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5337]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5338]  {Maternal smoke category=2,                                                                 
##          temp=5}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5339]  {Maternal smoke category=2,                                                                 
##          stunted=1}                  => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5340]  {Maternal smoke category=2,                                                                 
##          people in house=1}          => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5341]  {Maternal smoke category=2,                                                                 
##          prem=1}                     => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5342]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5343]  {Maternal smoke category=2,                                                                 
##          ventilation=3}              => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5344]  {Maternal smoke category=2,                                                                 
##          serious outcome?=2}         => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5345]  {O2 saturation=22,                                                                          
##          resp=16}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5346]  {duration_admission=17,                                                                     
##          O2 saturation=22}           => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5347]  {O2 saturation=22,                                                                          
##          prem=2}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5348]  {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5349]  {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5350]  {O2 saturation=22,                                                                          
##          vaccinations=1}             => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5351]  {O2 saturation=22,                                                                          
##          vaccinations=1}             => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5352]  {O2 saturation=22,                                                                          
##          temp=5}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5353]  {O2 saturation=22,                                                                          
##          prem=1}                     => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5354]  {O2 saturation=22,                                                                          
##          outcome=2}                  => {hiv_exposure=3}            0.08620690  0.8333333  1.1600000
## [5355]  {O2 saturation=22,                                                                          
##          outcome=2}                  => {lbw=1}                     0.08620690  0.8333333  1.1600000
## [5356]  {O2 saturation=22}           => {lbw=1}                     0.08620690  0.8333333  1.1600000
## [5357]  {O2 saturation=22}           => {hiv_exposure=3}            0.08620690  0.8333333  1.1600000
## [5358]  {lbw=2,                                                                                     
##          prolonged=2}                => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5359]  {prem=2,                                                                                    
##          prolonged=2}                => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5360]  {prolonged=2,                                                                               
##          stunted=2}                  => {chest indrawing=2}         0.06896552  1.0000000  1.1600000
## [5361]  {Maternal smoke category=1,                                                                 
##          prolonged=2}                => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5362]  {prolonged=2,                                                                               
##          temp=5}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5363]  {Maternal smoke category=3,                                                                 
##          prolonged=2}                => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5364]  {prolonged=2,                                                                               
##          uwfa=1}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5365]  {hiv_exposure=3,                                                                            
##          prolonged=2}                => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5366]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5367]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5368]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5369]  {O2 saturation=21,                                                                          
##          temp=7}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5370]  {O2 saturation=21,                                                                          
##          sex=1}                      => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5371]  {O2 saturation=21,                                                                          
##          Xray=3}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5372]  {O2 saturation=21,                                                                          
##          Xray=4}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5373]  {O2 saturation=21,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5374]  {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5375]  {O2 saturation=21,                                                                          
##          vaccinations=1}             => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5376]  {O2 saturation=21,                                                                          
##          temp=5}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5377]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5378]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5379]  {O2 saturation=21,                                                                          
##          stunted=1}                  => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5380]  {O2 saturation=21,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5381]  {O2 saturation=21,                                                                          
##          prem=1}                     => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5382]  {O2 saturation=21,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.08620690  0.8333333  1.1600000
## [5383]  {hiv_exposure=3,                                                                            
##          O2 saturation=21}           => {chest indrawing=2}         0.09195402  1.0000000  1.1600000
## [5384]  {O2 saturation=21,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.09770115  1.0000000  1.1600000
## [5385]  {O2 saturation=21,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.09770115  1.0000000  1.1600000
## [5386]  {duration_admission=2,                                                                      
##          O2 saturation=24}           => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5387]  {O2 saturation=24,                                                                          
##          uwfa=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5388]  {O2 saturation=24,                                                                          
##          Xray=4}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5389]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5390]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5391]  {O2 saturation=24,                                                                          
##          temp=5}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5392]  {O2 saturation=24,                                                                          
##          vaccinations=2}             => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5393]  {chest indrawing=1,                                                                         
##          duration_admission=17}      => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5394]  {chest indrawing=1,                                                                         
##          Xray=4}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5395]  {duration_admission=2,                                                                      
##          resp=16}                    => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5396]  {CRP=97,                                                                                    
##          resp=16}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5397]  {duration_admission=11,                                                                     
##          resp=16}                    => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5398]  {duration_admission=11,                                                                     
##          resp=16}                    => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5399]  {duration_admission=11,                                                                     
##          resp=16}                    => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5400]  {resp=16,                                                                                   
##          Xray=2}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5401]  {hiv_exposure=1,                                                                            
##          resp=16}                    => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5402]  {resp=16,                                                                                   
##          temp=7}                     => {chest indrawing=2}         0.03448276  1.0000000  1.1600000
## [5403]  {resp=16,                                                                                   
##          temp=7}                     => {lbw=1}                     0.02873563  0.8333333  1.1600000
## [5404]  {resp=16,                                                                                   
##          temp=7}                     => {hiv_exposure=3}            0.02873563  0.8333333  1.1600000
## [5405]  {resp=16,                                                                                   
##          sex=1}                      => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5406]  {resp=16,                                                                                   
##          Xray=3}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5407]  {resp=16,                                                                                   
##          vaccinations=1}             => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5408]  {resp=16,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5409]  {Maternal smoke category=3,                                                                 
##          resp=16}                    => {chest indrawing=2}         0.06321839  1.0000000  1.1600000
## [5410]  {resp=16,                                                                                   
##          stunted=1}                  => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5411]  {people in house=1,                                                                         
##          resp=16}                    => {chest indrawing=2}         0.09770115  1.0000000  1.1600000
## [5412]  {prem=1,                                                                                    
##          resp=16}                    => {chest indrawing=2}         0.08620690  1.0000000  1.1600000
## [5413]  {resp=16,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.09770115  1.0000000  1.1600000
## [5414]  {outcome=2,                                                                                 
##          resp=16}                    => {hiv_exposure=3}            0.11494253  0.8333333  1.1600000
## [5415]  {lbw=1,                                                                                     
##          resp=16}                    => {chest indrawing=2}         0.09770115  1.0000000  1.1600000
## [5416]  {resp=16}                    => {hiv_exposure=3}            0.11494253  0.8333333  1.1600000
## [5417]  {duration_admission=15,                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5418]  {duration_admission=15,                                                                     
##          sex=1}                      => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5419]  {duration_admission=15,                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.04597701  1.0000000  1.1600000
## [5420]  {duration_admission=15,                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5421]  {duration_admission=15,                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5422]  {duration_admission=17,                                                                     
##          sex=2}                      => {hiv_exposure=3}            0.08620690  0.8333333  1.1600000
## [5423]  {CRP=97,                                                                                    
##          duration_admission=2}       => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5424]  {duration_admission=2,                                                                      
##          lbw=2}                      => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5425]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5426]  {duration_admission=2,                                                                      
##          prem=2}                     => {chest indrawing=2}         0.02298851  1.0000000  1.1600000
## [5427]  {duration_admission=2,                                                                      
##          Xray=4}                     => {chest indrawing=2}         0.02873563  1.0000000  1.1600000
## [5428]  {duration_admission=2,                                                                      
##          stunted=2}                  => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5429]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {chest indrawing=2}         0.05747126  1.0000000  1.1600000
## [5430]  {duration_admission=2,                                                                      
##          temp=5}                     => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5431]  {duration_admission=11,                                                                     
##          temp=5}                     => {chest indrawing=2}         0.07471264  1.0000000  1.1600000
## [5432]  {uwfa=2,                                                                                    
##          Xray=2}                     => {chest indrawing=2}         0.04022989  1.0000000  1.1600000
## [5433]  {Maternal smoke category=1,                                                                 
##          Xray=2}                     => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5434]  {hiv_exposure=1,                                                                            
##          Xray=3}                     => {lbw=1}                     0.05747126  0.8333333  1.1600000
## [5435]  {lbw=2,                                                                                     
##          sex=1}                      => {chest indrawing=2}         0.05172414  1.0000000  1.1600000
## [5436]  {lbw=2,                                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.08045977  1.0000000  1.1600000
## [5437]  {lbw=2,                                                                                     
##          prem=1}                     => {hiv_exposure=3}            0.05747126  0.8333333  1.1600000
## [5438]  {uwfa=2,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.11494253  1.0000000  1.1600000
## [5439]  {uwfa=1,                                                                                    
##          Xray=4}                     => {lbw=1}                     0.17241379  0.8333333  1.1600000
## [5440]  {Maternal smoke category=1,                                                                 
##          vaccinations=2}             => {chest indrawing=2}         0.17241379  1.0000000  1.1600000
## [5441]  {prem=1,                                                                                    
##          temp=5}                     => {uwfa=1}                    0.23563218  0.8200000  1.1600000
## [5442]  {sex=1,                                                                                     
##          vaccinations=2}             => {hiv_exposure=3}            0.14367816  0.8333333  1.1600000
## [5443]  {vaccinations=2,                                                                            
##          Xray=3}                     => {hiv_exposure=3}            0.14367816  0.8333333  1.1600000
## [5444]  {hiv_exposure=3,                                                                            
##          O2 saturation=21}           => {prem=1}                    0.07471264  0.8125000  1.1588115
## [5445]  {outcome=2,                                                                                 
##          resp=24}                    => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5446]  {chest indrawing=2,                                                                         
##          resp=24}                    => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5447]  {resp=24}                    => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5448]  {duration_admission=18,                                                                     
##          lbw=1}                      => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5449]  {prem=1,                                                                                    
##          vaccinations=4}             => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5450]  {stunted=1,                                                                                 
##          temp=3}                     => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5451]  {Maternal smoke category=2,                                                                 
##          prem=1}                     => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5452]  {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5453]  {O2 saturation=22,                                                                          
##          sex=2}                      => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5454]  {chest indrawing=1,                                                                         
##          serious outcome?=2}         => {uwfa=1}                    0.10344828  0.8181818  1.1574279
## [5455]  {chest indrawing=1,                                                                         
##          prolonged=1}                => {uwfa=1}                    0.10344828  0.8181818  1.1574279
## [5456]  {Maternal smoke category=3,                                                                 
##          resp=16}                    => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5457]  {duration_admission=15,                                                                     
##          Maternal smoke category=1}  => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5458]  {duration_admission=15,                                                                     
##          people in house=1}          => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5459]  {duration_admission=17,                                                                     
##          Xray=3}                     => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5460]  {duration_admission=17,                                                                     
##          lbw=1}                      => {uwfa=1}                    0.10344828  0.8181818  1.1574279
## [5461]  {duration_admission=2,                                                                      
##          sex=1}                      => {uwfa=1}                    0.05172414  0.8181818  1.1574279
## [5462]  {prolonged=1,                                                                               
##          sex=1}                      => {uwfa=1}                    0.25862069  0.8181818  1.1574279
## [5463]  {stunted=1,                                                                                 
##          Xray=4}                     => {uwfa=1}                    0.15517241  0.8181818  1.1574279
## [5464]  {prolonged=1,                                                                               
##          vaccinations=2}             => {uwfa=1}                    0.36206897  0.8181818  1.1574279
## [5465]  {chest indrawing=2,                                                                         
##          Xray=3}                     => {hiv_exposure=3}            0.25287356  0.8301887  1.1556226
## [5466]  {uwfa=1,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.22413793  0.8297872  1.1550638
## [5467]  {sex=1,                                                                                     
##          vaccinations=1}             => {prem=1}                    0.09770115  0.8095238  1.1545667
## [5468]  {people in house=1,                                                                         
##          sex=1}                      => {prem=1}                    0.19540230  0.8095238  1.1545667
## [5469]  {chest indrawing=2,                                                                         
##          duration_admission=2}       => {uwfa=1}                    0.12643678  0.8148148  1.1526649
## [5470]  {CRP=97,                                                                                    
##          hiv_exposure=3}             => {uwfa=1}                    0.12643678  0.8148148  1.1526649
## [5471]  {uwfa=1,                                                                                    
##          Xray=2}                     => {hiv_exposure=3}            0.13793103  0.8275862  1.1520000
## [5472]  {Maternal smoke category=1,                                                                 
##          Xray=3}                     => {hiv_exposure=3}            0.13793103  0.8275862  1.1520000
## [5473]  {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {lbw=1}                     0.13793103  0.8275862  1.1520000
## [5474]  {CRP=97,                                                                                    
##          people in house=1}          => {prem=1}                    0.12068966  0.8076923  1.1519546
## [5475]  {outcome=2,                                                                                 
##          Xray=3}                     => {prem=1}                    0.28735632  0.8064516  1.1501851
## [5476]  {Xray=3}                     => {prem=1}                    0.28735632  0.8064516  1.1501851
## [5477]  {resp=16,                                                                                   
##          ventilation=3}              => {hiv_exposure=3}            0.10919540  0.8260870  1.1499130
## [5478]  {resp=16,                                                                                   
##          serious outcome?=2}         => {hiv_exposure=3}            0.10919540  0.8260870  1.1499130
## [5479]  {chest indrawing=2,                                                                         
##          resp=16}                    => {hiv_exposure=3}            0.10919540  0.8260870  1.1499130
## [5480]  {duration_admission=17,                                                                     
##          hiv_exposure=3}             => {lbw=1}                     0.10919540  0.8260870  1.1499130
## [5481]  {CRP=97,                                                                                    
##          stunted=1}                  => {hiv_exposure=3}            0.10919540  0.8260870  1.1499130
## [5482]  {hiv_exposure=1,                                                                            
##          stunted=1}                  => {lbw=1}                     0.10919540  0.8260870  1.1499130
## [5483]  {people in house=2,                                                                         
##          Xray=3}                     => {hiv_exposure=3}            0.10919540  0.8260870  1.1499130
## [5484]  {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {hiv_exposure=3}            0.32758621  0.8260870  1.1499130
## [5485]  {O2 saturation=22,                                                                          
##          prolonged=1}                => {uwfa=1}                    0.07471264  0.8125000  1.1493902
## [5486]  {hiv_exposure=3,                                                                            
##          O2 saturation=21}           => {uwfa=1}                    0.07471264  0.8125000  1.1493902
## [5487]  {CRP=97,                                                                                    
##          vaccinations=1}             => {uwfa=1}                    0.07471264  0.8125000  1.1493902
## [5488]  {temp=7,                                                                                    
##          uwfa=1}                     => {hiv_exposure=3}            0.18965517  0.8250000  1.1484000
## [5489]  {people in house=1,                                                                         
##          uwfa=1}                     => {hiv_exposure=3}            0.37931034  0.8250000  1.1484000
## [5490]  {O2 saturation=22,                                                                          
##          ventilation=3}              => {hiv_exposure=3}            0.08045977  0.8235294  1.1463529
## [5491]  {O2 saturation=22,                                                                          
##          serious outcome?=2}         => {hiv_exposure=3}            0.08045977  0.8235294  1.1463529
## [5492]  {chest indrawing=1,                                                                         
##          Maternal smoke category=3}  => {lbw=1}                     0.08045977  0.8235294  1.1463529
## [5493]  {lbw=1,                                                                                     
##          resp=16}                    => {hiv_exposure=3}            0.08045977  0.8235294  1.1463529
## [5494]  {duration_admission=17,                                                                     
##          people in house=1}          => {lbw=1}                     0.08045977  0.8235294  1.1463529
## [5495]  {duration_admission=17,                                                                     
##          people in house=1}          => {hiv_exposure=3}            0.08045977  0.8235294  1.1463529
## [5496]  {people in house=1,                                                                         
##          Xray=2}                     => {lbw=1}                     0.08045977  0.8235294  1.1463529
## [5497]  {stunted=1,                                                                                 
##          vaccinations=1}             => {hiv_exposure=3}            0.16091954  0.8235294  1.1463529
## [5498]  {Maternal smoke category=3,                                                                 
##          people in house=1}          => {prem=1}                    0.25862069  0.8035714  1.1460773
## [5499]  {ventilation=3,                                                                             
##          Xray=3}                     => {prem=1}                    0.28160920  0.8032787  1.1456598
## [5500]  {serious outcome?=2,                                                                        
##          Xray=3}                     => {prem=1}                    0.28160920  0.8032787  1.1456598
## [5501]  {CRP=97,                                                                                    
##          sex=2}                      => {uwfa=1}                    0.09770115  0.8095238  1.1451800
## [5502]  {Maternal smoke category=3,                                                                 
##          Xray=2}                     => {uwfa=1}                    0.09770115  0.8095238  1.1451800
## [5503]  {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {lbw=1}                     0.21264368  0.8222222  1.1445333
## [5504]  {people in house=1,                                                                         
##          prolonged=1}                => {prem=1}                    0.44252874  0.8020833  1.1439549
## [5505]  {hiv_exposure=3,                                                                            
##          Xray=2}                     => {lbw=1}                     0.13218391  0.8214286  1.1434286
## [5506]  {Maternal smoke category=3,                                                                 
##          people in house=1}          => {lbw=1}                     0.26436782  0.8214286  1.1434286
## [5507]  {vaccinations=2,                                                                            
##          ventilation=3}              => {lbw=1}                     0.36781609  0.8205128  1.1421538
## [5508]  {serious outcome?=2,                                                                        
##          vaccinations=2}             => {lbw=1}                     0.36781609  0.8205128  1.1421538
## [5509]  {pulse=33,                                                                                  
##          sex=2}                      => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5510]  {outcome=2,                                                                                 
##          pulse=33}                   => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5511]  {pulse=33,                                                                                  
##          ventilation=3}              => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5512]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5513]  {prolonged=1,                                                                               
##          pulse=33}                   => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5514]  {pulse=33}                   => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5515]  {outcome=2,                                                                                 
##          resp=11}                    => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5516]  {resp=11}                    => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5517]  {lbw=1,                                                                                     
##          pulse=28}                   => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5518]  {prolonged=1,                                                                               
##          pulse=35}                   => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5519]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5520]  {lbw=1,                                                                                     
##          pulse=34}                   => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5521]  {pulse=34,                                                                                  
##          uwfa=1}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5522]  {hiv_exposure=3,                                                                            
##          ventilation=1}              => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5523]  {pulse=20,                                                                                  
##          ventilation=3}              => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5524]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5525]  {pulse=20,                                                                                  
##          uwfa=1}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5526]  {O2 saturation=27,                                                                          
##          people in house=1}          => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5527]  {O2 saturation=27,                                                                          
##          ventilation=3}              => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5528]  {O2 saturation=27,                                                                          
##          serious outcome?=2}         => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5529]  {O2 saturation=27,                                                                          
##          prolonged=1}                => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5530]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5531]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5532]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5533]  {resp=26,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5534]  {lbw=1,                                                                                     
##          resp=26}                    => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5535]  {hiv_exposure=3,                                                                            
##          resp=26}                    => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5536]  {hiv_exposure=1,                                                                            
##          O2 saturation=25}           => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5537]  {O2 saturation=25,                                                                          
##          people in house=2}          => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5538]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5539]  {O2 saturation=25,                                                                          
##          people in house=1}          => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5540]  {O2 saturation=25,                                                                          
##          outcome=2}                  => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5541]  {O2 saturation=25,                                                                          
##          ventilation=3}              => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5542]  {O2 saturation=25,                                                                          
##          serious outcome?=2}         => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5543]  {hiv_exposure=3,                                                                            
##          O2 saturation=25}           => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5544]  {O2 saturation=25}           => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5545]  {resp=30,                                                                                   
##          uwfa=2}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5546]  {resp=30,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5547]  {resp=8,                                                                                    
##          Xray=3}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5548]  {hiv_exposure=3,                                                                            
##          resp=8}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5549]  {O2 saturation=26,                                                                          
##          people in house=2}          => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5550]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5551]  {resp=25,                                                                                   
##          stunted=1}                  => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5552]  {resp=20,                                                                                   
##          temp=7}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5553]  {resp=20,                                                                                   
##          vaccinations=1}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5554]  {resp=24,                                                                                   
##          Xray=3}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5555]  {resp=24,                                                                                   
##          vaccinations=2}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5556]  {resp=24,                                                                                   
##          ventilation=3}              => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5557]  {resp=24,                                                                                   
##          serious outcome?=2}         => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5558]  {prolonged=1,                                                                               
##          resp=24}                    => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5559]  {duration_admission=18,                                                                     
##          uwfa=1}                     => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5560]  {duration_admission=19,                                                                     
##          temp=5}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5561]  {serious outcome?=1,                                                                        
##          vaccinations=4}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5562]  {sex=1,                                                                                     
##          vaccinations=4}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5563]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5564]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5565]  {sex=1,                                                                                     
##          temp=3}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5566]  {temp=3,                                                                                    
##          vaccinations=1}             => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5567]  {temp=3,                                                                                    
##          ventilation=3}              => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5568]  {serious outcome?=2,                                                                        
##          temp=3}                     => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5569]  {CRP=97,                                                                                    
##          temp=10}                    => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5570]  {hiv_exposure=1,                                                                            
##          temp=10}                    => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5571]  {people in house=1,                                                                         
##          temp=10}                    => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5572]  {hiv_exposure=3,                                                                            
##          temp=10}                    => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5573]  {O2 saturation=21,                                                                          
##          people in house=1}          => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5574]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5575]  {chest indrawing=1,                                                                         
##          temp=7}                     => {prem=1}                    0.04597701  0.8000000  1.1409836
## [5576]  {duration_admission=15,                                                                     
##          uwfa=1}                     => {prem=1}                    0.09195402  0.8000000  1.1409836
## [5577]  {duration_admission=17,                                                                     
##          uwfa=1}                     => {prem=1}                    0.09195402  0.8000000  1.1409836
## [5578]  {duration_admission=2,                                                                      
##          Xray=4}                     => {prem=1}                    0.02298851  0.8000000  1.1409836
## [5579]  {sex=2,                                                                                     
##          vaccinations=2}             => {prem=1}                    0.25287356  0.8000000  1.1409836
## [5580]  {sex=2,                                                                                     
##          stunted=1}                  => {lbw=1}                     0.28735632  0.8196721  1.1409836
## [5581]  {outcome=2,                                                                                 
##          Xray=2}                     => {uwfa=1}                    0.16666667  0.8055556  1.1395664
## [5582]  {Xray=2}                     => {uwfa=1}                    0.16666667  0.8055556  1.1395664
## [5583]  {prolonged=1,                                                                               
##          sex=1}                      => {hiv_exposure=3}            0.25862069  0.8181818  1.1389091
## [5584]  {stunted=1,                                                                                 
##          Xray=4}                     => {lbw=1}                     0.15517241  0.8181818  1.1389091
## [5585]  {outcome=2,                                                                                 
##          vaccinations=4}             => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5586]  {vaccinations=4,                                                                            
##          ventilation=3}              => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5587]  {stunted=1,                                                                                 
##          temp=3}                     => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5588]  {temp=10,                                                                                   
##          uwfa=1}                     => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5589]  {O2 saturation=22,                                                                          
##          temp=7}                     => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5590]  {O2 saturation=22,                                                                          
##          temp=7}                     => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5591]  {Maternal smoke category=3,                                                                 
##          O2 saturation=22}           => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5592]  {Maternal smoke category=3,                                                                 
##          O2 saturation=22}           => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5593]  {O2 saturation=22,                                                                          
##          sex=2}                      => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5594]  {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5595]  {Maternal smoke category=1,                                                                 
##          resp=16}                    => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5596]  {Maternal smoke category=3,                                                                 
##          resp=16}                    => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5597]  {duration_admission=15,                                                                     
##          Maternal smoke category=1}  => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5598]  {duration_admission=15,                                                                     
##          people in house=1}          => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5599]  {chest indrawing=2,                                                                         
##          duration_admission=15}      => {lbw=1}                     0.10344828  0.8181818  1.1389091
## [5600]  {duration_admission=17,                                                                     
##          Xray=3}                     => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5601]  {duration_admission=17,                                                                     
##          Xray=4}                     => {lbw=1}                     0.05172414  0.8181818  1.1389091
## [5602]  {duration_admission=2,                                                                      
##          sex=1}                      => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5603]  {temp=7,                                                                                    
##          Xray=2}                     => {hiv_exposure=3}            0.05172414  0.8181818  1.1389091
## [5604]  {prem=1,                                                                                    
##          Xray=2}                     => {hiv_exposure=3}            0.10344828  0.8181818  1.1389091
## [5605]  {lbw=1,                                                                                     
##          vaccinations=1}             => {hiv_exposure=3}            0.20689655  0.8181818  1.1389091
## [5606]  {sex=2,                                                                                     
##          uwfa=1}                     => {lbw=1}                     0.36206897  0.8181818  1.1389091
## [5607]  {prem=1,                                                                                    
##          uwfa=1}                     => {hiv_exposure=3}            0.48850575  0.8173077  1.1376923
## [5608]  {Maternal smoke category=3,                                                                 
##          people in house=1}          => {uwfa=1}                    0.25862069  0.8035714  1.1367596
## [5609]  {hiv_exposure=3,                                                                            
##          prolonged=1}                => {uwfa=1}                    0.54022989  0.8034188  1.1365437
## [5610]  {lbw=1,                                                                                     
##          sex=1}                      => {hiv_exposure=3}            0.22988506  0.8163265  1.1363265
## [5611]  {chest indrawing=2,                                                                         
##          sex=1}                      => {lbw=1}                     0.22988506  0.8163265  1.1363265
## [5612]  {people in house=1,                                                                         
##          prolonged=1}                => {uwfa=1}                    0.44252874  0.8020833  1.1346545
## [5613]  {vaccinations=1,                                                                            
##          Xray=3}                     => {hiv_exposure=3}            0.12643678  0.8148148  1.1342222
## [5614]  {prolonged=1,                                                                               
##          pulse=35}                   => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5615]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5616]  {hiv_exposure=3,                                                                            
##          ventilation=1}              => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5617]  {pulse=20,                                                                                  
##          sex=2}                      => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5618]  {O2 saturation=27,                                                                          
##          people in house=1}          => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5619]  {O2 saturation=27,                                                                          
##          ventilation=3}              => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5620]  {O2 saturation=27,                                                                          
##          serious outcome?=2}         => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5621]  {O2 saturation=27,                                                                          
##          prolonged=1}                => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5622]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5623]  {O2 saturation=13,                                                                          
##          vaccinations=1}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5624]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5625]  {CRP=58,                                                                                    
##          Xray=2}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5626]  {CRP=58,                                                                                    
##          sex=1}                      => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5627]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5628]  {prem=1,                                                                                    
##          resp=26}                    => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5629]  {lbw=1,                                                                                     
##          resp=26}                    => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5630]  {hiv_exposure=3,                                                                            
##          resp=26}                    => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5631]  {O2 saturation=25,                                                                          
##          people in house=2}          => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5632]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5633]  {resp=8,                                                                                    
##          Xray=3}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5634]  {hiv_exposure=3,                                                                            
##          resp=8}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5635]  {O2 saturation=26,                                                                          
##          temp=7}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5636]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5637]  {O2 saturation=26,                                                                          
##          people in house=1}          => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5638]  {prem=1,                                                                                    
##          resp=25}                    => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5639]  {resp=20,                                                                                   
##          temp=7}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5640]  {resp=20,                                                                                   
##          vaccinations=1}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5641]  {resp=24,                                                                                   
##          vaccinations=1}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5642]  {resp=24,                                                                                   
##          temp=5}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5643]  {resp=24,                                                                                   
##          vaccinations=2}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5644]  {people in house=2,                                                                         
##          resp=13}                    => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5645]  {duration_admission=18,                                                                     
##          prem=1}                     => {uwfa=1}                    0.04597701  0.8000000  1.1317073
## [5646]  {duration_admission=19,                                                                     
##          prem=1}                     => {uwfa=1}                    0.04597701  0.8000000  1.1317073
## [5647]  {duration_admission=19,                                                                     
##          lbw=1}                      => {uwfa=1}                    0.04597701  0.8000000  1.1317073
## [5648]  {serious outcome?=1,                                                                        
##          vaccinations=4}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5649]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5650]  {Maternal smoke category=1,                                                                 
##          vaccinations=4}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5651]  {resp=18,                                                                                   
##          sex=1}                      => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5652]  {resp=18,                                                                                   
##          temp=5}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5653]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5654]  {O2 saturation=23,                                                                          
##          temp=5}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5655]  {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {uwfa=1}                    0.04597701  0.8000000  1.1317073
## [5656]  {sex=1,                                                                                     
##          temp=3}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5657]  {temp=3,                                                                                    
##          vaccinations=1}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5658]  {serious outcome?=1,                                                                        
##          sex=1}                      => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5659]  {CRP=97,                                                                                    
##          temp=10}                    => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5660]  {temp=10,                                                                                   
##          vaccinations=1}             => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5661]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5662]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5663]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {uwfa=1}                    0.04597701  0.8000000  1.1317073
## [5664]  {O2 saturation=21,                                                                          
##          people in house=1}          => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5665]  {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5666]  {O2 saturation=24,                                                                          
##          vaccinations=2}             => {uwfa=1}                    0.04597701  0.8000000  1.1317073
## [5667]  {O2 saturation=24,                                                                          
##          outcome=2}                  => {uwfa=1}                    0.09195402  0.8000000  1.1317073
## [5668]  {O2 saturation=24,                                                                          
##          ventilation=3}              => {uwfa=1}                    0.09195402  0.8000000  1.1317073
## [5669]  {O2 saturation=24,                                                                          
##          serious outcome?=2}         => {uwfa=1}                    0.09195402  0.8000000  1.1317073
## [5670]  {O2 saturation=24}           => {uwfa=1}                    0.09195402  0.8000000  1.1317073
## [5671]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5672]  {chest indrawing=1,                                                                         
##          temp=5}                     => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5673]  {CRP=97,                                                                                    
##          duration_admission=15}      => {uwfa=1}                    0.02298851  0.8000000  1.1317073
## [5674]  {duration_admission=15,                                                                     
##          outcome=2}                  => {uwfa=1}                    0.11494253  0.8000000  1.1317073
## [5675]  {duration_admission=15,                                                                     
##          ventilation=3}              => {uwfa=1}                    0.11494253  0.8000000  1.1317073
## [5676]  {duration_admission=15,                                                                     
##          serious outcome?=2}         => {uwfa=1}                    0.11494253  0.8000000  1.1317073
## [5677]  {duration_admission=15,                                                                     
##          prolonged=1}                => {uwfa=1}                    0.11494253  0.8000000  1.1317073
## [5678]  {duration_admission=15}      => {uwfa=1}                    0.11494253  0.8000000  1.1317073
## [5679]  {chest indrawing=2,                                                                         
##          duration_admission=17}      => {uwfa=1}                    0.09195402  0.8000000  1.1317073
## [5680]  {people in house=2,                                                                         
##          prem=1}                     => {uwfa=1}                    0.18390805  0.8000000  1.1317073
## [5681]  {O2 saturation=21,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.07471264  0.8125000  1.1310000
## [5682]  {O2 saturation=24,                                                                          
##          uwfa=1}                     => {lbw=1}                     0.07471264  0.8125000  1.1310000
## [5683]  {temp=5,                                                                                    
##          Xray=2}                     => {hiv_exposure=3}            0.07471264  0.8125000  1.1310000
## [5684]  {people in house=2,                                                                         
##          sex=1}                      => {lbw=1}                     0.07471264  0.8125000  1.1310000
## [5685]  {Maternal smoke category=3,                                                                 
##          vaccinations=1}             => {hiv_exposure=3}            0.17241379  0.8108108  1.1286486
## [5686]  {prolonged=1,                                                                               
##          Xray=3}                     => {hiv_exposure=3}            0.27011494  0.8103448  1.1280000
## [5687]  {hiv_exposure=3,                                                                            
##          people in house=1}          => {lbw=1}                     0.36781609  0.8101266  1.1276962
## [5688]  {duration_admission=11,                                                                     
##          Maternal smoke category=3}  => {hiv_exposure=3}            0.09770115  0.8095238  1.1268571
## [5689]  {Maternal smoke category=3,                                                                 
##          Xray=2}                     => {hiv_exposure=3}            0.09770115  0.8095238  1.1268571
## [5690]  {sex=1,                                                                                     
##          vaccinations=1}             => {hiv_exposure=3}            0.09770115  0.8095238  1.1268571
## [5691]  {prolonged=1,                                                                               
##          stunted=1}                  => {hiv_exposure=3}            0.45977011  0.8080808  1.1248485
## [5692]  {CRP=97,                                                                                    
##          people in house=1}          => {hiv_exposure=3}            0.12068966  0.8076923  1.1243077
## [5693]  {temp=7,                                                                                    
##          vaccinations=2}             => {hiv_exposure=3}            0.12068966  0.8076923  1.1243077
## [5694]  {sex=1,                                                                                     
##          temp=5}                     => {hiv_exposure=3}            0.12068966  0.8076923  1.1243077
## [5695]  {chest indrawing=2,                                                                         
##          uwfa=1}                     => {hiv_exposure=3}            0.48275862  0.8076923  1.1243077
## [5696]  {vaccinations=2,                                                                            
##          Xray=4}                     => {chest indrawing=2}         0.17816092  0.9687500  1.1237500
## [5697]  {prem=1,                                                                                    
##          temp=12}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5698]  {lbw=1,                                                                                     
##          temp=12}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5699]  {temp=12,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5700]  {temp=12}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5701]  {dob=73,                                                                                    
##          infant_id...1=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5702]  {dob=73,                                                                                    
##          infant_id...2=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5703]  {dob=73,                                                                                    
##          lbw=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5704]  {dob=73,                                                                                    
##          prem=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5705]  {dob=73,                                                                                    
##          people in house=2}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5706]  {dob=73,                                                                                    
##          stunted=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5707]  {dob=73,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5708]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5709]  {dob=73,                                                                                    
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5710]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5711]  {chest indrawing=2,                                                                         
##          dob=73}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5712]  {dob=73,                                                                                    
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5713]  {dob=73,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5714]  {dob=73,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5715]  {dob=73}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5716]  {resp=9,                                                                                    
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5717]  {hiv_exposure=3,                                                                            
##          resp=9}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5718]  {chest indrawing=2,                                                                         
##          resp=9}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5719]  {outcome=2,                                                                                 
##          resp=9}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5720]  {resp=9,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5721]  {resp=9,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5722]  {resp=9}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5723]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5724]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5725]  {infant_id...1=117,                                                                         
##          prem=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5726]  {infant_id...1=117,                                                                         
##          people in house=2}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5727]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5728]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5729]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5730]  {infant_id...1=117,                                                                         
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5731]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5732]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5733]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5734]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5735]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5736]  {infant_id...1=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5737]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5738]  {infant_id...2=117,                                                                         
##          prem=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5739]  {infant_id...2=117,                                                                         
##          people in house=2}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5740]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5741]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5742]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5743]  {infant_id...2=117,                                                                         
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5744]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5745]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5746]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5747]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5748]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5749]  {infant_id...2=117}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5750]  {CRP=92,                                                                                    
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5751]  {CRP=92,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5752]  {CRP=92,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5753]  {CRP=92}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5754]  {hiv_exposure=3,                                                                            
##          resp=14}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5755]  {chest indrawing=2,                                                                         
##          resp=14}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5756]  {outcome=2,                                                                                 
##          resp=14}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5757]  {resp=14,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5758]  {resp=14,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5759]  {resp=14}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5760]  {dob=84,                                                                                    
##          infant_id...1=42}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5761]  {dob=84,                                                                                    
##          infant_id...2=42}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5762]  {dob=84,                                                                                    
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5763]  {dob=84,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5764]  {dob=84,                                                                                    
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5765]  {dob=84,                                                                                    
##          people in house=1}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5766]  {dob=84,                                                                                    
##          prem=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5767]  {dob=84,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5768]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5769]  {dob=84,                                                                                    
##          lbw=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5770]  {dob=84,                                                                                    
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5771]  {dob=84,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5772]  {dob=84,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5773]  {dob=84}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5774]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5775]  {infant_id...1=42,                                                                          
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5776]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5777]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5778]  {infant_id...1=42,                                                                          
##          people in house=1}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5779]  {infant_id...1=42,                                                                          
##          prem=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5780]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5781]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5782]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5783]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5784]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5785]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5786]  {infant_id...1=42}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5787]  {infant_id...2=42,                                                                          
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5788]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5789]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5790]  {infant_id...2=42,                                                                          
##          people in house=1}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5791]  {infant_id...2=42,                                                                          
##          prem=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5792]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5793]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5794]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5795]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5796]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5797]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5798]  {infant_id...2=42}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5799]  {pulse=31,                                                                                  
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5800]  {pulse=31,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5801]  {lbw=1,                                                                                     
##          pulse=31}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5802]  {chest indrawing=2,                                                                         
##          pulse=31}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5803]  {outcome=2,                                                                                 
##          pulse=31}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5804]  {pulse=31,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5805]  {pulse=31,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5806]  {pulse=31}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5807]  {people in house=1,                                                                         
##          pulse=12}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5808]  {prem=1,                                                                                    
##          pulse=12}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5809]  {pulse=12,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5810]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5811]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5812]  {outcome=2,                                                                                 
##          pulse=12}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5813]  {pulse=12,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5814]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5815]  {pulse=12}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5816]  {hiv_exposure=3,                                                                            
##          pulse=46}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5817]  {outcome=2,                                                                                 
##          pulse=46}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5818]  {pulse=46,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5819]  {pulse=46,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5820]  {pulse=46}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5821]  {O2 saturation=16,                                                                          
##          outcome=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5822]  {O2 saturation=16}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5823]  {prem=2,                                                                                    
##          pulse=23}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5824]  {outcome=2,                                                                                 
##          pulse=23}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5825]  {pulse=23,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5826]  {pulse=23,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5827]  {pulse=23}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5828]  {CRP=97,                                                                                    
##          duration_admission=1}       => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5829]  {duration_admission=1,                                                                      
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5830]  {duration_admission=1,                                                                      
##          prem=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5831]  {duration_admission=1,                                                                      
##          lbw=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5832]  {duration_admission=1,                                                                      
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5833]  {duration_admission=1}       => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5834]  {hiv_exposure=3,                                                                            
##          O2 saturation=17}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5835]  {hiv_exposure=3,                                                                            
##          O2 saturation=15}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5836]  {pulse=33,                                                                                  
##          Xray=4}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5837]  {people in house=1,                                                                         
##          pulse=33}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5838]  {pulse=33,                                                                                  
##          sex=2}                      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5839]  {prem=1,                                                                                    
##          pulse=33}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5840]  {hiv_exposure=3,                                                                            
##          pulse=33}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5841]  {chest indrawing=2,                                                                         
##          pulse=33}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5842]  {outcome=2,                                                                                 
##          pulse=33}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5843]  {pulse=33,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5844]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5845]  {pulse=33}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5846]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5847]  {pulse=29,                                                                                  
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5848]  {people in house=1,                                                                         
##          pulse=29}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5849]  {prem=1,                                                                                    
##          pulse=29}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5850]  {pulse=29,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5851]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5852]  {lbw=1,                                                                                     
##          pulse=29}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5853]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5854]  {outcome=2,                                                                                 
##          pulse=29}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5855]  {pulse=29,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5856]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5857]  {pulse=29}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5858]  {chest indrawing=2,                                                                         
##          pulse=26}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5859]  {resp=11,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5860]  {prem=1,                                                                                    
##          resp=11}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5861]  {lbw=1,                                                                                     
##          resp=11}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5862]  {resp=11,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5863]  {resp=11,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5864]  {pulse=28,                                                                                  
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5865]  {hiv_exposure=3,                                                                            
##          pulse=28}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5866]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5867]  {duration_admission=20,                                                                     
##          prem=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5868]  {duration_admission=20,                                                                     
##          Xray=4}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5869]  {duration_admission=20,                                                                     
##          temp=5}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5870]  {duration_admission=20,                                                                     
##          vaccinations=2}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5871]  {duration_admission=20,                                                                     
##          people in house=1}          => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5872]  {duration_admission=20,                                                                     
##          hiv_exposure=3}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5873]  {chest indrawing=2,                                                                         
##          duration_admission=20}      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5874]  {duration_admission=20,                                                                     
##          outcome=2}                  => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5875]  {duration_admission=20,                                                                     
##          ventilation=3}              => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5876]  {duration_admission=20,                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5877]  {duration_admission=20}      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5878]  {prem=1,                                                                                    
##          pulse=35}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5879]  {pulse=35,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5880]  {hiv_exposure=3,                                                                            
##          pulse=35}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5881]  {lbw=1,                                                                                     
##          pulse=35}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5882]  {Maternal smoke category=1,                                                                 
##          pulse=34}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5883]  {pulse=34,                                                                                  
##          vaccinations=2}             => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5884]  {pulse=34,                                                                                  
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5885]  {people in house=1,                                                                         
##          pulse=34}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5886]  {pulse=34,                                                                                  
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5887]  {prem=1,                                                                                    
##          pulse=34}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5888]  {pulse=34,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5889]  {hiv_exposure=3,                                                                            
##          pulse=34}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5890]  {lbw=1,                                                                                     
##          pulse=34}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5891]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5892]  {outcome=2,                                                                                 
##          pulse=34}                   => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5893]  {pulse=34,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5894]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5895]  {pulse=34}                   => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5896]  {duration_admission=17,                                                                     
##          pulse=27}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5897]  {pulse=27,                                                                                  
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5898]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5899]  {pulse=27,                                                                                  
##          stunted=1}                  => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5900]  {pulse=27,                                                                                  
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5901]  {prem=1,                                                                                    
##          pulse=27}                   => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5902]  {pulse=27,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5903]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5904]  {lbw=1,                                                                                     
##          pulse=27}                   => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5905]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5906]  {outcome=2,                                                                                 
##          pulse=27}                   => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5907]  {pulse=27,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5908]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5909]  {pulse=27}                   => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5910]  {people in house=2,                                                                         
##          pulse=20}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5911]  {pulse=20,                                                                                  
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5912]  {prem=1,                                                                                    
##          pulse=20}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5913]  {lbw=1,                                                                                     
##          pulse=20}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5914]  {pulse=25,                                                                                  
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5915]  {prem=1,                                                                                    
##          pulse=25}                   => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5916]  {pulse=25,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5917]  {pulse=25,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5918]  {pulse=25,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5919]  {O2 saturation=27,                                                                          
##          ventilation=3}              => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5920]  {O2 saturation=27,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5921]  {CRP=45,                                                                                    
##          duration_admission=11}      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5922]  {CRP=45,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5923]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5924]  {CRP=45,                                                                                    
##          stunted=1}                  => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5925]  {CRP=45,                                                                                    
##          people in house=1}          => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5926]  {CRP=45,                                                                                    
##          sex=2}                      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5927]  {CRP=45,                                                                                    
##          prem=1}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5928]  {CRP=45,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5929]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5930]  {CRP=45,                                                                                    
##          lbw=1}                      => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5931]  {chest indrawing=2,                                                                         
##          CRP=45}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5932]  {CRP=45,                                                                                    
##          outcome=2}                  => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5933]  {CRP=45,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5934]  {CRP=45,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5935]  {CRP=45}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5936]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5937]  {O2 saturation=1,                                                                           
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5938]  {O2 saturation=1,                                                                           
##          temp=5}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5939]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5940]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5941]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5942]  {O2 saturation=1,                                                                           
##          people in house=1}          => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5943]  {O2 saturation=1,                                                                           
##          sex=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5944]  {O2 saturation=1,                                                                           
##          prem=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5945]  {O2 saturation=1,                                                                           
##          uwfa=1}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5946]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5947]  {lbw=1,                                                                                     
##          O2 saturation=1}            => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5948]  {chest indrawing=2,                                                                         
##          O2 saturation=1}            => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5949]  {O2 saturation=1,                                                                           
##          outcome=2}                  => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5950]  {O2 saturation=1,                                                                           
##          ventilation=3}              => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5951]  {O2 saturation=1,                                                                           
##          serious outcome?=2}         => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5952]  {O2 saturation=1}            => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5953]  {O2 saturation=13,                                                                          
##          sex=1}                      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5954]  {O2 saturation=13,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5955]  {O2 saturation=13,                                                                          
##          temp=5}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5956]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5957]  {O2 saturation=13,                                                                          
##          prem=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5958]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5959]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5960]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5961]  {O2 saturation=13,                                                                          
##          ventilation=3}              => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5962]  {O2 saturation=13,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5963]  {CRP=58,                                                                                    
##          duration_admission=11}      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5964]  {CRP=58,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5965]  {CRP=58,                                                                                    
##          sex=1}                      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5966]  {CRP=58,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5967]  {CRP=58,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5968]  {CRP=58,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5969]  {O2 saturation=20,                                                                          
##          temp=7}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5970]  {O2 saturation=20,                                                                          
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5971]  {O2 saturation=20,                                                                          
##          stunted=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5972]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5973]  {O2 saturation=20,                                                                          
##          sex=2}                      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5974]  {O2 saturation=20,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [5975]  {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5976]  {chest indrawing=2,                                                                         
##          O2 saturation=20}           => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5977]  {O2 saturation=24,                                                                          
##          resp=10}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5978]  {resp=10,                                                                                   
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5979]  {resp=10,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5980]  {resp=10,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5981]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5982]  {resp=10,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5983]  {resp=10,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [5984]  {duration_admission=11,                                                                     
##          resp=26}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5985]  {resp=26,                                                                                   
##          temp=7}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5986]  {resp=26,                                                                                   
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5987]  {resp=26,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5988]  {Maternal smoke category=3,                                                                 
##          resp=26}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5989]  {prem=1,                                                                                    
##          resp=26}                    => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5990]  {resp=26,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5991]  {hiv_exposure=3,                                                                            
##          resp=26}                    => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5992]  {lbw=1,                                                                                     
##          resp=26}                    => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5993]  {resp=26,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5994]  {resp=26,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [5995]  {duration_admission=2,                                                                      
##          O2 saturation=25}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5996]  {O2 saturation=25,                                                                          
##          sex=1}                      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5997]  {O2 saturation=25,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [5998]  {hiv_exposure=3,                                                                            
##          O2 saturation=25}           => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [5999]  {duration_admission=11,                                                                     
##          resp=30}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6000]  {resp=30,                                                                                   
##          temp=5}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6001]  {resp=30,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6002]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6003]  {resp=30,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6004]  {resp=30,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6005]  {lbw=1,                                                                                     
##          resp=30}                    => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6006]  {duration_admission=18,                                                                     
##          O2 saturation=18}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6007]  {O2 saturation=18,                                                                          
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6008]  {Maternal smoke category=3,                                                                 
##          O2 saturation=18}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6009]  {O2 saturation=18,                                                                          
##          prem=1}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6010]  {hiv_exposure=3,                                                                            
##          O2 saturation=18}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6011]  {lbw=1,                                                                                     
##          O2 saturation=18}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6012]  {chest indrawing=1,                                                                         
##          resp=8}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6013]  {resp=8,                                                                                    
##          temp=7}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6014]  {resp=8,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6015]  {Maternal smoke category=3,                                                                 
##          resp=8}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6016]  {resp=8,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6017]  {duration_admission=15,                                                                     
##          O2 saturation=26}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6018]  {O2 saturation=26,                                                                          
##          Xray=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6019]  {hiv_exposure=1,                                                                            
##          O2 saturation=26}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6020]  {O2 saturation=26,                                                                          
##          temp=7}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6021]  {O2 saturation=26,                                                                          
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6022]  {O2 saturation=26,                                                                          
##          people in house=2}          => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6023]  {O2 saturation=26,                                                                          
##          stunted=2}                  => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6024]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6025]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6026]  {Maternal smoke category=3,                                                                 
##          O2 saturation=26}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6027]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6028]  {O2 saturation=26,                                                                          
##          people in house=1}          => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6029]  {O2 saturation=26,                                                                          
##          sex=2}                      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6030]  {O2 saturation=26,                                                                          
##          prem=1}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6031]  {O2 saturation=26,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6032]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6033]  {lbw=1,                                                                                     
##          O2 saturation=26}           => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6034]  {chest indrawing=2,                                                                         
##          O2 saturation=26}           => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6035]  {O2 saturation=26,                                                                          
##          outcome=2}                  => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6036]  {O2 saturation=26,                                                                          
##          ventilation=3}              => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6037]  {O2 saturation=26,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6038]  {O2 saturation=26}           => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6039]  {people in house=2,                                                                         
##          resp=25}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6040]  {resp=25,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6041]  {resp=25,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6042]  {duration_admission=17,                                                                     
##          resp=20}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6043]  {resp=20,                                                                                   
##          temp=7}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6044]  {resp=20,                                                                                   
##          Xray=3}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6045]  {Maternal smoke category=1,                                                                 
##          resp=20}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6046]  {resp=20,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6047]  {resp=20,                                                                                   
##          temp=5}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6048]  {resp=20,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6049]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6050]  {resp=20,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6051]  {people in house=1,                                                                         
##          resp=20}                    => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6052]  {resp=20,                                                                                   
##          sex=2}                      => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6053]  {prem=1,                                                                                    
##          resp=20}                    => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6054]  {resp=20,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6055]  {hiv_exposure=3,                                                                            
##          resp=20}                    => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6056]  {lbw=1,                                                                                     
##          resp=20}                    => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6057]  {chest indrawing=2,                                                                         
##          resp=20}                    => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6058]  {outcome=2,                                                                                 
##          resp=20}                    => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6059]  {resp=20,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6060]  {resp=20,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6061]  {resp=20}                    => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6062]  {O2 saturation=23,                                                                          
##          resp=24}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6063]  {CRP=97,                                                                                    
##          resp=24}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6064]  {resp=24,                                                                                   
##          Xray=3}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6065]  {people in house=2,                                                                         
##          resp=24}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6066]  {resp=24,                                                                                   
##          Xray=4}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6067]  {resp=24,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6068]  {resp=24,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6069]  {prem=1,                                                                                    
##          resp=24}                    => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6070]  {resp=24,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6071]  {lbw=1,                                                                                     
##          resp=24}                    => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6072]  {resp=24,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6073]  {resp=24,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6074]  {CRP=97,                                                                                    
##          Xray=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6075]  {hiv_exposure=1,                                                                            
##          Xray=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6076]  {uwfa=2,                                                                                    
##          Xray=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6077]  {sex=1,                                                                                     
##          Xray=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6078]  {people in house=2,                                                                         
##          Xray=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6079]  {stunted=2,                                                                                 
##          Xray=1}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6080]  {Maternal smoke category=1,                                                                 
##          Xray=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6081]  {vaccinations=1,                                                                            
##          Xray=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6082]  {vaccinations=2,                                                                            
##          Xray=1}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6083]  {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6084]  {stunted=1,                                                                                 
##          Xray=1}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6085]  {people in house=1,                                                                         
##          Xray=1}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6086]  {sex=2,                                                                                     
##          Xray=1}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6087]  {prem=1,                                                                                    
##          Xray=1}                     => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6088]  {uwfa=1,                                                                                    
##          Xray=1}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6089]  {hiv_exposure=3,                                                                            
##          Xray=1}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6090]  {lbw=1,                                                                                     
##          Xray=1}                     => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6091]  {chest indrawing=2,                                                                         
##          Xray=1}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6092]  {outcome=2,                                                                                 
##          Xray=1}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6093]  {ventilation=3,                                                                             
##          Xray=1}                     => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6094]  {serious outcome?=2,                                                                        
##          Xray=1}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6095]  {Xray=1}                     => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6096]  {duration_admission=11,                                                                     
##          resp=13}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6097]  {resp=13,                                                                                   
##          Xray=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6098]  {resp=13,                                                                                   
##          temp=7}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6099]  {resp=13,                                                                                   
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6100]  {resp=13,                                                                                   
##          Xray=3}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6101]  {people in house=2,                                                                         
##          resp=13}                    => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6102]  {resp=13,                                                                                   
##          stunted=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6103]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6104]  {resp=13,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6105]  {Maternal smoke category=3,                                                                 
##          resp=13}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6106]  {prem=1,                                                                                    
##          resp=13}                    => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6107]  {resp=13,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6108]  {hiv_exposure=3,                                                                            
##          resp=13}                    => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6109]  {lbw=1,                                                                                     
##          resp=13}                    => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6110]  {resp=13,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6111]  {resp=13,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6112]  {duration_admission=18,                                                                     
##          hiv_exposure=1}             => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6113]  {duration_admission=18,                                                                     
##          sex=1}                      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6114]  {duration_admission=18,                                                                     
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6115]  {duration_admission=18,                                                                     
##          people in house=2}          => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6116]  {duration_admission=18,                                                                     
##          Xray=4}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6117]  {duration_admission=18,                                                                     
##          stunted=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6118]  {duration_admission=18,                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6119]  {duration_admission=18,                                                                     
##          vaccinations=1}             => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6120]  {duration_admission=18,                                                                     
##          temp=5}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6121]  {duration_admission=18,                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6122]  {duration_admission=18,                                                                     
##          stunted=1}                  => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6123]  {duration_admission=18,                                                                     
##          people in house=1}          => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6124]  {duration_admission=18,                                                                     
##          sex=2}                      => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6125]  {duration_admission=18,                                                                     
##          prem=1}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6126]  {duration_admission=18,                                                                     
##          uwfa=1}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6127]  {duration_admission=18,                                                                     
##          hiv_exposure=3}             => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6128]  {duration_admission=18,                                                                     
##          lbw=1}                      => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6129]  {chest indrawing=2,                                                                         
##          duration_admission=18}      => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6130]  {duration_admission=18,                                                                     
##          outcome=2}                  => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6131]  {duration_admission=18,                                                                     
##          ventilation=3}              => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6132]  {duration_admission=18,                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6133]  {duration_admission=18}      => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6134]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6135]  {duration_admission=19,                                                                     
##          temp=7}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6136]  {duration_admission=19,                                                                     
##          sex=1}                      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6137]  {duration_admission=19,                                                                     
##          people in house=2}          => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6138]  {duration_admission=19,                                                                     
##          Xray=4}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6139]  {duration_admission=19,                                                                     
##          stunted=2}                  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6140]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6141]  {duration_admission=19,                                                                     
##          vaccinations=1}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6142]  {duration_admission=19,                                                                     
##          temp=5}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6143]  {duration_admission=19,                                                                     
##          vaccinations=2}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6144]  {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6145]  {duration_admission=19,                                                                     
##          stunted=1}                  => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6146]  {duration_admission=19,                                                                     
##          people in house=1}          => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6147]  {duration_admission=19,                                                                     
##          sex=2}                      => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6148]  {duration_admission=19,                                                                     
##          prem=1}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6149]  {duration_admission=19,                                                                     
##          uwfa=1}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6150]  {duration_admission=19,                                                                     
##          hiv_exposure=3}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6151]  {duration_admission=19,                                                                     
##          lbw=1}                      => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6152]  {chest indrawing=2,                                                                         
##          duration_admission=19}      => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6153]  {duration_admission=19,                                                                     
##          outcome=2}                  => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6154]  {duration_admission=19,                                                                     
##          ventilation=3}              => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6155]  {duration_admission=19,                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6156]  {duration_admission=19}      => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6157]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6158]  {vaccinations=4,                                                                            
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6159]  {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6160]  {serious outcome?=2,                                                                        
##          vaccinations=4}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6161]  {duration_admission=11,                                                                     
##          resp=18}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6162]  {resp=18,                                                                                   
##          Xray=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6163]  {resp=18,                                                                                   
##          temp=7}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6164]  {resp=18,                                                                                   
##          sex=1}                      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6165]  {resp=18,                                                                                   
##          Xray=3}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6166]  {resp=18,                                                                                   
##          stunted=2}                  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6167]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6168]  {people in house=1,                                                                         
##          resp=18}                    => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6169]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6170]  {CRP=2,                                                                                     
##          duration_admission=2}       => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6171]  {CRP=2,                                                                                     
##          duration_admission=11}      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6172]  {CRP=2,                                                                                     
##          Xray=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6173]  {CRP=2,                                                                                     
##          prem=2}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6174]  {CRP=2,                                                                                     
##          people in house=2}          => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6175]  {CRP=2,                                                                                     
##          Xray=4}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6176]  {CRP=2,                                                                                     
##          vaccinations=1}             => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6177]  {CRP=2,                                                                                     
##          temp=5}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6178]  {CRP=2,                                                                                     
##          vaccinations=2}             => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6179]  {CRP=2,                                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6180]  {CRP=2,                                                                                     
##          stunted=1}                  => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6181]  {CRP=2,                                                                                     
##          sex=2}                      => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6182]  {CRP=2,                                                                                     
##          uwfa=1}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6183]  {CRP=2,                                                                                     
##          hiv_exposure=3}             => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6184]  {CRP=2,                                                                                     
##          lbw=1}                      => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6185]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6186]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6187]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6188]  {O2 saturation=23,                                                                          
##          temp=7}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6189]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6190]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6191]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6192]  {O2 saturation=23,                                                                          
##          temp=5}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6193]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6194]  {O2 saturation=23,                                                                          
##          people in house=1}          => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6195]  {temp=3,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6196]  {temp=3,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6197]  {temp=3,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6198]  {CRP=97,                                                                                    
##          temp=10}                    => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6199]  {duration_admission=11,                                                                     
##          temp=10}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6200]  {prem=2,                                                                                    
##          temp=10}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6201]  {temp=10,                                                                                   
##          Xray=4}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6202]  {temp=10,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6203]  {duration_admission=2,                                                                      
##          Maternal smoke category=2}  => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6204]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6205]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6206]  {Maternal smoke category=2,                                                                 
##          people in house=2}          => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6207]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6208]  {chest indrawing=1,                                                                         
##          O2 saturation=22}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6209]  {O2 saturation=22,                                                                          
##          resp=16}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6210]  {duration_admission=17,                                                                     
##          O2 saturation=22}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6211]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6212]  {O2 saturation=22,                                                                          
##          temp=5}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6213]  {O2 saturation=22,                                                                          
##          vaccinations=2}             => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6214]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6215]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6216]  {lbw=1,                                                                                     
##          O2 saturation=22}           => {prolonged=1}               0.08620690  1.0000000  1.1225806
## [6217]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6218]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6219]  {O2 saturation=21,                                                                          
##          sex=1}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6220]  {O2 saturation=21,                                                                          
##          Xray=3}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6221]  {O2 saturation=21,                                                                          
##          people in house=2}          => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6222]  {O2 saturation=21,                                                                          
##          temp=5}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6223]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6224]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6225]  {O2 saturation=21,                                                                          
##          stunted=1}                  => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6226]  {O2 saturation=21,                                                                          
##          prem=1}                     => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6227]  {O2 saturation=21,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.09195402  1.0000000  1.1225806
## [6228]  {lbw=1,                                                                                     
##          O2 saturation=21}           => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6229]  {duration_admission=2,                                                                      
##          O2 saturation=24}           => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6230]  {duration_admission=11,                                                                     
##          O2 saturation=24}           => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6231]  {lbw=2,                                                                                     
##          O2 saturation=24}           => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6232]  {O2 saturation=24,                                                                          
##          uwfa=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6233]  {O2 saturation=24,                                                                          
##          prem=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6234]  {O2 saturation=24,                                                                          
##          temp=7}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6235]  {O2 saturation=24,                                                                          
##          sex=1}                      => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6236]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6237]  {O2 saturation=24,                                                                          
##          stunted=2}                  => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6238]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6239]  {O2 saturation=24,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6240]  {O2 saturation=24,                                                                          
##          people in house=1}          => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6241]  {hiv_exposure=3,                                                                            
##          O2 saturation=24}           => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6242]  {chest indrawing=1,                                                                         
##          duration_admission=17}      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6243]  {chest indrawing=1,                                                                         
##          CRP=97}                     => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6244]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6245]  {chest indrawing=1,                                                                         
##          Xray=2}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6246]  {chest indrawing=1,                                                                         
##          lbw=2}                      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6247]  {chest indrawing=1,                                                                         
##          prem=2}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6248]  {chest indrawing=1,                                                                         
##          stunted=2}                  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6249]  {chest indrawing=1,                                                                         
##          Maternal smoke category=1}  => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6250]  {chest indrawing=1,                                                                         
##          temp=5}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6251]  {chest indrawing=1,                                                                         
##          hiv_exposure=3}             => {prolonged=1}               0.09770115  1.0000000  1.1225806
## [6252]  {duration_admission=17,                                                                     
##          resp=16}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6253]  {duration_admission=2,                                                                      
##          resp=16}                    => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6254]  {CRP=97,                                                                                    
##          resp=16}                    => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6255]  {duration_admission=11,                                                                     
##          resp=16}                    => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6256]  {resp=16,                                                                                   
##          Xray=2}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6257]  {resp=16,                                                                                   
##          uwfa=2}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6258]  {resp=16,                                                                                   
##          temp=7}                     => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6259]  {resp=16,                                                                                   
##          sex=1}                      => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6260]  {resp=16,                                                                                   
##          Xray=3}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6261]  {people in house=2,                                                                         
##          resp=16}                    => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6262]  {resp=16,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6263]  {Maternal smoke category=3,                                                                 
##          resp=16}                    => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6264]  {resp=16,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6265]  {prem=1,                                                                                    
##          resp=16}                    => {prolonged=1}               0.08620690  1.0000000  1.1225806
## [6266]  {hiv_exposure=3,                                                                            
##          resp=16}                    => {prolonged=1}               0.11494253  1.0000000  1.1225806
## [6267]  {lbw=1,                                                                                     
##          resp=16}                    => {prolonged=1}               0.09770115  1.0000000  1.1225806
## [6268]  {CRP=97,                                                                                    
##          duration_admission=15}      => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6269]  {duration_admission=15,                                                                     
##          Xray=2}                     => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6270]  {duration_admission=15,                                                                     
##          hiv_exposure=1}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6271]  {duration_admission=15,                                                                     
##          lbw=2}                      => {prolonged=1}               0.03448276  1.0000000  1.1225806
## [6272]  {duration_admission=15,                                                                     
##          uwfa=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6273]  {duration_admission=15,                                                                     
##          prem=2}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6274]  {duration_admission=15,                                                                     
##          temp=7}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6275]  {duration_admission=15,                                                                     
##          sex=1}                      => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6276]  {duration_admission=15,                                                                     
##          Xray=3}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6277]  {duration_admission=15,                                                                     
##          people in house=2}          => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6278]  {duration_admission=15,                                                                     
##          Xray=4}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6279]  {duration_admission=15,                                                                     
##          stunted=2}                  => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6280]  {duration_admission=15,                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6281]  {duration_admission=15,                                                                     
##          vaccinations=1}             => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6282]  {duration_admission=15,                                                                     
##          temp=5}                     => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6283]  {duration_admission=15,                                                                     
##          vaccinations=2}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6284]  {duration_admission=15,                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6285]  {duration_admission=15,                                                                     
##          stunted=1}                  => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6286]  {duration_admission=15,                                                                     
##          people in house=1}          => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6287]  {duration_admission=15,                                                                     
##          sex=2}                      => {prolonged=1}               0.09770115  1.0000000  1.1225806
## [6288]  {duration_admission=15,                                                                     
##          prem=1}                     => {prolonged=1}               0.09770115  1.0000000  1.1225806
## [6289]  {duration_admission=15,                                                                     
##          uwfa=1}                     => {prolonged=1}               0.11494253  1.0000000  1.1225806
## [6290]  {duration_admission=15,                                                                     
##          hiv_exposure=3}             => {prolonged=1}               0.08620690  1.0000000  1.1225806
## [6291]  {duration_admission=15,                                                                     
##          lbw=1}                      => {prolonged=1}               0.10919540  1.0000000  1.1225806
## [6292]  {chest indrawing=2,                                                                         
##          duration_admission=15}      => {prolonged=1}               0.12643678  1.0000000  1.1225806
## [6293]  {duration_admission=15,                                                                     
##          outcome=2}                  => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6294]  {duration_admission=15,                                                                     
##          ventilation=3}              => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6295]  {duration_admission=15,                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6296]  {duration_admission=15}      => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6297]  {CRP=97,                                                                                    
##          duration_admission=17}      => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6298]  {duration_admission=17,                                                                     
##          lbw=2}                      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6299]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6300]  {duration_admission=17,                                                                     
##          prem=2}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6301]  {duration_admission=17,                                                                     
##          temp=7}                     => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6302]  {duration_admission=17,                                                                     
##          sex=1}                      => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6303]  {duration_admission=17,                                                                     
##          Xray=3}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6304]  {duration_admission=17,                                                                     
##          people in house=2}          => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6305]  {duration_admission=17,                                                                     
##          Xray=4}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6306]  {duration_admission=17,                                                                     
##          stunted=2}                  => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6307]  {duration_admission=17,                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6308]  {duration_admission=17,                                                                     
##          vaccinations=1}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6309]  {duration_admission=17,                                                                     
##          temp=5}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6310]  {duration_admission=17,                                                                     
##          vaccinations=2}             => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6311]  {duration_admission=17,                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.08620690  1.0000000  1.1225806
## [6312]  {duration_admission=17,                                                                     
##          stunted=1}                  => {prolonged=1}               0.10344828  1.0000000  1.1225806
## [6313]  {duration_admission=17,                                                                     
##          people in house=1}          => {prolonged=1}               0.09770115  1.0000000  1.1225806
## [6314]  {duration_admission=17,                                                                     
##          sex=2}                      => {prolonged=1}               0.10344828  1.0000000  1.1225806
## [6315]  {duration_admission=17,                                                                     
##          prem=1}                     => {prolonged=1}               0.10344828  1.0000000  1.1225806
## [6316]  {duration_admission=17,                                                                     
##          uwfa=1}                     => {prolonged=1}               0.11494253  1.0000000  1.1225806
## [6317]  {duration_admission=17,                                                                     
##          hiv_exposure=3}             => {prolonged=1}               0.13218391  1.0000000  1.1225806
## [6318]  {duration_admission=17,                                                                     
##          lbw=1}                      => {prolonged=1}               0.12643678  1.0000000  1.1225806
## [6319]  {chest indrawing=2,                                                                         
##          duration_admission=17}      => {prolonged=1}               0.11494253  1.0000000  1.1225806
## [6320]  {duration_admission=17,                                                                     
##          outcome=2}                  => {prolonged=1}               0.14942529  1.0000000  1.1225806
## [6321]  {duration_admission=17,                                                                     
##          ventilation=3}              => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6322]  {duration_admission=17,                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6323]  {duration_admission=17}      => {prolonged=1}               0.14942529  1.0000000  1.1225806
## [6324]  {CRP=97,                                                                                    
##          duration_admission=2}       => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6325]  {duration_admission=2,                                                                      
##          Xray=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6326]  {duration_admission=2,                                                                      
##          lbw=2}                      => {prolonged=1}               0.04022989  1.0000000  1.1225806
## [6327]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6328]  {duration_admission=2,                                                                      
##          prem=2}                     => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6329]  {duration_admission=2,                                                                      
##          temp=7}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6330]  {duration_admission=2,                                                                      
##          sex=1}                      => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6331]  {duration_admission=2,                                                                      
##          Xray=3}                     => {prolonged=1}               0.09195402  1.0000000  1.1225806
## [6332]  {duration_admission=2,                                                                      
##          people in house=2}          => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6333]  {duration_admission=2,                                                                      
##          Xray=4}                     => {prolonged=1}               0.02873563  1.0000000  1.1225806
## [6334]  {duration_admission=2,                                                                      
##          stunted=2}                  => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6335]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6336]  {duration_admission=2,                                                                      
##          vaccinations=1}             => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6337]  {duration_admission=2,                                                                      
##          temp=5}                     => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6338]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {prolonged=1}               0.09195402  1.0000000  1.1225806
## [6339]  {duration_admission=2,                                                                      
##          Maternal smoke category=3}  => {prolonged=1}               0.08620690  1.0000000  1.1225806
## [6340]  {duration_admission=2,                                                                      
##          stunted=1}                  => {prolonged=1}               0.11494253  1.0000000  1.1225806
## [6341]  {duration_admission=2,                                                                      
##          people in house=1}          => {prolonged=1}               0.10344828  1.0000000  1.1225806
## [6342]  {duration_admission=2,                                                                      
##          sex=2}                      => {prolonged=1}               0.10344828  1.0000000  1.1225806
## [6343]  {duration_admission=2,                                                                      
##          prem=1}                     => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6344]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {prolonged=1}               0.13793103  1.0000000  1.1225806
## [6345]  {duration_admission=2,                                                                      
##          hiv_exposure=3}             => {prolonged=1}               0.15517241  1.0000000  1.1225806
## [6346]  {duration_admission=2,                                                                      
##          lbw=1}                      => {prolonged=1}               0.12643678  1.0000000  1.1225806
## [6347]  {chest indrawing=2,                                                                         
##          duration_admission=2}       => {prolonged=1}               0.15517241  1.0000000  1.1225806
## [6348]  {duration_admission=2,                                                                      
##          outcome=2}                  => {prolonged=1}               0.16666667  1.0000000  1.1225806
## [6349]  {duration_admission=2,                                                                      
##          ventilation=3}              => {prolonged=1}               0.16666667  1.0000000  1.1225806
## [6350]  {duration_admission=2,                                                                      
##          serious outcome?=2}         => {prolonged=1}               0.16666667  1.0000000  1.1225806
## [6351]  {duration_admission=2}       => {prolonged=1}               0.16666667  1.0000000  1.1225806
## [6352]  {CRP=97,                                                                                    
##          duration_admission=11}      => {prolonged=1}               0.02298851  1.0000000  1.1225806
## [6353]  {CRP=97,                                                                                    
##          temp=7}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6354]  {CRP=97,                                                                                    
##          sex=1}                      => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6355]  {CRP=97,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.08620690  1.0000000  1.1225806
## [6356]  {CRP=97,                                                                                    
##          people in house=2}          => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6357]  {CRP=97,                                                                                    
##          Maternal smoke category=1}  => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6358]  {CRP=97,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.09195402  1.0000000  1.1225806
## [6359]  {CRP=97,                                                                                    
##          Maternal smoke category=3}  => {prolonged=1}               0.09195402  1.0000000  1.1225806
## [6360]  {CRP=97,                                                                                    
##          prem=1}                     => {prolonged=1}               0.15517241  1.0000000  1.1225806
## [6361]  {CRP=97,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6362]  {CRP=97,                                                                                    
##          ventilation=3}              => {hiv_exposure=3}            0.14367816  0.8064516  1.1225806
## [6363]  {CRP=97,                                                                                    
##          hiv_exposure=3}             => {prolonged=1}               0.15517241  1.0000000  1.1225806
## [6364]  {CRP=97,                                                                                    
##          lbw=1}                      => {prolonged=1}               0.11494253  1.0000000  1.1225806
## [6365]  {duration_admission=11,                                                                     
##          Xray=2}                     => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6366]  {duration_admission=11,                                                                     
##          hiv_exposure=1}             => {prolonged=1}               0.05172414  1.0000000  1.1225806
## [6367]  {duration_admission=11,                                                                     
##          lbw=2}                      => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6368]  {duration_admission=11,                                                                     
##          uwfa=2}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6369]  {duration_admission=11,                                                                     
##          prem=2}                     => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6370]  {duration_admission=11,                                                                     
##          temp=7}                     => {prolonged=1}               0.08045977  1.0000000  1.1225806
## [6371]  {duration_admission=11,                                                                     
##          sex=1}                      => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6372]  {duration_admission=11,                                                                     
##          Xray=3}                     => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6373]  {duration_admission=11,                                                                     
##          people in house=2}          => {prolonged=1}               0.05747126  1.0000000  1.1225806
## [6374]  {duration_admission=11,                                                                     
##          Xray=4}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6375]  {duration_admission=11,                                                                     
##          stunted=2}                  => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6376]  {duration_admission=11,                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6377]  {duration_admission=11,                                                                     
##          vaccinations=1}             => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6378]  {duration_admission=11,                                                                     
##          temp=5}                     => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6379]  {duration_admission=11,                                                                     
##          vaccinations=2}             => {prolonged=1}               0.10919540  1.0000000  1.1225806
## [6380]  {duration_admission=11,                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.12068966  1.0000000  1.1225806
## [6381]  {duration_admission=11,                                                                     
##          stunted=1}                  => {prolonged=1}               0.13793103  1.0000000  1.1225806
## [6382]  {duration_admission=11,                                                                     
##          people in house=1}          => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6383]  {duration_admission=11,                                                                     
##          sex=2}                      => {prolonged=1}               0.12643678  1.0000000  1.1225806
## [6384]  {duration_admission=11,                                                                     
##          prem=1}                     => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6385]  {duration_admission=11,                                                                     
##          uwfa=1}                     => {prolonged=1}               0.14367816  1.0000000  1.1225806
## [6386]  {duration_admission=11,                                                                     
##          hiv_exposure=3}             => {prolonged=1}               0.14942529  1.0000000  1.1225806
## [6387]  {duration_admission=11,                                                                     
##          lbw=1}                      => {prolonged=1}               0.13218391  1.0000000  1.1225806
## [6388]  {chest indrawing=2,                                                                         
##          duration_admission=11}      => {prolonged=1}               0.17241379  1.0000000  1.1225806
## [6389]  {duration_admission=11,                                                                     
##          outcome=2}                  => {prolonged=1}               0.19540230  1.0000000  1.1225806
## [6390]  {duration_admission=11,                                                                     
##          ventilation=3}              => {prolonged=1}               0.19540230  1.0000000  1.1225806
## [6391]  {duration_admission=11,                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.19540230  1.0000000  1.1225806
## [6392]  {duration_admission=11}      => {prolonged=1}               0.20114943  1.0000000  1.1225806
## [6393]  {hiv_exposure=1,                                                                            
##          Xray=2}                     => {prolonged=1}               0.04597701  1.0000000  1.1225806
## [6394]  {temp=7,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.06321839  1.0000000  1.1225806
## [6395]  {sex=1,                                                                                     
##          Xray=2}                     => {prolonged=1}               0.09195402  1.0000000  1.1225806
## [6396]  {people in house=2,                                                                         
##          Xray=2}                     => {prolonged=1}               0.10919540  1.0000000  1.1225806
## [6397]  {vaccinations=2,                                                                            
##          Xray=2}                     => {prolonged=1}               0.10919540  1.0000000  1.1225806
## [6398]  {Maternal smoke category=3,                                                                 
##          Xray=2}                     => {prolonged=1}               0.12068966  1.0000000  1.1225806
## [6399]  {stunted=1,                                                                                 
##          Xray=2}                     => {prolonged=1}               0.12643678  1.0000000  1.1225806
## [6400]  {prem=1,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.12643678  1.0000000  1.1225806
## [6401]  {uwfa=1,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.16666667  1.0000000  1.1225806
## [6402]  {lbw=1,                                                                                     
##          Xray=2}                     => {prolonged=1}               0.15517241  1.0000000  1.1225806
## [6403]  {ventilation=3,                                                                             
##          Xray=2}                     => {prolonged=1}               0.19540230  1.0000000  1.1225806
## [6404]  {serious outcome?=2,                                                                        
##          Xray=2}                     => {prolonged=1}               0.19540230  1.0000000  1.1225806
## [6405]  {prem=2,                                                                                    
##          sex=1}                      => {prolonged=1}               0.07471264  1.0000000  1.1225806
## [6406]  {prem=2,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.06896552  1.0000000  1.1225806
## [6407]  {sex=1,                                                                                     
##          temp=7}                     => {prolonged=1}               0.08620690  1.0000000  1.1225806
## [6408]  {stunted=1,                                                                                 
##          temp=7}                     => {hiv_exposure=3}            0.14367816  0.8064516  1.1225806
## [6409]  {people in house=2,                                                                         
##          sex=1}                      => {prolonged=1}               0.09195402  1.0000000  1.1225806
## [6410]  {sex=1,                                                                                     
##          vaccinations=2}             => {prolonged=1}               0.17241379  1.0000000  1.1225806
## [6411]  {temp=5,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.13793103  1.0000000  1.1225806
## [6412]  {Maternal smoke category=1,                                                                 
##          people in house=2}          => {prolonged=1}               0.14942529  1.0000000  1.1225806
## [6413]  {Maternal smoke category=1,                                                                 
##          vaccinations=2}             => {prolonged=1}               0.17241379  1.0000000  1.1225806
## [6414]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {prolonged=1}               0.18965517  1.0000000  1.1225806
## [6415]  {temp=5,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.14367816  0.8064516  1.1225806
## [6416]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {prolonged=1}               0.33333333  1.0000000  1.1225806
## [6417]  {lbw=1,                                                                                     
##          temp=7}                     => {hiv_exposure=3}            0.18965517  0.8048780  1.1203902
## [6418]  {people in house=1,                                                                         
##          prem=2}                     => {chest indrawing=2}         0.16091954  0.9655172  1.1200000
## [6419]  {temp=5,                                                                                    
##          Xray=4}                     => {chest indrawing=2}         0.16091954  0.9655172  1.1200000
## [6420]  {Maternal smoke category=1,                                                                 
##          prem=1}                     => {hiv_exposure=3}            0.21264368  0.8043478  1.1196522
## [6421]  {prolonged=1,                                                                               
##          uwfa=1}                     => {hiv_exposure=3}            0.54022989  0.8034188  1.1183590
## [6422]  {prem=1,                                                                                    
##          stunted=1}                  => {hiv_exposure=3}            0.41954023  0.8021978  1.1166593
## [6423]  {people in house=1,                                                                         
##          prolonged=1}                => {lbw=1}                     0.44252874  0.8020833  1.1165000
## [6424]  {hiv_exposure=3,                                                                            
##          temp=5}                     => {chest indrawing=2}         0.28160920  0.9607843  1.1145098
## [6425]  {lbw=2,                                                                                     
##          O2 saturation=17}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6426]  {O2 saturation=17,                                                                          
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6427]  {O2 saturation=17,                                                                          
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6428]  {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6429]  {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6430]  {O2 saturation=17}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6431]  {O2 saturation=15,                                                                          
##          outcome=2}                  => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6432]  {O2 saturation=15,                                                                          
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6433]  {O2 saturation=15,                                                                          
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6434]  {chest indrawing=2,                                                                         
##          O2 saturation=15}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6435]  {O2 saturation=15}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6436]  {pulse=33,                                                                                  
##          sex=2}                      => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6437]  {outcome=2,                                                                                 
##          pulse=33}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6438]  {pulse=33,                                                                                  
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6439]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6440]  {prolonged=1,                                                                               
##          pulse=33}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6441]  {pulse=33}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6442]  {prem=1,                                                                                    
##          pulse=29}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6443]  {pulse=29,                                                                                  
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6444]  {outcome=2,                                                                                 
##          pulse=29}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6445]  {pulse=29,                                                                                  
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6446]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6447]  {prolonged=1,                                                                               
##          pulse=29}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6448]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6449]  {lbw=1,                                                                                     
##          pulse=29}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6450]  {pulse=29}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6451]  {outcome=2,                                                                                 
##          pulse=26}                   => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6452]  {pulse=26,                                                                                  
##          ventilation=3}              => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6453]  {pulse=26,                                                                                  
##          serious outcome?=2}         => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6454]  {pulse=26}                   => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6455]  {outcome=2,                                                                                 
##          resp=11}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6456]  {outcome=2,                                                                                 
##          resp=11}                    => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6457]  {resp=11}                    => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6458]  {resp=11}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6459]  {pulse=28,                                                                                  
##          sex=2}                      => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6460]  {prolonged=1,                                                                               
##          pulse=28}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6461]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6462]  {prolonged=1,                                                                               
##          pulse=28}                   => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6463]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6464]  {prolonged=1,                                                                               
##          pulse=35}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6465]  {chest indrawing=2,                                                                         
##          pulse=35}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6466]  {prolonged=1,                                                                               
##          pulse=35}                   => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6467]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6468]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6469]  {hiv_exposure=3,                                                                            
##          ventilation=1}              => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6470]  {pulse=20,                                                                                  
##          uwfa=1}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6471]  {pulse=20,                                                                                  
##          ventilation=3}              => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6472]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6473]  {chest indrawing=2,                                                                         
##          pulse=25}                   => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6474]  {O2 saturation=27,                                                                          
##          temp=5}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6475]  {O2 saturation=27,                                                                          
##          people in house=1}          => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6476]  {O2 saturation=27,                                                                          
##          people in house=1}          => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6477]  {O2 saturation=27,                                                                          
##          prem=1}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6478]  {O2 saturation=27,                                                                          
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6479]  {O2 saturation=27,                                                                          
##          ventilation=3}              => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6480]  {O2 saturation=27,                                                                          
##          serious outcome?=2}         => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6481]  {O2 saturation=27,                                                                          
##          prolonged=1}                => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6482]  {lbw=1,                                                                                     
##          O2 saturation=27}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6483]  {O2 saturation=27,                                                                          
##          ventilation=3}              => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6484]  {O2 saturation=27,                                                                          
##          serious outcome?=2}         => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6485]  {O2 saturation=27,                                                                          
##          prolonged=1}                => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6486]  {CRP=45,                                                                                    
##          duration_admission=11}      => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6487]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6488]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6489]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6490]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6491]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6492]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6493]  {CRP=58,                                                                                    
##          Xray=2}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6494]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6495]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6496]  {resp=10,                                                                                   
##          temp=5}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6497]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6498]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6499]  {prem=1,                                                                                    
##          resp=26}                    => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6500]  {prem=1,                                                                                    
##          resp=26}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6501]  {lbw=1,                                                                                     
##          resp=26}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6502]  {hiv_exposure=3,                                                                            
##          resp=26}                    => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6503]  {hiv_exposure=1,                                                                            
##          O2 saturation=25}           => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6504]  {O2 saturation=25,                                                                          
##          sex=1}                      => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6505]  {O2 saturation=25,                                                                          
##          people in house=2}          => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6506]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6507]  {resp=30,                                                                                   
##          vaccinations=2}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6508]  {resp=30,                                                                                   
##          vaccinations=2}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6509]  {resp=30,                                                                                   
##          uwfa=1}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6510]  {resp=8,                                                                                    
##          temp=7}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6511]  {resp=8,                                                                                    
##          Xray=3}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6512]  {resp=8,                                                                                    
##          Xray=4}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6513]  {O2 saturation=26,                                                                          
##          people in house=2}          => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6514]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6515]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6516]  {O2 saturation=26,                                                                          
##          people in house=1}          => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6517]  {resp=25,                                                                                   
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6518]  {prem=1,                                                                                    
##          resp=25}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6519]  {resp=20,                                                                                   
##          temp=7}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6520]  {resp=20,                                                                                   
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6521]  {resp=24,                                                                                   
##          Xray=3}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6522]  {resp=24,                                                                                   
##          temp=5}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6523]  {resp=24,                                                                                   
##          vaccinations=2}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6524]  {resp=24,                                                                                   
##          ventilation=3}              => {lbw=1}                     0.04597701  0.8000000  1.1136000
## [6525]  {resp=24,                                                                                   
##          serious outcome?=2}         => {lbw=1}                     0.04597701  0.8000000  1.1136000
## [6526]  {prolonged=1,                                                                               
##          resp=24}                    => {lbw=1}                     0.04597701  0.8000000  1.1136000
## [6527]  {stunted=1,                                                                                 
##          Xray=1}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6528]  {resp=13,                                                                                   
##          Xray=2}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6529]  {resp=13,                                                                                   
##          Xray=3}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6530]  {people in house=2,                                                                         
##          resp=13}                    => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6531]  {people in house=2,                                                                         
##          resp=13}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6532]  {prem=1,                                                                                    
##          resp=13}                    => {hiv_exposure=3}            0.04597701  0.8000000  1.1136000
## [6533]  {duration_admission=19,                                                                     
##          temp=5}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6534]  {Maternal smoke category=1,                                                                 
##          vaccinations=4}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6535]  {Maternal smoke category=1,                                                                 
##          vaccinations=4}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6536]  {resp=18,                                                                                   
##          sex=1}                      => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6537]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6538]  {resp=18,                                                                                   
##          temp=5}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6539]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6540]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6541]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6542]  {sex=1,                                                                                     
##          temp=3}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6543]  {temp=3,                                                                                    
##          vaccinations=1}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6544]  {temp=3,                                                                                    
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6545]  {prem=1,                                                                                    
##          temp=3}                     => {hiv_exposure=3}            0.04597701  0.8000000  1.1136000
## [6546]  {temp=3,                                                                                    
##          ventilation=3}              => {hiv_exposure=3}            0.04597701  0.8000000  1.1136000
## [6547]  {serious outcome?=2,                                                                        
##          temp=3}                     => {hiv_exposure=3}            0.04597701  0.8000000  1.1136000
## [6548]  {serious outcome?=1,                                                                        
##          sex=1}                      => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6549]  {CRP=97,                                                                                    
##          temp=10}                    => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6550]  {temp=10,                                                                                   
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6551]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6552]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6553]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6554]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6555]  {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6556]  {O2 saturation=24,                                                                          
##          prem=2}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6557]  {O2 saturation=24,                                                                          
##          stunted=2}                  => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6558]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6559]  {chest indrawing=1,                                                                         
##          lbw=2}                      => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6560]  {chest indrawing=1,                                                                         
##          uwfa=2}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6561]  {chest indrawing=1,                                                                         
##          temp=7}                     => {lbw=1}                     0.04597701  0.8000000  1.1136000
## [6562]  {chest indrawing=1,                                                                         
##          temp=7}                     => {hiv_exposure=3}            0.04597701  0.8000000  1.1136000
## [6563]  {resp=16,                                                                                   
##          vaccinations=2}             => {hiv_exposure=3}            0.04597701  0.8000000  1.1136000
## [6564]  {CRP=97,                                                                                    
##          duration_admission=15}      => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6565]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6566]  {CRP=97,                                                                                    
##          duration_admission=2}       => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6567]  {duration_admission=2,                                                                      
##          Xray=2}                     => {lbw=1}                     0.02298851  0.8000000  1.1136000
## [6568]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6569]  {duration_admission=2,                                                                      
##          Xray=4}                     => {hiv_exposure=3}            0.02298851  0.8000000  1.1136000
## [6570]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {lbw=1}                     0.04597701  0.8000000  1.1136000
## [6571]  {chest indrawing=2,                                                                         
##          CRP=97}                     => {hiv_exposure=3}            0.11494253  0.8000000  1.1136000
## [6572]  {CRP=97,                                                                                    
##          lbw=1}                      => {hiv_exposure=3}            0.09195402  0.8000000  1.1136000
## [6573]  {duration_admission=11,                                                                     
##          people in house=1}          => {hiv_exposure=3}            0.11494253  0.8000000  1.1136000
## [6574]  {duration_admission=11,                                                                     
##          prem=1}                     => {lbw=1}                     0.11494253  0.8000000  1.1136000
## [6575]  {duration_admission=11,                                                                     
##          uwfa=1}                     => {lbw=1}                     0.11494253  0.8000000  1.1136000
## [6576]  {duration_admission=11,                                                                     
##          uwfa=1}                     => {hiv_exposure=3}            0.11494253  0.8000000  1.1136000
## [6577]  {uwfa=2,                                                                                    
##          Xray=3}                     => {hiv_exposure=3}            0.04597701  0.8000000  1.1136000
## [6578]  {temp=7,                                                                                    
##          Xray=3}                     => {hiv_exposure=3}            0.11494253  0.8000000  1.1136000
## [6579]  {prem=1,                                                                                    
##          Xray=3}                     => {hiv_exposure=3}            0.22988506  0.8000000  1.1136000
## [6580]  {outcome=2,                                                                                 
##          resp=16}                    => {chest indrawing=2}         0.13218391  0.9583333  1.1116667
## [6581]  {resp=16}                    => {chest indrawing=2}         0.13218391  0.9583333  1.1116667
## [6582]  {resp=16,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.12643678  0.9565217  1.1095652
## [6583]  {resp=16,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.12643678  0.9565217  1.1095652
## [6584]  {prolonged=1,                                                                               
##          resp=16}                    => {chest indrawing=2}         0.12643678  0.9565217  1.1095652
## [6585]  {stunted=2,                                                                                 
##          vaccinations=2}             => {chest indrawing=2}         0.12643678  0.9565217  1.1095652
## [6586]  {hiv_exposure=1,                                                                            
##          stunted=2}                  => {chest indrawing=2}         0.12068966  0.9545455  1.1072727
## [6587]  {temp=5,                                                                                    
##          uwfa=2}                     => {chest indrawing=2}         0.12068966  0.9545455  1.1072727
## [6588]  {Maternal smoke category=1,                                                                 
##          Xray=4}                     => {chest indrawing=2}         0.12068966  0.9545455  1.1072727
## [6589]  {hiv_exposure=1,                                                                            
##          Xray=4}                     => {chest indrawing=2}         0.11494253  0.9523810  1.1047619
## [6590]  {lbw=1,                                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.22413793  0.9512195  1.1034146
## [6591]  {hiv_exposure=3,                                                                            
##          resp=16}                    => {chest indrawing=2}         0.10919540  0.9500000  1.1020000
## [6592]  {dob=73,                                                                                    
##          infant_id...1=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6593]  {dob=73,                                                                                    
##          infant_id...2=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6594]  {dob=73,                                                                                    
##          lbw=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6595]  {dob=73,                                                                                    
##          prem=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6596]  {dob=73,                                                                                    
##          people in house=2}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6597]  {dob=73,                                                                                    
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6598]  {dob=73,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6599]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6600]  {dob=73,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6601]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6602]  {chest indrawing=2,                                                                         
##          dob=73}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6603]  {dob=73,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6604]  {dob=73,                                                                                    
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6605]  {dob=73,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6606]  {dob=73}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6607]  {resp=9,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6608]  {hiv_exposure=3,                                                                            
##          resp=9}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6609]  {chest indrawing=2,                                                                         
##          resp=9}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6610]  {prolonged=1,                                                                               
##          resp=9}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6611]  {outcome=2,                                                                                 
##          resp=9}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6612]  {resp=9,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6613]  {resp=9}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6614]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6615]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6616]  {infant_id...1=117,                                                                         
##          prem=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6617]  {infant_id...1=117,                                                                         
##          people in house=2}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6618]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6619]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6620]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6621]  {infant_id...1=117,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6622]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6623]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6624]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6625]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6626]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6627]  {infant_id...1=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6628]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6629]  {infant_id...2=117,                                                                         
##          prem=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6630]  {infant_id...2=117,                                                                         
##          people in house=2}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6631]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6632]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6633]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6634]  {infant_id...2=117,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6635]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6636]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6637]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6638]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6639]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6640]  {infant_id...2=117}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6641]  {CRP=92,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6642]  {CRP=92,                                                                                    
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6643]  {CRP=92,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6644]  {CRP=92}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6645]  {hiv_exposure=3,                                                                            
##          resp=14}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6646]  {chest indrawing=2,                                                                         
##          resp=14}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6647]  {prolonged=1,                                                                               
##          resp=14}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6648]  {outcome=2,                                                                                 
##          resp=14}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6649]  {resp=14,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6650]  {resp=14}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6651]  {dob=84,                                                                                    
##          infant_id...1=42}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6652]  {dob=84,                                                                                    
##          infant_id...2=42}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6653]  {dob=84,                                                                                    
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6654]  {dob=84,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6655]  {dob=84,                                                                                    
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6656]  {dob=84,                                                                                    
##          people in house=1}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6657]  {dob=84,                                                                                    
##          prem=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6658]  {dob=84,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6659]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6660]  {dob=84,                                                                                    
##          lbw=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6661]  {dob=84,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6662]  {dob=84,                                                                                    
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6663]  {dob=84,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6664]  {dob=84}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6665]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6666]  {infant_id...1=42,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6667]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6668]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6669]  {infant_id...1=42,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6670]  {infant_id...1=42,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6671]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6672]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6673]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6674]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6675]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6676]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6677]  {infant_id...1=42}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6678]  {infant_id...2=42,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6679]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6680]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6681]  {infant_id...2=42,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6682]  {infant_id...2=42,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6683]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6684]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6685]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6686]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6687]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6688]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6689]  {infant_id...2=42}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6690]  {pulse=7,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6691]  {chest indrawing=2,                                                                         
##          pulse=7}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6692]  {outcome=2,                                                                                 
##          pulse=7}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6693]  {pulse=7,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6694]  {pulse=7}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6695]  {pulse=31,                                                                                  
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6696]  {pulse=31,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6697]  {lbw=1,                                                                                     
##          pulse=31}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6698]  {chest indrawing=2,                                                                         
##          pulse=31}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6699]  {prolonged=1,                                                                               
##          pulse=31}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6700]  {outcome=2,                                                                                 
##          pulse=31}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6701]  {pulse=31,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6702]  {pulse=31}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6703]  {duration_admission=21,                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6704]  {duration_admission=21,                                                                     
##          people in house=1}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6705]  {duration_admission=21,                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6706]  {duration_admission=21,                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6707]  {duration_admission=21}      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6708]  {people in house=1,                                                                         
##          pulse=12}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6709]  {prem=1,                                                                                    
##          pulse=12}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6710]  {pulse=12,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6711]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6712]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6713]  {prolonged=1,                                                                               
##          pulse=12}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6714]  {outcome=2,                                                                                 
##          pulse=12}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6715]  {pulse=12,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6716]  {pulse=12}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6717]  {dob=59,                                                                                    
##          infant_id...1=106}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6718]  {dob=59,                                                                                    
##          infant_id...2=106}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6719]  {dob=59,                                                                                    
##          people in house=2}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6720]  {dob=59,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6721]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6722]  {dob=59,                                                                                    
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6723]  {dob=59,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6724]  {dob=59,                                                                                    
##          prem=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6725]  {dob=59,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6726]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6727]  {dob=59,                                                                                    
##          lbw=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6728]  {dob=59,                                                                                    
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6729]  {dob=59,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6730]  {dob=59}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6731]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6732]  {infant_id...1=106,                                                                         
##          people in house=2}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6733]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6734]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6735]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6736]  {infant_id...1=106,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6737]  {infant_id...1=106,                                                                         
##          prem=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6738]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6739]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6740]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6741]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6742]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6743]  {infant_id...1=106}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6744]  {hiv_exposure=3,                                                                            
##          pulse=46}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6745]  {prolonged=1,                                                                               
##          pulse=46}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6746]  {outcome=2,                                                                                 
##          pulse=46}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6747]  {pulse=46,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6748]  {pulse=46}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6749]  {infant_id...2=106,                                                                         
##          people in house=2}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6750]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6751]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6752]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6753]  {infant_id...2=106,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6754]  {infant_id...2=106,                                                                         
##          prem=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6755]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6756]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6757]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6758]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6759]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6760]  {infant_id...2=106}          => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6761]  {prem=2,                                                                                    
##          pulse=23}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6762]  {prolonged=1,                                                                               
##          pulse=23}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6763]  {outcome=2,                                                                                 
##          pulse=23}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6764]  {pulse=23,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6765]  {pulse=23}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6766]  {lbw=2,                                                                                     
##          O2 saturation=17}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6767]  {O2 saturation=17,                                                                          
##          uwfa=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6768]  {O2 saturation=17,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6769]  {O2 saturation=17,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6770]  {hiv_exposure=3,                                                                            
##          O2 saturation=17}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6771]  {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6772]  {O2 saturation=17,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6773]  {O2 saturation=17,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6774]  {O2 saturation=17,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6775]  {O2 saturation=17}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6776]  {O2 saturation=15,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6777]  {hiv_exposure=3,                                                                            
##          O2 saturation=15}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6778]  {chest indrawing=2,                                                                         
##          O2 saturation=15}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6779]  {O2 saturation=15,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6780]  {O2 saturation=15,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6781]  {O2 saturation=15,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6782]  {O2 saturation=15}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6783]  {pulse=33,                                                                                  
##          Xray=4}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6784]  {people in house=1,                                                                         
##          pulse=33}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6785]  {pulse=33,                                                                                  
##          sex=2}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6786]  {prem=1,                                                                                    
##          pulse=33}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6787]  {hiv_exposure=3,                                                                            
##          pulse=33}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6788]  {chest indrawing=2,                                                                         
##          pulse=33}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6789]  {prolonged=1,                                                                               
##          pulse=33}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6790]  {outcome=2,                                                                                 
##          pulse=33}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6791]  {pulse=33,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6792]  {pulse=33}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6793]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6794]  {pulse=29,                                                                                  
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6795]  {people in house=1,                                                                         
##          pulse=29}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6796]  {prem=1,                                                                                    
##          pulse=29}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6797]  {pulse=29,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6798]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6799]  {lbw=1,                                                                                     
##          pulse=29}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6800]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6801]  {prolonged=1,                                                                               
##          pulse=29}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6802]  {outcome=2,                                                                                 
##          pulse=29}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6803]  {pulse=29,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6804]  {pulse=29}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6805]  {pulse=26,                                                                                  
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6806]  {Maternal smoke category=3,                                                                 
##          pulse=26}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6807]  {pulse=26,                                                                                  
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6808]  {people in house=1,                                                                         
##          pulse=26}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6809]  {lbw=1,                                                                                     
##          pulse=26}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6810]  {chest indrawing=2,                                                                         
##          pulse=26}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6811]  {prolonged=1,                                                                               
##          pulse=26}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6812]  {outcome=2,                                                                                 
##          pulse=26}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6813]  {pulse=26,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6814]  {pulse=26}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6815]  {resp=11,                                                                                   
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6816]  {prem=1,                                                                                    
##          resp=11}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6817]  {lbw=1,                                                                                     
##          resp=11}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6818]  {prolonged=1,                                                                               
##          resp=11}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6819]  {resp=11,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6820]  {pulse=28,                                                                                  
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6821]  {pulse=28,                                                                                  
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6822]  {pulse=28,                                                                                  
##          sex=2}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6823]  {prem=1,                                                                                    
##          pulse=28}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6824]  {pulse=28,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6825]  {hiv_exposure=3,                                                                            
##          pulse=28}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6826]  {lbw=1,                                                                                     
##          pulse=28}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6827]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6828]  {prolonged=1,                                                                               
##          pulse=28}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6829]  {outcome=2,                                                                                 
##          pulse=28}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6830]  {pulse=28,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6831]  {pulse=28}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6832]  {duration_admission=20,                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6833]  {pulse=35,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6834]  {prem=1,                                                                                    
##          pulse=34}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6835]  {pulse=34,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6836]  {duration_admission=17,                                                                     
##          pulse=27}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6837]  {pulse=27,                                                                                  
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6838]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6839]  {pulse=27,                                                                                  
##          stunted=1}                  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6840]  {pulse=27,                                                                                  
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6841]  {prem=1,                                                                                    
##          pulse=27}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6842]  {pulse=27,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6843]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6844]  {lbw=1,                                                                                     
##          pulse=27}                   => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6845]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6846]  {prolonged=1,                                                                               
##          pulse=27}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6847]  {outcome=2,                                                                                 
##          pulse=27}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6848]  {pulse=27,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6849]  {pulse=27}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6850]  {people in house=2,                                                                         
##          pulse=20}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6851]  {pulse=20,                                                                                  
##          stunted=1}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6852]  {prem=1,                                                                                    
##          pulse=20}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6853]  {pulse=20,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6854]  {lbw=1,                                                                                     
##          pulse=20}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6855]  {prolonged=1,                                                                               
##          pulse=20}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6856]  {pulse=20,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6857]  {pulse=25,                                                                                  
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6858]  {prem=1,                                                                                    
##          pulse=25}                   => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6859]  {pulse=25,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6860]  {prolonged=1,                                                                               
##          pulse=25}                   => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6861]  {pulse=25,                                                                                  
##          ventilation=3}              => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6862]  {O2 saturation=27,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6863]  {O2 saturation=27,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6864]  {CRP=45,                                                                                    
##          duration_admission=11}      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6865]  {CRP=45,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6866]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6867]  {CRP=45,                                                                                    
##          stunted=1}                  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6868]  {CRP=45,                                                                                    
##          people in house=1}          => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6869]  {CRP=45,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6870]  {CRP=45,                                                                                    
##          prem=1}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6871]  {CRP=45,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6872]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6873]  {CRP=45,                                                                                    
##          lbw=1}                      => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6874]  {chest indrawing=2,                                                                         
##          CRP=45}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6875]  {CRP=45,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6876]  {CRP=45,                                                                                    
##          outcome=2}                  => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6877]  {CRP=45,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6878]  {CRP=45}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6879]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6880]  {O2 saturation=1,                                                                           
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6881]  {O2 saturation=1,                                                                           
##          temp=5}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6882]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6883]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6884]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6885]  {O2 saturation=1,                                                                           
##          people in house=1}          => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6886]  {O2 saturation=1,                                                                           
##          sex=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6887]  {O2 saturation=1,                                                                           
##          prem=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6888]  {O2 saturation=1,                                                                           
##          uwfa=1}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6889]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6890]  {lbw=1,                                                                                     
##          O2 saturation=1}            => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6891]  {chest indrawing=2,                                                                         
##          O2 saturation=1}            => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6892]  {O2 saturation=1,                                                                           
##          prolonged=1}                => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6893]  {O2 saturation=1,                                                                           
##          outcome=2}                  => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6894]  {O2 saturation=1,                                                                           
##          ventilation=3}              => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6895]  {O2 saturation=1}            => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6896]  {O2 saturation=13,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6897]  {O2 saturation=13,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6898]  {O2 saturation=13,                                                                          
##          temp=5}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6899]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6900]  {O2 saturation=13,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6901]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6902]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6903]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6904]  {O2 saturation=13,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6905]  {O2 saturation=13,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6906]  {CRP=58,                                                                                    
##          duration_admission=11}      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6907]  {CRP=58,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6908]  {CRP=58,                                                                                    
##          sex=1}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6909]  {CRP=58,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6910]  {CRP=58,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6911]  {CRP=58,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6912]  {O2 saturation=20,                                                                          
##          temp=7}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6913]  {O2 saturation=20,                                                                          
##          Xray=4}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6914]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6915]  {lbw=1,                                                                                     
##          O2 saturation=20}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6916]  {O2 saturation=20,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6917]  {O2 saturation=24,                                                                          
##          resp=10}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6918]  {resp=10,                                                                                   
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6919]  {resp=10,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6920]  {resp=10,                                                                                   
##          vaccinations=2}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6921]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6922]  {prolonged=1,                                                                               
##          resp=10}                    => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6923]  {resp=10,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6924]  {duration_admission=11,                                                                     
##          resp=26}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6925]  {resp=26,                                                                                   
##          temp=7}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6926]  {resp=26,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6927]  {resp=26,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6928]  {duration_admission=2,                                                                      
##          O2 saturation=25}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6929]  {CRP=97,                                                                                    
##          O2 saturation=25}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6930]  {hiv_exposure=1,                                                                            
##          O2 saturation=25}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6931]  {O2 saturation=25,                                                                          
##          uwfa=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6932]  {O2 saturation=25,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6933]  {O2 saturation=25,                                                                          
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6934]  {O2 saturation=25,                                                                          
##          people in house=2}          => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6935]  {O2 saturation=25,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6936]  {O2 saturation=25,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6937]  {O2 saturation=25,                                                                          
##          temp=5}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6938]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6939]  {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6940]  {O2 saturation=25,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6941]  {O2 saturation=25,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6942]  {O2 saturation=25,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6943]  {O2 saturation=25,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6944]  {O2 saturation=25,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6945]  {hiv_exposure=3,                                                                            
##          O2 saturation=25}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6946]  {lbw=1,                                                                                     
##          O2 saturation=25}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6947]  {chest indrawing=2,                                                                         
##          O2 saturation=25}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6948]  {O2 saturation=25,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6949]  {O2 saturation=25,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [6950]  {O2 saturation=25,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [6951]  {O2 saturation=25}           => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [6952]  {hiv_exposure=1,                                                                            
##          resp=30}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6953]  {lbw=2,                                                                                     
##          resp=30}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6954]  {resp=30,                                                                                   
##          uwfa=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6955]  {resp=30,                                                                                   
##          stunted=2}                  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6956]  {resp=30,                                                                                   
##          temp=5}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6957]  {resp=30,                                                                                   
##          vaccinations=2}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6958]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6959]  {resp=30,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6960]  {prem=1,                                                                                    
##          resp=30}                    => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6961]  {outcome=2,                                                                                 
##          resp=30}                    => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [6962]  {resp=30,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [6963]  {duration_admission=18,                                                                     
##          O2 saturation=18}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6964]  {O2 saturation=18,                                                                          
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6965]  {O2 saturation=18,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6966]  {Maternal smoke category=1,                                                                 
##          O2 saturation=18}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6967]  {O2 saturation=18,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6968]  {Maternal smoke category=3,                                                                 
##          O2 saturation=18}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6969]  {O2 saturation=18,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6970]  {O2 saturation=18,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6971]  {hiv_exposure=3,                                                                            
##          O2 saturation=18}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6972]  {lbw=1,                                                                                     
##          O2 saturation=18}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6973]  {O2 saturation=18,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6974]  {O2 saturation=18,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [6975]  {chest indrawing=1,                                                                         
##          resp=8}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6976]  {resp=8,                                                                                    
##          temp=7}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6977]  {resp=8,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6978]  {Maternal smoke category=3,                                                                 
##          resp=8}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6979]  {prolonged=1,                                                                               
##          resp=8}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [6980]  {duration_admission=15,                                                                     
##          O2 saturation=26}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6981]  {O2 saturation=26,                                                                          
##          Xray=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6982]  {hiv_exposure=1,                                                                            
##          O2 saturation=26}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6983]  {O2 saturation=26,                                                                          
##          temp=7}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6984]  {O2 saturation=26,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [6985]  {O2 saturation=26,                                                                          
##          people in house=2}          => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6986]  {O2 saturation=26,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6987]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6988]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6989]  {Maternal smoke category=3,                                                                 
##          O2 saturation=26}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6990]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6991]  {O2 saturation=26,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [6992]  {O2 saturation=26,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6993]  {O2 saturation=26,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6994]  {O2 saturation=26,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6995]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [6996]  {lbw=1,                                                                                     
##          O2 saturation=26}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [6997]  {chest indrawing=2,                                                                         
##          O2 saturation=26}           => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [6998]  {O2 saturation=26,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [6999]  {O2 saturation=26,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7000]  {O2 saturation=26,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7001]  {O2 saturation=26}           => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7002]  {resp=25,                                                                                   
##          temp=7}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7003]  {resp=25,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7004]  {Maternal smoke category=3,                                                                 
##          resp=25}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7005]  {prem=1,                                                                                    
##          resp=25}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7006]  {resp=25,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7007]  {duration_admission=17,                                                                     
##          resp=20}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7008]  {resp=20,                                                                                   
##          temp=7}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7009]  {resp=20,                                                                                   
##          temp=5}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7010]  {resp=20,                                                                                   
##          vaccinations=2}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7011]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7012]  {resp=20,                                                                                   
##          stunted=1}                  => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7013]  {lbw=1,                                                                                     
##          resp=20}                    => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7014]  {resp=20,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7015]  {O2 saturation=23,                                                                          
##          resp=24}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7016]  {CRP=97,                                                                                    
##          resp=24}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7017]  {resp=24,                                                                                   
##          Xray=3}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7018]  {people in house=2,                                                                         
##          resp=24}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7019]  {resp=24,                                                                                   
##          Xray=4}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7020]  {resp=24,                                                                                   
##          vaccinations=2}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7021]  {resp=24,                                                                                   
##          stunted=1}                  => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7022]  {prem=1,                                                                                    
##          resp=24}                    => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7023]  {resp=24,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7024]  {lbw=1,                                                                                     
##          resp=24}                    => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7025]  {prolonged=1,                                                                               
##          resp=24}                    => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7026]  {resp=24,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7027]  {hiv_exposure=1,                                                                            
##          Xray=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7028]  {sex=1,                                                                                     
##          Xray=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7029]  {people in house=2,                                                                         
##          Xray=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7030]  {Maternal smoke category=1,                                                                 
##          Xray=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7031]  {vaccinations=1,                                                                            
##          Xray=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7032]  {vaccinations=2,                                                                            
##          Xray=1}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7033]  {stunted=1,                                                                                 
##          Xray=1}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7034]  {uwfa=1,                                                                                    
##          Xray=1}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7035]  {chest indrawing=2,                                                                         
##          Xray=1}                     => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7036]  {outcome=2,                                                                                 
##          Xray=1}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7037]  {duration_admission=11,                                                                     
##          resp=13}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7038]  {resp=13,                                                                                   
##          Xray=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7039]  {resp=13,                                                                                   
##          temp=7}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7040]  {resp=13,                                                                                   
##          Xray=3}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7041]  {people in house=2,                                                                         
##          resp=13}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7042]  {resp=13,                                                                                   
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7043]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7044]  {resp=13,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7045]  {resp=13,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7046]  {duration_admission=18,                                                                     
##          hiv_exposure=1}             => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7047]  {duration_admission=18,                                                                     
##          sex=1}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7048]  {duration_admission=18,                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7049]  {duration_admission=18,                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7050]  {duration_admission=18,                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7051]  {duration_admission=18,                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7052]  {duration_admission=18,                                                                     
##          people in house=1}          => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7053]  {duration_admission=18,                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7054]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7055]  {duration_admission=19,                                                                     
##          temp=7}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7056]  {duration_admission=19,                                                                     
##          people in house=2}          => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7057]  {duration_admission=19,                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7058]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7059]  {duration_admission=19,                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7060]  {duration_admission=19,                                                                     
##          temp=5}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7061]  {duration_admission=19,                                                                     
##          sex=2}                      => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7062]  {duration_admission=19,                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7063]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7064]  {vaccinations=4,                                                                            
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7065]  {duration_admission=11,                                                                     
##          resp=18}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7066]  {resp=18,                                                                                   
##          Xray=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7067]  {resp=18,                                                                                   
##          temp=7}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7068]  {resp=18,                                                                                   
##          sex=1}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7069]  {resp=18,                                                                                   
##          Xray=3}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7070]  {people in house=2,                                                                         
##          resp=18}                    => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7071]  {resp=18,                                                                                   
##          Xray=4}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7072]  {resp=18,                                                                                   
##          stunted=2}                  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7073]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7074]  {resp=18,                                                                                   
##          temp=5}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7075]  {resp=18,                                                                                   
##          vaccinations=2}             => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7076]  {Maternal smoke category=3,                                                                 
##          resp=18}                    => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7077]  {resp=18,                                                                                   
##          stunted=1}                  => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7078]  {people in house=1,                                                                         
##          resp=18}                    => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7079]  {resp=18,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7080]  {prem=1,                                                                                    
##          resp=18}                    => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7081]  {resp=18,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7082]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7083]  {lbw=1,                                                                                     
##          resp=18}                    => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7084]  {chest indrawing=2,                                                                         
##          resp=18}                    => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7085]  {prolonged=1,                                                                               
##          resp=18}                    => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7086]  {outcome=2,                                                                                 
##          resp=18}                    => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7087]  {resp=18,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7088]  {resp=18}                    => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7089]  {CRP=2,                                                                                     
##          duration_admission=2}       => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7090]  {CRP=2,                                                                                     
##          duration_admission=11}      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7091]  {CRP=2,                                                                                     
##          Xray=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7092]  {CRP=2,                                                                                     
##          hiv_exposure=1}             => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7093]  {CRP=2,                                                                                     
##          lbw=2}                      => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7094]  {CRP=2,                                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7095]  {CRP=2,                                                                                     
##          prem=2}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7096]  {CRP=2,                                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7097]  {CRP=2,                                                                                     
##          people in house=2}          => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7098]  {CRP=2,                                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7099]  {CRP=2,                                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7100]  {CRP=2,                                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7101]  {CRP=2,                                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7102]  {CRP=2,                                                                                     
##          temp=5}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7103]  {CRP=2,                                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7104]  {CRP=2,                                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7105]  {CRP=2,                                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7106]  {CRP=2,                                                                                     
##          people in house=1}          => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7107]  {CRP=2,                                                                                     
##          sex=2}                      => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7108]  {CRP=2,                                                                                     
##          prem=1}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7109]  {CRP=2,                                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7110]  {CRP=2,                                                                                     
##          hiv_exposure=3}             => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7111]  {CRP=2,                                                                                     
##          lbw=1}                      => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7112]  {chest indrawing=2,                                                                         
##          CRP=2}                      => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7113]  {CRP=2,                                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7114]  {CRP=2,                                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7115]  {CRP=2,                                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7116]  {CRP=2}                      => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7117]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7118]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7119]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7120]  {O2 saturation=23,                                                                          
##          temp=7}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7121]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7122]  {O2 saturation=23,                                                                          
##          people in house=2}          => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7123]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7124]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7125]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7126]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7127]  {O2 saturation=23,                                                                          
##          temp=5}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7128]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7129]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7130]  {O2 saturation=23,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7131]  {O2 saturation=23,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7132]  {O2 saturation=23,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7133]  {O2 saturation=23,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7134]  {O2 saturation=23,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7135]  {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7136]  {lbw=1,                                                                                     
##          O2 saturation=23}           => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7137]  {chest indrawing=2,                                                                         
##          O2 saturation=23}           => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7138]  {O2 saturation=23,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7139]  {O2 saturation=23,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7140]  {O2 saturation=23,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7141]  {O2 saturation=23}           => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7142]  {temp=3,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7143]  {temp=3,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7144]  {CRP=97,                                                                                    
##          temp=10}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7145]  {duration_admission=11,                                                                     
##          temp=10}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7146]  {hiv_exposure=1,                                                                            
##          temp=10}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7147]  {lbw=2,                                                                                     
##          temp=10}                    => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7148]  {temp=10,                                                                                   
##          uwfa=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7149]  {prem=2,                                                                                    
##          temp=10}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7150]  {sex=1,                                                                                     
##          temp=10}                    => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7151]  {temp=10,                                                                                   
##          Xray=3}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7152]  {people in house=2,                                                                         
##          temp=10}                    => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7153]  {temp=10,                                                                                   
##          Xray=4}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7154]  {stunted=2,                                                                                 
##          temp=10}                    => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7155]  {Maternal smoke category=1,                                                                 
##          temp=10}                    => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7156]  {temp=10,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7157]  {temp=10,                                                                                   
##          vaccinations=2}             => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7158]  {Maternal smoke category=3,                                                                 
##          temp=10}                    => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7159]  {stunted=1,                                                                                 
##          temp=10}                    => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7160]  {people in house=1,                                                                         
##          temp=10}                    => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7161]  {sex=2,                                                                                     
##          temp=10}                    => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7162]  {prem=1,                                                                                    
##          temp=10}                    => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7163]  {temp=10,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7164]  {hiv_exposure=3,                                                                            
##          temp=10}                    => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7165]  {lbw=1,                                                                                     
##          temp=10}                    => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7166]  {chest indrawing=2,                                                                         
##          temp=10}                    => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7167]  {prolonged=1,                                                                               
##          temp=10}                    => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7168]  {outcome=2,                                                                                 
##          temp=10}                    => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7169]  {temp=10,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7170]  {temp=10}                    => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7171]  {duration_admission=2,                                                                      
##          Maternal smoke category=2}  => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7172]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7173]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7174]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7175]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7176]  {Maternal smoke category=2,                                                                 
##          ventilation=3}              => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7177]  {chest indrawing=1,                                                                         
##          O2 saturation=22}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7178]  {O2 saturation=22,                                                                          
##          resp=16}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7179]  {duration_admission=17,                                                                     
##          O2 saturation=22}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7180]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7181]  {O2 saturation=22,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7182]  {O2 saturation=22,                                                                          
##          Xray=3}                     => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7183]  {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7184]  {O2 saturation=22,                                                                          
##          temp=5}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7185]  {O2 saturation=22,                                                                          
##          vaccinations=2}             => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7186]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7187]  {O2 saturation=22,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7188]  {O2 saturation=22,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7189]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7190]  {lbw=1,                                                                                     
##          O2 saturation=22}           => {serious outcome?=2}        0.08620690  1.0000000  1.1012658
## [7191]  {O2 saturation=22,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7192]  {O2 saturation=22,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7193]  {prolonged=2,                                                                               
##          Xray=3}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7194]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7195]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7196]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7197]  {O2 saturation=21,                                                                          
##          temp=7}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7198]  {O2 saturation=21,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7199]  {O2 saturation=21,                                                                          
##          Xray=3}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7200]  {O2 saturation=21,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7201]  {O2 saturation=21,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7202]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7203]  {O2 saturation=21,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7204]  {O2 saturation=21,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7205]  {duration_admission=2,                                                                      
##          O2 saturation=24}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7206]  {duration_admission=11,                                                                     
##          O2 saturation=24}           => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7207]  {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7208]  {lbw=2,                                                                                     
##          O2 saturation=24}           => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7209]  {O2 saturation=24,                                                                          
##          uwfa=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7210]  {O2 saturation=24,                                                                          
##          prem=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7211]  {O2 saturation=24,                                                                          
##          temp=7}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7212]  {O2 saturation=24,                                                                          
##          sex=1}                      => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7213]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7214]  {O2 saturation=24,                                                                          
##          people in house=2}          => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7215]  {O2 saturation=24,                                                                          
##          Xray=4}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7216]  {O2 saturation=24,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7217]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7218]  {O2 saturation=24,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7219]  {O2 saturation=24,                                                                          
##          temp=5}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7220]  {O2 saturation=24,                                                                          
##          vaccinations=2}             => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7221]  {Maternal smoke category=3,                                                                 
##          O2 saturation=24}           => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7222]  {O2 saturation=24,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.08620690  1.0000000  1.1012658
## [7223]  {O2 saturation=24,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7224]  {O2 saturation=24,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7225]  {O2 saturation=24,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.08620690  1.0000000  1.1012658
## [7226]  {O2 saturation=24,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7227]  {hiv_exposure=3,                                                                            
##          O2 saturation=24}           => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7228]  {lbw=1,                                                                                     
##          O2 saturation=24}           => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7229]  {chest indrawing=2,                                                                         
##          O2 saturation=24}           => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7230]  {O2 saturation=24,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.10919540  1.0000000  1.1012658
## [7231]  {O2 saturation=24,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.11494253  1.0000000  1.1012658
## [7232]  {O2 saturation=24,                                                                          
##          ventilation=3}              => {serious outcome?=2}        0.11494253  1.0000000  1.1012658
## [7233]  {O2 saturation=24}           => {serious outcome?=2}        0.11494253  1.0000000  1.1012658
## [7234]  {chest indrawing=1,                                                                         
##          duration_admission=17}      => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7235]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7236]  {chest indrawing=1,                                                                         
##          lbw=2}                      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7237]  {chest indrawing=1,                                                                         
##          temp=7}                     => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7238]  {chest indrawing=1,                                                                         
##          sex=1}                      => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7239]  {chest indrawing=1,                                                                         
##          Xray=3}                     => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7240]  {chest indrawing=1,                                                                         
##          Xray=4}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7241]  {chest indrawing=1,                                                                         
##          Maternal smoke category=1}  => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7242]  {chest indrawing=1,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7243]  {chest indrawing=1,                                                                         
##          temp=5}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7244]  {duration_admission=17,                                                                     
##          resp=16}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7245]  {duration_admission=2,                                                                      
##          resp=16}                    => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7246]  {duration_admission=11,                                                                     
##          resp=16}                    => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7247]  {resp=16,                                                                                   
##          Xray=2}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7248]  {hiv_exposure=1,                                                                            
##          resp=16}                    => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7249]  {resp=16,                                                                                   
##          temp=7}                     => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7250]  {resp=16,                                                                                   
##          Xray=3}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7251]  {people in house=2,                                                                         
##          resp=16}                    => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7252]  {resp=16,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7253]  {Maternal smoke category=3,                                                                 
##          resp=16}                    => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7254]  {resp=16,                                                                                   
##          stunted=1}                  => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7255]  {resp=16,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.08620690  1.0000000  1.1012658
## [7256]  {prem=1,                                                                                    
##          resp=16}                    => {serious outcome?=2}        0.08620690  1.0000000  1.1012658
## [7257]  {resp=16,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7258]  {lbw=1,                                                                                     
##          resp=16}                    => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7259]  {resp=16,                                                                                   
##          ventilation=3}              => {serious outcome?=2}        0.13218391  1.0000000  1.1012658
## [7260]  {CRP=97,                                                                                    
##          duration_admission=15}      => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7261]  {duration_admission=15,                                                                     
##          Xray=2}                     => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7262]  {duration_admission=15,                                                                     
##          hiv_exposure=1}             => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7263]  {duration_admission=15,                                                                     
##          lbw=2}                      => {serious outcome?=2}        0.03448276  1.0000000  1.1012658
## [7264]  {duration_admission=15,                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7265]  {duration_admission=15,                                                                     
##          prem=2}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7266]  {duration_admission=15,                                                                     
##          temp=7}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7267]  {duration_admission=15,                                                                     
##          sex=1}                      => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7268]  {duration_admission=15,                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7269]  {duration_admission=15,                                                                     
##          people in house=2}          => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7270]  {duration_admission=15,                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7271]  {duration_admission=15,                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7272]  {duration_admission=15,                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7273]  {duration_admission=15,                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7274]  {duration_admission=15,                                                                     
##          temp=5}                     => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7275]  {duration_admission=15,                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7276]  {duration_admission=15,                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7277]  {duration_admission=15,                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.08045977  1.0000000  1.1012658
## [7278]  {duration_admission=15,                                                                     
##          people in house=1}          => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7279]  {duration_admission=15,                                                                     
##          sex=2}                      => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7280]  {duration_admission=15,                                                                     
##          prem=1}                     => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7281]  {duration_admission=15,                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.11494253  1.0000000  1.1012658
## [7282]  {duration_admission=15,                                                                     
##          hiv_exposure=3}             => {serious outcome?=2}        0.08620690  1.0000000  1.1012658
## [7283]  {duration_admission=15,                                                                     
##          lbw=1}                      => {serious outcome?=2}        0.10919540  1.0000000  1.1012658
## [7284]  {chest indrawing=2,                                                                         
##          duration_admission=15}      => {serious outcome?=2}        0.12643678  1.0000000  1.1012658
## [7285]  {duration_admission=15,                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7286]  {duration_admission=15,                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7287]  {duration_admission=15,                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7288]  {duration_admission=15}      => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7289]  {CRP=97,                                                                                    
##          duration_admission=17}      => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7290]  {duration_admission=17,                                                                     
##          lbw=2}                      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7291]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7292]  {duration_admission=17,                                                                     
##          prem=2}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7293]  {duration_admission=17,                                                                     
##          temp=7}                     => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7294]  {duration_admission=17,                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7295]  {duration_admission=17,                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7296]  {duration_admission=17,                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7297]  {duration_admission=17,                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7298]  {duration_admission=17,                                                                     
##          temp=5}                     => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7299]  {duration_admission=17,                                                                     
##          people in house=1}          => {serious outcome?=2}        0.09770115  1.0000000  1.1012658
## [7300]  {duration_admission=17,                                                                     
##          sex=2}                      => {serious outcome?=2}        0.10344828  1.0000000  1.1012658
## [7301]  {duration_admission=17,                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7302]  {CRP=97,                                                                                    
##          duration_admission=2}       => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7303]  {duration_admission=2,                                                                      
##          Xray=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7304]  {duration_admission=2,                                                                      
##          lbw=2}                      => {serious outcome?=2}        0.04022989  1.0000000  1.1012658
## [7305]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7306]  {duration_admission=2,                                                                      
##          prem=2}                     => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7307]  {duration_admission=2,                                                                      
##          temp=7}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7308]  {duration_admission=2,                                                                      
##          sex=1}                      => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7309]  {duration_admission=2,                                                                      
##          Xray=3}                     => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7310]  {duration_admission=2,                                                                      
##          people in house=2}          => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7311]  {duration_admission=2,                                                                      
##          Xray=4}                     => {serious outcome?=2}        0.02873563  1.0000000  1.1012658
## [7312]  {duration_admission=2,                                                                      
##          stunted=2}                  => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7313]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7314]  {duration_admission=2,                                                                      
##          vaccinations=1}             => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7315]  {duration_admission=2,                                                                      
##          temp=5}                     => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7316]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7317]  {duration_admission=2,                                                                      
##          Maternal smoke category=3}  => {serious outcome?=2}        0.08620690  1.0000000  1.1012658
## [7318]  {duration_admission=2,                                                                      
##          stunted=1}                  => {serious outcome?=2}        0.11494253  1.0000000  1.1012658
## [7319]  {duration_admission=2,                                                                      
##          people in house=1}          => {serious outcome?=2}        0.10344828  1.0000000  1.1012658
## [7320]  {duration_admission=2,                                                                      
##          sex=2}                      => {serious outcome?=2}        0.10344828  1.0000000  1.1012658
## [7321]  {duration_admission=2,                                                                      
##          prem=1}                     => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7322]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {serious outcome?=2}        0.13793103  1.0000000  1.1012658
## [7323]  {duration_admission=2,                                                                      
##          hiv_exposure=3}             => {serious outcome?=2}        0.15517241  1.0000000  1.1012658
## [7324]  {duration_admission=2,                                                                      
##          lbw=1}                      => {serious outcome?=2}        0.12643678  1.0000000  1.1012658
## [7325]  {chest indrawing=2,                                                                         
##          duration_admission=2}       => {serious outcome?=2}        0.15517241  1.0000000  1.1012658
## [7326]  {duration_admission=2,                                                                      
##          prolonged=1}                => {serious outcome?=2}        0.16666667  1.0000000  1.1012658
## [7327]  {duration_admission=2,                                                                      
##          outcome=2}                  => {serious outcome?=2}        0.16666667  1.0000000  1.1012658
## [7328]  {duration_admission=2,                                                                      
##          ventilation=3}              => {serious outcome?=2}        0.16666667  1.0000000  1.1012658
## [7329]  {duration_admission=2}       => {serious outcome?=2}        0.16666667  1.0000000  1.1012658
## [7330]  {CRP=97,                                                                                    
##          duration_admission=11}      => {serious outcome?=2}        0.02298851  1.0000000  1.1012658
## [7331]  {CRP=97,                                                                                    
##          temp=7}                     => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7332]  {CRP=97,                                                                                    
##          people in house=2}          => {serious outcome?=2}        0.04597701  1.0000000  1.1012658
## [7333]  {duration_admission=11,                                                                     
##          Xray=2}                     => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7334]  {duration_admission=11,                                                                     
##          hiv_exposure=1}             => {serious outcome?=2}        0.05172414  1.0000000  1.1012658
## [7335]  {duration_admission=11,                                                                     
##          lbw=2}                      => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7336]  {duration_admission=11,                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7337]  {duration_admission=11,                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7338]  {duration_admission=11,                                                                     
##          people in house=2}          => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7339]  {duration_admission=11,                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7340]  {duration_admission=11,                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7341]  {duration_admission=11,                                                                     
##          temp=5}                     => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7342]  {duration_admission=11,                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.10919540  1.0000000  1.1012658
## [7343]  {duration_admission=11,                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.12068966  1.0000000  1.1012658
## [7344]  {duration_admission=11,                                                                     
##          sex=2}                      => {serious outcome?=2}        0.12643678  1.0000000  1.1012658
## [7345]  {duration_admission=11,                                                                     
##          prem=1}                     => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7346]  {duration_admission=11,                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.19540230  1.0000000  1.1012658
## [7347]  {duration_admission=11,                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.19540230  1.0000000  1.1012658
## [7348]  {temp=7,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.06321839  1.0000000  1.1012658
## [7349]  {sex=1,                                                                                     
##          Xray=2}                     => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7350]  {Maternal smoke category=3,                                                                 
##          Xray=2}                     => {serious outcome?=2}        0.12068966  1.0000000  1.1012658
## [7351]  {prem=1,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.12643678  1.0000000  1.1012658
## [7352]  {ventilation=3,                                                                             
##          Xray=2}                     => {serious outcome?=2}        0.19540230  1.0000000  1.1012658
## [7353]  {hiv_exposure=1,                                                                            
##          temp=7}                     => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7354]  {hiv_exposure=1,                                                                            
##          sex=1}                      => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7355]  {hiv_exposure=1,                                                                            
##          Xray=3}                     => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7356]  {hiv_exposure=1,                                                                            
##          Maternal smoke category=1}  => {serious outcome?=2}        0.09195402  1.0000000  1.1012658
## [7357]  {hiv_exposure=1,                                                                            
##          vaccinations=1}             => {serious outcome?=2}        0.07471264  1.0000000  1.1012658
## [7358]  {hiv_exposure=1,                                                                            
##          Maternal smoke category=3}  => {serious outcome?=2}        0.10919540  1.0000000  1.1012658
## [7359]  {hiv_exposure=1,                                                                            
##          prem=1}                     => {serious outcome?=2}        0.15517241  1.0000000  1.1012658
## [7360]  {hiv_exposure=1,                                                                            
##          ventilation=3}              => {serious outcome?=2}        0.24137931  1.0000000  1.1012658
## [7361]  {lbw=2,                                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.24137931  1.0000000  1.1012658
## [7362]  {uwfa=2,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.05747126  1.0000000  1.1012658
## [7363]  {prem=2,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.06896552  1.0000000  1.1012658
## [7364]  {prem=2,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.24712644  1.0000000  1.1012658
## [7365]  {temp=7,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.14367816  1.0000000  1.1012658
## [7366]  {temp=7,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.14942529  1.0000000  1.1012658
## [7367]  {prem=1,                                                                                    
##          temp=7}                     => {serious outcome?=2}        0.21839080  1.0000000  1.1012658
## [7368]  {temp=7,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.31034483  1.0000000  1.1012658
## [7369]  {sex=1,                                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.10919540  1.0000000  1.1012658
## [7370]  {sex=1,                                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.12068966  1.0000000  1.1012658
## [7371]  {people in house=2,                                                                         
##          Xray=3}                     => {serious outcome?=2}        0.13218391  1.0000000  1.1012658
## [7372]  {temp=5,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.13793103  1.0000000  1.1012658
## [7373]  {vaccinations=2,                                                                            
##          Xray=3}                     => {serious outcome?=2}        0.17241379  1.0000000  1.1012658
## [7374]  {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {serious outcome?=2}        0.16666667  1.0000000  1.1012658
## [7375]  {stunted=1,                                                                                 
##          Xray=3}                     => {serious outcome?=2}        0.26436782  1.0000000  1.1012658
## [7376]  {lbw=1,                                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.27586207  1.0000000  1.1012658
## [7377]  {ventilation=3,                                                                             
##          Xray=3}                     => {serious outcome?=2}        0.35057471  1.0000000  1.1012658
## [7378]  {people in house=2,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.33908046  1.0000000  1.1012658
## [7379]  {stunted=1,                                                                                 
##          vaccinations=1}             => {serious outcome?=2}        0.19540230  1.0000000  1.1012658
## [7380]  {lbw=1,                                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.25287356  1.0000000  1.1012658
## [7381]  {vaccinations=1,                                                                            
##          ventilation=3}              => {serious outcome?=2}        0.39080460  1.0000000  1.1012658
## [7382]  {Maternal smoke category=3,                                                                 
##          temp=5}                     => {serious outcome?=2}        0.19540230  1.0000000  1.1012658
## [7383]  {vaccinations=2,                                                                            
##          ventilation=3}              => {serious outcome?=2}        0.44827586  1.0000000  1.1012658
## [7384]  {stunted=1,                                                                                 
##          ventilation=3}              => {serious outcome?=2}        0.56321839  1.0000000  1.1012658
## [7385]  {outcome=2,                                                                                 
##          ventilation=3}              => {serious outcome?=2}        0.90804598  1.0000000  1.1012658
## [7386]  {O2 saturation=21,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.10344828  0.9473684  1.0989474
## [7387]  {O2 saturation=21}           => {chest indrawing=2}         0.10344828  0.9473684  1.0989474
## [7388]  {duration_admission=15,                                                                     
##          lbw=1}                      => {chest indrawing=2}         0.10344828  0.9473684  1.0989474
## [7389]  {hiv_exposure=1,                                                                            
##          uwfa=2}                     => {chest indrawing=2}         0.10344828  0.9473684  1.0989474
## [7390]  {prem=2,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.10344828  0.9473684  1.0989474
## [7391]  {sex=1,                                                                                     
##          uwfa=1}                     => {prolonged=1}               0.25862069  0.9782609  1.0981767
## [7392]  {hiv_exposure=3,                                                                            
##          sex=1}                      => {prolonged=1}               0.25862069  0.9782609  1.0981767
## [7393]  {sex=1,                                                                                     
##          stunted=1}                  => {prolonged=1}               0.25287356  0.9777778  1.0976344
## [7394]  {Maternal smoke category=2,                                                                 
##          outcome=2}                  => {chest indrawing=2}         0.09770115  0.9444444  1.0955556
## [7395]  {Maternal smoke category=2}  => {chest indrawing=2}         0.09770115  0.9444444  1.0955556
## [7396]  {O2 saturation=21,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.09770115  0.9444444  1.0955556
## [7397]  {duration_admission=2,                                                                      
##          people in house=1}          => {chest indrawing=2}         0.09770115  0.9444444  1.0955556
## [7398]  {duration_admission=2,                                                                      
##          sex=2}                      => {chest indrawing=2}         0.09770115  0.9444444  1.0955556
## [7399]  {lbw=2,                                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.09770115  0.9444444  1.0955556
## [7400]  {hiv_exposure=3,                                                                            
##          stunted=1}                  => {prolonged=1}               0.45977011  0.9756098  1.0952006
## [7401]  {temp=7,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.22413793  0.9750000  1.0945161
## [7402]  {prolonged=1,                                                                               
##          ventilation=3}              => {serious outcome?=2}        0.84482759  0.9932432  1.0938248
## [7403]  {chest indrawing=2,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.78160920  0.9927007  1.0932274
## [7404]  {hiv_exposure=3,                                                                            
##          serious outcome?=2}         => {prolonged=1}               0.63218391  0.9734513  1.0927776
## [7405]  {uwfa=1,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.66091954  0.9913793  1.0917722
## [7406]  {duration_admission=15,                                                                     
##          prem=1}                     => {chest indrawing=2}         0.09195402  0.9411765  1.0917647
## [7407]  {outcome=2,                                                                                 
##          Xray=2}                     => {prolonged=1}               0.20114943  0.9722222  1.0913978
## [7408]  {Xray=2}                     => {prolonged=1}               0.20114943  0.9722222  1.0913978
## [7409]  {sex=2,                                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.60344828  0.9905660  1.0908765
## [7410]  {prem=1,                                                                                    
##          temp=5}                     => {chest indrawing=2}         0.27011494  0.9400000  1.0904000
## [7411]  {lbw=1,                                                                                     
##          temp=5}                     => {chest indrawing=2}         0.27011494  0.9400000  1.0904000
## [7412]  {lbw=2,                                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.17816092  0.9393939  1.0896970
## [7413]  {Maternal smoke category=3,                                                                 
##          temp=5}                     => {prolonged=1}               0.18965517  0.9705882  1.0895636
## [7414]  {lbw=1,                                                                                     
##          vaccinations=2}             => {prolonged=1}               0.37356322  0.9701493  1.0890708
## [7415]  {Maternal smoke category=3,                                                                 
##          sex=1}                      => {prolonged=1}               0.18390805  0.9696970  1.0885630
## [7416]  {prem=1,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.36781609  0.9696970  1.0885630
## [7417]  {Maternal smoke category=3,                                                                 
##          ventilation=3}              => {serious outcome?=2}        0.48850575  0.9883721  1.0884604
## [7418]  {uwfa=1,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.36206897  0.9692308  1.0880397
## [7419]  {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {prolonged=1}               0.54022989  0.9690722  1.0878617
## [7420]  {prolonged=2,                                                                               
##          sex=2}                      => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7421]  {O2 saturation=21,                                                                          
##          uwfa=1}                     => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7422]  {duration_admission=2,                                                                      
##          Xray=3}                     => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7423]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7424]  {temp=5,                                                                                    
##          Xray=2}                     => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7425]  {hiv_exposure=1,                                                                            
##          lbw=2}                      => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7426]  {temp=7,                                                                                    
##          uwfa=2}                     => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7427]  {stunted=2,                                                                                 
##          Xray=3}                     => {chest indrawing=2}         0.08620690  0.9375000  1.0875000
## [7428]  {ventilation=3}              => {serious outcome?=2}        0.90804598  0.9875000  1.0875000
## [7429]  {prem=1,                                                                                    
##          temp=12}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7430]  {lbw=1,                                                                                     
##          temp=12}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7431]  {prolonged=1,                                                                               
##          temp=12}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7432]  {temp=12}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7433]  {dob=73,                                                                                    
##          infant_id...1=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7434]  {dob=73,                                                                                    
##          infant_id...2=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7435]  {dob=73,                                                                                    
##          lbw=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7436]  {dob=73,                                                                                    
##          prem=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7437]  {dob=73,                                                                                    
##          people in house=2}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7438]  {dob=73,                                                                                    
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7439]  {dob=73,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7440]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7441]  {dob=73,                                                                                    
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7442]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7443]  {chest indrawing=2,                                                                         
##          dob=73}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7444]  {dob=73,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7445]  {dob=73,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7446]  {dob=73,                                                                                    
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7447]  {dob=73}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7448]  {resp=9,                                                                                    
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7449]  {hiv_exposure=3,                                                                            
##          resp=9}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7450]  {chest indrawing=2,                                                                         
##          resp=9}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7451]  {prolonged=1,                                                                               
##          resp=9}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7452]  {resp=9,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7453]  {outcome=2,                                                                                 
##          resp=9}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7454]  {resp=9}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7455]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7456]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7457]  {infant_id...1=117,                                                                         
##          prem=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7458]  {infant_id...1=117,                                                                         
##          people in house=2}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7459]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7460]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7461]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7462]  {infant_id...1=117,                                                                         
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7463]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7464]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7465]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7466]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7467]  {infant_id...1=117,                                                                         
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7468]  {infant_id...1=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7469]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7470]  {infant_id...2=117,                                                                         
##          prem=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7471]  {infant_id...2=117,                                                                         
##          people in house=2}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7472]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7473]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7474]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7475]  {infant_id...2=117,                                                                         
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7476]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7477]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7478]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7479]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7480]  {infant_id...2=117,                                                                         
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7481]  {infant_id...2=117}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7482]  {CRP=92,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7483]  {CRP=92,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7484]  {CRP=92,                                                                                    
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7485]  {CRP=92}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7486]  {hiv_exposure=3,                                                                            
##          resp=14}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7487]  {chest indrawing=2,                                                                         
##          resp=14}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7488]  {prolonged=1,                                                                               
##          resp=14}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7489]  {resp=14,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7490]  {outcome=2,                                                                                 
##          resp=14}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7491]  {resp=14}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7492]  {dob=84,                                                                                    
##          infant_id...1=42}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7493]  {dob=84,                                                                                    
##          infant_id...2=42}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7494]  {dob=84,                                                                                    
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7495]  {dob=84,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7496]  {dob=84,                                                                                    
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7497]  {dob=84,                                                                                    
##          people in house=1}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7498]  {dob=84,                                                                                    
##          prem=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7499]  {dob=84,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7500]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7501]  {dob=84,                                                                                    
##          lbw=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7502]  {dob=84,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7503]  {dob=84,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7504]  {dob=84,                                                                                    
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7505]  {dob=84}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7506]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7507]  {infant_id...1=42,                                                                          
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7508]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7509]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7510]  {infant_id...1=42,                                                                          
##          people in house=1}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7511]  {infant_id...1=42,                                                                          
##          prem=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7512]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7513]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7514]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7515]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7516]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7517]  {infant_id...1=42,                                                                          
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7518]  {infant_id...1=42}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7519]  {infant_id...2=42,                                                                          
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7520]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7521]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7522]  {infant_id...2=42,                                                                          
##          people in house=1}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7523]  {infant_id...2=42,                                                                          
##          prem=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7524]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7525]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7526]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7527]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7528]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7529]  {infant_id...2=42,                                                                          
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7530]  {infant_id...2=42}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7531]  {pulse=7,                                                                                   
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7532]  {chest indrawing=2,                                                                         
##          pulse=7}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7533]  {pulse=7,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7534]  {outcome=2,                                                                                 
##          pulse=7}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7535]  {pulse=7}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7536]  {pulse=31,                                                                                  
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7537]  {pulse=31,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7538]  {lbw=1,                                                                                     
##          pulse=31}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7539]  {chest indrawing=2,                                                                         
##          pulse=31}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7540]  {prolonged=1,                                                                               
##          pulse=31}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7541]  {pulse=31,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7542]  {outcome=2,                                                                                 
##          pulse=31}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7543]  {pulse=31}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7544]  {duration_admission=21,                                                                     
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7545]  {duration_admission=21,                                                                     
##          people in house=1}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7546]  {duration_admission=21,                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7547]  {duration_admission=21,                                                                     
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7548]  {duration_admission=21}      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7549]  {people in house=1,                                                                         
##          pulse=12}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7550]  {prem=1,                                                                                    
##          pulse=12}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7551]  {pulse=12,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7552]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7553]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7554]  {prolonged=1,                                                                               
##          pulse=12}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7555]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7556]  {outcome=2,                                                                                 
##          pulse=12}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7557]  {pulse=12}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7558]  {dob=59,                                                                                    
##          infant_id...1=106}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7559]  {dob=59,                                                                                    
##          infant_id...2=106}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7560]  {dob=59,                                                                                    
##          people in house=2}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7561]  {dob=59,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7562]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7563]  {dob=59,                                                                                    
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7564]  {dob=59,                                                                                    
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7565]  {dob=59,                                                                                    
##          prem=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7566]  {dob=59,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7567]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7568]  {dob=59,                                                                                    
##          lbw=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7569]  {dob=59,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7570]  {dob=59,                                                                                    
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7571]  {dob=59}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7572]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7573]  {infant_id...1=106,                                                                         
##          people in house=2}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7574]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7575]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7576]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7577]  {infant_id...1=106,                                                                         
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7578]  {infant_id...1=106,                                                                         
##          prem=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7579]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7580]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7581]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7582]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7583]  {infant_id...1=106,                                                                         
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7584]  {infant_id...1=106}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7585]  {hiv_exposure=3,                                                                            
##          pulse=46}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7586]  {prolonged=1,                                                                               
##          pulse=46}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7587]  {pulse=46,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7588]  {outcome=2,                                                                                 
##          pulse=46}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7589]  {pulse=46}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7590]  {infant_id...2=106,                                                                         
##          people in house=2}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7591]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7592]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7593]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7594]  {infant_id...2=106,                                                                         
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7595]  {infant_id...2=106,                                                                         
##          prem=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7596]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7597]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7598]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7599]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7600]  {infant_id...2=106,                                                                         
##          outcome=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7601]  {infant_id...2=106}          => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7602]  {prem=2,                                                                                    
##          pulse=23}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7603]  {prolonged=1,                                                                               
##          pulse=23}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7604]  {pulse=23,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7605]  {outcome=2,                                                                                 
##          pulse=23}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7606]  {pulse=23}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7607]  {CRP=97,                                                                                    
##          duration_admission=1}       => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7608]  {duration_admission=1,                                                                      
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7609]  {duration_admission=1,                                                                      
##          prem=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7610]  {duration_admission=1,                                                                      
##          lbw=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7611]  {duration_admission=1,                                                                      
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7612]  {duration_admission=1}       => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7613]  {lbw=2,                                                                                     
##          O2 saturation=17}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7614]  {O2 saturation=17,                                                                          
##          uwfa=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7615]  {O2 saturation=17,                                                                          
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7616]  {O2 saturation=17,                                                                          
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7617]  {hiv_exposure=3,                                                                            
##          O2 saturation=17}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7618]  {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7619]  {O2 saturation=17,                                                                          
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7620]  {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7621]  {O2 saturation=17,                                                                          
##          outcome=2}                  => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7622]  {O2 saturation=17}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7623]  {O2 saturation=15,                                                                          
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7624]  {hiv_exposure=3,                                                                            
##          O2 saturation=15}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7625]  {chest indrawing=2,                                                                         
##          O2 saturation=15}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7626]  {O2 saturation=15,                                                                          
##          prolonged=1}                => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7627]  {O2 saturation=15,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7628]  {O2 saturation=15,                                                                          
##          outcome=2}                  => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7629]  {O2 saturation=15}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7630]  {pulse=33,                                                                                  
##          Xray=4}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7631]  {people in house=1,                                                                         
##          pulse=33}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7632]  {pulse=33,                                                                                  
##          sex=2}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7633]  {prem=1,                                                                                    
##          pulse=33}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7634]  {hiv_exposure=3,                                                                            
##          pulse=33}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7635]  {chest indrawing=2,                                                                         
##          pulse=33}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7636]  {prolonged=1,                                                                               
##          pulse=33}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7637]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7638]  {outcome=2,                                                                                 
##          pulse=33}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7639]  {pulse=33}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7640]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7641]  {pulse=29,                                                                                  
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7642]  {people in house=1,                                                                         
##          pulse=29}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7643]  {prem=1,                                                                                    
##          pulse=29}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7644]  {pulse=29,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7645]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7646]  {lbw=1,                                                                                     
##          pulse=29}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7647]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7648]  {prolonged=1,                                                                               
##          pulse=29}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7649]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7650]  {outcome=2,                                                                                 
##          pulse=29}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7651]  {pulse=29}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7652]  {pulse=26,                                                                                  
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7653]  {Maternal smoke category=3,                                                                 
##          pulse=26}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7654]  {pulse=26,                                                                                  
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7655]  {people in house=1,                                                                         
##          pulse=26}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7656]  {lbw=1,                                                                                     
##          pulse=26}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7657]  {chest indrawing=2,                                                                         
##          pulse=26}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7658]  {prolonged=1,                                                                               
##          pulse=26}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7659]  {pulse=26,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7660]  {outcome=2,                                                                                 
##          pulse=26}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7661]  {pulse=26}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7662]  {resp=11,                                                                                   
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7663]  {prem=1,                                                                                    
##          resp=11}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7664]  {lbw=1,                                                                                     
##          resp=11}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7665]  {prolonged=1,                                                                               
##          resp=11}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7666]  {resp=11,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7667]  {pulse=28,                                                                                  
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7668]  {pulse=28,                                                                                  
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7669]  {pulse=28,                                                                                  
##          sex=2}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7670]  {prem=1,                                                                                    
##          pulse=28}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7671]  {pulse=28,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7672]  {hiv_exposure=3,                                                                            
##          pulse=28}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7673]  {lbw=1,                                                                                     
##          pulse=28}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7674]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7675]  {prolonged=1,                                                                               
##          pulse=28}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7676]  {pulse=28,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7677]  {outcome=2,                                                                                 
##          pulse=28}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7678]  {pulse=28}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7679]  {duration_admission=20,                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7680]  {pulse=35,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7681]  {prem=1,                                                                                    
##          pulse=34}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7682]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7683]  {duration_admission=17,                                                                     
##          pulse=27}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7684]  {pulse=27,                                                                                  
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7685]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7686]  {pulse=27,                                                                                  
##          stunted=1}                  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7687]  {pulse=27,                                                                                  
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7688]  {prem=1,                                                                                    
##          pulse=27}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7689]  {pulse=27,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7690]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7691]  {lbw=1,                                                                                     
##          pulse=27}                   => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7692]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7693]  {prolonged=1,                                                                               
##          pulse=27}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7694]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7695]  {outcome=2,                                                                                 
##          pulse=27}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7696]  {pulse=27}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7697]  {people in house=2,                                                                         
##          pulse=20}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7698]  {pulse=20,                                                                                  
##          stunted=1}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7699]  {prem=1,                                                                                    
##          pulse=20}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7700]  {pulse=20,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7701]  {lbw=1,                                                                                     
##          pulse=20}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7702]  {prolonged=1,                                                                               
##          pulse=20}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7703]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7704]  {pulse=25,                                                                                  
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7705]  {prem=1,                                                                                    
##          pulse=25}                   => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7706]  {pulse=25,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7707]  {prolonged=1,                                                                               
##          pulse=25}                   => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7708]  {pulse=25,                                                                                  
##          serious outcome?=2}         => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7709]  {O2 saturation=27,                                                                          
##          prolonged=1}                => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7710]  {O2 saturation=27,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7711]  {CRP=45,                                                                                    
##          duration_admission=11}      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7712]  {CRP=45,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7713]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7714]  {CRP=45,                                                                                    
##          stunted=1}                  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7715]  {CRP=45,                                                                                    
##          people in house=1}          => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7716]  {CRP=45,                                                                                    
##          sex=2}                      => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7717]  {CRP=45,                                                                                    
##          prem=1}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7718]  {CRP=45,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7719]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7720]  {CRP=45,                                                                                    
##          lbw=1}                      => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7721]  {chest indrawing=2,                                                                         
##          CRP=45}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7722]  {CRP=45,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7723]  {CRP=45,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7724]  {CRP=45,                                                                                    
##          outcome=2}                  => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7725]  {CRP=45}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7726]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7727]  {O2 saturation=1,                                                                           
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7728]  {O2 saturation=1,                                                                           
##          temp=5}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7729]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7730]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7731]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7732]  {O2 saturation=1,                                                                           
##          people in house=1}          => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7733]  {O2 saturation=1,                                                                           
##          sex=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7734]  {O2 saturation=1,                                                                           
##          prem=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7735]  {O2 saturation=1,                                                                           
##          uwfa=1}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7736]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7737]  {lbw=1,                                                                                     
##          O2 saturation=1}            => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7738]  {chest indrawing=2,                                                                         
##          O2 saturation=1}            => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7739]  {O2 saturation=1,                                                                           
##          prolonged=1}                => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7740]  {O2 saturation=1,                                                                           
##          serious outcome?=2}         => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7741]  {O2 saturation=1,                                                                           
##          outcome=2}                  => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7742]  {O2 saturation=1}            => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7743]  {O2 saturation=13,                                                                          
##          sex=1}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7744]  {O2 saturation=13,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7745]  {O2 saturation=13,                                                                          
##          temp=5}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7746]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7747]  {O2 saturation=13,                                                                          
##          prem=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7748]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7749]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7750]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7751]  {O2 saturation=13,                                                                          
##          prolonged=1}                => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7752]  {O2 saturation=13,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7753]  {CRP=58,                                                                                    
##          duration_admission=11}      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7754]  {CRP=58,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7755]  {CRP=58,                                                                                    
##          sex=1}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7756]  {CRP=58,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7757]  {CRP=58,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7758]  {CRP=58,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7759]  {O2 saturation=20,                                                                          
##          temp=7}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7760]  {O2 saturation=20,                                                                          
##          Xray=4}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7761]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7762]  {lbw=1,                                                                                     
##          O2 saturation=20}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7763]  {O2 saturation=20,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7764]  {O2 saturation=24,                                                                          
##          resp=10}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7765]  {resp=10,                                                                                   
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7766]  {resp=10,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7767]  {resp=10,                                                                                   
##          vaccinations=2}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7768]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7769]  {prolonged=1,                                                                               
##          resp=10}                    => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7770]  {resp=10,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7771]  {duration_admission=11,                                                                     
##          resp=26}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7772]  {resp=26,                                                                                   
##          temp=7}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7773]  {resp=26,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7774]  {resp=26,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7775]  {duration_admission=2,                                                                      
##          O2 saturation=25}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7776]  {CRP=97,                                                                                    
##          O2 saturation=25}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7777]  {hiv_exposure=1,                                                                            
##          O2 saturation=25}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7778]  {O2 saturation=25,                                                                          
##          uwfa=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7779]  {O2 saturation=25,                                                                          
##          sex=1}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7780]  {O2 saturation=25,                                                                          
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7781]  {O2 saturation=25,                                                                          
##          people in house=2}          => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7782]  {O2 saturation=25,                                                                          
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7783]  {O2 saturation=25,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7784]  {O2 saturation=25,                                                                          
##          temp=5}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7785]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7786]  {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7787]  {O2 saturation=25,                                                                          
##          stunted=1}                  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7788]  {O2 saturation=25,                                                                          
##          people in house=1}          => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7789]  {O2 saturation=25,                                                                          
##          sex=2}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7790]  {O2 saturation=25,                                                                          
##          prem=1}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7791]  {O2 saturation=25,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7792]  {hiv_exposure=3,                                                                            
##          O2 saturation=25}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7793]  {lbw=1,                                                                                     
##          O2 saturation=25}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7794]  {chest indrawing=2,                                                                         
##          O2 saturation=25}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7795]  {O2 saturation=25,                                                                          
##          prolonged=1}                => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7796]  {O2 saturation=25,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7797]  {O2 saturation=25,                                                                          
##          outcome=2}                  => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7798]  {O2 saturation=25}           => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7799]  {hiv_exposure=1,                                                                            
##          resp=30}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7800]  {lbw=2,                                                                                     
##          resp=30}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7801]  {resp=30,                                                                                   
##          uwfa=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7802]  {resp=30,                                                                                   
##          stunted=2}                  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7803]  {resp=30,                                                                                   
##          temp=5}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7804]  {resp=30,                                                                                   
##          vaccinations=2}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7805]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7806]  {resp=30,                                                                                   
##          sex=2}                      => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7807]  {prem=1,                                                                                    
##          resp=30}                    => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7808]  {resp=30,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7809]  {outcome=2,                                                                                 
##          resp=30}                    => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7810]  {duration_admission=18,                                                                     
##          O2 saturation=18}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7811]  {O2 saturation=18,                                                                          
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7812]  {O2 saturation=18,                                                                          
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7813]  {Maternal smoke category=1,                                                                 
##          O2 saturation=18}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7814]  {O2 saturation=18,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7815]  {Maternal smoke category=3,                                                                 
##          O2 saturation=18}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7816]  {O2 saturation=18,                                                                          
##          prem=1}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7817]  {O2 saturation=18,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7818]  {hiv_exposure=3,                                                                            
##          O2 saturation=18}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7819]  {lbw=1,                                                                                     
##          O2 saturation=18}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7820]  {O2 saturation=18,                                                                          
##          prolonged=1}                => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7821]  {O2 saturation=18,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7822]  {resp=8,                                                                                    
##          vaccinations=4}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7823]  {chest indrawing=1,                                                                         
##          resp=8}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7824]  {resp=8,                                                                                    
##          temp=7}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7825]  {resp=8,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7826]  {Maternal smoke category=3,                                                                 
##          resp=8}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7827]  {prem=1,                                                                                    
##          resp=8}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7828]  {resp=8,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7829]  {hiv_exposure=3,                                                                            
##          resp=8}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7830]  {lbw=1,                                                                                     
##          resp=8}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7831]  {prolonged=1,                                                                               
##          resp=8}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7832]  {resp=8,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7833]  {duration_admission=15,                                                                     
##          O2 saturation=26}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7834]  {O2 saturation=26,                                                                          
##          Xray=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7835]  {hiv_exposure=1,                                                                            
##          O2 saturation=26}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7836]  {O2 saturation=26,                                                                          
##          temp=7}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7837]  {O2 saturation=26,                                                                          
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7838]  {O2 saturation=26,                                                                          
##          people in house=2}          => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7839]  {O2 saturation=26,                                                                          
##          stunted=2}                  => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7840]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7841]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7842]  {Maternal smoke category=3,                                                                 
##          O2 saturation=26}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7843]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7844]  {O2 saturation=26,                                                                          
##          people in house=1}          => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7845]  {O2 saturation=26,                                                                          
##          sex=2}                      => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7846]  {O2 saturation=26,                                                                          
##          prem=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7847]  {O2 saturation=26,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7848]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7849]  {lbw=1,                                                                                     
##          O2 saturation=26}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7850]  {chest indrawing=2,                                                                         
##          O2 saturation=26}           => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7851]  {O2 saturation=26,                                                                          
##          prolonged=1}                => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7852]  {O2 saturation=26,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7853]  {O2 saturation=26,                                                                          
##          outcome=2}                  => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7854]  {O2 saturation=26}           => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7855]  {resp=25,                                                                                   
##          temp=7}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7856]  {resp=25,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7857]  {Maternal smoke category=3,                                                                 
##          resp=25}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7858]  {prem=1,                                                                                    
##          resp=25}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7859]  {resp=25,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7860]  {duration_admission=17,                                                                     
##          resp=20}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7861]  {resp=20,                                                                                   
##          temp=7}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7862]  {resp=20,                                                                                   
##          temp=5}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7863]  {resp=20,                                                                                   
##          vaccinations=2}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7864]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7865]  {resp=20,                                                                                   
##          stunted=1}                  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7866]  {lbw=1,                                                                                     
##          resp=20}                    => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7867]  {resp=20,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7868]  {O2 saturation=23,                                                                          
##          resp=24}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7869]  {CRP=97,                                                                                    
##          resp=24}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7870]  {resp=24,                                                                                   
##          Xray=3}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7871]  {people in house=2,                                                                         
##          resp=24}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7872]  {resp=24,                                                                                   
##          Xray=4}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7873]  {resp=24,                                                                                   
##          vaccinations=2}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7874]  {resp=24,                                                                                   
##          stunted=1}                  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7875]  {prem=1,                                                                                    
##          resp=24}                    => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7876]  {resp=24,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7877]  {lbw=1,                                                                                     
##          resp=24}                    => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7878]  {prolonged=1,                                                                               
##          resp=24}                    => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7879]  {resp=24,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7880]  {CRP=97,                                                                                    
##          Xray=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7881]  {hiv_exposure=1,                                                                            
##          Xray=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7882]  {uwfa=2,                                                                                    
##          Xray=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7883]  {sex=1,                                                                                     
##          Xray=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7884]  {people in house=2,                                                                         
##          Xray=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7885]  {stunted=2,                                                                                 
##          Xray=1}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7886]  {Maternal smoke category=1,                                                                 
##          Xray=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7887]  {vaccinations=1,                                                                            
##          Xray=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7888]  {vaccinations=2,                                                                            
##          Xray=1}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7889]  {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7890]  {stunted=1,                                                                                 
##          Xray=1}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7891]  {people in house=1,                                                                         
##          Xray=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7892]  {sex=2,                                                                                     
##          Xray=1}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7893]  {prem=1,                                                                                    
##          Xray=1}                     => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7894]  {uwfa=1,                                                                                    
##          Xray=1}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7895]  {hiv_exposure=3,                                                                            
##          Xray=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7896]  {lbw=1,                                                                                     
##          Xray=1}                     => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7897]  {chest indrawing=2,                                                                         
##          Xray=1}                     => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7898]  {prolonged=1,                                                                               
##          Xray=1}                     => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7899]  {serious outcome?=2,                                                                        
##          Xray=1}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [7900]  {outcome=2,                                                                                 
##          Xray=1}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [7901]  {Xray=1}                     => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7902]  {duration_admission=11,                                                                     
##          resp=13}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7903]  {resp=13,                                                                                   
##          Xray=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7904]  {resp=13,                                                                                   
##          temp=7}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7905]  {resp=13,                                                                                   
##          Xray=3}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7906]  {people in house=2,                                                                         
##          resp=13}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7907]  {resp=13,                                                                                   
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7908]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7909]  {resp=13,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7910]  {resp=13,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [7911]  {duration_admission=18,                                                                     
##          hiv_exposure=1}             => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7912]  {duration_admission=18,                                                                     
##          sex=1}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7913]  {duration_admission=18,                                                                     
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7914]  {duration_admission=18,                                                                     
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7915]  {duration_admission=18,                                                                     
##          vaccinations=1}             => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7916]  {duration_admission=18,                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7917]  {duration_admission=18,                                                                     
##          people in house=1}          => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7918]  {duration_admission=18,                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7919]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7920]  {duration_admission=19,                                                                     
##          temp=7}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7921]  {duration_admission=19,                                                                     
##          people in house=2}          => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7922]  {duration_admission=19,                                                                     
##          stunted=2}                  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7923]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7924]  {duration_admission=19,                                                                     
##          vaccinations=1}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7925]  {duration_admission=19,                                                                     
##          temp=5}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7926]  {duration_admission=19,                                                                     
##          sex=2}                      => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7927]  {duration_admission=19,                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7928]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7929]  {vaccinations=4,                                                                            
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7930]  {stunted=2,                                                                                 
##          vaccinations=4}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7931]  {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7932]  {serious outcome?=2,                                                                        
##          vaccinations=4}             => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7933]  {duration_admission=11,                                                                     
##          resp=18}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7934]  {resp=18,                                                                                   
##          Xray=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7935]  {resp=18,                                                                                   
##          temp=7}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7936]  {resp=18,                                                                                   
##          sex=1}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7937]  {resp=18,                                                                                   
##          Xray=3}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7938]  {people in house=2,                                                                         
##          resp=18}                    => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7939]  {resp=18,                                                                                   
##          Xray=4}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7940]  {resp=18,                                                                                   
##          stunted=2}                  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7941]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7942]  {resp=18,                                                                                   
##          temp=5}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7943]  {resp=18,                                                                                   
##          vaccinations=2}             => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7944]  {Maternal smoke category=3,                                                                 
##          resp=18}                    => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7945]  {resp=18,                                                                                   
##          stunted=1}                  => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [7946]  {people in house=1,                                                                         
##          resp=18}                    => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7947]  {resp=18,                                                                                   
##          sex=2}                      => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7948]  {prem=1,                                                                                    
##          resp=18}                    => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7949]  {resp=18,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [7950]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [7951]  {lbw=1,                                                                                     
##          resp=18}                    => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [7952]  {chest indrawing=2,                                                                         
##          resp=18}                    => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [7953]  {prolonged=1,                                                                               
##          resp=18}                    => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [7954]  {resp=18,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [7955]  {outcome=2,                                                                                 
##          resp=18}                    => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [7956]  {resp=18}                    => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [7957]  {CRP=2,                                                                                     
##          duration_admission=2}       => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7958]  {CRP=2,                                                                                     
##          duration_admission=11}      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7959]  {CRP=2,                                                                                     
##          Xray=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7960]  {CRP=2,                                                                                     
##          hiv_exposure=1}             => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7961]  {CRP=2,                                                                                     
##          lbw=2}                      => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7962]  {CRP=2,                                                                                     
##          uwfa=2}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7963]  {CRP=2,                                                                                     
##          prem=2}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7964]  {CRP=2,                                                                                     
##          Xray=3}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7965]  {CRP=2,                                                                                     
##          people in house=2}          => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7966]  {CRP=2,                                                                                     
##          Xray=4}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7967]  {CRP=2,                                                                                     
##          stunted=2}                  => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7968]  {CRP=2,                                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7969]  {CRP=2,                                                                                     
##          vaccinations=1}             => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7970]  {CRP=2,                                                                                     
##          temp=5}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [7971]  {CRP=2,                                                                                     
##          vaccinations=2}             => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7972]  {CRP=2,                                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7973]  {CRP=2,                                                                                     
##          stunted=1}                  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7974]  {CRP=2,                                                                                     
##          people in house=1}          => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [7975]  {CRP=2,                                                                                     
##          sex=2}                      => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [7976]  {CRP=2,                                                                                     
##          prem=1}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7977]  {CRP=2,                                                                                     
##          uwfa=1}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7978]  {CRP=2,                                                                                     
##          hiv_exposure=3}             => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7979]  {CRP=2,                                                                                     
##          lbw=1}                      => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7980]  {chest indrawing=2,                                                                         
##          CRP=2}                      => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [7981]  {CRP=2,                                                                                     
##          prolonged=1}                => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [7982]  {CRP=2,                                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [7983]  {CRP=2,                                                                                     
##          outcome=2}                  => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [7984]  {CRP=2}                      => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [7985]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7986]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7987]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7988]  {O2 saturation=23,                                                                          
##          temp=7}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7989]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [7990]  {O2 saturation=23,                                                                          
##          people in house=2}          => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [7991]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7992]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7993]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7994]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7995]  {O2 saturation=23,                                                                          
##          temp=5}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [7996]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7997]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [7998]  {O2 saturation=23,                                                                          
##          stunted=1}                  => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [7999]  {O2 saturation=23,                                                                          
##          people in house=1}          => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8000]  {O2 saturation=23,                                                                          
##          sex=2}                      => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8001]  {O2 saturation=23,                                                                          
##          prem=1}                     => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8002]  {O2 saturation=23,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8003]  {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8004]  {lbw=1,                                                                                     
##          O2 saturation=23}           => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8005]  {chest indrawing=2,                                                                         
##          O2 saturation=23}           => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8006]  {O2 saturation=23,                                                                          
##          prolonged=1}                => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8007]  {O2 saturation=23,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8008]  {O2 saturation=23,                                                                          
##          outcome=2}                  => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8009]  {O2 saturation=23}           => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8010]  {temp=3,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8011]  {serious outcome?=2,                                                                        
##          temp=3}                     => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8012]  {CRP=97,                                                                                    
##          temp=10}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8013]  {duration_admission=11,                                                                     
##          temp=10}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8014]  {hiv_exposure=1,                                                                            
##          temp=10}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8015]  {lbw=2,                                                                                     
##          temp=10}                    => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8016]  {temp=10,                                                                                   
##          uwfa=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8017]  {prem=2,                                                                                    
##          temp=10}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8018]  {sex=1,                                                                                     
##          temp=10}                    => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8019]  {temp=10,                                                                                   
##          Xray=3}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8020]  {people in house=2,                                                                         
##          temp=10}                    => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8021]  {temp=10,                                                                                   
##          Xray=4}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8022]  {stunted=2,                                                                                 
##          temp=10}                    => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8023]  {Maternal smoke category=1,                                                                 
##          temp=10}                    => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8024]  {temp=10,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8025]  {temp=10,                                                                                   
##          vaccinations=2}             => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8026]  {Maternal smoke category=3,                                                                 
##          temp=10}                    => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8027]  {stunted=1,                                                                                 
##          temp=10}                    => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8028]  {people in house=1,                                                                         
##          temp=10}                    => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8029]  {sex=2,                                                                                     
##          temp=10}                    => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8030]  {prem=1,                                                                                    
##          temp=10}                    => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8031]  {temp=10,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8032]  {hiv_exposure=3,                                                                            
##          temp=10}                    => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8033]  {lbw=1,                                                                                     
##          temp=10}                    => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8034]  {chest indrawing=2,                                                                         
##          temp=10}                    => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8035]  {prolonged=1,                                                                               
##          temp=10}                    => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8036]  {serious outcome?=2,                                                                        
##          temp=10}                    => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8037]  {outcome=2,                                                                                 
##          temp=10}                    => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8038]  {temp=10}                    => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8039]  {duration_admission=2,                                                                      
##          Maternal smoke category=2}  => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8040]  {Maternal smoke category=2,                                                                 
##          temp=7}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8041]  {Maternal smoke category=2,                                                                 
##          sex=1}                      => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8042]  {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8043]  {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8044]  {Maternal smoke category=2,                                                                 
##          serious outcome?=2}         => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8045]  {chest indrawing=1,                                                                         
##          O2 saturation=22}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8046]  {O2 saturation=22,                                                                          
##          resp=16}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8047]  {duration_admission=17,                                                                     
##          O2 saturation=22}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8048]  {duration_admission=11,                                                                     
##          O2 saturation=22}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8049]  {O2 saturation=22,                                                                          
##          sex=1}                      => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8050]  {O2 saturation=22,                                                                          
##          Xray=3}                     => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8051]  {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8052]  {O2 saturation=22,                                                                          
##          temp=5}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8053]  {O2 saturation=22,                                                                          
##          vaccinations=2}             => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8054]  {O2 saturation=22,                                                                          
##          stunted=1}                  => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8055]  {O2 saturation=22,                                                                          
##          people in house=1}          => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8056]  {O2 saturation=22,                                                                          
##          prem=1}                     => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8057]  {O2 saturation=22,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8058]  {lbw=1,                                                                                     
##          O2 saturation=22}           => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8059]  {O2 saturation=22,                                                                          
##          prolonged=1}                => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8060]  {O2 saturation=22,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8061]  {prolonged=2,                                                                               
##          Xray=3}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8062]  {prolonged=2,                                                                               
##          serious outcome?=2}         => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8063]  {duration_admission=17,                                                                     
##          O2 saturation=21}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8064]  {CRP=97,                                                                                    
##          O2 saturation=21}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8065]  {lbw=2,                                                                                     
##          O2 saturation=21}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8066]  {O2 saturation=21,                                                                          
##          temp=7}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8067]  {O2 saturation=21,                                                                          
##          sex=1}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8068]  {O2 saturation=21,                                                                          
##          Xray=3}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8069]  {O2 saturation=21,                                                                          
##          stunted=2}                  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8070]  {O2 saturation=21,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8071]  {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8072]  {O2 saturation=21,                                                                          
##          people in house=1}          => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8073]  {O2 saturation=21,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8074]  {duration_admission=2,                                                                      
##          O2 saturation=24}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8075]  {duration_admission=11,                                                                     
##          O2 saturation=24}           => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8076]  {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8077]  {lbw=2,                                                                                     
##          O2 saturation=24}           => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8078]  {O2 saturation=24,                                                                          
##          uwfa=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8079]  {O2 saturation=24,                                                                          
##          prem=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8080]  {O2 saturation=24,                                                                          
##          temp=7}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8081]  {O2 saturation=24,                                                                          
##          sex=1}                      => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8082]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8083]  {O2 saturation=24,                                                                          
##          people in house=2}          => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8084]  {O2 saturation=24,                                                                          
##          Xray=4}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8085]  {O2 saturation=24,                                                                          
##          stunted=2}                  => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8086]  {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8087]  {O2 saturation=24,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8088]  {O2 saturation=24,                                                                          
##          temp=5}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8089]  {O2 saturation=24,                                                                          
##          vaccinations=2}             => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8090]  {Maternal smoke category=3,                                                                 
##          O2 saturation=24}           => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8091]  {O2 saturation=24,                                                                          
##          stunted=1}                  => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8092]  {O2 saturation=24,                                                                          
##          people in house=1}          => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8093]  {O2 saturation=24,                                                                          
##          sex=2}                      => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8094]  {O2 saturation=24,                                                                          
##          prem=1}                     => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8095]  {O2 saturation=24,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8096]  {hiv_exposure=3,                                                                            
##          O2 saturation=24}           => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8097]  {lbw=1,                                                                                     
##          O2 saturation=24}           => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8098]  {chest indrawing=2,                                                                         
##          O2 saturation=24}           => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8099]  {O2 saturation=24,                                                                          
##          prolonged=1}                => {ventilation=3}             0.10919540  1.0000000  1.0875000
## [8100]  {O2 saturation=24,                                                                          
##          serious outcome?=2}         => {ventilation=3}             0.11494253  1.0000000  1.0875000
## [8101]  {O2 saturation=24,                                                                          
##          outcome=2}                  => {ventilation=3}             0.11494253  1.0000000  1.0875000
## [8102]  {O2 saturation=24}           => {ventilation=3}             0.11494253  1.0000000  1.0875000
## [8103]  {chest indrawing=1,                                                                         
##          duration_admission=17}      => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8104]  {chest indrawing=1,                                                                         
##          CRP=97}                     => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8105]  {chest indrawing=1,                                                                         
##          duration_admission=11}      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8106]  {chest indrawing=1,                                                                         
##          lbw=2}                      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8107]  {chest indrawing=1,                                                                         
##          uwfa=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8108]  {chest indrawing=1,                                                                         
##          temp=7}                     => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8109]  {chest indrawing=1,                                                                         
##          sex=1}                      => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8110]  {chest indrawing=1,                                                                         
##          Xray=3}                     => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8111]  {chest indrawing=1,                                                                         
##          Xray=4}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8112]  {chest indrawing=1,                                                                         
##          stunted=2}                  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8113]  {chest indrawing=1,                                                                         
##          Maternal smoke category=1}  => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8114]  {chest indrawing=1,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8115]  {chest indrawing=1,                                                                         
##          temp=5}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8116]  {chest indrawing=1,                                                                         
##          Maternal smoke category=3}  => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8117]  {chest indrawing=1,                                                                         
##          people in house=1}          => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8118]  {chest indrawing=1,                                                                         
##          prem=1}                     => {ventilation=3}             0.10344828  1.0000000  1.0875000
## [8119]  {chest indrawing=1,                                                                         
##          hiv_exposure=3}             => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8120]  {chest indrawing=1,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.12643678  1.0000000  1.0875000
## [8121]  {duration_admission=17,                                                                     
##          resp=16}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8122]  {duration_admission=2,                                                                      
##          resp=16}                    => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8123]  {duration_admission=11,                                                                     
##          resp=16}                    => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8124]  {resp=16,                                                                                   
##          Xray=2}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8125]  {hiv_exposure=1,                                                                            
##          resp=16}                    => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8126]  {resp=16,                                                                                   
##          temp=7}                     => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8127]  {resp=16,                                                                                   
##          Xray=3}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8128]  {people in house=2,                                                                         
##          resp=16}                    => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8129]  {resp=16,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8130]  {Maternal smoke category=3,                                                                 
##          resp=16}                    => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8131]  {resp=16,                                                                                   
##          stunted=1}                  => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8132]  {resp=16,                                                                                   
##          sex=2}                      => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8133]  {prem=1,                                                                                    
##          resp=16}                    => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8134]  {resp=16,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8135]  {lbw=1,                                                                                     
##          resp=16}                    => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8136]  {resp=16,                                                                                   
##          serious outcome?=2}         => {ventilation=3}             0.13218391  1.0000000  1.0875000
## [8137]  {CRP=97,                                                                                    
##          duration_admission=15}      => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8138]  {duration_admission=15,                                                                     
##          Xray=2}                     => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8139]  {duration_admission=15,                                                                     
##          hiv_exposure=1}             => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8140]  {duration_admission=15,                                                                     
##          lbw=2}                      => {ventilation=3}             0.03448276  1.0000000  1.0875000
## [8141]  {duration_admission=15,                                                                     
##          uwfa=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8142]  {duration_admission=15,                                                                     
##          prem=2}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8143]  {duration_admission=15,                                                                     
##          temp=7}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8144]  {duration_admission=15,                                                                     
##          sex=1}                      => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8145]  {duration_admission=15,                                                                     
##          Xray=3}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8146]  {duration_admission=15,                                                                     
##          people in house=2}          => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8147]  {duration_admission=15,                                                                     
##          Xray=4}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8148]  {duration_admission=15,                                                                     
##          stunted=2}                  => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8149]  {duration_admission=15,                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8150]  {duration_admission=15,                                                                     
##          vaccinations=1}             => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8151]  {duration_admission=15,                                                                     
##          temp=5}                     => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8152]  {duration_admission=15,                                                                     
##          vaccinations=2}             => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8153]  {duration_admission=15,                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8154]  {duration_admission=15,                                                                     
##          stunted=1}                  => {ventilation=3}             0.08045977  1.0000000  1.0875000
## [8155]  {duration_admission=15,                                                                     
##          people in house=1}          => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8156]  {duration_admission=15,                                                                     
##          sex=2}                      => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8157]  {duration_admission=15,                                                                     
##          prem=1}                     => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8158]  {duration_admission=15,                                                                     
##          uwfa=1}                     => {ventilation=3}             0.11494253  1.0000000  1.0875000
## [8159]  {duration_admission=15,                                                                     
##          hiv_exposure=3}             => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8160]  {duration_admission=15,                                                                     
##          lbw=1}                      => {ventilation=3}             0.10919540  1.0000000  1.0875000
## [8161]  {chest indrawing=2,                                                                         
##          duration_admission=15}      => {ventilation=3}             0.12643678  1.0000000  1.0875000
## [8162]  {duration_admission=15,                                                                     
##          prolonged=1}                => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8163]  {duration_admission=15,                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8164]  {duration_admission=15,                                                                     
##          outcome=2}                  => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8165]  {duration_admission=15}      => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8166]  {CRP=97,                                                                                    
##          duration_admission=17}      => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8167]  {duration_admission=17,                                                                     
##          lbw=2}                      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8168]  {duration_admission=17,                                                                     
##          uwfa=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8169]  {duration_admission=17,                                                                     
##          prem=2}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8170]  {duration_admission=17,                                                                     
##          temp=7}                     => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8171]  {duration_admission=17,                                                                     
##          Xray=3}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8172]  {duration_admission=17,                                                                     
##          stunted=2}                  => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8173]  {duration_admission=17,                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8174]  {duration_admission=17,                                                                     
##          vaccinations=1}             => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8175]  {duration_admission=17,                                                                     
##          temp=5}                     => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8176]  {duration_admission=17,                                                                     
##          people in house=1}          => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8177]  {duration_admission=17,                                                                     
##          sex=2}                      => {ventilation=3}             0.10344828  1.0000000  1.0875000
## [8178]  {duration_admission=17,                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8179]  {CRP=97,                                                                                    
##          duration_admission=2}       => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8180]  {duration_admission=2,                                                                      
##          Xray=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8181]  {duration_admission=2,                                                                      
##          lbw=2}                      => {ventilation=3}             0.04022989  1.0000000  1.0875000
## [8182]  {duration_admission=2,                                                                      
##          uwfa=2}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8183]  {duration_admission=2,                                                                      
##          prem=2}                     => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8184]  {duration_admission=2,                                                                      
##          temp=7}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8185]  {duration_admission=2,                                                                      
##          sex=1}                      => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8186]  {duration_admission=2,                                                                      
##          Xray=3}                     => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8187]  {duration_admission=2,                                                                      
##          people in house=2}          => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8188]  {duration_admission=2,                                                                      
##          Xray=4}                     => {ventilation=3}             0.02873563  1.0000000  1.0875000
## [8189]  {duration_admission=2,                                                                      
##          stunted=2}                  => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8190]  {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8191]  {duration_admission=2,                                                                      
##          vaccinations=1}             => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8192]  {duration_admission=2,                                                                      
##          temp=5}                     => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8193]  {duration_admission=2,                                                                      
##          vaccinations=2}             => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8194]  {duration_admission=2,                                                                      
##          Maternal smoke category=3}  => {ventilation=3}             0.08620690  1.0000000  1.0875000
## [8195]  {duration_admission=2,                                                                      
##          stunted=1}                  => {ventilation=3}             0.11494253  1.0000000  1.0875000
## [8196]  {duration_admission=2,                                                                      
##          people in house=1}          => {ventilation=3}             0.10344828  1.0000000  1.0875000
## [8197]  {duration_admission=2,                                                                      
##          sex=2}                      => {ventilation=3}             0.10344828  1.0000000  1.0875000
## [8198]  {duration_admission=2,                                                                      
##          prem=1}                     => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8199]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {ventilation=3}             0.13793103  1.0000000  1.0875000
## [8200]  {duration_admission=2,                                                                      
##          hiv_exposure=3}             => {ventilation=3}             0.15517241  1.0000000  1.0875000
## [8201]  {duration_admission=2,                                                                      
##          lbw=1}                      => {ventilation=3}             0.12643678  1.0000000  1.0875000
## [8202]  {chest indrawing=2,                                                                         
##          duration_admission=2}       => {ventilation=3}             0.15517241  1.0000000  1.0875000
## [8203]  {duration_admission=2,                                                                      
##          prolonged=1}                => {ventilation=3}             0.16666667  1.0000000  1.0875000
## [8204]  {duration_admission=2,                                                                      
##          serious outcome?=2}         => {ventilation=3}             0.16666667  1.0000000  1.0875000
## [8205]  {duration_admission=2,                                                                      
##          outcome=2}                  => {ventilation=3}             0.16666667  1.0000000  1.0875000
## [8206]  {duration_admission=2}       => {ventilation=3}             0.16666667  1.0000000  1.0875000
## [8207]  {CRP=97,                                                                                    
##          duration_admission=11}      => {ventilation=3}             0.02298851  1.0000000  1.0875000
## [8208]  {CRP=97,                                                                                    
##          temp=7}                     => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8209]  {CRP=97,                                                                                    
##          people in house=2}          => {ventilation=3}             0.04597701  1.0000000  1.0875000
## [8210]  {CRP=97,                                                                                    
##          Maternal smoke category=3}  => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8211]  {CRP=97,                                                                                    
##          lbw=1}                      => {ventilation=3}             0.11494253  1.0000000  1.0875000
## [8212]  {CRP=97,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.17241379  1.0000000  1.0875000
## [8213]  {duration_admission=11,                                                                     
##          Xray=2}                     => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8214]  {duration_admission=11,                                                                     
##          hiv_exposure=1}             => {ventilation=3}             0.05172414  1.0000000  1.0875000
## [8215]  {duration_admission=11,                                                                     
##          lbw=2}                      => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8216]  {duration_admission=11,                                                                     
##          uwfa=2}                     => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8217]  {duration_admission=11,                                                                     
##          Xray=3}                     => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8218]  {duration_admission=11,                                                                     
##          people in house=2}          => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8219]  {duration_admission=11,                                                                     
##          stunted=2}                  => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8220]  {duration_admission=11,                                                                     
##          vaccinations=1}             => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8221]  {duration_admission=11,                                                                     
##          temp=5}                     => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8222]  {duration_admission=11,                                                                     
##          vaccinations=2}             => {ventilation=3}             0.10919540  1.0000000  1.0875000
## [8223]  {duration_admission=11,                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.12068966  1.0000000  1.0875000
## [8224]  {duration_admission=11,                                                                     
##          sex=2}                      => {ventilation=3}             0.12643678  1.0000000  1.0875000
## [8225]  {duration_admission=11,                                                                     
##          prem=1}                     => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8226]  {duration_admission=11,                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.19540230  1.0000000  1.0875000
## [8227]  {duration_admission=11,                                                                     
##          outcome=2}                  => {ventilation=3}             0.19540230  1.0000000  1.0875000
## [8228]  {temp=7,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.06321839  1.0000000  1.0875000
## [8229]  {sex=1,                                                                                     
##          Xray=2}                     => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8230]  {Maternal smoke category=3,                                                                 
##          Xray=2}                     => {ventilation=3}             0.12068966  1.0000000  1.0875000
## [8231]  {prem=1,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.12643678  1.0000000  1.0875000
## [8232]  {serious outcome?=2,                                                                        
##          Xray=2}                     => {ventilation=3}             0.19540230  1.0000000  1.0875000
## [8233]  {hiv_exposure=1,                                                                            
##          temp=7}                     => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8234]  {hiv_exposure=1,                                                                            
##          sex=1}                      => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8235]  {hiv_exposure=1,                                                                            
##          Xray=3}                     => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8236]  {hiv_exposure=1,                                                                            
##          Maternal smoke category=1}  => {ventilation=3}             0.09195402  1.0000000  1.0875000
## [8237]  {hiv_exposure=1,                                                                            
##          vaccinations=1}             => {ventilation=3}             0.07471264  1.0000000  1.0875000
## [8238]  {hiv_exposure=1,                                                                            
##          Maternal smoke category=3}  => {ventilation=3}             0.10919540  1.0000000  1.0875000
## [8239]  {hiv_exposure=1,                                                                            
##          prem=1}                     => {ventilation=3}             0.15517241  1.0000000  1.0875000
## [8240]  {hiv_exposure=1,                                                                            
##          serious outcome?=2}         => {ventilation=3}             0.24137931  1.0000000  1.0875000
## [8241]  {lbw=2,                                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.24137931  1.0000000  1.0875000
## [8242]  {uwfa=2,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.05747126  1.0000000  1.0875000
## [8243]  {prem=1,                                                                                    
##          uwfa=2}                     => {ventilation=3}             0.09770115  1.0000000  1.0875000
## [8244]  {serious outcome?=2,                                                                        
##          uwfa=2}                     => {ventilation=3}             0.24137931  1.0000000  1.0875000
## [8245]  {prem=2,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.06896552  1.0000000  1.0875000
## [8246]  {prem=2,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.24712644  1.0000000  1.0875000
## [8247]  {temp=7,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.14367816  1.0000000  1.0875000
## [8248]  {temp=7,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.14942529  1.0000000  1.0875000
## [8249]  {prem=1,                                                                                    
##          temp=7}                     => {ventilation=3}             0.21839080  1.0000000  1.0875000
## [8250]  {serious outcome?=2,                                                                        
##          temp=7}                     => {ventilation=3}             0.31034483  1.0000000  1.0875000
## [8251]  {sex=1,                                                                                     
##          Xray=3}                     => {ventilation=3}             0.10919540  1.0000000  1.0875000
## [8252]  {sex=1,                                                                                     
##          vaccinations=1}             => {ventilation=3}             0.12068966  1.0000000  1.0875000
## [8253]  {serious outcome?=2,                                                                        
##          sex=1}                      => {ventilation=3}             0.30459770  1.0000000  1.0875000
## [8254]  {people in house=2,                                                                         
##          Xray=3}                     => {ventilation=3}             0.13218391  1.0000000  1.0875000
## [8255]  {temp=5,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.13793103  1.0000000  1.0875000
## [8256]  {vaccinations=2,                                                                            
##          Xray=3}                     => {ventilation=3}             0.17241379  1.0000000  1.0875000
## [8257]  {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {ventilation=3}             0.16666667  1.0000000  1.0875000
## [8258]  {stunted=1,                                                                                 
##          Xray=3}                     => {ventilation=3}             0.26436782  1.0000000  1.0875000
## [8259]  {lbw=1,                                                                                     
##          Xray=3}                     => {ventilation=3}             0.27586207  1.0000000  1.0875000
## [8260]  {serious outcome?=2,                                                                        
##          Xray=3}                     => {ventilation=3}             0.35057471  1.0000000  1.0875000
## [8261]  {people in house=2,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.33908046  1.0000000  1.0875000
## [8262]  {serious outcome?=2,                                                                        
##          Xray=4}                     => {ventilation=3}             0.29885057  1.0000000  1.0875000
## [8263]  {serious outcome?=2,                                                                        
##          stunted=2}                  => {ventilation=3}             0.33908046  1.0000000  1.0875000
## [8264]  {Maternal smoke category=1,                                                                 
##          serious outcome?=2}         => {ventilation=3}             0.34482759  1.0000000  1.0875000
## [8265]  {stunted=1,                                                                                 
##          vaccinations=1}             => {ventilation=3}             0.19540230  1.0000000  1.0875000
## [8266]  {lbw=1,                                                                                     
##          vaccinations=1}             => {ventilation=3}             0.25287356  1.0000000  1.0875000
## [8267]  {serious outcome?=2,                                                                        
##          vaccinations=1}             => {ventilation=3}             0.39080460  1.0000000  1.0875000
## [8268]  {Maternal smoke category=3,                                                                 
##          temp=5}                     => {ventilation=3}             0.19540230  1.0000000  1.0875000
## [8269]  {serious outcome?=2,                                                                        
##          temp=5}                     => {ventilation=3}             0.37356322  1.0000000  1.0875000
## [8270]  {serious outcome?=2,                                                                        
##          vaccinations=2}             => {ventilation=3}             0.44827586  1.0000000  1.0875000
## [8271]  {Maternal smoke category=3,                                                                 
##          serious outcome?=2}         => {ventilation=3}             0.48850575  1.0000000  1.0875000
## [8272]  {serious outcome?=2,                                                                        
##          stunted=1}                  => {ventilation=3}             0.56321839  1.0000000  1.0875000
## [8273]  {people in house=1,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.56896552  1.0000000  1.0875000
## [8274]  {serious outcome?=2,                                                                        
##          sex=2}                      => {ventilation=3}             0.60344828  1.0000000  1.0875000
## [8275]  {prem=1,                                                                                    
##          serious outcome?=2}         => {ventilation=3}             0.66091954  1.0000000  1.0875000
## [8276]  {serious outcome?=2,                                                                        
##          uwfa=1}                     => {ventilation=3}             0.66091954  1.0000000  1.0875000
## [8277]  {hiv_exposure=3,                                                                            
##          serious outcome?=2}         => {ventilation=3}             0.64942529  1.0000000  1.0875000
## [8278]  {lbw=1,                                                                                     
##          serious outcome?=2}         => {ventilation=3}             0.66666667  1.0000000  1.0875000
## [8279]  {chest indrawing=2,                                                                         
##          serious outcome?=2}         => {ventilation=3}             0.78160920  1.0000000  1.0875000
## [8280]  {prolonged=1,                                                                               
##          serious outcome?=2}         => {ventilation=3}             0.84482759  1.0000000  1.0875000
## [8281]  {outcome=2,                                                                                 
##          serious outcome?=2}         => {ventilation=3}             0.90804598  1.0000000  1.0875000
## [8282]  {serious outcome?=2}         => {ventilation=3}             0.90804598  1.0000000  1.0875000
## [8283]  {CRP=97,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.17241379  0.9677419  1.0863684
## [8284]  {stunted=1,                                                                                 
##          temp=7}                     => {prolonged=1}               0.17241379  0.9677419  1.0863684
## [8285]  {stunted=2,                                                                                 
##          Xray=4}                     => {chest indrawing=2}         0.16666667  0.9354839  1.0851613
## [8286]  {temp=5,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.16666667  0.9354839  1.0851613
## [8287]  {CRP=97,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.16666667  0.9666667  1.0851613
## [8288]  {vaccinations=2,                                                                            
##          Xray=3}                     => {prolonged=1}               0.16666667  0.9666667  1.0851613
## [8289]  {people in house=2,                                                                         
##          temp=5}                     => {prolonged=1}               0.16666667  0.9666667  1.0851613
## [8290]  {temp=5,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.37356322  0.9848485  1.0845800
## [8291]  {Maternal smoke category=1,                                                                 
##          prem=1}                     => {chest indrawing=2}         0.24712644  0.9347826  1.0843478
## [8292]  {sex=2,                                                                                     
##          temp=5}                     => {chest indrawing=2}         0.24712644  0.9347826  1.0843478
## [8293]  {prolonged=1,                                                                               
##          vaccinations=1}             => {serious outcome?=2}        0.36206897  0.9843750  1.0840585
## [8294]  {chest indrawing=2,                                                                         
##          Xray=2}                     => {prolonged=1}               0.16091954  0.9655172  1.0838710
## [8295]  {Maternal smoke category=1,                                                                 
##          Xray=3}                     => {prolonged=1}               0.16091954  0.9655172  1.0838710
## [8296]  {people in house=2,                                                                         
##          stunted=2}                  => {prolonged=1}               0.16091954  0.9655172  1.0838710
## [8297]  {serious outcome?=2,                                                                        
##          uwfa=1}                     => {prolonged=1}               0.63793103  0.9652174  1.0835344
## [8298]  {hiv_exposure=3,                                                                            
##          ventilation=3}              => {prolonged=1}               0.63793103  0.9652174  1.0835344
## [8299]  {outcome=2,                                                                                 
##          Xray=3}                     => {serious outcome?=2}        0.35057471  0.9838710  1.0835035
## [8300]  {Xray=3}                     => {serious outcome?=2}        0.35057471  0.9838710  1.0835035
## [8301]  {Maternal smoke category=1,                                                                 
##          ventilation=3}              => {serious outcome?=2}        0.34482759  0.9836066  1.0832123
## [8302]  {people in house=1,                                                                         
##          prolonged=2}                => {chest indrawing=2}         0.08045977  0.9333333  1.0826667
## [8303]  {O2 saturation=21,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.08045977  0.9333333  1.0826667
## [8304]  {resp=16,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.08045977  0.9333333  1.0826667
## [8305]  {people in house=2,                                                                         
##          temp=5}                     => {chest indrawing=2}         0.16091954  0.9333333  1.0826667
## [8306]  {stunted=2,                                                                                 
##          temp=5}                     => {chest indrawing=2}         0.16091954  0.9333333  1.0826667
## [8307]  {Maternal smoke category=1,                                                                 
##          temp=5}                     => {chest indrawing=2}         0.16091954  0.9333333  1.0826667
## [8308]  {lbw=1,                                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.66666667  0.9830508  1.0826003
## [8309]  {hiv_exposure=3,                                                                            
##          Xray=2}                     => {prolonged=1}               0.15517241  0.9642857  1.0824885
## [8310]  {outcome=2,                                                                                 
##          sex=1}                      => {prolonged=1}               0.31034483  0.9642857  1.0824885
## [8311]  {Maternal smoke category=3,                                                                 
##          people in house=1}          => {prolonged=1}               0.31034483  0.9642857  1.0824885
## [8312]  {prem=1,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.66091954  0.9829060  1.0824408
## [8313]  {prolonged=1,                                                                               
##          Xray=3}                     => {serious outcome?=2}        0.32758621  0.9827586  1.0822785
## [8314]  {hiv_exposure=3,                                                                            
##          ventilation=3}              => {serious outcome?=2}        0.64942529  0.9826087  1.0821134
## [8315]  {outcome=2,                                                                                 
##          temp=7}                     => {serious outcome?=2}        0.31034483  0.9818182  1.0812428
## [8316]  {sex=1,                                                                                     
##          ventilation=3}              => {serious outcome?=2}        0.30459770  0.9814815  1.0808720
## [8317]  {chest indrawing=2,                                                                         
##          Xray=3}                     => {serious outcome?=2}        0.29885057  0.9811321  1.0804872
## [8318]  {ventilation=3,                                                                             
##          Xray=4}                     => {serious outcome?=2}        0.29885057  0.9811321  1.0804872
## [8319]  {people in house=1,                                                                         
##          uwfa=1}                     => {prolonged=1}               0.44252874  0.9625000  1.0804839
## [8320]  {serious outcome?=2,                                                                        
##          sex=1}                      => {prolonged=1}               0.29310345  0.9622642  1.0802191
## [8321]  {uwfa=1,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.29310345  0.9807692  1.0800876
## [8322]  {duration_admission=2,                                                                      
##          outcome=2}                  => {chest indrawing=2}         0.15517241  0.9310345  1.0800000
## [8323]  {duration_admission=2,                                                                      
##          ventilation=3}              => {chest indrawing=2}         0.15517241  0.9310345  1.0800000
## [8324]  {duration_admission=2,                                                                      
##          serious outcome?=2}         => {chest indrawing=2}         0.15517241  0.9310345  1.0800000
## [8325]  {duration_admission=2,                                                                      
##          prolonged=1}                => {chest indrawing=2}         0.15517241  0.9310345  1.0800000
## [8326]  {duration_admission=2}       => {chest indrawing=2}         0.15517241  0.9310345  1.0800000
## [8327]  {lbw=2,                                                                                     
##          people in house=1}          => {chest indrawing=2}         0.15517241  0.9310345  1.0800000
## [8328]  {prolonged=1,                                                                               
##          temp=7}                     => {serious outcome?=2}        0.28735632  0.9803922  1.0796724
## [8329]  {people in house=1,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.56896552  0.9801980  1.0794586
## [8330]  {temp=5}                     => {chest indrawing=2}         0.38505747  0.9305556  1.0794444
## [8331]  {sex=1,                                                                                     
##          temp=5}                     => {prolonged=1}               0.14367816  0.9615385  1.0794045
## [8332]  {uwfa=1,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.28735632  0.9615385  1.0794045
## [8333]  {prem=1,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.28160920  0.9800000  1.0792405
## [8334]  {stunted=2,                                                                                 
##          uwfa=2}                     => {chest indrawing=2}         0.22988506  0.9302326  1.0790698
## [8335]  {hiv_exposure=3,                                                                            
##          Xray=3}                     => {serious outcome?=2}        0.27586207  0.9795918  1.0787910
## [8336]  {outcome=2,                                                                                 
##          temp=5}                     => {chest indrawing=2}         0.37931034  0.9295775  1.0783099
## [8337]  {uwfa=1,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.26436782  0.9787234  1.0778346
## [8338]  {stunted=1,                                                                                 
##          uwfa=1}                     => {prolonged=1}               0.54597701  0.9595960  1.0772239
## [8339]  {prolonged=2,                                                                               
##          Xray=4}                     => {chest indrawing=2}         0.07471264  0.9285714  1.0771429
## [8340]  {O2 saturation=21,                                                                          
##          people in house=2}          => {chest indrawing=2}         0.07471264  0.9285714  1.0771429
## [8341]  {lbw=1,                                                                                     
##          O2 saturation=21}           => {chest indrawing=2}         0.07471264  0.9285714  1.0771429
## [8342]  {resp=16,                                                                                   
##          temp=5}                     => {chest indrawing=2}         0.07471264  0.9285714  1.0771429
## [8343]  {CRP=97,                                                                                    
##          Maternal smoke category=1}  => {chest indrawing=2}         0.07471264  0.9285714  1.0771429
## [8344]  {stunted=1,                                                                                 
##          temp=5}                     => {chest indrawing=2}         0.22413793  0.9285714  1.0771429
## [8345]  {people in house=1,                                                                         
##          temp=5}                     => {chest indrawing=2}         0.22413793  0.9285714  1.0771429
## [8346]  {lbw=1,                                                                                     
##          sex=1}                      => {prolonged=1}               0.27011494  0.9591837  1.0767610
## [8347]  {chest indrawing=2,                                                                         
##          sex=1}                      => {prolonged=1}               0.27011494  0.9591837  1.0767610
## [8348]  {hiv_exposure=3,                                                                            
##          Xray=3}                     => {prolonged=1}               0.27011494  0.9591837  1.0767610
## [8349]  {stunted=1,                                                                                 
##          ventilation=3}              => {prolonged=1}               0.54022989  0.9591837  1.0767610
## [8350]  {serious outcome?=2,                                                                        
##          stunted=1}                  => {prolonged=1}               0.54022989  0.9591837  1.0767610
## [8351]  {outcome=2,                                                                                 
##          uwfa=1}                     => {prolonged=1}               0.66666667  0.9586777  1.0761930
## [8352]  {outcome=2,                                                                                 
##          resp=16}                    => {prolonged=1}               0.13218391  0.9583333  1.0758065
## [8353]  {resp=16}                    => {prolonged=1}               0.13218391  0.9583333  1.0758065
## [8354]  {Maternal smoke category=3,                                                                 
##          prem=2}                     => {prolonged=1}               0.13218391  0.9583333  1.0758065
## [8355]  {uwfa=2,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.24137931  0.9767442  1.0756550
## [8356]  {sex=2,                                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.24137931  0.9767442  1.0756550
## [8357]  {prem=1,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.24137931  0.9767442  1.0756550
## [8358]  {hiv_exposure=3,                                                                            
##          prem=1}                     => {prolonged=1}               0.52298851  0.9578947  1.0753141
## [8359]  {Maternal smoke category=1,                                                                 
##          people in house=1}          => {chest indrawing=2}         0.21839080  0.9268293  1.0751220
## [8360]  {lbw=1,                                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.25862069  0.9574468  1.0748113
## [8361]  {uwfa=1,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.25862069  0.9574468  1.0748113
## [8362]  {sex=2,                                                                                     
##          temp=7}                     => {serious outcome?=2}        0.22988506  0.9756098  1.0744057
## [8363]  {lbw=1,                                                                                     
##          temp=7}                     => {serious outcome?=2}        0.22988506  0.9756098  1.0744057
## [8364]  {uwfa=1,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.63793103  0.9568966  1.0741935
## [8365]  {lbw=1,                                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.63793103  0.9568966  1.0741935
## [8366]  {duration_admission=2,                                                                      
##          hiv_exposure=3}             => {chest indrawing=2}         0.14367816  0.9259259  1.0740741
## [8367]  {chest indrawing=2,                                                                         
##          resp=16}                    => {prolonged=1}               0.12643678  0.9565217  1.0737728
## [8368]  {resp=16,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.12643678  0.9565217  1.0737728
## [8369]  {resp=16,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.12643678  0.9565217  1.0737728
## [8370]  {CRP=97,                                                                                    
##          stunted=1}                  => {prolonged=1}               0.12643678  0.9565217  1.0737728
## [8371]  {people in house=2,                                                                         
##          prem=2}                     => {prolonged=1}               0.12643678  0.9565217  1.0737728
## [8372]  {stunted=1,                                                                                 
##          Xray=3}                     => {prolonged=1}               0.25287356  0.9565217  1.0737728
## [8373]  {hiv_exposure=3,                                                                            
##          people in house=2}          => {prolonged=1}               0.25287356  0.9565217  1.0737728
## [8374]  {Maternal smoke category=1,                                                                 
##          prem=1}                     => {prolonged=1}               0.25287356  0.9565217  1.0737728
## [8375]  {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {prolonged=1}               0.37931034  0.9565217  1.0737728
## [8376]  {temp=7,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.22413793  0.9750000  1.0737342
## [8377]  {people in house=1,                                                                         
##          Xray=3}                     => {serious outcome?=2}        0.21839080  0.9743590  1.0730282
## [8378]  {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {prolonged=1}               0.24712644  0.9555556  1.0726882
## [8379]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=3}  => {prolonged=1}               0.36781609  0.9552239  1.0723158
## [8380]  {temp=5,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.35057471  0.9242424  1.0721212
## [8381]  {lbw=2,                                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.12068966  0.9545455  1.0715543
## [8382]  {Maternal smoke category=1,                                                                 
##          temp=7}                     => {prolonged=1}               0.12068966  0.9545455  1.0715543
## [8383]  {Maternal smoke category=1,                                                                 
##          uwfa=1}                     => {prolonged=1}               0.24137931  0.9545455  1.0715543
## [8384]  {people in house=1,                                                                         
##          temp=7}                     => {serious outcome?=2}        0.20689655  0.9729730  1.0715019
## [8385]  {Maternal smoke category=3,                                                                 
##          vaccinations=1}             => {serious outcome?=2}        0.20689655  0.9729730  1.0715019
## [8386]  {serious outcome?=2,                                                                        
##          temp=5}                     => {chest indrawing=2}         0.34482759  0.9230769  1.0707692
## [8387]  {serious outcome?=2,                                                                        
##          temp=5}                     => {prolonged=1}               0.35632184  0.9538462  1.0707692
## [8388]  {outcome=2,                                                                                 
##          resp=13}                    => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8389]  {resp=13}                    => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8390]  {duration_admission=18,                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8391]  {duration_admission=18,                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8392]  {duration_admission=18}      => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8393]  {outcome=2,                                                                                 
##          serious outcome?=1}         => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8394]  {prolonged=2,                                                                               
##          uwfa=2}                     => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8395]  {Maternal smoke category=3,                                                                 
##          O2 saturation=24}           => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8396]  {duration_admission=11,                                                                     
##          sex=1}                      => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8397]  {duration_admission=11,                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8398]  {duration_admission=11,                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8399]  {prem=2,                                                                                    
##          sex=1}                      => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8400]  {sex=1,                                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.06896552  0.9230769  1.0707692
## [8401]  {sex=1,                                                                                     
##          temp=5}                     => {chest indrawing=2}         0.13793103  0.9230769  1.0707692
## [8402]  {prolonged=1,                                                                               
##          vaccinations=1}             => {ventilation=3}             0.36206897  0.9843750  1.0705078
## [8403]  {lbw=1,                                                                                     
##          uwfa=1}                     => {prolonged=1}               0.58620690  0.9532710  1.0701236
## [8404]  {outcome=2,                                                                                 
##          Xray=3}                     => {ventilation=3}             0.35057471  0.9838710  1.0699597
## [8405]  {Xray=3}                     => {ventilation=3}             0.35057471  0.9838710  1.0699597
## [8406]  {duration_admission=11,                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.19540230  0.9714286  1.0698011
## [8407]  {duration_admission=11}      => {serious outcome?=2}        0.19540230  0.9714286  1.0698011
## [8408]  {prolonged=1,                                                                               
##          Xray=2}                     => {serious outcome?=2}        0.19540230  0.9714286  1.0698011
## [8409]  {hiv_exposure=1,                                                                            
##          prolonged=1}                => {serious outcome?=2}        0.19540230  0.9714286  1.0698011
## [8410]  {prolonged=1,                                                                               
##          temp=5}                     => {chest indrawing=2}         0.33908046  0.9218750  1.0693750
## [8411]  {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {serious outcome?=2}        0.38505747  0.9710145  1.0693451
## [8412]  {sex=1,                                                                                     
##          vaccinations=1}             => {prolonged=1}               0.11494253  0.9523810  1.0691244
## [8413]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=1}  => {chest indrawing=2}         0.27011494  0.9215686  1.0690196
## [8414]  {prolonged=1,                                                                               
##          Xray=3}                     => {ventilation=3}             0.32758621  0.9827586  1.0687500
## [8415]  {prem=1,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.56896552  0.9519231  1.0686104
## [8416]  {chest indrawing=2,                                                                         
##          uwfa=1}                     => {prolonged=1}               0.56896552  0.9519231  1.0686104
## [8417]  {sex=2,                                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.20114943  0.9210526  1.0684211
## [8418]  {prem=1,                                                                                    
##          Xray=4}                     => {chest indrawing=2}         0.20114943  0.9210526  1.0684211
## [8419]  {people in house=1,                                                                         
##          stunted=2}                  => {chest indrawing=2}         0.20114943  0.9210526  1.0684211
## [8420]  {Maternal smoke category=3,                                                                 
##          people in house=1}          => {ventilation=3}             0.31609195  0.9821429  1.0680804
## [8421]  {Maternal smoke category=3,                                                                 
##          sex=2}                      => {ventilation=3}             0.31609195  0.9821429  1.0680804
## [8422]  {prem=1,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.36781609  0.9696970  1.0678941
## [8423]  {lbw=1,                                                                                     
##          temp=7}                     => {prolonged=1}               0.22413793  0.9512195  1.0678206
## [8424]  {uwfa=1}                     => {prolonged=1}               0.67241379  0.9512195  1.0678206
## [8425]  {outcome=2,                                                                                 
##          temp=7}                     => {ventilation=3}             0.31034483  0.9818182  1.0677273
## [8426]  {duration_admission=2,                                                                      
##          prem=1}                     => {chest indrawing=2}         0.13218391  0.9200000  1.0672000
## [8427]  {temp=5,                                                                                    
##          uwfa=1}                     => {chest indrawing=2}         0.26436782  0.9200000  1.0672000
## [8428]  {chest indrawing=2,                                                                         
##          Xray=3}                     => {ventilation=3}             0.29885057  0.9811321  1.0669811
## [8429]  {prolonged=1,                                                                               
##          temp=5}                     => {serious outcome?=2}        0.35632184  0.9687500  1.0668513
## [8430]  {uwfa=1,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.29310345  0.9807692  1.0665865
## [8431]  {O2 saturation=24,                                                                          
##          outcome=2}                  => {prolonged=1}               0.10919540  0.9500000  1.0664516
## [8432]  {O2 saturation=24,                                                                          
##          ventilation=3}              => {prolonged=1}               0.10919540  0.9500000  1.0664516
## [8433]  {O2 saturation=24,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.10919540  0.9500000  1.0664516
## [8434]  {O2 saturation=24}           => {prolonged=1}               0.10919540  0.9500000  1.0664516
## [8435]  {sex=2,                                                                                     
##          Xray=2}                     => {prolonged=1}               0.10919540  0.9500000  1.0664516
## [8436]  {lbw=2,                                                                                     
##          people in house=2}          => {prolonged=1}               0.10919540  0.9500000  1.0664516
## [8437]  {people in house=2,                                                                         
##          uwfa=2}                     => {prolonged=1}               0.10919540  0.9500000  1.0664516
## [8438]  {Maternal smoke category=1,                                                                 
##          serious outcome?=2}         => {prolonged=1}               0.32758621  0.9500000  1.0664516
## [8439]  {prolonged=1,                                                                               
##          temp=7}                     => {ventilation=3}             0.28735632  0.9803922  1.0661765
## [8440]  {prem=1,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.28160920  0.9800000  1.0657500
## [8441]  {CRP=97,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.17241379  0.9677419  1.0657411
## [8442]  {stunted=1,                                                                                 
##          temp=7}                     => {serious outcome?=2}        0.17241379  0.9677419  1.0657411
## [8443]  {temp=5,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.17241379  0.9677419  1.0657411
## [8444]  {people in house=2,                                                                         
##          ventilation=3}              => {prolonged=1}               0.32183908  0.9491525  1.0655003
## [8445]  {people in house=2,                                                                         
##          serious outcome?=2}         => {prolonged=1}               0.32183908  0.9491525  1.0655003
## [8446]  {lbw=1,                                                                                     
##          ventilation=3}              => {prolonged=1}               0.64367816  0.9491525  1.0655003
## [8447]  {outcome=2,                                                                                 
##          uwfa=2}                     => {chest indrawing=2}         0.25862069  0.9183673  1.0653061
## [8448]  {Maternal smoke category=1,                                                                 
##          sex=2}                      => {chest indrawing=2}         0.25862069  0.9183673  1.0653061
## [8449]  {hiv_exposure=3,                                                                            
##          Xray=3}                     => {ventilation=3}             0.27586207  0.9795918  1.0653061
## [8450]  {stunted=2,                                                                                 
##          ventilation=3}              => {serious outcome?=2}        0.33908046  0.9672131  1.0651587
## [8451]  {Maternal smoke category=3,                                                                 
##          stunted=1}                  => {serious outcome?=2}        0.33908046  0.9672131  1.0651587
## [8452]  {people in house=1,                                                                         
##          Xray=3}                     => {prolonged=1}               0.21264368  0.9487179  1.0650124
## [8453]  {chest indrawing=2,                                                                         
##          duration_admission=11}      => {serious outcome?=2}        0.16666667  0.9666667  1.0645570
## [8454]  {hiv_exposure=1,                                                                            
##          lbw=1}                      => {serious outcome?=2}        0.16666667  0.9666667  1.0645570
## [8455]  {people in house=2,                                                                         
##          temp=5}                     => {serious outcome?=2}        0.16666667  0.9666667  1.0645570
## [8456]  {Maternal smoke category=1,                                                                 
##          vaccinations=2}             => {serious outcome?=2}        0.16666667  0.9666667  1.0645570
## [8457]  {sex=1}                      => {prolonged=1}               0.31609195  0.9482759  1.0645161
## [8458]  {uwfa=1,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.26436782  0.9787234  1.0643617
## [8459]  {prem=1,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.62643678  0.9478261  1.0640112
## [8460]  {Maternal smoke category=3,                                                                 
##          outcome=2}                  => {serious outcome?=2}        0.48850575  0.9659091  1.0637227
## [8461]  {O2 saturation=21,                                                                          
##          outcome=2}                  => {prolonged=1}               0.10344828  0.9473684  1.0634975
## [8462]  {O2 saturation=21}           => {prolonged=1}               0.10344828  0.9473684  1.0634975
## [8463]  {chest indrawing=1,                                                                         
##          uwfa=1}                     => {prolonged=1}               0.10344828  0.9473684  1.0634975
## [8464]  {prem=2,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.10344828  0.9473684  1.0634975
## [8465]  {prem=1,                                                                                    
##          temp=7}                     => {prolonged=1}               0.20689655  0.9473684  1.0634975
## [8466]  {sex=1,                                                                                     
##          Xray=3}                     => {prolonged=1}               0.10344828  0.9473684  1.0634975
## [8467]  {hiv_exposure=3,                                                                            
##          lbw=1}                      => {prolonged=1}               0.51724138  0.9473684  1.0634975
## [8468]  {prolonged=1,                                                                               
##          resp=13}                    => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8469]  {duration_admission=18,                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8470]  {duration_admission=18,                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8471]  {lbw=1,                                                                                     
##          vaccinations=4}             => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8472]  {people in house=1,                                                                         
##          serious outcome?=1}         => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8473]  {hiv_exposure=3,                                                                            
##          serious outcome?=1}         => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8474]  {Maternal smoke category=2,                                                                 
##          stunted=1}                  => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8475]  {O2 saturation=21,                                                                          
##          stunted=1}                  => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8476]  {resp=16,                                                                                   
##          vaccinations=1}             => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8477]  {duration_admission=2,                                                                      
##          uwfa=1}                     => {chest indrawing=2}         0.12643678  0.9166667  1.0633333
## [8478]  {duration_admission=11,                                                                     
##          Maternal smoke category=1}  => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8479]  {lbw=2,                                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.18965517  0.9166667  1.0633333
## [8480]  {lbw=2,                                                                                     
##          prem=1}                     => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8481]  {prem=2,                                                                                    
##          Xray=3}                     => {chest indrawing=2}         0.06321839  0.9166667  1.0633333
## [8482]  {Maternal smoke category=3,                                                                 
##          prem=2}                     => {chest indrawing=2}         0.12643678  0.9166667  1.0633333
## [8483]  {people in house=1,                                                                         
##          Xray=4}                     => {chest indrawing=2}         0.25287356  0.9166667  1.0633333
## [8484]  {uwfa=1,                                                                                    
##          Xray=4}                     => {chest indrawing=2}         0.18965517  0.9166667  1.0633333
## [8485]  {uwfa=1,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.16091954  0.9655172  1.0632911
## [8486]  {chest indrawing=2,                                                                         
##          Xray=2}                     => {serious outcome?=2}        0.16091954  0.9655172  1.0632911
## [8487]  {Maternal smoke category=1,                                                                 
##          Xray=3}                     => {serious outcome?=2}        0.16091954  0.9655172  1.0632911
## [8488]  {people in house=2,                                                                         
##          stunted=2}                  => {serious outcome?=2}        0.16091954  0.9655172  1.0632911
## [8489]  {lbw=1,                                                                                     
##          stunted=1}                  => {prolonged=1}               0.50574713  0.9462366  1.0622268
## [8490]  {sex=2,                                                                                     
##          Xray=3}                     => {ventilation=3}             0.24137931  0.9767442  1.0622093
## [8491]  {prem=1,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.24137931  0.9767442  1.0622093
## [8492]  {hiv_exposure=3,                                                                            
##          Xray=2}                     => {serious outcome?=2}        0.15517241  0.9642857  1.0619349
## [8493]  {Maternal smoke category=3,                                                                 
##          temp=7}                     => {serious outcome?=2}        0.15517241  0.9642857  1.0619349
## [8494]  {temp=7}                     => {serious outcome?=2}        0.31034483  0.9642857  1.0619349
## [8495]  {Maternal smoke category=3,                                                                 
##          people in house=1}          => {serious outcome?=2}        0.31034483  0.9642857  1.0619349
## [8496]  {Maternal smoke category=3,                                                                 
##          sex=2}                      => {serious outcome?=2}        0.31034483  0.9642857  1.0619349
## [8497]  {Maternal smoke category=3,                                                                 
##          prolonged=1}                => {serious outcome?=2}        0.45977011  0.9638554  1.0614610
## [8498]  {Maternal smoke category=3,                                                                 
##          prolonged=1}                => {ventilation=3}             0.46551724  0.9759036  1.0612952
## [8499]  {lbw=1,                                                                                     
##          Maternal smoke category=1}  => {chest indrawing=2}         0.24712644  0.9148936  1.0612766
## [8500]  {sex=2,                                                                                     
##          temp=7}                     => {ventilation=3}             0.22988506  0.9756098  1.0609756
## [8501]  {lbw=1,                                                                                     
##          temp=7}                     => {ventilation=3}             0.22988506  0.9756098  1.0609756
## [8502]  {prem=1,                                                                                    
##          stunted=1}                  => {prolonged=1}               0.49425287  0.9450549  1.0609004
## [8503]  {temp=5,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.18390805  0.9142857  1.0605714
## [8504]  {lbw=1,                                                                                     
##          Xray=2}                     => {serious outcome?=2}        0.14942529  0.9629630  1.0604782
## [8505]  {temp=7,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.14942529  0.9629630  1.0604782
## [8506]  {vaccinations=1,                                                                            
##          Xray=3}                     => {serious outcome?=2}        0.14942529  0.9629630  1.0604782
## [8507]  {people in house=2,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.14942529  0.9629630  1.0604782
## [8508]  {temp=7,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.22413793  0.9750000  1.0603125
## [8509]  {chest indrawing=2,                                                                         
##          O2 saturation=21}           => {prolonged=1}               0.09770115  0.9444444  1.0602151
## [8510]  {chest indrawing=2,                                                                         
##          Maternal smoke category=3}  => {prolonged=1}               0.39080460  0.9444444  1.0602151
## [8511]  {people in house=1,                                                                         
##          stunted=1}                  => {prolonged=1}               0.39080460  0.9444444  1.0602151
## [8512]  {sex=1,                                                                                     
##          ventilation=3}              => {prolonged=1}               0.29310345  0.9444444  1.0602151
## [8513]  {chest indrawing=2,                                                                         
##          people in house=2}          => {prolonged=1}               0.29310345  0.9444444  1.0602151
## [8514]  {people in house=1,                                                                         
##          Xray=3}                     => {ventilation=3}             0.21839080  0.9743590  1.0596154
## [8515]  {chest indrawing=2,                                                                         
##          stunted=1}                  => {prolonged=1}               0.48275862  0.9438202  1.0595143
## [8516]  {Maternal smoke category=1,                                                                 
##          uwfa=2}                     => {chest indrawing=2}         0.12068966  0.9130435  1.0591304
## [8517]  {chest indrawing=2,                                                                         
##          Xray=3}                     => {prolonged=1}               0.28735632  0.9433962  1.0590383
## [8518]  {chest indrawing=2,                                                                         
##          lbw=1}                      => {prolonged=1}               0.57471264  0.9433962  1.0590383
## [8519]  {duration_admission=17,                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.14367816  0.9615385  1.0589094
## [8520]  {duration_admission=17,                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.14367816  0.9615385  1.0589094
## [8521]  {duration_admission=17}      => {serious outcome?=2}        0.14367816  0.9615385  1.0589094
## [8522]  {duration_admission=11,                                                                     
##          hiv_exposure=3}             => {serious outcome?=2}        0.14367816  0.9615385  1.0589094
## [8523]  {hiv_exposure=1,                                                                            
##          uwfa=1}                     => {serious outcome?=2}        0.14367816  0.9615385  1.0589094
## [8524]  {Maternal smoke category=1,                                                                 
##          people in house=2}          => {serious outcome?=2}        0.14367816  0.9615385  1.0589094
## [8525]  {hiv_exposure=3,                                                                            
##          outcome=2}                  => {prolonged=1}               0.66091954  0.9426230  1.0581703
## [8526]  {lbw=1,                                                                                     
##          outcome=2}                  => {prolonged=1}               0.66091954  0.9426230  1.0581703
## [8527]  {prolonged=1,                                                                               
##          uwfa=2}                     => {ventilation=3}             0.20689655  0.9729730  1.0581081
## [8528]  {people in house=1,                                                                         
##          temp=7}                     => {ventilation=3}             0.20689655  0.9729730  1.0581081
## [8529]  {Maternal smoke category=3,                                                                 
##          vaccinations=1}             => {ventilation=3}             0.20689655  0.9729730  1.0581081
## [8530]  {outcome=2,                                                                                 
##          prolonged=1}                => {serious outcome?=2}        0.84482759  0.9607843  1.0580789
## [8531]  {chest indrawing=2,                                                                         
##          prem=1}                     => {prolonged=1}               0.56321839  0.9423077  1.0578164
## [8532]  {Maternal smoke category=1,                                                                 
##          stunted=2}                  => {chest indrawing=2}         0.17816092  0.9117647  1.0576471
## [8533]  {Maternal smoke category=3,                                                                 
##          temp=5}                     => {chest indrawing=2}         0.17816092  0.9117647  1.0576471
## [8534]  {Maternal smoke category=3,                                                                 
##          ventilation=3}              => {prolonged=1}               0.46551724  0.9418605  1.0573143
## [8535]  {CRP=97,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.13793103  0.9600000  1.0572152
## [8536]  {duration_admission=11,                                                                     
##          people in house=1}          => {serious outcome?=2}        0.13793103  0.9600000  1.0572152
## [8537]  {duration_admission=11,                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.13793103  0.9600000  1.0572152
## [8538]  {stunted=2,                                                                                 
##          temp=7}                     => {serious outcome?=2}        0.13793103  0.9600000  1.0572152
## [8539]  {prolonged=1,                                                                               
##          sex=2}                      => {serious outcome?=2}        0.55172414  0.9600000  1.0572152
## [8540]  {outcome=2,                                                                                 
##          prem=1}                     => {prolonged=1}               0.64942529  0.9416667  1.0570968
## [8541]  {sex=2,                                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.23563218  0.9111111  1.0568889
## [8542]  {O2 saturation=22,                                                                          
##          ventilation=3}              => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8543]  {O2 saturation=22,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8544]  {O2 saturation=21,                                                                          
##          ventilation=3}              => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8545]  {O2 saturation=21,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8546]  {chest indrawing=2,                                                                         
##          O2 saturation=24}           => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8547]  {people in house=1,                                                                         
##          resp=16}                    => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8548]  {resp=16,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8549]  {CRP=97}                     => {prolonged=1}               0.18390805  0.9411765  1.0565465
## [8550]  {people in house=1,                                                                         
##          Xray=2}                     => {prolonged=1}               0.09195402  0.9411765  1.0565465
## [8551]  {stunted=1,                                                                                 
##          vaccinations=1}             => {prolonged=1}               0.18390805  0.9411765  1.0565465
## [8552]  {hiv_exposure=3,                                                                            
##          temp=5}                     => {prolonged=1}               0.27586207  0.9411765  1.0565465
## [8553]  {Maternal smoke category=3,                                                                 
##          serious outcome?=2}         => {prolonged=1}               0.45977011  0.9411765  1.0565465
## [8554]  {duration_admission=11,                                                                     
##          prolonged=1}                => {ventilation=3}             0.19540230  0.9714286  1.0564286
## [8555]  {duration_admission=11}      => {ventilation=3}             0.19540230  0.9714286  1.0564286
## [8556]  {prolonged=1,                                                                               
##          Xray=2}                     => {ventilation=3}             0.19540230  0.9714286  1.0564286
## [8557]  {hiv_exposure=1,                                                                            
##          prolonged=1}                => {ventilation=3}             0.19540230  0.9714286  1.0564286
## [8558]  {Maternal smoke category=1}  => {chest indrawing=2}         0.35057471  0.9104478  1.0561194
## [8559]  {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {ventilation=3}             0.38505747  0.9710145  1.0559783
## [8560]  {prem=1,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.63218391  0.9401709  1.0554177
## [8561]  {outcome=2,                                                                                 
##          resp=16}                    => {serious outcome?=2}        0.13218391  0.9583333  1.0553797
## [8562]  {resp=16}                    => {serious outcome?=2}        0.13218391  0.9583333  1.0553797
## [8563]  {duration_admission=11,                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.13218391  0.9583333  1.0553797
## [8564]  {Maternal smoke category=3,                                                                 
##          prem=2}                     => {serious outcome?=2}        0.13218391  0.9583333  1.0553797
## [8565]  {chest indrawing=2,                                                                         
##          Maternal smoke category=3}  => {serious outcome?=2}        0.39655172  0.9583333  1.0553797
## [8566]  {outcome=2,                                                                                 
##          prem=1}                     => {serious outcome?=2}        0.66091954  0.9583333  1.0553797
## [8567]  {prem=1,                                                                                    
##          temp=5}                     => {prolonged=1}               0.27011494  0.9400000  1.0552258
## [8568]  {lbw=1,                                                                                     
##          temp=5}                     => {prolonged=1}               0.27011494  0.9400000  1.0552258
## [8569]  {lbw=1,                                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.37356322  0.9701493  1.0550373
## [8570]  {prolonged=1,                                                                               
##          sex=2}                      => {ventilation=3}             0.55747126  0.9700000  1.0548750
## [8571]  {outcome=2,                                                                                 
##          vaccinations=1}             => {serious outcome?=2}        0.39080460  0.9577465  1.0547335
## [8572]  {vaccinations=1}             => {serious outcome?=2}        0.39080460  0.9577465  1.0547335
## [8573]  {CRP=97,                                                                                    
##          outcome=2}                  => {prolonged=1}               0.17816092  0.9393939  1.0545455
## [8574]  {prem=2,                                                                                    
##          uwfa=2}                     => {chest indrawing=2}         0.17241379  0.9090909  1.0545455
## [8575]  {people in house=2,                                                                         
##          vaccinations=2}             => {prolonged=1}               0.17816092  0.9393939  1.0545455
## [8576]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {chest indrawing=2}         0.17241379  0.9090909  1.0545455
## [8577]  {temp=5,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.35632184  0.9393939  1.0545455
## [8578]  {prem=1,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.36781609  0.9696970  1.0545455
## [8579]  {outcome=2,                                                                                 
##          Xray=1}                     => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8580]  {serious outcome?=2,                                                                        
##          Xray=1}                     => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8581]  {resp=13,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8582]  {lbw=1,                                                                                     
##          resp=13}                    => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8583]  {resp=13,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8584]  {resp=13,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8585]  {duration_admission=18,                                                                     
##          lbw=1}                      => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8586]  {prem=1,                                                                                    
##          vaccinations=4}             => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8587]  {outcome=2,                                                                                 
##          vaccinations=4}             => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8588]  {temp=3,                                                                                    
##          uwfa=1}                     => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8589]  {hiv_exposure=3,                                                                            
##          temp=3}                     => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8590]  {prolonged=1,                                                                               
##          temp=3}                     => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8591]  {hiv_exposure=1,                                                                            
##          Maternal smoke category=2}  => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8592]  {Maternal smoke category=2,                                                                 
##          sex=2}                      => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8593]  {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8594]  {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8595]  {resp=16,                                                                                   
##          stunted=2}                  => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8596]  {Maternal smoke category=1,                                                                 
##          resp=16}                    => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8597]  {duration_admission=15,                                                                     
##          Maternal smoke category=1}  => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8598]  {duration_admission=15,                                                                     
##          people in house=1}          => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8599]  {duration_admission=2,                                                                      
##          temp=7}                     => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8600]  {duration_admission=2,                                                                      
##          sex=1}                      => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8601]  {duration_admission=2,                                                                      
##          people in house=2}          => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8602]  {duration_admission=2,                                                                      
##          vaccinations=1}             => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8603]  {duration_admission=2,                                                                      
##          lbw=1}                      => {chest indrawing=2}         0.11494253  0.9090909  1.0545455
## [8604]  {duration_admission=11,                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.05747126  0.9090909  1.0545455
## [8605]  {lbw=2,                                                                                     
##          temp=5}                     => {chest indrawing=2}         0.11494253  0.9090909  1.0545455
## [8606]  {prem=2,                                                                                    
##          temp=5}                     => {chest indrawing=2}         0.11494253  0.9090909  1.0545455
## [8607]  {Maternal smoke category=1,                                                                 
##          temp=7}                     => {chest indrawing=2}         0.11494253  0.9090909  1.0545455
## [8608]  {Maternal smoke category=1,                                                                 
##          uwfa=1}                     => {chest indrawing=2}         0.22988506  0.9090909  1.0545455
## [8609]  {people in house=1,                                                                         
##          prem=1}                     => {prolonged=1}               0.44252874  0.9390244  1.0541306
## [8610]  {lbw=1,                                                                                     
##          people in house=1}          => {prolonged=1}               0.44252874  0.9390244  1.0541306
## [8611]  {Maternal smoke category=3,                                                                 
##          prem=1}                     => {ventilation=3}             0.36206897  0.9692308  1.0540385
## [8612]  {prolonged=1,                                                                               
##          temp=5}                     => {ventilation=3}             0.35632184  0.9687500  1.0535156
## [8613]  {chest indrawing=1,                                                                         
##          outcome=2}                  => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8614]  {chest indrawing=1,                                                                         
##          ventilation=3}              => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8615]  {chest indrawing=2,                                                                         
##          resp=16}                    => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8616]  {prolonged=1,                                                                               
##          resp=16}                    => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8617]  {duration_admission=17,                                                                     
##          hiv_exposure=3}             => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8618]  {CRP=97,                                                                                    
##          stunted=1}                  => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8619]  {duration_admission=11,                                                                     
##          lbw=1}                      => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8620]  {chest indrawing=2,                                                                         
##          temp=7}                     => {serious outcome?=2}        0.25287356  0.9565217  1.0533847
## [8621]  {vaccinations=1,                                                                            
##          Xray=4}                     => {serious outcome?=2}        0.12643678  0.9565217  1.0533847
## [8622]  {prem=1,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.62643678  0.9561404  1.0529647
## [8623]  {outcome=2,                                                                                 
##          stunted=2}                  => {chest indrawing=2}         0.33908046  0.9076923  1.0529231
## [8624]  {Maternal smoke category=1,                                                                 
##          outcome=2}                  => {chest indrawing=2}         0.33908046  0.9076923  1.0529231
## [8625]  {prem=1,                                                                                    
##          stunted=1}                  => {serious outcome?=2}        0.50000000  0.9560440  1.0528585
## [8626]  {hiv_exposure=3,                                                                            
##          O2 saturation=21}           => {prolonged=1}               0.08620690  0.9375000  1.0524194
## [8627]  {O2 saturation=24,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.08620690  0.9375000  1.0524194
## [8628]  {vaccinations=1,                                                                            
##          Xray=2}                     => {prolonged=1}               0.08620690  0.9375000  1.0524194
## [8629]  {temp=5,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.08620690  0.9375000  1.0524194
## [8630]  {lbw=2,                                                                                     
##          uwfa=1}                     => {prolonged=1}               0.08620690  0.9375000  1.0524194
## [8631]  {stunted=1,                                                                                 
##          temp=7}                     => {ventilation=3}             0.17241379  0.9677419  1.0524194
## [8632]  {lbw=1,                                                                                     
##          Xray=3}                     => {prolonged=1}               0.25862069  0.9375000  1.0524194
## [8633]  {lbw=1,                                                                                     
##          stunted=2}                  => {ventilation=3}             0.17241379  0.9677419  1.0524194
## [8634]  {temp=5,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.17241379  0.9677419  1.0524194
## [8635]  {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {serious outcome?=2}        0.24712644  0.9555556  1.0523207
## [8636]  {lbw=1,                                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.36781609  0.9552239  1.0519554
## [8637]  {lbw=1,                                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.36781609  0.9552239  1.0519554
## [8638]  {Maternal smoke category=3,                                                                 
##          stunted=1}                  => {ventilation=3}             0.33908046  0.9672131  1.0518443
## [8639]  {Maternal smoke category=3}  => {serious outcome?=2}        0.48850575  0.9550562  1.0517707
## [8640]  {chest indrawing=2,                                                                         
##          prolonged=1}                => {serious outcome?=2}        0.72988506  0.9548872  1.0515847
## [8641]  {outcome=2,                                                                                 
##          people in house=2}          => {prolonged=1}               0.33908046  0.9365079  1.0513057
## [8642]  {people in house=2}          => {prolonged=1}               0.33908046  0.9365079  1.0513057
## [8643]  {Xray=4}                     => {chest indrawing=2}         0.33333333  0.9062500  1.0512500
## [8644]  {chest indrawing=2,                                                                         
##          duration_admission=11}      => {ventilation=3}             0.16666667  0.9666667  1.0512500
## [8645]  {hiv_exposure=1,                                                                            
##          lbw=1}                      => {ventilation=3}             0.16666667  0.9666667  1.0512500
## [8646]  {people in house=2,                                                                         
##          temp=5}                     => {ventilation=3}             0.16666667  0.9666667  1.0512500
## [8647]  {prem=1,                                                                                    
##          stunted=2}                  => {ventilation=3}             0.16666667  0.9666667  1.0512500
## [8648]  {Maternal smoke category=1,                                                                 
##          vaccinations=2}             => {ventilation=3}             0.16666667  0.9666667  1.0512500
## [8649]  {duration_admission=17,                                                                     
##          lbw=1}                      => {serious outcome?=2}        0.12068966  0.9545455  1.0512083
## [8650]  {stunted=1,                                                                                 
##          Xray=2}                     => {serious outcome?=2}        0.12068966  0.9545455  1.0512083
## [8651]  {hiv_exposure=1,                                                                            
##          stunted=2}                  => {serious outcome?=2}        0.12068966  0.9545455  1.0512083
## [8652]  {lbw=2,                                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.12068966  0.9545455  1.0512083
## [8653]  {Maternal smoke category=1,                                                                 
##          temp=7}                     => {serious outcome?=2}        0.12068966  0.9545455  1.0512083
## [8654]  {people in house=1,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.24137931  0.9545455  1.0512083
## [8655]  {lbw=1,                                                                                     
##          prem=1}                     => {prolonged=1}               0.59195402  0.9363636  1.0511437
## [8656]  {Maternal smoke category=3}  => {ventilation=3}             0.49425287  0.9662921  1.0508427
## [8657]  {hiv_exposure=3}             => {prolonged=1}               0.67241379  0.9360000  1.0507355
## [8658]  {lbw=1}                      => {prolonged=1}               0.67241379  0.9360000  1.0507355
## [8659]  {vaccinations=2,                                                                            
##          ventilation=3}              => {prolonged=1}               0.41954023  0.9358974  1.0506203
## [8660]  {serious outcome?=2,                                                                        
##          vaccinations=2}             => {prolonged=1}               0.41954023  0.9358974  1.0506203
## [8661]  {uwfa=1,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.35632184  0.9538462  1.0504382
## [8662]  {Maternal smoke category=3,                                                                 
##          prem=1}                     => {serious outcome?=2}        0.35632184  0.9538462  1.0504382
## [8663]  {Maternal smoke category=3,                                                                 
##          outcome=2}                  => {ventilation=3}             0.48850575  0.9659091  1.0504261
## [8664]  {outcome=2,                                                                                 
##          Xray=3}                     => {prolonged=1}               0.33333333  0.9354839  1.0501561
## [8665]  {Xray=3}                     => {prolonged=1}               0.33333333  0.9354839  1.0501561
## [8666]  {temp=5,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.16666667  0.9354839  1.0501561
## [8667]  {stunted=1,                                                                                 
##          vaccinations=2}             => {prolonged=1}               0.33333333  0.9354839  1.0501561
## [8668]  {uwfa=1,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.16091954  0.9655172  1.0500000
## [8669]  {chest indrawing=2,                                                                         
##          Xray=2}                     => {ventilation=3}             0.16091954  0.9655172  1.0500000
## [8670]  {Maternal smoke category=1,                                                                 
##          Xray=3}                     => {ventilation=3}             0.16091954  0.9655172  1.0500000
## [8671]  {people in house=2,                                                                         
##          stunted=2}                  => {ventilation=3}             0.16091954  0.9655172  1.0500000
## [8672]  {prem=1,                                                                                    
##          sex=2}                      => {prolonged=1}               0.41379310  0.9350649  1.0496858
## [8673]  {sex=2,                                                                                     
##          uwfa=1}                     => {prolonged=1}               0.41379310  0.9350649  1.0496858
## [8674]  {serious outcome?=2,                                                                        
##          uwfa=2}                     => {chest indrawing=2}         0.21839080  0.9047619  1.0495238
## [8675]  {prem=1,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.63218391  0.9649123  1.0493421
## [8676]  {ventilation=3,                                                                             
##          Xray=3}                     => {prolonged=1}               0.32758621  0.9344262  1.0489688
## [8677]  {serious outcome?=2,                                                                        
##          Xray=3}                     => {prolonged=1}               0.32758621  0.9344262  1.0489688
## [8678]  {Maternal smoke category=1,                                                                 
##          ventilation=3}              => {prolonged=1}               0.32758621  0.9344262  1.0489688
## [8679]  {Maternal smoke category=3,                                                                 
##          stunted=1}                  => {prolonged=1}               0.32758621  0.9344262  1.0489688
## [8680]  {prem=1}                     => {prolonged=1}               0.65517241  0.9344262  1.0489688
## [8681]  {hiv_exposure=3,                                                                            
##          temp=7}                     => {serious outcome?=2}        0.22988506  0.9523810  1.0488246
## [8682]  {hiv_exposure=3,                                                                            
##          Xray=2}                     => {ventilation=3}             0.15517241  0.9642857  1.0486607
## [8683]  {Maternal smoke category=3,                                                                 
##          temp=7}                     => {ventilation=3}             0.15517241  0.9642857  1.0486607
## [8684]  {temp=7}                     => {ventilation=3}             0.31034483  0.9642857  1.0486607
## [8685]  {stunted=1}                  => {prolonged=1}               0.56896552  0.9339623  1.0484480
## [8686]  {chest indrawing=2,                                                                         
##          serious outcome?=2}         => {prolonged=1}               0.72988506  0.9338235  1.0482922
## [8687]  {prolonged=1,                                                                               
##          stunted=2}                  => {ventilation=3}             0.30459770  0.9636364  1.0479545
## [8688]  {lbw=1,                                                                                     
##          prem=1}                     => {ventilation=3}             0.60919540  0.9636364  1.0479545
## [8689]  {prem=1,                                                                                    
##          sex=1}                      => {prolonged=1}               0.24137931  0.9333333  1.0477419
## [8690]  {outcome=2,                                                                                 
##          Xray=4}                     => {chest indrawing=2}         0.32183908  0.9032258  1.0477419
## [8691]  {outcome=2,                                                                                 
##          stunted=1}                  => {prolonged=1}               0.56321839  0.9333333  1.0477419
## [8692]  {hiv_exposure=3,                                                                            
##          O2 saturation=22}           => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8693]  {O2 saturation=21,                                                                          
##          sex=2}                      => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8694]  {O2 saturation=24,                                                                          
##          stunted=1}                  => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8695]  {O2 saturation=24,                                                                          
##          prem=1}                     => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8696]  {chest indrawing=1,                                                                         
##          people in house=1}          => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8697]  {chest indrawing=1,                                                                         
##          sex=2}                      => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8698]  {resp=16,                                                                                   
##          sex=2}                      => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8699]  {lbw=1,                                                                                     
##          prem=2}                     => {prolonged=1}               0.08045977  0.9333333  1.0477419
## [8700]  {people in house=1,                                                                         
##          prem=1}                     => {ventilation=3}             0.45402299  0.9634146  1.0477134
## [8701]  {CRP=97,                                                                                    
##          prem=1}                     => {ventilation=3}             0.14942529  0.9629630  1.0472222
## [8702]  {lbw=1,                                                                                     
##          Xray=2}                     => {ventilation=3}             0.14942529  0.9629630  1.0472222
## [8703]  {temp=7,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.14942529  0.9629630  1.0472222
## [8704]  {vaccinations=1,                                                                            
##          Xray=3}                     => {ventilation=3}             0.14942529  0.9629630  1.0472222
## [8705]  {people in house=2,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.14942529  0.9629630  1.0472222
## [8706]  {Maternal smoke category=3,                                                                 
##          stunted=2}                  => {ventilation=3}             0.14942529  0.9629630  1.0472222
## [8707]  {lbw=1,                                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.66666667  0.9508197  1.0471052
## [8708]  {Maternal smoke category=3}  => {prolonged=1}               0.47701149  0.9325843  1.0469011
## [8709]  {outcome=2,                                                                                 
##          uwfa=1}                     => {serious outcome?=2}        0.66091954  0.9504132  1.0466576
## [8710]  {hiv_exposure=3,                                                                            
##          resp=16}                    => {serious outcome?=2}        0.10919540  0.9500000  1.0462025
## [8711]  {duration_admission=17,                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.10919540  0.9500000  1.0462025
## [8712]  {chest indrawing=2,                                                                         
##          duration_admission=17}      => {serious outcome?=2}        0.10919540  0.9500000  1.0462025
## [8713]  {CRP=97,                                                                                    
##          lbw=1}                      => {serious outcome?=2}        0.10919540  0.9500000  1.0462025
## [8714]  {lbw=2,                                                                                     
##          people in house=2}          => {serious outcome?=2}        0.10919540  0.9500000  1.0462025
## [8715]  {people in house=2,                                                                         
##          uwfa=2}                     => {serious outcome?=2}        0.10919540  0.9500000  1.0462025
## [8716]  {people in house=2,                                                                         
##          prem=1}                     => {serious outcome?=2}        0.21839080  0.9500000  1.0462025
## [8717]  {chest indrawing=2,                                                                         
##          vaccinations=1}             => {serious outcome?=2}        0.32758621  0.9500000  1.0462025
## [8718]  {lbw=1,                                                                                     
##          vaccinations=1}             => {prolonged=1}               0.23563218  0.9318182  1.0460411
## [8719]  {Maternal smoke category=3,                                                                 
##          outcome=2}                  => {prolonged=1}               0.47126437  0.9318182  1.0460411
## [8720]  {Maternal smoke category=1,                                                                 
##          ventilation=3}              => {chest indrawing=2}         0.31609195  0.9016393  1.0459016
## [8721]  {Maternal smoke category=1,                                                                 
##          prolonged=1}                => {chest indrawing=2}         0.31609195  0.9016393  1.0459016
## [8722]  {duration_admission=17,                                                                     
##          prolonged=1}                => {ventilation=3}             0.14367816  0.9615385  1.0456731
## [8723]  {duration_admission=17,                                                                     
##          outcome=2}                  => {ventilation=3}             0.14367816  0.9615385  1.0456731
## [8724]  {duration_admission=17}      => {ventilation=3}             0.14367816  0.9615385  1.0456731
## [8725]  {duration_admission=11,                                                                     
##          hiv_exposure=3}             => {ventilation=3}             0.14367816  0.9615385  1.0456731
## [8726]  {hiv_exposure=1,                                                                            
##          uwfa=1}                     => {ventilation=3}             0.14367816  0.9615385  1.0456731
## [8727]  {sex=1,                                                                                     
##          temp=5}                     => {ventilation=3}             0.14367816  0.9615385  1.0456731
## [8728]  {Maternal smoke category=1,                                                                 
##          people in house=2}          => {ventilation=3}             0.14367816  0.9615385  1.0456731
## [8729]  {prolonged=1,                                                                               
##          stunted=1}                  => {serious outcome?=2}        0.54022989  0.9494949  1.0456463
## [8730]  {people in house=2,                                                                         
##          prolonged=1}                => {serious outcome?=2}        0.32183908  0.9491525  1.0452693
## [8731]  {prem=1,                                                                                    
##          sex=2}                      => {ventilation=3}             0.42528736  0.9610390  1.0451299
## [8732]  {outcome=2,                                                                                 
##          prolonged=1}                => {ventilation=3}             0.84482759  0.9607843  1.0448529
## [8733]  {prolonged=1,                                                                               
##          uwfa=1}                     => {serious outcome?=2}        0.63793103  0.9487179  1.0447907
## [8734]  {lbw=1,                                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.63793103  0.9487179  1.0447907
## [8735]  {outcome=2,                                                                                 
##          serious outcome?=2}         => {prolonged=1}               0.84482759  0.9303797  1.0444263
## [8736]  {serious outcome?=2,                                                                        
##          ventilation=3}              => {prolonged=1}               0.84482759  0.9303797  1.0444263
## [8737]  {outcome=2,                                                                                 
##          ventilation=3}              => {prolonged=1}               0.84482759  0.9303797  1.0444263
## [8738]  {serious outcome?=2}         => {prolonged=1}               0.84482759  0.9303797  1.0444263
## [8739]  {prolonged=1}                => {serious outcome?=2}        0.84482759  0.9483871  1.0444263
## [8740]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {serious outcome?=2}        0.31609195  0.9482759  1.0443038
## [8741]  {sex=2,                                                                                     
##          Xray=3}                     => {prolonged=1}               0.22988506  0.9302326  1.0442611
## [8742]  {people in house=2,                                                                         
##          uwfa=1}                     => {prolonged=1}               0.22988506  0.9302326  1.0442611
## [8743]  {lbw=1,                                                                                     
##          people in house=2}          => {prolonged=1}               0.22988506  0.9302326  1.0442611
## [8744]  {prem=1,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.22988506  0.9302326  1.0442611
## [8745]  {prolonged=1,                                                                               
##          vaccinations=2}             => {serious outcome?=2}        0.41954023  0.9480519  1.0440572
## [8746]  {prem=1,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.41954023  0.9480519  1.0440572
## [8747]  {sex=2,                                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.41954023  0.9480519  1.0440572
## [8748]  {uwfa=2}                     => {chest indrawing=2}         0.25862069  0.9000000  1.0440000
## [8749]  {prolonged=1,                                                                               
##          Xray=4}                     => {chest indrawing=2}         0.25862069  0.9000000  1.0440000
## [8750]  {resp=30}                    => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8751]  {O2 saturation=26,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8752]  {O2 saturation=26,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8753]  {O2 saturation=26,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8754]  {O2 saturation=26,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8755]  {O2 saturation=26}           => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8756]  {prem=1,                                                                                    
##          resp=13}                    => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8757]  {duration_admission=18,                                                                     
##          prem=1}                     => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8758]  {duration_admission=18,                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8759]  {resp=18,                                                                                   
##          stunted=1}                  => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8760]  {Maternal smoke category=2,                                                                 
##          vaccinations=2}             => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8761]  {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8762]  {O2 saturation=21,                                                                          
##          vaccinations=2}             => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8763]  {O2 saturation=24,                                                                          
##          Xray=3}                     => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8764]  {duration_admission=2,                                                                      
##          stunted=1}                  => {chest indrawing=2}         0.10344828  0.9000000  1.0440000
## [8765]  {CRP=97,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.13793103  0.9600000  1.0440000
## [8766]  {duration_admission=11,                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8767]  {duration_admission=11,                                                                     
##          prem=2}                     => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8768]  {duration_admission=11,                                                                     
##          people in house=2}          => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8769]  {duration_admission=11,                                                                     
##          people in house=1}          => {ventilation=3}             0.13793103  0.9600000  1.0440000
## [8770]  {duration_admission=11,                                                                     
##          uwfa=1}                     => {ventilation=3}             0.13793103  0.9600000  1.0440000
## [8771]  {lbw=2,                                                                                     
##          Maternal smoke category=1}  => {chest indrawing=2}         0.10344828  0.9000000  1.0440000
## [8772]  {uwfa=2,                                                                                    
##          Xray=3}                     => {chest indrawing=2}         0.05172414  0.9000000  1.0440000
## [8773]  {people in house=2,                                                                         
##          uwfa=2}                     => {chest indrawing=2}         0.10344828  0.9000000  1.0440000
## [8774]  {people in house=1,                                                                         
##          uwfa=2}                     => {chest indrawing=2}         0.15517241  0.9000000  1.0440000
## [8775]  {stunted=2,                                                                                 
##          temp=7}                     => {ventilation=3}             0.13793103  0.9600000  1.0440000
## [8776]  {people in house=2,                                                                         
##          prem=1}                     => {chest indrawing=2}         0.20689655  0.9000000  1.0440000
## [8777]  {prem=1,                                                                                    
##          stunted=2}                  => {chest indrawing=2}         0.15517241  0.9000000  1.0440000
## [8778]  {Maternal smoke category=1,                                                                 
##          serious outcome?=2}         => {chest indrawing=2}         0.31034483  0.9000000  1.0440000
## [8779]  {prem=1,                                                                                    
##          temp=5}                     => {ventilation=3}             0.27586207  0.9600000  1.0440000
## [8780]  {temp=5,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.27586207  0.9600000  1.0440000
## [8781]  {lbw=1,                                                                                     
##          temp=5}                     => {ventilation=3}             0.27586207  0.9600000  1.0440000
## [8782]  {people in house=1,                                                                         
##          prolonged=1}                => {serious outcome?=2}        0.52298851  0.9479167  1.0439082
## [8783]  {chest indrawing=1,                                                                         
##          uwfa=1}                     => {serious outcome?=2}        0.10344828  0.9473684  1.0433045
## [8784]  {people in house=2,                                                                         
##          Xray=2}                     => {serious outcome?=2}        0.10344828  0.9473684  1.0433045
## [8785]  {vaccinations=2,                                                                            
##          Xray=2}                     => {serious outcome?=2}        0.10344828  0.9473684  1.0433045
## [8786]  {lbw=2,                                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.20689655  0.9473684  1.0433045
## [8787]  {people in house=2,                                                                         
##          temp=7}                     => {serious outcome?=2}        0.10344828  0.9473684  1.0433045
## [8788]  {prem=1}                     => {ventilation=3}             0.67241379  0.9590164  1.0429303
## [8789]  {outcome=2,                                                                                 
##          resp=18}                    => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8790]  {resp=18,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8791]  {resp=18,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8792]  {resp=18}                    => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8793]  {chest indrawing=2,                                                                         
##          CRP=2}                      => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8794]  {CRP=2,                                                                                     
##          outcome=2}                  => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8795]  {CRP=2,                                                                                     
##          ventilation=3}              => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8796]  {CRP=2,                                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8797]  {CRP=2}                      => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8798]  {chest indrawing=2,                                                                         
##          O2 saturation=23}           => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8799]  {O2 saturation=23,                                                                          
##          outcome=2}                  => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8800]  {O2 saturation=23,                                                                          
##          ventilation=3}              => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8801]  {O2 saturation=23,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8802]  {O2 saturation=23}           => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8803]  {O2 saturation=22,                                                                          
##          people in house=1}          => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8804]  {resp=16,                                                                                   
##          temp=5}                     => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8805]  {prem=2,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8806]  {stunted=2,                                                                                 
##          Xray=2}                     => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8807]  {lbw=2,                                                                                     
##          Xray=3}                     => {prolonged=1}               0.07471264  0.9285714  1.0423963
## [8808]  {hiv_exposure=3,                                                                            
##          temp=7}                     => {prolonged=1}               0.22413793  0.9285714  1.0423963
## [8809]  {people in house=1,                                                                         
##          sex=1}                      => {prolonged=1}               0.22413793  0.9285714  1.0423963
## [8810]  {stunted=1,                                                                                 
##          temp=5}                     => {prolonged=1}               0.22413793  0.9285714  1.0423963
## [8811]  {outcome=2,                                                                                 
##          sex=1}                      => {serious outcome?=2}        0.30459770  0.9464286  1.0422694
## [8812]  {chest indrawing=1}          => {ventilation=3}             0.13218391  0.9583333  1.0421875
## [8813]  {outcome=2,                                                                                 
##          resp=16}                    => {ventilation=3}             0.13218391  0.9583333  1.0421875
## [8814]  {resp=16}                    => {ventilation=3}             0.13218391  0.9583333  1.0421875
## [8815]  {duration_admission=11,                                                                     
##          stunted=1}                  => {ventilation=3}             0.13218391  0.9583333  1.0421875
## [8816]  {Maternal smoke category=3,                                                                 
##          prem=2}                     => {ventilation=3}             0.13218391  0.9583333  1.0421875
## [8817]  {stunted=2,                                                                                 
##          uwfa=1}                     => {ventilation=3}             0.13218391  0.9583333  1.0421875
## [8818]  {chest indrawing=2,                                                                         
##          Maternal smoke category=3}  => {ventilation=3}             0.39655172  0.9583333  1.0421875
## [8819]  {people in house=1,                                                                         
##          prolonged=1}                => {ventilation=3}             0.52873563  0.9583333  1.0421875
## [8820]  {outcome=2,                                                                                 
##          prem=1}                     => {ventilation=3}             0.66091954  0.9583333  1.0421875
## [8821]  {serious outcome?=2,                                                                        
##          stunted=2}                  => {chest indrawing=2}         0.30459770  0.8983051  1.0420339
## [8822]  {prolonged=1,                                                                               
##          uwfa=2}                     => {serious outcome?=2}        0.20114943  0.9459459  1.0417379
## [8823]  {lbw=2,                                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.25287356  0.8979592  1.0416327
## [8824]  {lbw=2}                      => {chest indrawing=2}         0.25287356  0.8979592  1.0416327
## [8825]  {hiv_exposure=3,                                                                            
##          Xray=3}                     => {chest indrawing=2}         0.25287356  0.8979592  1.0416327
## [8826]  {outcome=2,                                                                                 
##          vaccinations=1}             => {ventilation=3}             0.39080460  0.9577465  1.0415493
## [8827]  {vaccinations=1}             => {ventilation=3}             0.39080460  0.9577465  1.0415493
## [8828]  {prolonged=1,                                                                               
##          stunted=2}                  => {serious outcome?=2}        0.29885057  0.9454545  1.0411968
## [8829]  {hiv_exposure=3,                                                                            
##          vaccinations=1}             => {serious outcome?=2}        0.29885057  0.9454545  1.0411968
## [8830]  {lbw=1,                                                                                     
##          prem=1}                     => {serious outcome?=2}        0.59770115  0.9454545  1.0411968
## [8831]  {lbw=1,                                                                                     
##          prolonged=1}                => {ventilation=3}             0.64367816  0.9572650  1.0410256
## [8832]  {chest indrawing=2,                                                                         
##          ventilation=3}              => {prolonged=1}               0.72988506  0.9270073  1.0406405
## [8833]  {chest indrawing=1,                                                                         
##          outcome=2}                  => {ventilation=3}             0.12643678  0.9565217  1.0402174
## [8834]  {chest indrawing=2,                                                                         
##          resp=16}                    => {ventilation=3}             0.12643678  0.9565217  1.0402174
## [8835]  {prolonged=1,                                                                               
##          resp=16}                    => {ventilation=3}             0.12643678  0.9565217  1.0402174
## [8836]  {duration_admission=17,                                                                     
##          hiv_exposure=3}             => {ventilation=3}             0.12643678  0.9565217  1.0402174
## [8837]  {CRP=97,                                                                                    
##          stunted=1}                  => {ventilation=3}             0.12643678  0.9565217  1.0402174
## [8838]  {duration_admission=11,                                                                     
##          lbw=1}                      => {ventilation=3}             0.12643678  0.9565217  1.0402174
## [8839]  {chest indrawing=2,                                                                         
##          temp=7}                     => {ventilation=3}             0.25287356  0.9565217  1.0402174
## [8840]  {vaccinations=1,                                                                            
##          Xray=4}                     => {ventilation=3}             0.12643678  0.9565217  1.0402174
## [8841]  {Maternal smoke category=1,                                                                 
##          prem=1}                     => {ventilation=3}             0.25287356  0.9565217  1.0402174
## [8842]  {O2 saturation=22,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.09770115  0.9444444  1.0400844
## [8843]  {O2 saturation=22}           => {serious outcome?=2}        0.09770115  0.9444444  1.0400844
## [8844]  {chest indrawing=2,                                                                         
##          O2 saturation=21}           => {serious outcome?=2}        0.09770115  0.9444444  1.0400844
## [8845]  {chest indrawing=1,                                                                         
##          prem=1}                     => {serious outcome?=2}        0.09770115  0.9444444  1.0400844
## [8846]  {duration_admission=17,                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.09770115  0.9444444  1.0400844
## [8847]  {duration_admission=17,                                                                     
##          prem=1}                     => {serious outcome?=2}        0.09770115  0.9444444  1.0400844
## [8848]  {outcome=2,                                                                                 
##          Xray=2}                     => {serious outcome?=2}        0.19540230  0.9444444  1.0400844
## [8849]  {Xray=2}                     => {serious outcome?=2}        0.19540230  0.9444444  1.0400844
## [8850]  {chest indrawing=2,                                                                         
##          people in house=2}          => {serious outcome?=2}        0.29310345  0.9444444  1.0400844
## [8851]  {vaccinations=1,                                                                            
##          ventilation=3}              => {prolonged=1}               0.36206897  0.9264706  1.0400380
## [8852]  {serious outcome?=2,                                                                        
##          vaccinations=1}             => {prolonged=1}               0.36206897  0.9264706  1.0400380
## [8853]  {Maternal smoke category=1,                                                                 
##          Xray=3}                     => {chest indrawing=2}         0.14942529  0.8965517  1.0400000
## [8854]  {prem=1,                                                                                    
##          stunted=1}                  => {ventilation=3}             0.50000000  0.9560440  1.0396978
## [8855]  {temp=7,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.28735632  0.9259259  1.0394265
## [8856]  {serious outcome?=2,                                                                        
##          temp=7}                     => {prolonged=1}               0.28735632  0.9259259  1.0394265
## [8857]  {vaccinations=1,                                                                            
##          Xray=3}                     => {prolonged=1}               0.14367816  0.9259259  1.0394265
## [8858]  {people in house=2,                                                                         
##          vaccinations=1}             => {prolonged=1}               0.14367816  0.9259259  1.0394265
## [8859]  {Maternal smoke category=3,                                                                 
##          stunted=2}                  => {prolonged=1}               0.14367816  0.9259259  1.0394265
## [8860]  {chest indrawing=2,                                                                         
##          hiv_exposure=3}             => {prolonged=1}               0.57471264  0.9259259  1.0394265
## [8861]  {prem=1,                                                                                    
##          sex=1}                      => {ventilation=3}             0.24712644  0.9555556  1.0391667
## [8862]  {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {ventilation=3}             0.24712644  0.9555556  1.0391667
## [8863]  {stunted=2}                  => {chest indrawing=2}         0.34482759  0.8955224  1.0388060
## [8864]  {lbw=1,                                                                                     
##          vaccinations=2}             => {ventilation=3}             0.36781609  0.9552239  1.0388060
## [8865]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=3}  => {ventilation=3}             0.36781609  0.9552239  1.0388060
## [8866]  {lbw=1,                                                                                     
##          Maternal smoke category=3}  => {prolonged=1}               0.35632184  0.9253731  1.0388060
## [8867]  {chest indrawing=2,                                                                         
##          prolonged=1}                => {ventilation=3}             0.72988506  0.9548872  1.0384398
## [8868]  {people in house=2,                                                                         
##          prem=1}                     => {prolonged=1}               0.21264368  0.9250000  1.0383871
## [8869]  {ventilation=3}              => {prolonged=1}               0.85057471  0.9250000  1.0383871
## [8870]  {prolonged=1}                => {ventilation=3}             0.85057471  0.9548387  1.0383871
## [8871]  {prem=1}                     => {serious outcome?=2}        0.66091954  0.9426230  1.0380784
## [8872]  {chest indrawing=1,                                                                         
##          prolonged=1}                => {ventilation=3}             0.12068966  0.9545455  1.0380682
## [8873]  {duration_admission=17,                                                                     
##          lbw=1}                      => {ventilation=3}             0.12068966  0.9545455  1.0380682
## [8874]  {stunted=1,                                                                                 
##          Xray=2}                     => {ventilation=3}             0.12068966  0.9545455  1.0380682
## [8875]  {hiv_exposure=1,                                                                            
##          stunted=2}                  => {ventilation=3}             0.12068966  0.9545455  1.0380682
## [8876]  {lbw=2,                                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.12068966  0.9545455  1.0380682
## [8877]  {Maternal smoke category=1,                                                                 
##          temp=7}                     => {ventilation=3}             0.12068966  0.9545455  1.0380682
## [8878]  {people in house=1,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.24137931  0.9545455  1.0380682
## [8879]  {prolonged=2}                => {chest indrawing=2}         0.09770115  0.8947368  1.0378947
## [8880]  {hiv_exposure=1,                                                                            
##          prem=2}                     => {chest indrawing=2}         0.09770115  0.8947368  1.0378947
## [8881]  {sex=1,                                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.09770115  0.8947368  1.0378947
## [8882]  {prem=1,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.56321839  0.9423077  1.0377313
## [8883]  {chest indrawing=2,                                                                         
##          prem=1}                     => {serious outcome?=2}        0.56321839  0.9423077  1.0377313
## [8884]  {hiv_exposure=3,                                                                            
##          people in house=1}          => {prolonged=1}               0.41954023  0.9240506  1.0373214
## [8885]  {uwfa=1,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.35632184  0.9538462  1.0373077
## [8886]  {chest indrawing=1,                                                                         
##          Maternal smoke category=3}  => {serious outcome?=2}        0.09195402  0.9411765  1.0364855
## [8887]  {chest indrawing=1,                                                                         
##          stunted=1}                  => {serious outcome?=2}        0.09195402  0.9411765  1.0364855
## [8888]  {chest indrawing=1,                                                                         
##          hiv_exposure=3}             => {serious outcome?=2}        0.09195402  0.9411765  1.0364855
## [8889]  {people in house=1,                                                                         
##          resp=16}                    => {serious outcome?=2}        0.09195402  0.9411765  1.0364855
## [8890]  {people in house=1,                                                                         
##          Xray=2}                     => {serious outcome?=2}        0.09195402  0.9411765  1.0364855
## [8891]  {hiv_exposure=1,                                                                            
##          people in house=2}          => {serious outcome?=2}        0.09195402  0.9411765  1.0364855
## [8892]  {prem=1,                                                                                    
##          uwfa=2}                     => {serious outcome?=2}        0.09195402  0.9411765  1.0364855
## [8893]  {Maternal smoke category=1,                                                                 
##          outcome=2}                  => {prolonged=1}               0.34482759  0.9230769  1.0362283
## [8894]  {Maternal smoke category=3,                                                                 
##          prem=1}                     => {prolonged=1}               0.34482759  0.9230769  1.0362283
## [8895]  {outcome=2,                                                                                 
##          resp=13}                    => {prolonged=1}               0.06896552  0.9230769  1.0362283
## [8896]  {resp=13}                    => {prolonged=1}               0.06896552  0.9230769  1.0362283
## [8897]  {lbw=1,                                                                                     
##          resp=18}                    => {prolonged=1}               0.06896552  0.9230769  1.0362283
## [8898]  {O2 saturation=23,                                                                          
##          prem=1}                     => {prolonged=1}               0.06896552  0.9230769  1.0362283
## [8899]  {lbw=1,                                                                                     
##          O2 saturation=23}           => {prolonged=1}               0.06896552  0.9230769  1.0362283
## [8900]  {Maternal smoke category=3,                                                                 
##          O2 saturation=24}           => {prolonged=1}               0.06896552  0.9230769  1.0362283
## [8901]  {lbw=1,                                                                                     
##          O2 saturation=24}           => {prolonged=1}               0.06896552  0.9230769  1.0362283
## [8902]  {CRP=97,                                                                                    
##          people in house=1}          => {prolonged=1}               0.13793103  0.9230769  1.0362283
## [8903]  {temp=7,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.13793103  0.9230769  1.0362283
## [8904]  {uwfa=2,                                                                                    
##          Xray=4}                     => {chest indrawing=2}         0.14367816  0.8928571  1.0357143
## [8905]  {hiv_exposure=3,                                                                            
##          temp=7}                     => {ventilation=3}             0.22988506  0.9523810  1.0357143
## [8906]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=3}  => {serious outcome?=2}        0.36206897  0.9402985  1.0355186
## [8907]  {hiv_exposure=3,                                                                            
##          prolonged=1}                => {serious outcome?=2}        0.63218391  0.9401709  1.0353781
## [8908]  {prem=1,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.56896552  0.9519231  1.0352163
## [8909]  {chest indrawing=2,                                                                         
##          prem=1}                     => {ventilation=3}             0.56896552  0.9519231  1.0352163
## [8910]  {sex=2,                                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.27011494  0.9400000  1.0351899
## [8911]  {prem=1,                                                                                    
##          temp=5}                     => {serious outcome?=2}        0.27011494  0.9400000  1.0351899
## [8912]  {temp=5,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.27011494  0.9400000  1.0351899
## [8913]  {lbw=1,                                                                                     
##          temp=5}                     => {serious outcome?=2}        0.27011494  0.9400000  1.0351899
## [8914]  {lbw=2,                                                                                     
##          prem=2}                     => {chest indrawing=2}         0.18965517  0.8918919  1.0345946
## [8915]  {prolonged=1,                                                                               
##          uwfa=2}                     => {chest indrawing=2}         0.18965517  0.8918919  1.0345946
## [8916]  {prem=2,                                                                                    
##          stunted=2}                  => {chest indrawing=2}         0.18965517  0.8918919  1.0345946
## [8917]  {hiv_exposure=3,                                                                            
##          Maternal smoke category=1}  => {prolonged=1}               0.27011494  0.9215686  1.0345351
## [8918]  {Maternal smoke category=3,                                                                 
##          sex=1}                      => {serious outcome?=2}        0.17816092  0.9393939  1.0345224
## [8919]  {people in house=2,                                                                         
##          vaccinations=2}             => {serious outcome?=2}        0.17816092  0.9393939  1.0345224
## [8920]  {Maternal smoke category=3,                                                                 
##          people in house=2}          => {serious outcome?=2}        0.17816092  0.9393939  1.0345224
## [8921]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {serious outcome?=2}        0.17816092  0.9393939  1.0345224
## [8922]  {stunted=1,                                                                                 
##          uwfa=1}                     => {serious outcome?=2}        0.53448276  0.9393939  1.0345224
## [8923]  {lbw=1,                                                                                     
##          people in house=1}          => {ventilation=3}             0.44827586  0.9512195  1.0344512
## [8924]  {hiv_exposure=3,                                                                            
##          stunted=1}                  => {serious outcome?=2}        0.44252874  0.9390244  1.0341155
## [8925]  {people in house=1,                                                                         
##          prem=1}                     => {serious outcome?=2}        0.44252874  0.9390244  1.0341155
## [8926]  {lbw=1,                                                                                     
##          outcome=2}                  => {ventilation=3}             0.66666667  0.9508197  1.0340164
## [8927]  {lbw=1,                                                                                     
##          sex=2}                      => {prolonged=1}               0.40229885  0.9210526  1.0339559
## [8928]  {outcome=2,                                                                                 
##          uwfa=1}                     => {ventilation=3}             0.66091954  0.9504132  1.0335744
## [8929]  {sex=2,                                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.28160920  0.8909091  1.0334545
## [8930]  {hiv_exposure=3,                                                                            
##          resp=16}                    => {ventilation=3}             0.10919540  0.9500000  1.0331250
## [8931]  {duration_admission=17,                                                                     
##          uwfa=1}                     => {ventilation=3}             0.10919540  0.9500000  1.0331250
## [8932]  {chest indrawing=2,                                                                         
##          duration_admission=17}      => {ventilation=3}             0.10919540  0.9500000  1.0331250
## [8933]  {lbw=2,                                                                                     
##          people in house=2}          => {ventilation=3}             0.10919540  0.9500000  1.0331250
## [8934]  {people in house=2,                                                                         
##          uwfa=2}                     => {ventilation=3}             0.10919540  0.9500000  1.0331250
## [8935]  {people in house=2,                                                                         
##          prem=1}                     => {ventilation=3}             0.21839080  0.9500000  1.0331250
## [8936]  {chest indrawing=2,                                                                         
##          vaccinations=1}             => {ventilation=3}             0.32758621  0.9500000  1.0331250
## [8937]  {people in house=1,                                                                         
##          uwfa=1}                     => {ventilation=3}             0.43678161  0.9500000  1.0331250
## [8938]  {chest indrawing=2,                                                                         
##          CRP=97}                     => {prolonged=1}               0.13218391  0.9200000  1.0327742
## [8939]  {temp=7,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.13218391  0.9200000  1.0327742
## [8940]  {prem=1,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.26436782  0.9200000  1.0327742
## [8941]  {temp=5,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.26436782  0.9200000  1.0327742
## [8942]  {prolonged=1,                                                                               
##          stunted=1}                  => {ventilation=3}             0.54022989  0.9494949  1.0325758
## [8943]  {hiv_exposure=3,                                                                            
##          O2 saturation=21}           => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8944]  {CRP=97,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8945]  {CRP=97,                                                                                    
##          Maternal smoke category=3}  => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8946]  {vaccinations=1,                                                                            
##          Xray=2}                     => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8947]  {temp=5,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8948]  {lbw=2,                                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8949]  {temp=7,                                                                                    
##          uwfa=2}                     => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8950]  {people in house=2,                                                                         
##          sex=1}                      => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8951]  {stunted=2,                                                                                 
##          Xray=3}                     => {serious outcome?=2}        0.08620690  0.9375000  1.0324367
## [8952]  {people in house=1,                                                                         
##          uwfa=1}                     => {serious outcome?=2}        0.43103448  0.9375000  1.0324367
## [8953]  {people in house=2,                                                                         
##          prolonged=1}                => {ventilation=3}             0.32183908  0.9491525  1.0322034
## [8954]  {people in house=1,                                                                         
##          serious outcome?=2}         => {prolonged=1}               0.52298851  0.9191919  1.0318671
## [8955]  {prolonged=1,                                                                               
##          uwfa=1}                     => {ventilation=3}             0.63793103  0.9487179  1.0317308
## [8956]  {hiv_exposure=3,                                                                            
##          prolonged=1}                => {ventilation=3}             0.63793103  0.9487179  1.0317308
## [8957]  {people in house=1,                                                                         
##          temp=7}                     => {prolonged=1}               0.19540230  0.9189189  1.0315606
## [8958]  {outcome=2,                                                                                 
##          people in house=2}          => {serious outcome?=2}        0.33908046  0.9365079  1.0313442
## [8959]  {people in house=2}          => {serious outcome?=2}        0.33908046  0.9365079  1.0313442
## [8960]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {ventilation=3}             0.31609195  0.9482759  1.0312500
## [8961]  {O2 saturation=20,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8962]  {O2 saturation=20}           => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8963]  {outcome=2,                                                                                 
##          resp=30}                    => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8964]  {resp=30,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8965]  {resp=30,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8966]  {resp=13,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8967]  {resp=13,                                                                                   
##          stunted=1}                  => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8968]  {hiv_exposure=3,                                                                            
##          resp=13}                    => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8969]  {duration_admission=18,                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8970]  {duration_admission=19,                                                                     
##          hiv_exposure=3}             => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8971]  {stunted=1,                                                                                 
##          vaccinations=4}             => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8972]  {serious outcome?=2,                                                                        
##          vaccinations=4}             => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8973]  {resp=18,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8974]  {prem=2,                                                                                    
##          serious outcome?=1}         => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8975]  {Maternal smoke category=3,                                                                 
##          temp=10}                    => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8976]  {sex=2,                                                                                     
##          temp=10}                    => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8977]  {outcome=2,                                                                                 
##          prolonged=2}                => {chest indrawing=2}         0.09195402  0.8888889  1.0311111
## [8978]  {prem=2,                                                                                    
##          resp=16}                    => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8979]  {resp=16,                                                                                   
##          Xray=4}                     => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8980]  {duration_admission=15,                                                                     
##          hiv_exposure=1}             => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8981]  {duration_admission=15,                                                                     
##          temp=5}                     => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8982]  {CRP=97,                                                                                    
##          uwfa=2}                     => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8983]  {duration_admission=11,                                                                     
##          hiv_exposure=1}             => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8984]  {lbw=2,                                                                                     
##          Xray=2}                     => {chest indrawing=2}         0.04597701  0.8888889  1.0311111
## [8985]  {lbw=2,                                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.13793103  0.8888889  1.0311111
## [8986]  {prem=2,                                                                                    
##          temp=7}                     => {chest indrawing=2}         0.09195402  0.8888889  1.0311111
## [8987]  {Maternal smoke category=1,                                                                 
##          sex=1}                      => {chest indrawing=2}         0.09195402  0.8888889  1.0311111
## [8988]  {sex=2,                                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.27586207  0.8888889  1.0311111
## [8989]  {prolonged=1,                                                                               
##          vaccinations=2}             => {ventilation=3}             0.41954023  0.9480519  1.0310065
## [8990]  {sex=2,                                                                                     
##          uwfa=1}                     => {ventilation=3}             0.41954023  0.9480519  1.0310065
## [8991]  {people in house=2,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.25287356  0.9361702  1.0309723
## [8992]  {Maternal smoke category=1,                                                                 
##          sex=2}                      => {prolonged=1}               0.25862069  0.9183673  1.0309414
## [8993]  {chest indrawing=1,                                                                         
##          uwfa=1}                     => {ventilation=3}             0.10344828  0.9473684  1.0302632
## [8994]  {chest indrawing=1,                                                                         
##          lbw=1}                      => {ventilation=3}             0.10344828  0.9473684  1.0302632
## [8995]  {people in house=2,                                                                         
##          Xray=2}                     => {ventilation=3}             0.10344828  0.9473684  1.0302632
## [8996]  {vaccinations=2,                                                                            
##          Xray=2}                     => {ventilation=3}             0.10344828  0.9473684  1.0302632
## [8997]  {lbw=2,                                                                                     
##          prolonged=1}                => {ventilation=3}             0.20689655  0.9473684  1.0302632
## [8998]  {Maternal smoke category=3,                                                                 
##          uwfa=2}                     => {ventilation=3}             0.10344828  0.9473684  1.0302632
## [8999]  {people in house=2,                                                                         
##          temp=7}                     => {ventilation=3}             0.10344828  0.9473684  1.0302632
## [9000]  {lbw=1,                                                                                     
##          sex=2}                      => {ventilation=3}             0.41379310  0.9473684  1.0302632
## [9001]  {hiv_exposure=3,                                                                            
##          prem=1}                     => {ventilation=3}             0.51724138  0.9473684  1.0302632
## [9002]  {lbw=1,                                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.50000000  0.9354839  1.0302164
## [9003]  {uwfa=1}                     => {serious outcome?=2}        0.66091954  0.9349593  1.0296388
## [9004]  {hiv_exposure=3,                                                                            
##          people in house=2}          => {serious outcome?=2}        0.24712644  0.9347826  1.0294441
## [9005]  {Maternal smoke category=1,                                                                 
##          prem=1}                     => {serious outcome?=2}        0.24712644  0.9347826  1.0294441
## [9006]  {outcome=2,                                                                                 
##          sex=1}                      => {ventilation=3}             0.30459770  0.9464286  1.0292411
## [9007]  {lbw=1,                                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.57471264  0.9345794  1.0292204
## [9008]  {Maternal smoke category=1,                                                                 
##          prolonged=1}                => {serious outcome?=2}        0.32758621  0.9344262  1.0290517
## [9009]  {chest indrawing=2,                                                                         
##          resp=13}                    => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9010]  {resp=18,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9011]  {prem=1,                                                                                    
##          resp=18}                    => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9012]  {chest indrawing=2,                                                                         
##          resp=18}                    => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9013]  {O2 saturation=23,                                                                          
##          sex=2}                      => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9014]  {O2 saturation=22,                                                                          
##          prem=1}                     => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9015]  {O2 saturation=24,                                                                          
##          sex=2}                      => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9016]  {chest indrawing=1}          => {prolonged=1}               0.12643678  0.9166667  1.0290323
## [9017]  {resp=16,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9018]  {Maternal smoke category=1,                                                                 
##          Xray=2}                     => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9019]  {lbw=2,                                                                                     
##          prem=1}                     => {prolonged=1}               0.06321839  0.9166667  1.0290323
## [9020]  {stunted=2,                                                                                 
##          uwfa=1}                     => {prolonged=1}               0.12643678  0.9166667  1.0290323
## [9021]  {lbw=1,                                                                                     
##          sex=2}                      => {serious outcome?=2}        0.40804598  0.9342105  1.0288141
## [9022]  {ventilation=3,                                                                             
##          Xray=4}                     => {chest indrawing=2}         0.27011494  0.8867925  1.0286792
## [9023]  {chest indrawing=2,                                                                         
##          lbw=1}                      => {serious outcome?=2}        0.56896552  0.9339623  1.0285407
## [9024]  {hiv_exposure=3,                                                                            
##          vaccinations=1}             => {ventilation=3}             0.29885057  0.9454545  1.0281818
## [9025]  {hiv_exposure=3,                                                                            
##          O2 saturation=22}           => {serious outcome?=2}        0.08045977  0.9333333  1.0278481
## [9026]  {chest indrawing=1,                                                                         
##          people in house=1}          => {serious outcome?=2}        0.08045977  0.9333333  1.0278481
## [9027]  {duration_admission=17,                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.08045977  0.9333333  1.0278481
## [9028]  {CRP=97,                                                                                    
##          Xray=3}                     => {serious outcome?=2}        0.08045977  0.9333333  1.0278481
## [9029]  {lbw=2,                                                                                     
##          temp=7}                     => {serious outcome?=2}        0.08045977  0.9333333  1.0278481
## [9030]  {sex=1,                                                                                     
##          temp=7}                     => {serious outcome?=2}        0.08045977  0.9333333  1.0278481
## [9031]  {sex=1,                                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.24137931  0.9333333  1.0278481
## [9032]  {prem=1,                                                                                    
##          sex=1}                      => {serious outcome?=2}        0.24137931  0.9333333  1.0278481
## [9033]  {outcome=2,                                                                                 
##          stunted=1}                  => {serious outcome?=2}        0.56321839  0.9333333  1.0278481
## [9034]  {sex=2,                                                                                     
##          ventilation=3}              => {prolonged=1}               0.55747126  0.9150943  1.0272672
## [9035]  {chest indrawing=2,                                                                         
##          uwfa=1}                     => {serious outcome?=2}        0.55747126  0.9326923  1.0271422
## [9036]  {O2 saturation=22,                                                                          
##          outcome=2}                  => {ventilation=3}             0.09770115  0.9444444  1.0270833
## [9037]  {O2 saturation=22}           => {ventilation=3}             0.09770115  0.9444444  1.0270833
## [9038]  {chest indrawing=2,                                                                         
##          O2 saturation=21}           => {ventilation=3}             0.09770115  0.9444444  1.0270833
## [9039]  {duration_admission=17,                                                                     
##          stunted=1}                  => {ventilation=3}             0.09770115  0.9444444  1.0270833
## [9040]  {duration_admission=17,                                                                     
##          prem=1}                     => {ventilation=3}             0.09770115  0.9444444  1.0270833
## [9041]  {outcome=2,                                                                                 
##          Xray=2}                     => {ventilation=3}             0.19540230  0.9444444  1.0270833
## [9042]  {Xray=2}                     => {ventilation=3}             0.19540230  0.9444444  1.0270833
## [9043]  {chest indrawing=2,                                                                         
##          people in house=2}          => {ventilation=3}             0.29310345  0.9444444  1.0270833
## [9044]  {people in house=2,                                                                         
##          sex=2}                      => {prolonged=1}               0.24712644  0.9148936  1.0270419
## [9045]  {stunted=2,                                                                                 
##          ventilation=3}              => {chest indrawing=2}         0.31034483  0.8852459  1.0268852
## [9046]  {lbw=1}                      => {ventilation=3}             0.67816092  0.9440000  1.0266000
## [9047]  {lbw=1,                                                                                     
##          uwfa=1}                     => {ventilation=3}             0.58045977  0.9439252  1.0265187
## [9048]  {serious outcome?=2,                                                                        
##          sex=2}                      => {prolonged=1}               0.55172414  0.9142857  1.0263594
## [9049]  {prem=2,                                                                                    
##          Xray=4}                     => {chest indrawing=2}         0.13218391  0.8846154  1.0261538
## [9050]  {prem=2}                     => {chest indrawing=2}         0.26436782  0.8846154  1.0261538
## [9051]  {Maternal smoke category=1,                                                                 
##          people in house=2}          => {chest indrawing=2}         0.13218391  0.8846154  1.0261538
## [9052]  {serious outcome?=2,                                                                        
##          Xray=4}                     => {chest indrawing=2}         0.26436782  0.8846154  1.0261538
## [9053]  {chest indrawing=2,                                                                         
##          lbw=1}                      => {ventilation=3}             0.57471264  0.9433962  1.0259434
## [9054]  {uwfa=1}                     => {ventilation=3}             0.66666667  0.9430894  1.0256098
## [9055]  {Maternal smoke category=1,                                                                 
##          vaccinations=1}             => {serious outcome?=2}        0.15517241  0.9310345  1.0253165
## [9056]  {uwfa=2,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.21839080  0.8837209  1.0251163
## [9057]  {prem=2,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.21839080  0.8837209  1.0251163
## [9058]  {prem=2,                                                                                    
##          serious outcome?=2}         => {chest indrawing=2}         0.21839080  0.8837209  1.0251163
## [9059]  {chest indrawing=1,                                                                         
##          outcome=2}                  => {prolonged=1}               0.12068966  0.9130435  1.0249649
## [9060]  {chest indrawing=1,                                                                         
##          ventilation=3}              => {prolonged=1}               0.12068966  0.9130435  1.0249649
## [9061]  {chest indrawing=2,                                                                         
##          temp=7}                     => {prolonged=1}               0.24137931  0.9130435  1.0249649
## [9062]  {people in house=2,                                                                         
##          Xray=3}                     => {prolonged=1}               0.12068966  0.9130435  1.0249649
## [9063]  {people in house=1,                                                                         
##          stunted=1}                  => {serious outcome?=2}        0.38505747  0.9305556  1.0247890
## [9064]  {chest indrawing=2,                                                                         
##          uwfa=1}                     => {ventilation=3}             0.56321839  0.9423077  1.0247596
## [9065]  {people in house=2,                                                                         
##          uwfa=1}                     => {serious outcome?=2}        0.22988506  0.9302326  1.0244333
## [9066]  {lbw=1,                                                                                     
##          people in house=2}          => {serious outcome?=2}        0.22988506  0.9302326  1.0244333
## [9067]  {prem=1,                                                                                    
##          uwfa=2}                     => {chest indrawing=2}         0.08620690  0.8823529  1.0235294
## [9068]  {outcome=2,                                                                                 
##          prem=2}                     => {chest indrawing=2}         0.25862069  0.8823529  1.0235294
## [9069]  {temp=7,                                                                                    
##          Xray=4}                     => {chest indrawing=2}         0.08620690  0.8823529  1.0235294
## [9070]  {chest indrawing=1,                                                                         
##          stunted=1}                  => {ventilation=3}             0.09195402  0.9411765  1.0235294
## [9071]  {people in house=1,                                                                         
##          resp=16}                    => {ventilation=3}             0.09195402  0.9411765  1.0235294
## [9072]  {people in house=1,                                                                         
##          Xray=2}                     => {ventilation=3}             0.09195402  0.9411765  1.0235294
## [9073]  {hiv_exposure=1,                                                                            
##          people in house=2}          => {ventilation=3}             0.09195402  0.9411765  1.0235294
## [9074]  {lbw=1,                                                                                     
##          uwfa=2}                     => {ventilation=3}             0.09195402  0.9411765  1.0235294
## [9075]  {people in house=2,                                                                         
##          stunted=1}                  => {prolonged=1}               0.17816092  0.9117647  1.0235294
## [9076]  {Maternal smoke category=3,                                                                 
##          Xray=4}                     => {prolonged=1}               0.17816092  0.9117647  1.0235294
## [9077]  {hiv_exposure=3,                                                                            
##          sex=2}                      => {prolonged=1}               0.41379310  0.9113924  1.0231115
## [9078]  {chest indrawing=2,                                                                         
##          O2 saturation=22}           => {serious outcome?=2}        0.07471264  0.9285714  1.0226040
## [9079]  {resp=16,                                                                                   
##          temp=5}                     => {serious outcome?=2}        0.07471264  0.9285714  1.0226040
## [9080]  {duration_admission=17,                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.07471264  0.9285714  1.0226040
## [9081]  {duration_admission=11,                                                                     
##          temp=7}                     => {serious outcome?=2}        0.07471264  0.9285714  1.0226040
## [9082]  {stunted=2,                                                                                 
##          Xray=2}                     => {serious outcome?=2}        0.07471264  0.9285714  1.0226040
## [9083]  {lbw=2,                                                                                     
##          Xray=3}                     => {serious outcome?=2}        0.07471264  0.9285714  1.0226040
## [9084]  {prem=2,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.14942529  0.9285714  1.0226040
## [9085]  {stunted=1,                                                                                 
##          temp=5}                     => {serious outcome?=2}        0.22413793  0.9285714  1.0226040
## [9086]  {people in house=1,                                                                         
##          ventilation=3}              => {prolonged=1}               0.52873563  0.9108911  1.0225487
## [9087]  {temp=7}                     => {prolonged=1}               0.29310345  0.9107143  1.0223502
## [9088]  {Maternal smoke category=3,                                                                 
##          sex=2}                      => {prolonged=1}               0.29310345  0.9107143  1.0223502
## [9089]  {sex=2,                                                                                     
##          vaccinations=1}             => {ventilation=3}             0.27011494  0.9400000  1.0222500
## [9090]  {Maternal smoke category=1}  => {prolonged=1}               0.35057471  0.9104478  1.0220510
## [9091]  {lbw=1}                      => {serious outcome?=2}        0.66666667  0.9280000  1.0219747
## [9092]  {lbw=2,                                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.21264368  0.8809524  1.0219048
## [9093]  {lbw=2,                                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.21264368  0.8809524  1.0219048
## [9094]  {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {serious outcome?=2}        0.51724138  0.9278351  1.0217930
## [9095]  {Maternal smoke category=3,                                                                 
##          sex=1}                      => {ventilation=3}             0.17816092  0.9393939  1.0215909
## [9096]  {people in house=2,                                                                         
##          vaccinations=2}             => {ventilation=3}             0.17816092  0.9393939  1.0215909
## [9097]  {Maternal smoke category=3,                                                                 
##          people in house=2}          => {ventilation=3}             0.17816092  0.9393939  1.0215909
## [9098]  {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {ventilation=3}             0.17816092  0.9393939  1.0215909
## [9099]  {stunted=1,                                                                                 
##          uwfa=1}                     => {ventilation=3}             0.53448276  0.9393939  1.0215909
## [9100]  {hiv_exposure=3,                                                                            
##          stunted=1}                  => {ventilation=3}             0.44252874  0.9390244  1.0211890
## [9101]  {prolonged=1,                                                                               
##          sex=1}                      => {serious outcome?=2}        0.29310345  0.9272727  1.0211738
## [9102]  {sex=2,                                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.29310345  0.9272727  1.0211738
## [9103]  {lbw=1,                                                                                     
##          sex=1}                      => {ventilation=3}             0.26436782  0.9387755  1.0209184
## [9104]  {duration_admission=15,                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.12643678  0.8800000  1.0208000
## [9105]  {duration_admission=15,                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.12643678  0.8800000  1.0208000
## [9106]  {duration_admission=15,                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.12643678  0.8800000  1.0208000
## [9107]  {duration_admission=15,                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.12643678  0.8800000  1.0208000
## [9108]  {duration_admission=15}      => {chest indrawing=2}         0.12643678  0.8800000  1.0208000
## [9109]  {prem=2,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.21839080  0.9268293  1.0206854
## [9110]  {lbw=1,                                                                                     
##          people in house=1}          => {serious outcome?=2}        0.43678161  0.9268293  1.0206854
## [9111]  {chest indrawing=2,                                                                         
##          resp=24}                    => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9112]  {outcome=2,                                                                                 
##          resp=24}                    => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9113]  {resp=24}                    => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9114]  {outcome=2,                                                                                 
##          vaccinations=4}             => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9115]  {vaccinations=4,                                                                            
##          ventilation=3}              => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9116]  {resp=18,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9117]  {O2 saturation=23,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9118]  {hiv_exposure=3,                                                                            
##          temp=3}                     => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9119]  {stunted=1,                                                                                 
##          temp=10}                    => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9120]  {temp=10,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9121]  {Maternal smoke category=2,                                                                 
##          prem=1}                     => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9122]  {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9123]  {O2 saturation=22,                                                                          
##          temp=7}                     => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9124]  {Maternal smoke category=3,                                                                 
##          O2 saturation=22}           => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9125]  {O2 saturation=22,                                                                          
##          sex=2}                      => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9126]  {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9127]  {chest indrawing=1,                                                                         
##          vaccinations=1}             => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9128]  {chest indrawing=1,                                                                         
##          vaccinations=2}             => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9129]  {chest indrawing=1,                                                                         
##          serious outcome?=2}         => {prolonged=1}               0.11494253  0.9090909  1.0205279
## [9130]  {resp=16,                                                                                   
##          stunted=2}                  => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9131]  {Maternal smoke category=1,                                                                 
##          resp=16}                    => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9132]  {CRP=97,                                                                                    
##          stunted=2}                  => {prolonged=1}               0.05747126  0.9090909  1.0205279
## [9133]  {outcome=2,                                                                                 
##          temp=7}                     => {prolonged=1}               0.28735632  0.9090909  1.0205279
## [9134]  {hiv_exposure=3,                                                                            
##          vaccinations=1}             => {prolonged=1}               0.28735632  0.9090909  1.0205279
## [9135]  {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {ventilation=3}             0.52298851  0.9381443  1.0202320
## [9136]  {hiv_exposure=3,                                                                            
##          prem=1}                     => {serious outcome?=2}        0.50574713  0.9263158  1.0201199
## [9137]  {hiv_exposure=3,                                                                            
##          outcome=2}                  => {serious outcome?=2}        0.64942529  0.9262295  1.0200249
## [9138]  {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {chest indrawing=2}         0.29310345  0.8793103  1.0200000
## [9139]  {CRP=97,                                                                                    
##          prem=1}                     => {serious outcome?=2}        0.14367816  0.9259259  1.0196906
## [9140]  {Maternal smoke category=3,                                                                 
##          stunted=2}                  => {serious outcome?=2}        0.14367816  0.9259259  1.0196906
## [9141]  {hiv_exposure=3,                                                                            
##          O2 saturation=21}           => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9142]  {CRP=97,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9143]  {CRP=97,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.17241379  0.9375000  1.0195313
## [9144]  {vaccinations=1,                                                                            
##          Xray=2}                     => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9145]  {temp=5,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9146]  {lbw=2,                                                                                     
##          uwfa=1}                     => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9147]  {temp=7,                                                                                    
##          uwfa=2}                     => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9148]  {people in house=2,                                                                         
##          sex=1}                      => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9149]  {stunted=2,                                                                                 
##          Xray=3}                     => {ventilation=3}             0.08620690  0.9375000  1.0195313
## [9150]  {people in house=2,                                                                         
##          vaccinations=2}             => {chest indrawing=2}         0.16666667  0.8787879  1.0193939
## [9151]  {stunted=1,                                                                                 
##          Xray=4}                     => {chest indrawing=2}         0.16666667  0.8787879  1.0193939
## [9152]  {hiv_exposure=3,                                                                            
##          lbw=1}                      => {ventilation=3}             0.51149425  0.9368421  1.0188158
## [9153]  {outcome=2,                                                                                 
##          sex=2}                      => {chest indrawing=2}         0.58045977  0.8782609  1.0187826
## [9154]  {hiv_exposure=3,                                                                            
##          Xray=4}                     => {chest indrawing=2}         0.20689655  0.8780488  1.0185366
## [9155]  {outcome=2,                                                                                 
##          people in house=2}          => {ventilation=3}             0.33908046  0.9365079  1.0184524
## [9156]  {people in house=2}          => {ventilation=3}             0.33908046  0.9365079  1.0184524
## [9157]  {stunted=1}                  => {serious outcome?=2}        0.56321839  0.9245283  1.0181514
## [9158]  {people in house=2,                                                                         
##          sex=2}                      => {ventilation=3}             0.25287356  0.9361702  1.0180851
## [9159]  {lbw=1,                                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.25287356  0.9361702  1.0180851
## [9160]  {dob=73,                                                                                    
##          infant_id...1=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9161]  {dob=73,                                                                                    
##          infant_id...2=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9162]  {dob=73,                                                                                    
##          lbw=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9163]  {dob=73,                                                                                    
##          prem=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9164]  {dob=73,                                                                                    
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9165]  {dob=73,                                                                                    
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9166]  {dob=73,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9167]  {dob=73,                                                                                    
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9168]  {dob=73,                                                                                    
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9169]  {dob=73,                                                                                    
##          hiv_exposure=3}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9170]  {chest indrawing=2,                                                                         
##          dob=73}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9171]  {dob=73,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9172]  {dob=73,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9173]  {dob=73,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9174]  {dob=73}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9175]  {CRP=87,                                                                                    
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9176]  {CRP=87,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9177]  {CRP=87,                                                                                    
##          prem=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9178]  {CRP=87,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9179]  {CRP=87,                                                                                    
##          lbw=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9180]  {chest indrawing=2,                                                                         
##          CRP=87}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9181]  {CRP=87}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9182]  {resp=9,                                                                                    
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9183]  {hiv_exposure=3,                                                                            
##          resp=9}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9184]  {chest indrawing=2,                                                                         
##          resp=9}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9185]  {prolonged=1,                                                                               
##          resp=9}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9186]  {resp=9,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9187]  {resp=9,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9188]  {resp=9}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9189]  {chest indrawing=2,                                                                         
##          vaccinations=3}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9190]  {vaccinations=3}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9191]  {infant_id...1=117,                                                                         
##          infant_id...2=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9192]  {infant_id...1=117,                                                                         
##          lbw=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9193]  {infant_id...1=117,                                                                         
##          prem=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9194]  {infant_id...1=117,                                                                         
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9195]  {infant_id...1=117,                                                                         
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9196]  {infant_id...1=117,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9197]  {infant_id...1=117,                                                                         
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9198]  {infant_id...1=117,                                                                         
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9199]  {hiv_exposure=3,                                                                            
##          infant_id...1=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9200]  {chest indrawing=2,                                                                         
##          infant_id...1=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9201]  {infant_id...1=117,                                                                         
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9202]  {infant_id...1=117,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9203]  {infant_id...1=117,                                                                         
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9204]  {infant_id...1=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9205]  {infant_id...2=117,                                                                         
##          lbw=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9206]  {infant_id...2=117,                                                                         
##          prem=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9207]  {infant_id...2=117,                                                                         
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9208]  {infant_id...2=117,                                                                         
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9209]  {infant_id...2=117,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9210]  {infant_id...2=117,                                                                         
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9211]  {infant_id...2=117,                                                                         
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9212]  {hiv_exposure=3,                                                                            
##          infant_id...2=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9213]  {chest indrawing=2,                                                                         
##          infant_id...2=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9214]  {infant_id...2=117,                                                                         
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9215]  {infant_id...2=117,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9216]  {infant_id...2=117,                                                                         
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9217]  {infant_id...2=117}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9218]  {CRP=92,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9219]  {CRP=92,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9220]  {CRP=92,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9221]  {CRP=92}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9222]  {O2 saturation=14}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9223]  {hiv_exposure=3,                                                                            
##          resp=14}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9224]  {chest indrawing=2,                                                                         
##          resp=14}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9225]  {prolonged=1,                                                                               
##          resp=14}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9226]  {resp=14,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9227]  {resp=14,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9228]  {resp=14}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9229]  {dob=84,                                                                                    
##          infant_id...1=42}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9230]  {dob=84,                                                                                    
##          infant_id...2=42}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9231]  {dob=84,                                                                                    
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9232]  {dob=84,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9233]  {dob=84,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9234]  {dob=84,                                                                                    
##          people in house=1}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9235]  {dob=84,                                                                                    
##          prem=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9236]  {dob=84,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9237]  {dob=84,                                                                                    
##          hiv_exposure=3}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9238]  {dob=84,                                                                                    
##          lbw=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9239]  {dob=84,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9240]  {dob=84,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9241]  {dob=84,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9242]  {dob=84}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9243]  {infant_id...1=42,                                                                          
##          infant_id...2=42}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9244]  {infant_id...1=42,                                                                          
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9245]  {infant_id...1=42,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9246]  {infant_id...1=42,                                                                          
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9247]  {infant_id...1=42,                                                                          
##          people in house=1}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9248]  {infant_id...1=42,                                                                          
##          prem=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9249]  {infant_id...1=42,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9250]  {hiv_exposure=3,                                                                            
##          infant_id...1=42}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9251]  {infant_id...1=42,                                                                          
##          lbw=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9252]  {infant_id...1=42,                                                                          
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9253]  {infant_id...1=42,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9254]  {infant_id...1=42,                                                                          
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9255]  {infant_id...1=42}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9256]  {infant_id...2=42,                                                                          
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9257]  {infant_id...2=42,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9258]  {infant_id...2=42,                                                                          
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9259]  {infant_id...2=42,                                                                          
##          people in house=1}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9260]  {infant_id...2=42,                                                                          
##          prem=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9261]  {infant_id...2=42,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9262]  {hiv_exposure=3,                                                                            
##          infant_id...2=42}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9263]  {infant_id...2=42,                                                                          
##          lbw=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9264]  {infant_id...2=42,                                                                          
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9265]  {infant_id...2=42,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9266]  {infant_id...2=42,                                                                          
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9267]  {infant_id...2=42}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9268]  {pulse=7,                                                                                   
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9269]  {chest indrawing=2,                                                                         
##          pulse=7}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9270]  {pulse=7,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9271]  {pulse=7,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9272]  {pulse=7}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9273]  {pulse=31,                                                                                  
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9274]  {pulse=31,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9275]  {lbw=1,                                                                                     
##          pulse=31}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9276]  {chest indrawing=2,                                                                         
##          pulse=31}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9277]  {prolonged=1,                                                                               
##          pulse=31}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9278]  {pulse=31,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9279]  {pulse=31,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9280]  {pulse=31}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9281]  {pulse=8,                                                                                   
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9282]  {pulse=8}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9283]  {duration_admission=21,                                                                     
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9284]  {duration_admission=21,                                                                     
##          people in house=1}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9285]  {duration_admission=21,                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9286]  {duration_admission=21,                                                                     
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9287]  {duration_admission=21}      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9288]  {people in house=1,                                                                         
##          pulse=12}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9289]  {prem=1,                                                                                    
##          pulse=12}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9290]  {pulse=12,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9291]  {hiv_exposure=3,                                                                            
##          pulse=12}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9292]  {chest indrawing=2,                                                                         
##          pulse=12}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9293]  {prolonged=1,                                                                               
##          pulse=12}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9294]  {pulse=12,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9295]  {pulse=12,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9296]  {pulse=12}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9297]  {dob=59,                                                                                    
##          infant_id...1=106}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9298]  {dob=59,                                                                                    
##          infant_id...2=106}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9299]  {dob=59,                                                                                    
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9300]  {dob=59,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9301]  {dob=59,                                                                                    
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9302]  {dob=59,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9303]  {dob=59,                                                                                    
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9304]  {dob=59,                                                                                    
##          prem=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9305]  {dob=59,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9306]  {dob=59,                                                                                    
##          hiv_exposure=3}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9307]  {dob=59,                                                                                    
##          lbw=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9308]  {dob=59,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9309]  {dob=59,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9310]  {dob=59}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9311]  {infant_id...1=106,                                                                         
##          infant_id...2=106}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9312]  {infant_id...1=106,                                                                         
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9313]  {infant_id...1=106,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9314]  {infant_id...1=106,                                                                         
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9315]  {infant_id...1=106,                                                                         
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9316]  {infant_id...1=106,                                                                         
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9317]  {infant_id...1=106,                                                                         
##          prem=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9318]  {infant_id...1=106,                                                                         
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9319]  {hiv_exposure=3,                                                                            
##          infant_id...1=106}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9320]  {infant_id...1=106,                                                                         
##          lbw=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9321]  {infant_id...1=106,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9322]  {infant_id...1=106,                                                                         
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9323]  {infant_id...1=106}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9324]  {hiv_exposure=3,                                                                            
##          pulse=46}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9325]  {prolonged=1,                                                                               
##          pulse=46}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9326]  {pulse=46,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9327]  {pulse=46,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9328]  {pulse=46}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9329]  {O2 saturation=16,                                                                          
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9330]  {O2 saturation=16}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9331]  {infant_id...2=106,                                                                         
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9332]  {infant_id...2=106,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9333]  {infant_id...2=106,                                                                         
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9334]  {infant_id...2=106,                                                                         
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9335]  {infant_id...2=106,                                                                         
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9336]  {infant_id...2=106,                                                                         
##          prem=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9337]  {infant_id...2=106,                                                                         
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9338]  {hiv_exposure=3,                                                                            
##          infant_id...2=106}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9339]  {infant_id...2=106,                                                                         
##          lbw=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9340]  {infant_id...2=106,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9341]  {infant_id...2=106,                                                                         
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9342]  {infant_id...2=106}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9343]  {prem=2,                                                                                    
##          pulse=23}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9344]  {prolonged=1,                                                                               
##          pulse=23}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9345]  {pulse=23,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9346]  {pulse=23,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9347]  {pulse=23}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9348]  {people in house=1,                                                                         
##          pulse=55}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9349]  {prem=1,                                                                                    
##          pulse=55}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9350]  {chest indrawing=2,                                                                         
##          pulse=55}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9351]  {pulse=55}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9352]  {Maternal smoke category=3,                                                                 
##          pulse=45}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9353]  {chest indrawing=2,                                                                         
##          pulse=45}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9354]  {pulse=45}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9355]  {lbw=2,                                                                                     
##          O2 saturation=17}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9356]  {O2 saturation=17,                                                                          
##          uwfa=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9357]  {O2 saturation=17,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9358]  {O2 saturation=17,                                                                          
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9359]  {hiv_exposure=3,                                                                            
##          O2 saturation=17}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9360]  {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9361]  {O2 saturation=17,                                                                          
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9362]  {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9363]  {O2 saturation=17,                                                                          
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9364]  {O2 saturation=17}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9365]  {O2 saturation=15,                                                                          
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9366]  {hiv_exposure=3,                                                                            
##          O2 saturation=15}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9367]  {chest indrawing=2,                                                                         
##          O2 saturation=15}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9368]  {O2 saturation=15,                                                                          
##          prolonged=1}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9369]  {O2 saturation=15,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9370]  {O2 saturation=15,                                                                          
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9371]  {O2 saturation=15}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9372]  {pulse=33,                                                                                  
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9373]  {people in house=1,                                                                         
##          pulse=33}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9374]  {pulse=33,                                                                                  
##          sex=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9375]  {prem=1,                                                                                    
##          pulse=33}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9376]  {hiv_exposure=3,                                                                            
##          pulse=33}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9377]  {chest indrawing=2,                                                                         
##          pulse=33}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9378]  {prolonged=1,                                                                               
##          pulse=33}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9379]  {pulse=33,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9380]  {pulse=33,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9381]  {pulse=33}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9382]  {Maternal smoke category=3,                                                                 
##          pulse=29}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9383]  {pulse=29,                                                                                  
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9384]  {people in house=1,                                                                         
##          pulse=29}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9385]  {prem=1,                                                                                    
##          pulse=29}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9386]  {pulse=29,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9387]  {hiv_exposure=3,                                                                            
##          pulse=29}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9388]  {lbw=1,                                                                                     
##          pulse=29}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9389]  {chest indrawing=2,                                                                         
##          pulse=29}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9390]  {prolonged=1,                                                                               
##          pulse=29}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9391]  {pulse=29,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9392]  {pulse=29,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9393]  {pulse=29}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9394]  {pulse=26,                                                                                  
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9395]  {Maternal smoke category=3,                                                                 
##          pulse=26}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9396]  {pulse=26,                                                                                  
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9397]  {people in house=1,                                                                         
##          pulse=26}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9398]  {lbw=1,                                                                                     
##          pulse=26}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9399]  {chest indrawing=2,                                                                         
##          pulse=26}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9400]  {prolonged=1,                                                                               
##          pulse=26}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9401]  {pulse=26,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9402]  {pulse=26,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9403]  {pulse=26}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9404]  {resp=11,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9405]  {prem=1,                                                                                    
##          resp=11}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9406]  {hiv_exposure=3,                                                                            
##          resp=11}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9407]  {lbw=1,                                                                                     
##          resp=11}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9408]  {chest indrawing=2,                                                                         
##          resp=11}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9409]  {prolonged=1,                                                                               
##          resp=11}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9410]  {resp=11,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9411]  {resp=11,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9412]  {resp=11}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9413]  {pulse=28,                                                                                  
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9414]  {pulse=28,                                                                                  
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9415]  {pulse=28,                                                                                  
##          sex=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9416]  {prem=1,                                                                                    
##          pulse=28}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9417]  {pulse=28,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9418]  {hiv_exposure=3,                                                                            
##          pulse=28}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9419]  {lbw=1,                                                                                     
##          pulse=28}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9420]  {chest indrawing=2,                                                                         
##          pulse=28}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9421]  {prolonged=1,                                                                               
##          pulse=28}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9422]  {pulse=28,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9423]  {pulse=28,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9424]  {pulse=28}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9425]  {duration_admission=20,                                                                     
##          prem=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9426]  {duration_admission=20,                                                                     
##          Xray=4}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9427]  {duration_admission=20,                                                                     
##          temp=5}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9428]  {duration_admission=20,                                                                     
##          vaccinations=2}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9429]  {duration_admission=20,                                                                     
##          people in house=1}          => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9430]  {duration_admission=20,                                                                     
##          hiv_exposure=3}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9431]  {chest indrawing=2,                                                                         
##          duration_admission=20}      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9432]  {duration_admission=20,                                                                     
##          prolonged=1}                => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9433]  {duration_admission=20,                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9434]  {duration_admission=20,                                                                     
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9435]  {duration_admission=20}      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9436]  {pulse=35,                                                                                  
##          sex=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9437]  {prem=1,                                                                                    
##          pulse=35}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9438]  {pulse=35,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9439]  {hiv_exposure=3,                                                                            
##          pulse=35}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9440]  {lbw=1,                                                                                     
##          pulse=35}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9441]  {chest indrawing=2,                                                                         
##          pulse=35}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9442]  {prolonged=1,                                                                               
##          pulse=35}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9443]  {pulse=35,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9444]  {pulse=35,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9445]  {pulse=35}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9446]  {infant_id...1=71,                                                                          
##          infant_id...2=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9447]  {dob=113,                                                                                   
##          infant_id...2=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9448]  {infant_id...2=71,                                                                          
##          Maternal smoke category=2}  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9449]  {infant_id...2=71,                                                                          
##          prolonged=2}                => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9450]  {hiv_exposure=1,                                                                            
##          infant_id...2=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9451]  {infant_id...2=71,                                                                          
##          lbw=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9452]  {infant_id...2=71,                                                                          
##          uwfa=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9453]  {infant_id...2=71,                                                                          
##          prem=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9454]  {infant_id...2=71,                                                                          
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9455]  {infant_id...2=71,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9456]  {infant_id...2=71,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9457]  {infant_id...2=71,                                                                          
##          people in house=1}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9458]  {infant_id...2=71,                                                                          
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9459]  {chest indrawing=2,                                                                         
##          infant_id...2=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9460]  {infant_id...2=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9461]  {dob=113,                                                                                   
##          infant_id...1=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9462]  {infant_id...1=71,                                                                          
##          Maternal smoke category=2}  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9463]  {infant_id...1=71,                                                                          
##          prolonged=2}                => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9464]  {hiv_exposure=1,                                                                            
##          infant_id...1=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9465]  {infant_id...1=71,                                                                          
##          lbw=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9466]  {infant_id...1=71,                                                                          
##          uwfa=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9467]  {infant_id...1=71,                                                                          
##          prem=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9468]  {infant_id...1=71,                                                                          
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9469]  {infant_id...1=71,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9470]  {infant_id...1=71,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9471]  {infant_id...1=71,                                                                          
##          people in house=1}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9472]  {infant_id...1=71,                                                                          
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9473]  {chest indrawing=2,                                                                         
##          infant_id...1=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9474]  {infant_id...1=71}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9475]  {dob=113,                                                                                   
##          Maternal smoke category=2}  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9476]  {dob=113,                                                                                   
##          prolonged=2}                => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9477]  {dob=113,                                                                                   
##          hiv_exposure=1}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9478]  {dob=113,                                                                                   
##          lbw=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9479]  {dob=113,                                                                                   
##          uwfa=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9480]  {dob=113,                                                                                   
##          prem=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9481]  {dob=113,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9482]  {dob=113,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9483]  {dob=113,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9484]  {dob=113,                                                                                   
##          people in house=1}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9485]  {dob=113,                                                                                   
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9486]  {chest indrawing=2,                                                                         
##          dob=113}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9487]  {dob=113}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9488]  {Maternal smoke category=1,                                                                 
##          pulse=34}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9489]  {pulse=34,                                                                                  
##          vaccinations=2}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9490]  {pulse=34,                                                                                  
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9491]  {people in house=1,                                                                         
##          pulse=34}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9492]  {pulse=34,                                                                                  
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9493]  {prem=1,                                                                                    
##          pulse=34}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9494]  {pulse=34,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9495]  {hiv_exposure=3,                                                                            
##          pulse=34}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9496]  {lbw=1,                                                                                     
##          pulse=34}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9497]  {chest indrawing=2,                                                                         
##          pulse=34}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9498]  {prolonged=1,                                                                               
##          pulse=34}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9499]  {pulse=34,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9500]  {pulse=34,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9501]  {pulse=34}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9502]  {serious outcome?=1,                                                                        
##          ventilation=1}              => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9503]  {ventilation=1,                                                                             
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9504]  {temp=5,                                                                                    
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9505]  {vaccinations=2,                                                                            
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9506]  {stunted=1,                                                                                 
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9507]  {people in house=1,                                                                         
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9508]  {prem=1,                                                                                    
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9509]  {uwfa=1,                                                                                    
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9510]  {hiv_exposure=3,                                                                            
##          ventilation=1}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9511]  {lbw=1,                                                                                     
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9512]  {chest indrawing=2,                                                                         
##          ventilation=1}              => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9513]  {prolonged=1,                                                                               
##          ventilation=1}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9514]  {ventilation=1}              => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9515]  {duration_admission=17,                                                                     
##          pulse=27}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9516]  {pulse=27,                                                                                  
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9517]  {Maternal smoke category=1,                                                                 
##          pulse=27}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9518]  {pulse=27,                                                                                  
##          stunted=1}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9519]  {pulse=27,                                                                                  
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9520]  {prem=1,                                                                                    
##          pulse=27}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9521]  {pulse=27,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9522]  {hiv_exposure=3,                                                                            
##          pulse=27}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9523]  {lbw=1,                                                                                     
##          pulse=27}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9524]  {chest indrawing=2,                                                                         
##          pulse=27}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9525]  {prolonged=1,                                                                               
##          pulse=27}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9526]  {pulse=27,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9527]  {pulse=27,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9528]  {pulse=27}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9529]  {people in house=2,                                                                         
##          pulse=20}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9530]  {Maternal smoke category=1,                                                                 
##          pulse=20}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9531]  {pulse=20,                                                                                  
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9532]  {pulse=20,                                                                                  
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9533]  {pulse=20,                                                                                  
##          sex=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9534]  {prem=1,                                                                                    
##          pulse=20}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9535]  {pulse=20,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9536]  {lbw=1,                                                                                     
##          pulse=20}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9537]  {chest indrawing=2,                                                                         
##          pulse=20}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9538]  {prolonged=1,                                                                               
##          pulse=20}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9539]  {pulse=20,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9540]  {pulse=20,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9541]  {pulse=20}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9542]  {pulse=25,                                                                                  
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9543]  {pulse=25,                                                                                  
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9544]  {Maternal smoke category=1,                                                                 
##          pulse=25}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9545]  {people in house=1,                                                                         
##          pulse=25}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9546]  {prem=1,                                                                                    
##          pulse=25}                   => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9547]  {pulse=25,                                                                                  
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9548]  {hiv_exposure=3,                                                                            
##          pulse=25}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9549]  {lbw=1,                                                                                     
##          pulse=25}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9550]  {chest indrawing=2,                                                                         
##          pulse=25}                   => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9551]  {prolonged=1,                                                                               
##          pulse=25}                   => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9552]  {pulse=25,                                                                                  
##          serious outcome?=2}         => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9553]  {pulse=25,                                                                                  
##          ventilation=3}              => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9554]  {pulse=25}                   => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9555]  {O2 saturation=27,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9556]  {O2 saturation=27,                                                                          
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9557]  {O2 saturation=27,                                                                          
##          stunted=1}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9558]  {O2 saturation=27,                                                                          
##          people in house=1}          => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9559]  {O2 saturation=27,                                                                          
##          sex=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9560]  {O2 saturation=27,                                                                          
##          prem=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9561]  {O2 saturation=27,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9562]  {hiv_exposure=3,                                                                            
##          O2 saturation=27}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9563]  {lbw=1,                                                                                     
##          O2 saturation=27}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9564]  {chest indrawing=2,                                                                         
##          O2 saturation=27}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9565]  {O2 saturation=27,                                                                          
##          prolonged=1}                => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9566]  {O2 saturation=27,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9567]  {O2 saturation=27,                                                                          
##          ventilation=3}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9568]  {O2 saturation=27}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9569]  {CRP=45,                                                                                    
##          duration_admission=11}      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9570]  {CRP=45,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9571]  {CRP=45,                                                                                    
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9572]  {CRP=45,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9573]  {CRP=45,                                                                                    
##          people in house=1}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9574]  {CRP=45,                                                                                    
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9575]  {CRP=45,                                                                                    
##          prem=1}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9576]  {CRP=45,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9577]  {CRP=45,                                                                                    
##          hiv_exposure=3}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9578]  {CRP=45,                                                                                    
##          lbw=1}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9579]  {chest indrawing=2,                                                                         
##          CRP=45}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9580]  {CRP=45,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9581]  {CRP=45,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9582]  {CRP=45,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9583]  {CRP=45}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9584]  {O2 saturation=1,                                                                           
##          Xray=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9585]  {O2 saturation=1,                                                                           
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9586]  {O2 saturation=1,                                                                           
##          temp=5}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9587]  {O2 saturation=1,                                                                           
##          vaccinations=2}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9588]  {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9589]  {O2 saturation=1,                                                                           
##          stunted=1}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9590]  {O2 saturation=1,                                                                           
##          people in house=1}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9591]  {O2 saturation=1,                                                                           
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9592]  {O2 saturation=1,                                                                           
##          prem=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9593]  {O2 saturation=1,                                                                           
##          uwfa=1}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9594]  {hiv_exposure=3,                                                                            
##          O2 saturation=1}            => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9595]  {lbw=1,                                                                                     
##          O2 saturation=1}            => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9596]  {chest indrawing=2,                                                                         
##          O2 saturation=1}            => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9597]  {O2 saturation=1,                                                                           
##          prolonged=1}                => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9598]  {O2 saturation=1,                                                                           
##          serious outcome?=2}         => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9599]  {O2 saturation=1,                                                                           
##          ventilation=3}              => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9600]  {O2 saturation=1}            => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9601]  {O2 saturation=13,                                                                          
##          sex=1}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9602]  {O2 saturation=13,                                                                          
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9603]  {O2 saturation=13,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9604]  {O2 saturation=13,                                                                          
##          temp=5}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9605]  {Maternal smoke category=3,                                                                 
##          O2 saturation=13}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9606]  {O2 saturation=13,                                                                          
##          stunted=1}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9607]  {O2 saturation=13,                                                                          
##          people in house=1}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9608]  {O2 saturation=13,                                                                          
##          prem=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9609]  {O2 saturation=13,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9610]  {hiv_exposure=3,                                                                            
##          O2 saturation=13}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9611]  {lbw=1,                                                                                     
##          O2 saturation=13}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9612]  {chest indrawing=2,                                                                         
##          O2 saturation=13}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9613]  {O2 saturation=13,                                                                          
##          prolonged=1}                => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9614]  {O2 saturation=13,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9615]  {O2 saturation=13,                                                                          
##          ventilation=3}              => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9616]  {O2 saturation=13}           => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9617]  {prolonged=2,                                                                               
##          ventilation=2}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9618]  {lbw=2,                                                                                     
##          ventilation=2}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9619]  {uwfa=2,                                                                                    
##          ventilation=2}              => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9620]  {stunted=2,                                                                                 
##          ventilation=2}              => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9621]  {sex=2,                                                                                     
##          ventilation=2}              => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9622]  {CRP=58,                                                                                    
##          Maternal smoke category=2}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9623]  {CRP=58,                                                                                    
##          duration_admission=11}      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9624]  {CRP=58,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9625]  {CRP=58,                                                                                    
##          sex=1}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9626]  {CRP=58,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9627]  {CRP=58,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9628]  {CRP=58,                                                                                    
##          people in house=1}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9629]  {CRP=58,                                                                                    
##          sex=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9630]  {CRP=58,                                                                                    
##          prem=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9631]  {CRP=58,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9632]  {CRP=58,                                                                                    
##          hiv_exposure=3}             => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9633]  {CRP=58,                                                                                    
##          lbw=1}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9634]  {chest indrawing=2,                                                                         
##          CRP=58}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9635]  {CRP=58,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9636]  {CRP=58,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9637]  {CRP=58,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9638]  {CRP=58}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9639]  {O2 saturation=20,                                                                          
##          temp=7}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9640]  {O2 saturation=20,                                                                          
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9641]  {O2 saturation=20,                                                                          
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9642]  {O2 saturation=20,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9643]  {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9644]  {O2 saturation=20,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9645]  {O2 saturation=20,                                                                          
##          stunted=1}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9646]  {O2 saturation=20,                                                                          
##          people in house=1}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9647]  {O2 saturation=20,                                                                          
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9648]  {O2 saturation=20,                                                                          
##          prem=1}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9649]  {O2 saturation=20,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9650]  {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9651]  {lbw=1,                                                                                     
##          O2 saturation=20}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9652]  {chest indrawing=2,                                                                         
##          O2 saturation=20}           => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9653]  {O2 saturation=20,                                                                          
##          prolonged=1}                => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9654]  {O2 saturation=20,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9655]  {O2 saturation=20,                                                                          
##          ventilation=3}              => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9656]  {O2 saturation=20}           => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9657]  {O2 saturation=24,                                                                          
##          resp=10}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9658]  {resp=10,                                                                                   
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9659]  {resp=10,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9660]  {resp=10,                                                                                   
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9661]  {resp=10,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9662]  {Maternal smoke category=3,                                                                 
##          resp=10}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9663]  {resp=10,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9664]  {people in house=1,                                                                         
##          resp=10}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9665]  {resp=10,                                                                                   
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9666]  {prem=1,                                                                                    
##          resp=10}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9667]  {resp=10,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9668]  {hiv_exposure=3,                                                                            
##          resp=10}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9669]  {lbw=1,                                                                                     
##          resp=10}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9670]  {chest indrawing=2,                                                                         
##          resp=10}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9671]  {prolonged=1,                                                                               
##          resp=10}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9672]  {resp=10,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9673]  {resp=10,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9674]  {resp=10}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9675]  {duration_admission=11,                                                                     
##          resp=26}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9676]  {hiv_exposure=1,                                                                            
##          resp=26}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9677]  {lbw=2,                                                                                     
##          resp=26}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9678]  {resp=26,                                                                                   
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9679]  {prem=2,                                                                                    
##          resp=26}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9680]  {resp=26,                                                                                   
##          temp=7}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9681]  {resp=26,                                                                                   
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9682]  {resp=26,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9683]  {resp=26,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9684]  {resp=26,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9685]  {resp=26,                                                                                   
##          temp=5}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9686]  {resp=26,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9687]  {Maternal smoke category=3,                                                                 
##          resp=26}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9688]  {people in house=1,                                                                         
##          resp=26}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9689]  {resp=26,                                                                                   
##          sex=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9690]  {prem=1,                                                                                    
##          resp=26}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9691]  {resp=26,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9692]  {hiv_exposure=3,                                                                            
##          resp=26}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9693]  {lbw=1,                                                                                     
##          resp=26}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9694]  {chest indrawing=2,                                                                         
##          resp=26}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9695]  {prolonged=1,                                                                               
##          resp=26}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9696]  {resp=26,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9697]  {resp=26,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9698]  {resp=26}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9699]  {duration_admission=2,                                                                      
##          O2 saturation=25}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9700]  {CRP=97,                                                                                    
##          O2 saturation=25}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9701]  {hiv_exposure=1,                                                                            
##          O2 saturation=25}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9702]  {O2 saturation=25,                                                                          
##          uwfa=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9703]  {O2 saturation=25,                                                                          
##          sex=1}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9704]  {O2 saturation=25,                                                                          
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9705]  {O2 saturation=25,                                                                          
##          people in house=2}          => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9706]  {O2 saturation=25,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9707]  {O2 saturation=25,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9708]  {O2 saturation=25,                                                                          
##          temp=5}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9709]  {O2 saturation=25,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9710]  {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9711]  {O2 saturation=25,                                                                          
##          stunted=1}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9712]  {O2 saturation=25,                                                                          
##          people in house=1}          => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9713]  {O2 saturation=25,                                                                          
##          sex=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9714]  {O2 saturation=25,                                                                          
##          prem=1}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9715]  {O2 saturation=25,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9716]  {hiv_exposure=3,                                                                            
##          O2 saturation=25}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9717]  {lbw=1,                                                                                     
##          O2 saturation=25}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9718]  {chest indrawing=2,                                                                         
##          O2 saturation=25}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9719]  {O2 saturation=25,                                                                          
##          prolonged=1}                => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9720]  {O2 saturation=25,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9721]  {O2 saturation=25,                                                                          
##          ventilation=3}              => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9722]  {O2 saturation=25}           => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9723]  {hiv_exposure=1,                                                                            
##          resp=30}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9724]  {lbw=2,                                                                                     
##          resp=30}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9725]  {resp=30,                                                                                   
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9726]  {resp=30,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9727]  {resp=30,                                                                                   
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9728]  {resp=30,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9729]  {Maternal smoke category=3,                                                                 
##          resp=30}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9730]  {resp=30,                                                                                   
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9731]  {prem=1,                                                                                    
##          resp=30}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9732]  {resp=30,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9733]  {resp=30,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9734]  {duration_admission=18,                                                                     
##          O2 saturation=18}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9735]  {hiv_exposure=1,                                                                            
##          O2 saturation=18}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9736]  {lbw=2,                                                                                     
##          O2 saturation=18}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9737]  {O2 saturation=18,                                                                          
##          prem=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9738]  {O2 saturation=18,                                                                          
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9739]  {O2 saturation=18,                                                                          
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9740]  {O2 saturation=18,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9741]  {Maternal smoke category=1,                                                                 
##          O2 saturation=18}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9742]  {O2 saturation=18,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9743]  {O2 saturation=18,                                                                          
##          temp=5}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9744]  {O2 saturation=18,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9745]  {Maternal smoke category=3,                                                                 
##          O2 saturation=18}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9746]  {O2 saturation=18,                                                                          
##          stunted=1}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9747]  {O2 saturation=18,                                                                          
##          people in house=1}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9748]  {O2 saturation=18,                                                                          
##          sex=2}                      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9749]  {O2 saturation=18,                                                                          
##          prem=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9750]  {O2 saturation=18,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9751]  {hiv_exposure=3,                                                                            
##          O2 saturation=18}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9752]  {lbw=1,                                                                                     
##          O2 saturation=18}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9753]  {chest indrawing=2,                                                                         
##          O2 saturation=18}           => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9754]  {O2 saturation=18,                                                                          
##          prolonged=1}                => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9755]  {O2 saturation=18,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9756]  {O2 saturation=18,                                                                          
##          ventilation=3}              => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9757]  {O2 saturation=18}           => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9758]  {chest indrawing=1,                                                                         
##          resp=8}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9759]  {hiv_exposure=1,                                                                            
##          resp=8}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9760]  {lbw=2,                                                                                     
##          resp=8}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9761]  {resp=8,                                                                                    
##          temp=7}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9762]  {resp=8,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9763]  {Maternal smoke category=3,                                                                 
##          resp=8}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9764]  {resp=8,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9765]  {resp=8,                                                                                    
##          sex=2}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9766]  {prolonged=1,                                                                               
##          resp=8}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9767]  {resp=8,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9768]  {duration_admission=15,                                                                     
##          O2 saturation=26}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9769]  {O2 saturation=26,                                                                          
##          Xray=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9770]  {hiv_exposure=1,                                                                            
##          O2 saturation=26}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9771]  {O2 saturation=26,                                                                          
##          temp=7}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9772]  {O2 saturation=26,                                                                          
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9773]  {O2 saturation=26,                                                                          
##          people in house=2}          => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9774]  {O2 saturation=26,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9775]  {O2 saturation=26,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9776]  {O2 saturation=26,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9777]  {Maternal smoke category=3,                                                                 
##          O2 saturation=26}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9778]  {O2 saturation=26,                                                                          
##          stunted=1}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9779]  {O2 saturation=26,                                                                          
##          people in house=1}          => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9780]  {O2 saturation=26,                                                                          
##          sex=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9781]  {O2 saturation=26,                                                                          
##          prem=1}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9782]  {O2 saturation=26,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9783]  {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9784]  {lbw=1,                                                                                     
##          O2 saturation=26}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9785]  {chest indrawing=2,                                                                         
##          O2 saturation=26}           => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9786]  {O2 saturation=26,                                                                          
##          prolonged=1}                => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9787]  {O2 saturation=26,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9788]  {O2 saturation=26,                                                                          
##          ventilation=3}              => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9789]  {O2 saturation=26}           => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9790]  {resp=25,                                                                                   
##          uwfa=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9791]  {prem=2,                                                                                    
##          resp=25}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9792]  {resp=25,                                                                                   
##          temp=7}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9793]  {people in house=2,                                                                         
##          resp=25}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9794]  {resp=25,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9795]  {resp=25,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9796]  {resp=25,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9797]  {Maternal smoke category=3,                                                                 
##          resp=25}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9798]  {resp=25,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9799]  {people in house=1,                                                                         
##          resp=25}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9800]  {resp=25,                                                                                   
##          sex=2}                      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9801]  {prem=1,                                                                                    
##          resp=25}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9802]  {resp=25,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9803]  {hiv_exposure=3,                                                                            
##          resp=25}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9804]  {lbw=1,                                                                                     
##          resp=25}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9805]  {chest indrawing=2,                                                                         
##          resp=25}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9806]  {prolonged=1,                                                                               
##          resp=25}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9807]  {resp=25,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9808]  {resp=25,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9809]  {resp=25}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9810]  {duration_admission=17,                                                                     
##          resp=20}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9811]  {resp=20,                                                                                   
##          temp=7}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9812]  {resp=20,                                                                                   
##          Xray=3}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9813]  {Maternal smoke category=1,                                                                 
##          resp=20}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9814]  {resp=20,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9815]  {resp=20,                                                                                   
##          temp=5}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9816]  {resp=20,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9817]  {Maternal smoke category=3,                                                                 
##          resp=20}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9818]  {resp=20,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9819]  {people in house=1,                                                                         
##          resp=20}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9820]  {resp=20,                                                                                   
##          sex=2}                      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9821]  {prem=1,                                                                                    
##          resp=20}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9822]  {resp=20,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9823]  {hiv_exposure=3,                                                                            
##          resp=20}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9824]  {lbw=1,                                                                                     
##          resp=20}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9825]  {chest indrawing=2,                                                                         
##          resp=20}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9826]  {prolonged=1,                                                                               
##          resp=20}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9827]  {resp=20,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9828]  {resp=20,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9829]  {resp=20}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9830]  {O2 saturation=23,                                                                          
##          resp=24}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9831]  {CRP=97,                                                                                    
##          resp=24}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9832]  {resp=24,                                                                                   
##          Xray=3}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9833]  {people in house=2,                                                                         
##          resp=24}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9834]  {resp=24,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9835]  {resp=24,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9836]  {Maternal smoke category=1,                                                                 
##          resp=24}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9837]  {resp=24,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9838]  {resp=24,                                                                                   
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9839]  {resp=24,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9840]  {resp=24,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9841]  {people in house=1,                                                                         
##          resp=24}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9842]  {resp=24,                                                                                   
##          sex=2}                      => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9843]  {prem=1,                                                                                    
##          resp=24}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9844]  {resp=24,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9845]  {hiv_exposure=3,                                                                            
##          resp=24}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9846]  {lbw=1,                                                                                     
##          resp=24}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9847]  {chest indrawing=2,                                                                         
##          resp=24}                    => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9848]  {prolonged=1,                                                                               
##          resp=24}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9849]  {resp=24,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9850]  {resp=24,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9851]  {resp=24}                    => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9852]  {hiv_exposure=1,                                                                            
##          Xray=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9853]  {sex=1,                                                                                     
##          Xray=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9854]  {people in house=2,                                                                         
##          Xray=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9855]  {Maternal smoke category=1,                                                                 
##          Xray=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9856]  {vaccinations=1,                                                                            
##          Xray=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9857]  {vaccinations=2,                                                                            
##          Xray=1}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9858]  {stunted=1,                                                                                 
##          Xray=1}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9859]  {uwfa=1,                                                                                    
##          Xray=1}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9860]  {chest indrawing=2,                                                                         
##          Xray=1}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9861]  {serious outcome?=2,                                                                        
##          Xray=1}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9862]  {resp=13,                                                                                   
##          temp=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9863]  {duration_admission=11,                                                                     
##          resp=13}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9864]  {resp=13,                                                                                   
##          Xray=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9865]  {hiv_exposure=1,                                                                            
##          resp=13}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9866]  {resp=13,                                                                                   
##          temp=7}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9867]  {resp=13,                                                                                   
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9868]  {resp=13,                                                                                   
##          Xray=3}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9869]  {people in house=2,                                                                         
##          resp=13}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9870]  {resp=13,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9871]  {Maternal smoke category=1,                                                                 
##          resp=13}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9872]  {resp=13,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9873]  {resp=13,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9874]  {Maternal smoke category=3,                                                                 
##          resp=13}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9875]  {resp=13,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9876]  {people in house=1,                                                                         
##          resp=13}                    => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9877]  {resp=13,                                                                                   
##          sex=2}                      => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9878]  {prem=1,                                                                                    
##          resp=13}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9879]  {resp=13,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9880]  {hiv_exposure=3,                                                                            
##          resp=13}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9881]  {lbw=1,                                                                                     
##          resp=13}                    => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9882]  {chest indrawing=2,                                                                         
##          resp=13}                    => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9883]  {prolonged=1,                                                                               
##          resp=13}                    => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9884]  {resp=13,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9885]  {resp=13,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9886]  {resp=13}                    => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9887]  {duration_admission=18,                                                                     
##          hiv_exposure=1}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9888]  {duration_admission=18,                                                                     
##          sex=1}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9889]  {duration_admission=18,                                                                     
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9890]  {duration_admission=18,                                                                     
##          people in house=2}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9891]  {duration_admission=18,                                                                     
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9892]  {duration_admission=18,                                                                     
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9893]  {duration_admission=18,                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9894]  {duration_admission=18,                                                                     
##          vaccinations=1}             => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9895]  {duration_admission=18,                                                                     
##          temp=5}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9896]  {duration_admission=18,                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9897]  {duration_admission=18,                                                                     
##          stunted=1}                  => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9898]  {duration_admission=18,                                                                     
##          people in house=1}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9899]  {duration_admission=18,                                                                     
##          sex=2}                      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9900]  {duration_admission=18,                                                                     
##          prem=1}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9901]  {duration_admission=18,                                                                     
##          uwfa=1}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9902]  {duration_admission=18,                                                                     
##          hiv_exposure=3}             => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9903]  {duration_admission=18,                                                                     
##          lbw=1}                      => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9904]  {chest indrawing=2,                                                                         
##          duration_admission=18}      => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9905]  {duration_admission=18,                                                                     
##          prolonged=1}                => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9906]  {duration_admission=18,                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9907]  {duration_admission=18,                                                                     
##          ventilation=3}              => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9908]  {duration_admission=18}      => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9909]  {duration_admission=19,                                                                     
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9910]  {duration_admission=19,                                                                     
##          temp=7}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9911]  {duration_admission=19,                                                                     
##          sex=1}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9912]  {duration_admission=19,                                                                     
##          people in house=2}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9913]  {duration_admission=19,                                                                     
##          Xray=4}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9914]  {duration_admission=19,                                                                     
##          stunted=2}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9915]  {duration_admission=19,                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9916]  {duration_admission=19,                                                                     
##          vaccinations=1}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9917]  {duration_admission=19,                                                                     
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9918]  {duration_admission=19,                                                                     
##          vaccinations=2}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9919]  {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9920]  {duration_admission=19,                                                                     
##          stunted=1}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9921]  {duration_admission=19,                                                                     
##          people in house=1}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9922]  {duration_admission=19,                                                                     
##          sex=2}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9923]  {duration_admission=19,                                                                     
##          prem=1}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9924]  {duration_admission=19,                                                                     
##          uwfa=1}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9925]  {duration_admission=19,                                                                     
##          hiv_exposure=3}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9926]  {duration_admission=19,                                                                     
##          lbw=1}                      => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9927]  {chest indrawing=2,                                                                         
##          duration_admission=19}      => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9928]  {duration_admission=19,                                                                     
##          prolonged=1}                => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9929]  {duration_admission=19,                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9930]  {duration_admission=19,                                                                     
##          ventilation=3}              => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9931]  {duration_admission=19}      => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9932]  {hiv_exposure=1,                                                                            
##          vaccinations=4}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9933]  {vaccinations=4,                                                                            
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9934]  {serious outcome?=2,                                                                        
##          vaccinations=4}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9935]  {duration_admission=11,                                                                     
##          resp=18}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9936]  {resp=18,                                                                                   
##          Xray=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9937]  {resp=18,                                                                                   
##          temp=7}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9938]  {resp=18,                                                                                   
##          sex=1}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9939]  {resp=18,                                                                                   
##          Xray=3}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9940]  {people in house=2,                                                                         
##          resp=18}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9941]  {resp=18,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9942]  {resp=18,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9943]  {Maternal smoke category=1,                                                                 
##          resp=18}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9944]  {resp=18,                                                                                   
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9945]  {resp=18,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9946]  {Maternal smoke category=3,                                                                 
##          resp=18}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9947]  {resp=18,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [9948]  {people in house=1,                                                                         
##          resp=18}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9949]  {resp=18,                                                                                   
##          sex=2}                      => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9950]  {prem=1,                                                                                    
##          resp=18}                    => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9951]  {resp=18,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9952]  {hiv_exposure=3,                                                                            
##          resp=18}                    => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9953]  {lbw=1,                                                                                     
##          resp=18}                    => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9954]  {chest indrawing=2,                                                                         
##          resp=18}                    => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [9955]  {prolonged=1,                                                                               
##          resp=18}                    => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9956]  {resp=18,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [9957]  {resp=18,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [9958]  {resp=18}                    => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [9959]  {CRP=2,                                                                                     
##          duration_admission=2}       => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9960]  {CRP=2,                                                                                     
##          duration_admission=11}      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9961]  {CRP=2,                                                                                     
##          Xray=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9962]  {CRP=2,                                                                                     
##          hiv_exposure=1}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9963]  {CRP=2,                                                                                     
##          lbw=2}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9964]  {CRP=2,                                                                                     
##          uwfa=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9965]  {CRP=2,                                                                                     
##          prem=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9966]  {CRP=2,                                                                                     
##          Xray=3}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9967]  {CRP=2,                                                                                     
##          people in house=2}          => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9968]  {CRP=2,                                                                                     
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9969]  {CRP=2,                                                                                     
##          stunted=2}                  => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9970]  {CRP=2,                                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9971]  {CRP=2,                                                                                     
##          vaccinations=1}             => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9972]  {CRP=2,                                                                                     
##          temp=5}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9973]  {CRP=2,                                                                                     
##          vaccinations=2}             => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9974]  {CRP=2,                                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9975]  {CRP=2,                                                                                     
##          stunted=1}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9976]  {CRP=2,                                                                                     
##          people in house=1}          => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [9977]  {CRP=2,                                                                                     
##          sex=2}                      => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [9978]  {CRP=2,                                                                                     
##          prem=1}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9979]  {CRP=2,                                                                                     
##          uwfa=1}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9980]  {CRP=2,                                                                                     
##          hiv_exposure=3}             => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9981]  {CRP=2,                                                                                     
##          lbw=1}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9982]  {chest indrawing=2,                                                                         
##          CRP=2}                      => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [9983]  {CRP=2,                                                                                     
##          prolonged=1}                => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [9984]  {CRP=2,                                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [9985]  {CRP=2,                                                                                     
##          ventilation=3}              => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [9986]  {CRP=2}                      => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [9987]  {duration_admission=2,                                                                      
##          O2 saturation=23}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9988]  {duration_admission=11,                                                                     
##          O2 saturation=23}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9989]  {hiv_exposure=1,                                                                            
##          O2 saturation=23}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9990]  {O2 saturation=23,                                                                          
##          temp=7}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9991]  {O2 saturation=23,                                                                          
##          Xray=3}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [9992]  {O2 saturation=23,                                                                          
##          people in house=2}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [9993]  {O2 saturation=23,                                                                          
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [9994]  {O2 saturation=23,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9995]  {Maternal smoke category=1,                                                                 
##          O2 saturation=23}           => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9996]  {O2 saturation=23,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9997]  {O2 saturation=23,                                                                          
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [9998]  {O2 saturation=23,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [9999]  {Maternal smoke category=3,                                                                 
##          O2 saturation=23}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10000] {O2 saturation=23,                                                                          
##          stunted=1}                  => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10001] {O2 saturation=23,                                                                          
##          people in house=1}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10002] {O2 saturation=23,                                                                          
##          sex=2}                      => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10003] {O2 saturation=23,                                                                          
##          prem=1}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10004] {O2 saturation=23,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10005] {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10006] {lbw=1,                                                                                     
##          O2 saturation=23}           => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10007] {chest indrawing=2,                                                                         
##          O2 saturation=23}           => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10008] {O2 saturation=23,                                                                          
##          prolonged=1}                => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10009] {O2 saturation=23,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10010] {O2 saturation=23,                                                                          
##          ventilation=3}              => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10011] {O2 saturation=23}           => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10012] {serious outcome?=1,                                                                        
##          temp=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10013] {temp=3,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10014] {prem=2,                                                                                    
##          temp=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10015] {sex=1,                                                                                     
##          temp=3}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10016] {temp=3,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10017] {temp=3,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10018] {Maternal smoke category=1,                                                                 
##          temp=3}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10019] {temp=3,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10020] {temp=3,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10021] {Maternal smoke category=3,                                                                 
##          temp=3}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10022] {stunted=1,                                                                                 
##          temp=3}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10023] {people in house=1,                                                                         
##          temp=3}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10024] {sex=2,                                                                                     
##          temp=3}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10025] {prem=1,                                                                                    
##          temp=3}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10026] {temp=3,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10027] {hiv_exposure=3,                                                                            
##          temp=3}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10028] {lbw=1,                                                                                     
##          temp=3}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10029] {chest indrawing=2,                                                                         
##          temp=3}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10030] {prolonged=1,                                                                               
##          temp=3}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10031] {serious outcome?=2,                                                                        
##          temp=3}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10032] {temp=3,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10033] {temp=3}                     => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10034] {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10035] {hiv_exposure=1,                                                                            
##          serious outcome?=1}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10036] {lbw=2,                                                                                     
##          serious outcome?=1}         => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10037] {people in house=2,                                                                         
##          serious outcome?=1}         => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10038] {serious outcome?=1,                                                                        
##          vaccinations=2}             => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10039] {CRP=97,                                                                                    
##          temp=10}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10040] {duration_admission=11,                                                                     
##          temp=10}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10041] {hiv_exposure=1,                                                                            
##          temp=10}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10042] {lbw=2,                                                                                     
##          temp=10}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10043] {temp=10,                                                                                   
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10044] {prem=2,                                                                                    
##          temp=10}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10045] {sex=1,                                                                                     
##          temp=10}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10046] {temp=10,                                                                                   
##          Xray=3}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10047] {people in house=2,                                                                         
##          temp=10}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10048] {temp=10,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10049] {stunted=2,                                                                                 
##          temp=10}                    => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10050] {Maternal smoke category=1,                                                                 
##          temp=10}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10051] {temp=10,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10052] {temp=10,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10053] {Maternal smoke category=3,                                                                 
##          temp=10}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10054] {stunted=1,                                                                                 
##          temp=10}                    => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10055] {people in house=1,                                                                         
##          temp=10}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10056] {sex=2,                                                                                     
##          temp=10}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10057] {prem=1,                                                                                    
##          temp=10}                    => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10058] {temp=10,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10059] {hiv_exposure=3,                                                                            
##          temp=10}                    => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10060] {lbw=1,                                                                                     
##          temp=10}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10061] {chest indrawing=2,                                                                         
##          temp=10}                    => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10062] {prolonged=1,                                                                               
##          temp=10}                    => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10063] {serious outcome?=2,                                                                        
##          temp=10}                    => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10064] {temp=10,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10065] {temp=10}                    => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10066] {Maternal smoke category=2,                                                                 
##          prolonged=2}                => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10067] {duration_admission=2,                                                                      
##          Maternal smoke category=2}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10068] {CRP=97,                                                                                    
##          Maternal smoke category=2}  => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10069] {hiv_exposure=1,                                                                            
##          Maternal smoke category=2}  => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10070] {lbw=2,                                                                                     
##          Maternal smoke category=2}  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10071] {Maternal smoke category=2,                                                                 
##          uwfa=2}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10072] {Maternal smoke category=2,                                                                 
##          prem=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10073] {Maternal smoke category=2,                                                                 
##          temp=7}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10074] {Maternal smoke category=2,                                                                 
##          sex=1}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10075] {Maternal smoke category=2,                                                                 
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10076] {Maternal smoke category=2,                                                                 
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10077] {Maternal smoke category=2,                                                                 
##          Xray=4}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10078] {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10079] {Maternal smoke category=2,                                                                 
##          vaccinations=1}             => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10080] {Maternal smoke category=2,                                                                 
##          temp=5}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10081] {Maternal smoke category=2,                                                                 
##          vaccinations=2}             => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10082] {Maternal smoke category=2,                                                                 
##          stunted=1}                  => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10083] {Maternal smoke category=2,                                                                 
##          people in house=1}          => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10084] {Maternal smoke category=2,                                                                 
##          sex=2}                      => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10085] {Maternal smoke category=2,                                                                 
##          prem=1}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10086] {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10087] {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10088] {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10089] {chest indrawing=2,                                                                         
##          Maternal smoke category=2}  => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10090] {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10091] {Maternal smoke category=2,                                                                 
##          serious outcome?=2}         => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10092] {Maternal smoke category=2,                                                                 
##          ventilation=3}              => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10093] {Maternal smoke category=2}  => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10094] {chest indrawing=1,                                                                         
##          O2 saturation=22}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10095] {O2 saturation=22,                                                                          
##          resp=16}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10096] {duration_admission=17,                                                                     
##          O2 saturation=22}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10097] {duration_admission=11,                                                                     
##          O2 saturation=22}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10098] {O2 saturation=22,                                                                          
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10099] {O2 saturation=22,                                                                          
##          prem=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10100] {O2 saturation=22,                                                                          
##          temp=7}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10101] {O2 saturation=22,                                                                          
##          sex=1}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10102] {O2 saturation=22,                                                                          
##          Xray=3}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10103] {O2 saturation=22,                                                                          
##          people in house=2}          => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10104] {O2 saturation=22,                                                                          
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10105] {O2 saturation=22,                                                                          
##          stunted=2}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10106] {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10107] {O2 saturation=22,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10108] {O2 saturation=22,                                                                          
##          temp=5}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10109] {O2 saturation=22,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10110] {Maternal smoke category=3,                                                                 
##          O2 saturation=22}           => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10111] {O2 saturation=22,                                                                          
##          stunted=1}                  => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10112] {O2 saturation=22,                                                                          
##          people in house=1}          => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10113] {O2 saturation=22,                                                                          
##          sex=2}                      => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10114] {O2 saturation=22,                                                                          
##          prem=1}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10115] {O2 saturation=22,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10116] {hiv_exposure=3,                                                                            
##          O2 saturation=22}           => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10117] {lbw=1,                                                                                     
##          O2 saturation=22}           => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10118] {chest indrawing=2,                                                                         
##          O2 saturation=22}           => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10119] {O2 saturation=22,                                                                          
##          prolonged=1}                => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10120] {O2 saturation=22,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10121] {O2 saturation=22,                                                                          
##          ventilation=3}              => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10122] {O2 saturation=22}           => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10123] {hiv_exposure=1,                                                                            
##          prolonged=2}                => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10124] {lbw=2,                                                                                     
##          prolonged=2}                => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10125] {prolonged=2,                                                                               
##          uwfa=2}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10126] {prem=2,                                                                                    
##          prolonged=2}                => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10127] {prolonged=2,                                                                               
##          temp=7}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10128] {prolonged=2,                                                                               
##          Xray=3}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10129] {people in house=2,                                                                         
##          prolonged=2}                => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10130] {prolonged=2,                                                                               
##          vaccinations=1}             => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10131] {prolonged=2,                                                                               
##          vaccinations=2}             => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10132] {Maternal smoke category=3,                                                                 
##          prolonged=2}                => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10133] {prolonged=2,                                                                               
##          stunted=1}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10134] {prolonged=2,                                                                               
##          sex=2}                      => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10135] {prolonged=2,                                                                               
##          serious outcome?=2}         => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10136] {duration_admission=17,                                                                     
##          O2 saturation=21}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10137] {CRP=97,                                                                                    
##          O2 saturation=21}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10138] {lbw=2,                                                                                     
##          O2 saturation=21}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10139] {O2 saturation=21,                                                                          
##          prem=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10140] {O2 saturation=21,                                                                          
##          temp=7}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10141] {O2 saturation=21,                                                                          
##          sex=1}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10142] {O2 saturation=21,                                                                          
##          Xray=3}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10143] {O2 saturation=21,                                                                          
##          people in house=2}          => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10144] {O2 saturation=21,                                                                          
##          Xray=4}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10145] {O2 saturation=21,                                                                          
##          stunted=2}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10146] {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10147] {O2 saturation=21,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10148] {O2 saturation=21,                                                                          
##          temp=5}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10149] {O2 saturation=21,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10150] {Maternal smoke category=3,                                                                 
##          O2 saturation=21}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10151] {O2 saturation=21,                                                                          
##          stunted=1}                  => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10152] {O2 saturation=21,                                                                          
##          people in house=1}          => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10153] {O2 saturation=21,                                                                          
##          sex=2}                      => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10154] {O2 saturation=21,                                                                          
##          prem=1}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10155] {O2 saturation=21,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10156] {hiv_exposure=3,                                                                            
##          O2 saturation=21}           => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10157] {lbw=1,                                                                                     
##          O2 saturation=21}           => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10158] {chest indrawing=2,                                                                         
##          O2 saturation=21}           => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10159] {O2 saturation=21,                                                                          
##          prolonged=1}                => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10160] {O2 saturation=21,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10161] {O2 saturation=21,                                                                          
##          ventilation=3}              => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10162] {O2 saturation=21}           => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10163] {duration_admission=2,                                                                      
##          O2 saturation=24}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10164] {duration_admission=11,                                                                     
##          O2 saturation=24}           => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10165] {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10166] {lbw=2,                                                                                     
##          O2 saturation=24}           => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10167] {O2 saturation=24,                                                                          
##          uwfa=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10168] {O2 saturation=24,                                                                          
##          prem=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10169] {O2 saturation=24,                                                                          
##          temp=7}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10170] {O2 saturation=24,                                                                          
##          sex=1}                      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10171] {O2 saturation=24,                                                                          
##          Xray=3}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10172] {O2 saturation=24,                                                                          
##          people in house=2}          => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10173] {O2 saturation=24,                                                                          
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10174] {O2 saturation=24,                                                                          
##          stunted=2}                  => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10175] {Maternal smoke category=1,                                                                 
##          O2 saturation=24}           => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10176] {O2 saturation=24,                                                                          
##          vaccinations=1}             => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10177] {O2 saturation=24,                                                                          
##          temp=5}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10178] {O2 saturation=24,                                                                          
##          vaccinations=2}             => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10179] {Maternal smoke category=3,                                                                 
##          O2 saturation=24}           => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10180] {O2 saturation=24,                                                                          
##          stunted=1}                  => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10181] {O2 saturation=24,                                                                          
##          people in house=1}          => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10182] {O2 saturation=24,                                                                          
##          sex=2}                      => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10183] {O2 saturation=24,                                                                          
##          prem=1}                     => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10184] {O2 saturation=24,                                                                          
##          uwfa=1}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10185] {hiv_exposure=3,                                                                            
##          O2 saturation=24}           => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10186] {lbw=1,                                                                                     
##          O2 saturation=24}           => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10187] {chest indrawing=2,                                                                         
##          O2 saturation=24}           => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10188] {O2 saturation=24,                                                                          
##          prolonged=1}                => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10189] {O2 saturation=24,                                                                          
##          serious outcome?=2}         => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10190] {O2 saturation=24,                                                                          
##          ventilation=3}              => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10191] {O2 saturation=24}           => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10192] {chest indrawing=1,                                                                         
##          duration_admission=17}      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10193] {chest indrawing=1,                                                                         
##          duration_admission=11}      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10194] {chest indrawing=1,                                                                         
##          Xray=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10195] {chest indrawing=1,                                                                         
##          hiv_exposure=1}             => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10196] {chest indrawing=1,                                                                         
##          lbw=2}                      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10197] {chest indrawing=1,                                                                         
##          prem=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10198] {chest indrawing=1,                                                                         
##          temp=7}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10199] {chest indrawing=1,                                                                         
##          sex=1}                      => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10200] {chest indrawing=1,                                                                         
##          Xray=3}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10201] {chest indrawing=1,                                                                         
##          people in house=2}          => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10202] {chest indrawing=1,                                                                         
##          Xray=4}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10203] {chest indrawing=1,                                                                         
##          Maternal smoke category=1}  => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10204] {chest indrawing=1,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10205] {chest indrawing=1,                                                                         
##          temp=5}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10206] {chest indrawing=1,                                                                         
##          vaccinations=2}             => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10207] {chest indrawing=1,                                                                         
##          stunted=1}                  => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10208] {chest indrawing=1,                                                                         
##          uwfa=1}                     => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10209] {chest indrawing=1,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10210] {duration_admission=17,                                                                     
##          resp=16}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10211] {duration_admission=2,                                                                      
##          resp=16}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10212] {CRP=97,                                                                                    
##          resp=16}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10213] {duration_admission=11,                                                                     
##          resp=16}                    => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10214] {resp=16,                                                                                   
##          Xray=2}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10215] {hiv_exposure=1,                                                                            
##          resp=16}                    => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10216] {lbw=2,                                                                                     
##          resp=16}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10217] {resp=16,                                                                                   
##          uwfa=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10218] {prem=2,                                                                                    
##          resp=16}                    => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10219] {resp=16,                                                                                   
##          temp=7}                     => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10220] {resp=16,                                                                                   
##          sex=1}                      => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10221] {resp=16,                                                                                   
##          Xray=3}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10222] {people in house=2,                                                                         
##          resp=16}                    => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10223] {resp=16,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10224] {resp=16,                                                                                   
##          stunted=2}                  => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10225] {Maternal smoke category=1,                                                                 
##          resp=16}                    => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10226] {resp=16,                                                                                   
##          vaccinations=1}             => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10227] {resp=16,                                                                                   
##          temp=5}                     => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10228] {resp=16,                                                                                   
##          vaccinations=2}             => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10229] {Maternal smoke category=3,                                                                 
##          resp=16}                    => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10230] {resp=16,                                                                                   
##          stunted=1}                  => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10231] {people in house=1,                                                                         
##          resp=16}                    => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10232] {resp=16,                                                                                   
##          sex=2}                      => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10233] {prem=1,                                                                                    
##          resp=16}                    => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10234] {resp=16,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10235] {hiv_exposure=3,                                                                            
##          resp=16}                    => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10236] {lbw=1,                                                                                     
##          resp=16}                    => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10237] {chest indrawing=2,                                                                         
##          resp=16}                    => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10238] {prolonged=1,                                                                               
##          resp=16}                    => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10239] {resp=16,                                                                                   
##          serious outcome?=2}         => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10240] {resp=16,                                                                                   
##          ventilation=3}              => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10241] {resp=16}                    => {outcome=2}                 0.13793103  1.0000000  1.0175439
## [10242] {CRP=97,                                                                                    
##          duration_admission=15}      => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10243] {duration_admission=15,                                                                     
##          Xray=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10244] {duration_admission=15,                                                                     
##          hiv_exposure=1}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10245] {duration_admission=15,                                                                     
##          lbw=2}                      => {outcome=2}                 0.03448276  1.0000000  1.0175439
## [10246] {duration_admission=15,                                                                     
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10247] {duration_admission=15,                                                                     
##          prem=2}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10248] {duration_admission=15,                                                                     
##          temp=7}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10249] {duration_admission=15,                                                                     
##          sex=1}                      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10250] {duration_admission=15,                                                                     
##          Xray=3}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10251] {duration_admission=15,                                                                     
##          people in house=2}          => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10252] {duration_admission=15,                                                                     
##          Xray=4}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10253] {duration_admission=15,                                                                     
##          stunted=2}                  => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10254] {duration_admission=15,                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10255] {duration_admission=15,                                                                     
##          vaccinations=1}             => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10256] {duration_admission=15,                                                                     
##          temp=5}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10257] {duration_admission=15,                                                                     
##          vaccinations=2}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10258] {duration_admission=15,                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10259] {duration_admission=15,                                                                     
##          stunted=1}                  => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10260] {duration_admission=15,                                                                     
##          people in house=1}          => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10261] {duration_admission=15,                                                                     
##          sex=2}                      => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10262] {duration_admission=15,                                                                     
##          prem=1}                     => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10263] {duration_admission=15,                                                                     
##          uwfa=1}                     => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10264] {duration_admission=15,                                                                     
##          hiv_exposure=3}             => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10265] {duration_admission=15,                                                                     
##          lbw=1}                      => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10266] {chest indrawing=2,                                                                         
##          duration_admission=15}      => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10267] {duration_admission=15,                                                                     
##          prolonged=1}                => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10268] {duration_admission=15,                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10269] {duration_admission=15,                                                                     
##          ventilation=3}              => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10270] {duration_admission=15}      => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10271] {CRP=97,                                                                                    
##          duration_admission=17}      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10272] {duration_admission=17,                                                                     
##          lbw=2}                      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10273] {duration_admission=17,                                                                     
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10274] {duration_admission=17,                                                                     
##          prem=2}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10275] {duration_admission=17,                                                                     
##          temp=7}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10276] {duration_admission=17,                                                                     
##          sex=1}                      => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10277] {duration_admission=17,                                                                     
##          Xray=3}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10278] {duration_admission=17,                                                                     
##          people in house=2}          => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10279] {duration_admission=17,                                                                     
##          Xray=4}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10280] {duration_admission=17,                                                                     
##          stunted=2}                  => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10281] {duration_admission=17,                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10282] {duration_admission=17,                                                                     
##          vaccinations=1}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10283] {duration_admission=17,                                                                     
##          temp=5}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10284] {duration_admission=17,                                                                     
##          vaccinations=2}             => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10285] {duration_admission=17,                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10286] {duration_admission=17,                                                                     
##          stunted=1}                  => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10287] {duration_admission=17,                                                                     
##          people in house=1}          => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10288] {duration_admission=17,                                                                     
##          sex=2}                      => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10289] {duration_admission=17,                                                                     
##          prem=1}                     => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10290] {duration_admission=17,                                                                     
##          uwfa=1}                     => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10291] {duration_admission=17,                                                                     
##          hiv_exposure=3}             => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10292] {duration_admission=17,                                                                     
##          lbw=1}                      => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10293] {chest indrawing=2,                                                                         
##          duration_admission=17}      => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10294] {duration_admission=17,                                                                     
##          prolonged=1}                => {outcome=2}                 0.14942529  1.0000000  1.0175439
## [10295] {duration_admission=17,                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10296] {duration_admission=17,                                                                     
##          ventilation=3}              => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10297] {duration_admission=17}      => {outcome=2}                 0.14942529  1.0000000  1.0175439
## [10298] {CRP=97,                                                                                    
##          duration_admission=2}       => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10299] {duration_admission=2,                                                                      
##          Xray=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10300] {duration_admission=2,                                                                      
##          lbw=2}                      => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10301] {duration_admission=2,                                                                      
##          uwfa=2}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10302] {duration_admission=2,                                                                      
##          prem=2}                     => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10303] {duration_admission=2,                                                                      
##          temp=7}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10304] {duration_admission=2,                                                                      
##          sex=1}                      => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10305] {duration_admission=2,                                                                      
##          Xray=3}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10306] {duration_admission=2,                                                                      
##          people in house=2}          => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10307] {duration_admission=2,                                                                      
##          Xray=4}                     => {outcome=2}                 0.02873563  1.0000000  1.0175439
## [10308] {duration_admission=2,                                                                      
##          stunted=2}                  => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10309] {duration_admission=2,                                                                      
##          Maternal smoke category=1}  => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10310] {duration_admission=2,                                                                      
##          vaccinations=1}             => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10311] {duration_admission=2,                                                                      
##          temp=5}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10312] {duration_admission=2,                                                                      
##          vaccinations=2}             => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10313] {duration_admission=2,                                                                      
##          Maternal smoke category=3}  => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10314] {duration_admission=2,                                                                      
##          stunted=1}                  => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10315] {duration_admission=2,                                                                      
##          people in house=1}          => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10316] {duration_admission=2,                                                                      
##          sex=2}                      => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10317] {duration_admission=2,                                                                      
##          prem=1}                     => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10318] {duration_admission=2,                                                                      
##          uwfa=1}                     => {outcome=2}                 0.13793103  1.0000000  1.0175439
## [10319] {duration_admission=2,                                                                      
##          hiv_exposure=3}             => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10320] {duration_admission=2,                                                                      
##          lbw=1}                      => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10321] {chest indrawing=2,                                                                         
##          duration_admission=2}       => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10322] {duration_admission=2,                                                                      
##          prolonged=1}                => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10323] {duration_admission=2,                                                                      
##          serious outcome?=2}         => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10324] {duration_admission=2,                                                                      
##          ventilation=3}              => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10325] {duration_admission=2}       => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10326] {CRP=97,                                                                                    
##          duration_admission=11}      => {outcome=2}                 0.02298851  1.0000000  1.0175439
## [10327] {CRP=97,                                                                                    
##          hiv_exposure=1}             => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10328] {CRP=97,                                                                                    
##          lbw=2}                      => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10329] {CRP=97,                                                                                    
##          prem=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10330] {CRP=97,                                                                                    
##          temp=7}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10331] {CRP=97,                                                                                    
##          sex=1}                      => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10332] {CRP=97,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10333] {CRP=97,                                                                                    
##          people in house=2}          => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10334] {CRP=97,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10335] {CRP=97,                                                                                    
##          Maternal smoke category=1}  => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10336] {CRP=97,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10337] {CRP=97,                                                                                    
##          temp=5}                     => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10338] {CRP=97,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10339] {CRP=97,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10340] {CRP=97,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10341] {chest indrawing=2,                                                                         
##          CRP=97}                     => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10342] {CRP=97,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.17241379  1.0000000  1.0175439
## [10343] {duration_admission=11,                                                                     
##          Xray=2}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10344] {duration_admission=11,                                                                     
##          hiv_exposure=1}             => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10345] {duration_admission=11,                                                                     
##          lbw=2}                      => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10346] {duration_admission=11,                                                                     
##          uwfa=2}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10347] {duration_admission=11,                                                                     
##          Xray=3}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10348] {duration_admission=11,                                                                     
##          people in house=2}          => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10349] {duration_admission=11,                                                                     
##          stunted=2}                  => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10350] {duration_admission=11,                                                                     
##          vaccinations=1}             => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10351] {duration_admission=11,                                                                     
##          temp=5}                     => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10352] {duration_admission=11,                                                                     
##          vaccinations=2}             => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10353] {duration_admission=11,                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.12068966  1.0000000  1.0175439
## [10354] {duration_admission=11,                                                                     
##          sex=2}                      => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10355] {duration_admission=11,                                                                     
##          prem=1}                     => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10356] {duration_admission=11,                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10357] {duration_admission=11,                                                                     
##          ventilation=3}              => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10358] {hiv_exposure=1,                                                                            
##          Xray=2}                     => {outcome=2}                 0.04597701  1.0000000  1.0175439
## [10359] {lbw=2,                                                                                     
##          Xray=2}                     => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10360] {uwfa=2,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10361] {prem=2,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10362] {temp=7,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.06321839  1.0000000  1.0175439
## [10363] {sex=1,                                                                                     
##          Xray=2}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10364] {people in house=2,                                                                         
##          Xray=2}                     => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10365] {stunted=2,                                                                                 
##          Xray=2}                     => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10366] {Maternal smoke category=1,                                                                 
##          Xray=2}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10367] {vaccinations=1,                                                                            
##          Xray=2}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10368] {temp=5,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10369] {vaccinations=2,                                                                            
##          Xray=2}                     => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10370] {Maternal smoke category=3,                                                                 
##          Xray=2}                     => {outcome=2}                 0.12068966  1.0000000  1.0175439
## [10371] {stunted=1,                                                                                 
##          Xray=2}                     => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10372] {people in house=1,                                                                         
##          Xray=2}                     => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10373] {sex=2,                                                                                     
##          Xray=2}                     => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10374] {prem=1,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10375] {uwfa=1,                                                                                    
##          Xray=2}                     => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10376] {hiv_exposure=3,                                                                            
##          Xray=2}                     => {outcome=2}                 0.16091954  1.0000000  1.0175439
## [10377] {lbw=1,                                                                                     
##          Xray=2}                     => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10378] {chest indrawing=2,                                                                         
##          Xray=2}                     => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10379] {prolonged=1,                                                                               
##          Xray=2}                     => {outcome=2}                 0.20114943  1.0000000  1.0175439
## [10380] {serious outcome?=2,                                                                        
##          Xray=2}                     => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10381] {ventilation=3,                                                                             
##          Xray=2}                     => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10382] {Xray=2}                     => {outcome=2}                 0.20689655  1.0000000  1.0175439
## [10383] {hiv_exposure=1,                                                                            
##          lbw=2}                      => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10384] {hiv_exposure=1,                                                                            
##          uwfa=2}                     => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10385] {hiv_exposure=1,                                                                            
##          prem=2}                     => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10386] {hiv_exposure=1,                                                                            
##          temp=7}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10387] {hiv_exposure=1,                                                                            
##          sex=1}                      => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10388] {hiv_exposure=1,                                                                            
##          Xray=3}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10389] {hiv_exposure=1,                                                                            
##          people in house=2}          => {outcome=2}                 0.09770115  1.0000000  1.0175439
## [10390] {hiv_exposure=1,                                                                            
##          Xray=4}                     => {outcome=2}                 0.12068966  1.0000000  1.0175439
## [10391] {hiv_exposure=1,                                                                            
##          stunted=2}                  => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10392] {hiv_exposure=1,                                                                            
##          Maternal smoke category=1}  => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10393] {hiv_exposure=1,                                                                            
##          vaccinations=1}             => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10394] {hiv_exposure=1,                                                                            
##          temp=5}                     => {outcome=2}                 0.12068966  1.0000000  1.0175439
## [10395] {hiv_exposure=1,                                                                            
##          vaccinations=2}             => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10396] {hiv_exposure=1,                                                                            
##          Maternal smoke category=3}  => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10397] {hiv_exposure=1,                                                                            
##          stunted=1}                  => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10398] {hiv_exposure=1,                                                                            
##          people in house=1}          => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10399] {hiv_exposure=1,                                                                            
##          sex=2}                      => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10400] {hiv_exposure=1,                                                                            
##          prem=1}                     => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10401] {hiv_exposure=1,                                                                            
##          uwfa=1}                     => {outcome=2}                 0.14942529  1.0000000  1.0175439
## [10402] {hiv_exposure=1,                                                                            
##          lbw=1}                      => {outcome=2}                 0.17241379  1.0000000  1.0175439
## [10403] {chest indrawing=2,                                                                         
##          hiv_exposure=1}             => {outcome=2}                 0.22413793  1.0000000  1.0175439
## [10404] {hiv_exposure=1,                                                                            
##          prolonged=1}                => {outcome=2}                 0.20114943  1.0000000  1.0175439
## [10405] {hiv_exposure=1,                                                                            
##          serious outcome?=2}         => {outcome=2}                 0.24137931  1.0000000  1.0175439
## [10406] {hiv_exposure=1,                                                                            
##          ventilation=3}              => {outcome=2}                 0.24137931  1.0000000  1.0175439
## [10407] {hiv_exposure=1}             => {outcome=2}                 0.26436782  1.0000000  1.0175439
## [10408] {lbw=2,                                                                                     
##          uwfa=2}                     => {outcome=2}                 0.18965517  1.0000000  1.0175439
## [10409] {lbw=2,                                                                                     
##          prem=2}                     => {outcome=2}                 0.21264368  1.0000000  1.0175439
## [10410] {lbw=2,                                                                                     
##          temp=7}                     => {outcome=2}                 0.08620690  1.0000000  1.0175439
## [10411] {lbw=2,                                                                                     
##          sex=1}                      => {outcome=2}                 0.05172414  1.0000000  1.0175439
## [10412] {lbw=2,                                                                                     
##          Xray=3}                     => {outcome=2}                 0.08045977  1.0000000  1.0175439
## [10413] {lbw=2,                                                                                     
##          people in house=2}          => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10414] {lbw=2,                                                                                     
##          Xray=4}                     => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10415] {lbw=2,                                                                                     
##          stunted=2}                  => {outcome=2}                 0.20689655  1.0000000  1.0175439
## [10416] {lbw=2,                                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10417] {lbw=2,                                                                                     
##          vaccinations=1}             => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10418] {lbw=2,                                                                                     
##          temp=5}                     => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10419] {lbw=2,                                                                                     
##          vaccinations=2}             => {outcome=2}                 0.10344828  1.0000000  1.0175439
## [10420] {lbw=2,                                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10421] {lbw=2,                                                                                     
##          stunted=1}                  => {outcome=2}                 0.07471264  1.0000000  1.0175439
## [10422] {lbw=2,                                                                                     
##          people in house=1}          => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10423] {lbw=2,                                                                                     
##          sex=2}                      => {outcome=2}                 0.22988506  1.0000000  1.0175439
## [10424] {lbw=2,                                                                                     
##          prem=1}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10425] {lbw=2,                                                                                     
##          uwfa=1}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10426] {hiv_exposure=3,                                                                            
##          lbw=2}                      => {outcome=2}                 0.17241379  1.0000000  1.0175439
## [10427] {chest indrawing=2,                                                                         
##          lbw=2}                      => {outcome=2}                 0.25287356  1.0000000  1.0175439
## [10428] {lbw=2,                                                                                     
##          prolonged=1}                => {outcome=2}                 0.21839080  1.0000000  1.0175439
## [10429] {lbw=2,                                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.24137931  1.0000000  1.0175439
## [10430] {lbw=2,                                                                                     
##          ventilation=3}              => {outcome=2}                 0.24137931  1.0000000  1.0175439
## [10431] {lbw=2}                      => {outcome=2}                 0.28160920  1.0000000  1.0175439
## [10432] {prem=2,                                                                                    
##          uwfa=2}                     => {outcome=2}                 0.18965517  1.0000000  1.0175439
## [10433] {temp=7,                                                                                    
##          uwfa=2}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10434] {sex=1,                                                                                     
##          uwfa=2}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10435] {uwfa=2,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.05747126  1.0000000  1.0175439
## [10436] {people in house=2,                                                                         
##          uwfa=2}                     => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10437] {uwfa=2,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.16091954  1.0000000  1.0175439
## [10438] {Maternal smoke category=1,                                                                 
##          uwfa=2}                     => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10439] {uwfa=2,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.13793103  1.0000000  1.0175439
## [10440] {temp=5,                                                                                    
##          uwfa=2}                     => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10441] {uwfa=2,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.11494253  1.0000000  1.0175439
## [10442] {stunted=1,                                                                                 
##          uwfa=2}                     => {outcome=2}                 0.04022989  1.0000000  1.0175439
## [10443] {chest indrawing=2,                                                                         
##          uwfa=2}                     => {outcome=2}                 0.25862069  1.0000000  1.0175439
## [10444] {serious outcome?=2,                                                                        
##          uwfa=2}                     => {outcome=2}                 0.24137931  1.0000000  1.0175439
## [10445] {prem=2,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.06896552  1.0000000  1.0175439
## [10446] {people in house=2,                                                                         
##          prem=2}                     => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10447] {prem=2,                                                                                    
##          stunted=2}                  => {outcome=2}                 0.21264368  1.0000000  1.0175439
## [10448] {prem=2,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.16091954  1.0000000  1.0175439
## [10449] {prem=2,                                                                                    
##          temp=5}                     => {outcome=2}                 0.12643678  1.0000000  1.0175439
## [10450] {prem=2,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10451] {Maternal smoke category=3,                                                                 
##          prem=2}                     => {outcome=2}                 0.13793103  1.0000000  1.0175439
## [10452] {prem=2,                                                                                    
##          sex=2}                      => {outcome=2}                 0.22413793  1.0000000  1.0175439
## [10453] {prem=2,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.24712644  1.0000000  1.0175439
## [10454] {prem=2,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.24712644  1.0000000  1.0175439
## [10455] {temp=7,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10456] {people in house=2,                                                                         
##          temp=7}                     => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10457] {stunted=2,                                                                                 
##          temp=7}                     => {outcome=2}                 0.14367816  1.0000000  1.0175439
## [10458] {temp=7,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10459] {temp=7,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.14942529  1.0000000  1.0175439
## [10460] {Maternal smoke category=3,                                                                 
##          temp=7}                     => {outcome=2}                 0.16091954  1.0000000  1.0175439
## [10461] {sex=2,                                                                                     
##          temp=7}                     => {outcome=2}                 0.23563218  1.0000000  1.0175439
## [10462] {prem=1,                                                                                    
##          temp=7}                     => {outcome=2}                 0.21839080  1.0000000  1.0175439
## [10463] {serious outcome?=2,                                                                        
##          temp=7}                     => {outcome=2}                 0.31034483  1.0000000  1.0175439
## [10464] {temp=7,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.31034483  1.0000000  1.0175439
## [10465] {sex=1,                                                                                     
##          Xray=3}                     => {outcome=2}                 0.10919540  1.0000000  1.0175439
## [10466] {people in house=2,                                                                         
##          sex=1}                      => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10467] {sex=1,                                                                                     
##          vaccinations=1}             => {outcome=2}                 0.12068966  1.0000000  1.0175439
## [10468] {sex=1,                                                                                     
##          vaccinations=2}             => {outcome=2}                 0.17241379  1.0000000  1.0175439
## [10469] {Maternal smoke category=3,                                                                 
##          sex=1}                      => {outcome=2}                 0.18965517  1.0000000  1.0175439
## [10470] {serious outcome?=2,                                                                        
##          sex=1}                      => {outcome=2}                 0.30459770  1.0000000  1.0175439
## [10471] {people in house=2,                                                                         
##          Xray=3}                     => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10472] {stunted=2,                                                                                 
##          Xray=3}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10473] {Maternal smoke category=1,                                                                 
##          Xray=3}                     => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10474] {vaccinations=1,                                                                            
##          Xray=3}                     => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10475] {temp=5,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.13793103  1.0000000  1.0175439
## [10476] {vaccinations=2,                                                                            
##          Xray=3}                     => {outcome=2}                 0.17241379  1.0000000  1.0175439
## [10477] {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10478] {stunted=1,                                                                                 
##          Xray=3}                     => {outcome=2}                 0.26436782  1.0000000  1.0175439
## [10479] {people in house=1,                                                                         
##          Xray=3}                     => {outcome=2}                 0.22413793  1.0000000  1.0175439
## [10480] {sex=2,                                                                                     
##          Xray=3}                     => {outcome=2}                 0.24712644  1.0000000  1.0175439
## [10481] {prem=1,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.28735632  1.0000000  1.0175439
## [10482] {uwfa=1,                                                                                    
##          Xray=3}                     => {outcome=2}                 0.29885057  1.0000000  1.0175439
## [10483] {hiv_exposure=3,                                                                            
##          Xray=3}                     => {outcome=2}                 0.28160920  1.0000000  1.0175439
## [10484] {lbw=1,                                                                                     
##          Xray=3}                     => {outcome=2}                 0.27586207  1.0000000  1.0175439
## [10485] {chest indrawing=2,                                                                         
##          Xray=3}                     => {outcome=2}                 0.30459770  1.0000000  1.0175439
## [10486] {prolonged=1,                                                                               
##          Xray=3}                     => {outcome=2}                 0.33333333  1.0000000  1.0175439
## [10487] {serious outcome?=2,                                                                        
##          Xray=3}                     => {outcome=2}                 0.35057471  1.0000000  1.0175439
## [10488] {ventilation=3,                                                                             
##          Xray=3}                     => {outcome=2}                 0.35057471  1.0000000  1.0175439
## [10489] {Xray=3}                     => {outcome=2}                 0.35632184  1.0000000  1.0175439
## [10490] {people in house=2,                                                                         
##          Xray=4}                     => {outcome=2}                 0.09195402  1.0000000  1.0175439
## [10491] {people in house=2,                                                                         
##          stunted=2}                  => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10492] {Maternal smoke category=1,                                                                 
##          people in house=2}          => {outcome=2}                 0.14942529  1.0000000  1.0175439
## [10493] {people in house=2,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.15517241  1.0000000  1.0175439
## [10494] {people in house=2,                                                                         
##          temp=5}                     => {outcome=2}                 0.17241379  1.0000000  1.0175439
## [10495] {people in house=2,                                                                         
##          vaccinations=2}             => {outcome=2}                 0.18965517  1.0000000  1.0175439
## [10496] {Maternal smoke category=3,                                                                 
##          people in house=2}          => {outcome=2}                 0.18965517  1.0000000  1.0175439
## [10497] {people in house=2,                                                                         
##          stunted=1}                  => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10498] {people in house=2,                                                                         
##          sex=2}                      => {outcome=2}                 0.27011494  1.0000000  1.0175439
## [10499] {people in house=2,                                                                         
##          prem=1}                     => {outcome=2}                 0.22988506  1.0000000  1.0175439
## [10500] {people in house=2,                                                                         
##          uwfa=1}                     => {outcome=2}                 0.24712644  1.0000000  1.0175439
## [10501] {hiv_exposure=3,                                                                            
##          people in house=2}          => {outcome=2}                 0.26436782  1.0000000  1.0175439
## [10502] {lbw=1,                                                                                     
##          people in house=2}          => {outcome=2}                 0.24712644  1.0000000  1.0175439
## [10503] {chest indrawing=2,                                                                         
##          people in house=2}          => {outcome=2}                 0.31034483  1.0000000  1.0175439
## [10504] {people in house=2,                                                                         
##          prolonged=1}                => {outcome=2}                 0.33908046  1.0000000  1.0175439
## [10505] {people in house=2,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.33908046  1.0000000  1.0175439
## [10506] {people in house=2,                                                                         
##          ventilation=3}              => {outcome=2}                 0.33908046  1.0000000  1.0175439
## [10507] {people in house=2}          => {outcome=2}                 0.36206897  1.0000000  1.0175439
## [10508] {vaccinations=1,                                                                            
##          Xray=4}                     => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10509] {vaccinations=2,                                                                            
##          Xray=4}                     => {outcome=2}                 0.18390805  1.0000000  1.0175439
## [10510] {Maternal smoke category=3,                                                                 
##          Xray=4}                     => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10511] {sex=2,                                                                                     
##          Xray=4}                     => {outcome=2}                 0.25862069  1.0000000  1.0175439
## [10512] {serious outcome?=2,                                                                        
##          Xray=4}                     => {outcome=2}                 0.29885057  1.0000000  1.0175439
## [10513] {stunted=2,                                                                                 
##          vaccinations=1}             => {outcome=2}                 0.21264368  1.0000000  1.0175439
## [10514] {stunted=2,                                                                                 
##          vaccinations=2}             => {outcome=2}                 0.13218391  1.0000000  1.0175439
## [10515] {serious outcome?=2,                                                                        
##          stunted=2}                  => {outcome=2}                 0.33908046  1.0000000  1.0175439
## [10516] {Maternal smoke category=1,                                                                 
##          vaccinations=1}             => {outcome=2}                 0.16666667  1.0000000  1.0175439
## [10517] {Maternal smoke category=1,                                                                 
##          vaccinations=2}             => {outcome=2}                 0.17241379  1.0000000  1.0175439
## [10518] {Maternal smoke category=1,                                                                 
##          sex=2}                      => {outcome=2}                 0.28160920  1.0000000  1.0175439
## [10519] {Maternal smoke category=1,                                                                 
##          serious outcome?=2}         => {outcome=2}                 0.34482759  1.0000000  1.0175439
## [10520] {temp=5,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.17816092  1.0000000  1.0175439
## [10521] {Maternal smoke category=3,                                                                 
##          vaccinations=1}             => {outcome=2}                 0.21264368  1.0000000  1.0175439
## [10522] {stunted=1,                                                                                 
##          vaccinations=1}             => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10523] {people in house=1,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.25287356  1.0000000  1.0175439
## [10524] {sex=2,                                                                                     
##          vaccinations=1}             => {outcome=2}                 0.28735632  1.0000000  1.0175439
## [10525] {prem=1,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.24712644  1.0000000  1.0175439
## [10526] {uwfa=1,                                                                                    
##          vaccinations=1}             => {outcome=2}                 0.27011494  1.0000000  1.0175439
## [10527] {hiv_exposure=3,                                                                            
##          vaccinations=1}             => {outcome=2}                 0.31609195  1.0000000  1.0175439
## [10528] {lbw=1,                                                                                     
##          vaccinations=1}             => {outcome=2}                 0.25287356  1.0000000  1.0175439
## [10529] {chest indrawing=2,                                                                         
##          vaccinations=1}             => {outcome=2}                 0.34482759  1.0000000  1.0175439
## [10530] {prolonged=1,                                                                               
##          vaccinations=1}             => {outcome=2}                 0.36781609  1.0000000  1.0175439
## [10531] {serious outcome?=2,                                                                        
##          vaccinations=1}             => {outcome=2}                 0.39080460  1.0000000  1.0175439
## [10532] {vaccinations=1,                                                                            
##          ventilation=3}              => {outcome=2}                 0.39080460  1.0000000  1.0175439
## [10533] {vaccinations=1}             => {outcome=2}                 0.40804598  1.0000000  1.0175439
## [10534] {temp=5,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.20114943  1.0000000  1.0175439
## [10535] {Maternal smoke category=3,                                                                 
##          temp=5}                     => {outcome=2}                 0.19540230  1.0000000  1.0175439
## [10536] {stunted=1,                                                                                 
##          temp=5}                     => {outcome=2}                 0.24137931  1.0000000  1.0175439
## [10537] {sex=2,                                                                                     
##          temp=5}                     => {outcome=2}                 0.26436782  1.0000000  1.0175439
## [10538] {prolonged=1,                                                                               
##          temp=5}                     => {outcome=2}                 0.36781609  1.0000000  1.0175439
## [10539] {serious outcome?=2,                                                                        
##          temp=5}                     => {outcome=2}                 0.37356322  1.0000000  1.0175439
## [10540] {Maternal smoke category=3,                                                                 
##          vaccinations=2}             => {outcome=2}                 0.25862069  1.0000000  1.0175439
## [10541] {stunted=1,                                                                                 
##          vaccinations=2}             => {outcome=2}                 0.35632184  1.0000000  1.0175439
## [10542] {people in house=1,                                                                         
##          vaccinations=2}             => {outcome=2}                 0.29885057  1.0000000  1.0175439
## [10543] {sex=2,                                                                                     
##          vaccinations=2}             => {outcome=2}                 0.31609195  1.0000000  1.0175439
## [10544] {prem=1,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.37931034  1.0000000  1.0175439
## [10545] {uwfa=1,                                                                                    
##          vaccinations=2}             => {outcome=2}                 0.37356322  1.0000000  1.0175439
## [10546] {hiv_exposure=3,                                                                            
##          vaccinations=2}             => {outcome=2}                 0.33333333  1.0000000  1.0175439
## [10547] {lbw=1,                                                                                     
##          vaccinations=2}             => {outcome=2}                 0.38505747  1.0000000  1.0175439
## [10548] {chest indrawing=2,                                                                         
##          vaccinations=2}             => {outcome=2}                 0.42528736  1.0000000  1.0175439
## [10549] {prolonged=1,                                                                               
##          vaccinations=2}             => {outcome=2}                 0.44252874  1.0000000  1.0175439
## [10550] {serious outcome?=2,                                                                        
##          vaccinations=2}             => {outcome=2}                 0.44827586  1.0000000  1.0175439
## [10551] {vaccinations=2,                                                                            
##          ventilation=3}              => {outcome=2}                 0.44827586  1.0000000  1.0175439
## [10552] {vaccinations=2}             => {outcome=2}                 0.48850575  1.0000000  1.0175439
## [10553] {Maternal smoke category=3,                                                                 
##          stunted=1}                  => {outcome=2}                 0.35057471  1.0000000  1.0175439
## [10554] {Maternal smoke category=3,                                                                 
##          uwfa=1}                     => {outcome=2}                 0.39655172  1.0000000  1.0175439
## [10555] {chest indrawing=2,                                                                         
##          Maternal smoke category=3}  => {outcome=2}                 0.41379310  1.0000000  1.0175439
## [10556] {Maternal smoke category=3,                                                                 
##          serious outcome?=2}         => {outcome=2}                 0.48850575  1.0000000  1.0175439
## [10557] {sex=2,                                                                                     
##          stunted=1}                  => {outcome=2}                 0.35057471  1.0000000  1.0175439
## [10558] {prem=1,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.52298851  1.0000000  1.0175439
## [10559] {serious outcome?=2,                                                                        
##          stunted=1}                  => {outcome=2}                 0.56321839  1.0000000  1.0175439
## [10560] {stunted=1,                                                                                 
##          ventilation=3}              => {outcome=2}                 0.56321839  1.0000000  1.0175439
## [10561] {people in house=1,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.56896552  1.0000000  1.0175439
## [10562] {sex=2,                                                                                     
##          uwfa=1}                     => {outcome=2}                 0.44252874  1.0000000  1.0175439
## [10563] {chest indrawing=2,                                                                         
##          sex=2}                      => {outcome=2}                 0.58045977  1.0000000  1.0175439
## [10564] {serious outcome?=2,                                                                        
##          sex=2}                      => {outcome=2}                 0.60344828  1.0000000  1.0175439
## [10565] {prem=1,                                                                                    
##          serious outcome?=2}         => {outcome=2}                 0.66091954  1.0000000  1.0175439
## [10566] {serious outcome?=2,                                                                        
##          uwfa=1}                     => {outcome=2}                 0.66091954  1.0000000  1.0175439
## [10567] {hiv_exposure=3,                                                                            
##          serious outcome?=2}         => {outcome=2}                 0.64942529  1.0000000  1.0175439
## [10568] {lbw=1,                                                                                     
##          serious outcome?=2}         => {outcome=2}                 0.66666667  1.0000000  1.0175439
## [10569] {chest indrawing=2,                                                                         
##          serious outcome?=2}         => {outcome=2}                 0.78160920  1.0000000  1.0175439
## [10570] {prolonged=1,                                                                               
##          serious outcome?=2}         => {outcome=2}                 0.84482759  1.0000000  1.0175439
## [10571] {serious outcome?=2,                                                                        
##          ventilation=3}              => {outcome=2}                 0.90804598  1.0000000  1.0175439
## [10572] {serious outcome?=2}         => {outcome=2}                 0.90804598  1.0000000  1.0175439
## [10573] {outcome=2}                  => {serious outcome?=2}        0.90804598  0.9239766  1.0175439
## [10574] {lbw=1,                                                                                     
##          stunted=1}                  => {ventilation=3}             0.50000000  0.9354839  1.0173387
## [10575] {outcome=2,                                                                                 
##          vaccinations=2}             => {prolonged=1}               0.44252874  0.9058824  1.0169260
## [10576] {vaccinations=2}             => {prolonged=1}               0.44252874  0.9058824  1.0169260
## [10577] {sex=1,                                                                                     
##          uwfa=1}                     => {ventilation=3}             0.24712644  0.9347826  1.0165761
## [10578] {hiv_exposure=3,                                                                            
##          people in house=2}          => {ventilation=3}             0.24712644  0.9347826  1.0165761
## [10579] {duration_admission=18,                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10580] {duration_admission=18,                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10581] {duration_admission=18}      => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10582] {duration_admission=19,                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10583] {duration_admission=19,                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10584] {duration_admission=19}      => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10585] {O2 saturation=21,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10586] {CRP=97,                                                                                    
##          sex=1}                      => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10587] {duration_admission=11,                                                                     
##          sex=1}                      => {serious outcome?=2}        0.06896552  0.9230769  1.0165531
## [10588] {chest indrawing=2,                                                                         
##          hiv_exposure=1}             => {serious outcome?=2}        0.20689655  0.9230769  1.0165531
## [10589] {sex=1,                                                                                     
##          temp=5}                     => {serious outcome?=2}        0.13793103  0.9230769  1.0165531
## [10590] {Maternal smoke category=1,                                                                 
##          outcome=2}                  => {serious outcome?=2}        0.34482759  0.9230769  1.0165531
## [10591] {chest indrawing=2,                                                                         
##          vaccinations=2}             => {prolonged=1}               0.38505747  0.9054054  1.0163906
## [10592] {serious outcome?=2,                                                                        
##          sex=2}                      => {chest indrawing=2}         0.52873563  0.8761905  1.0163810
## [10593] {Maternal smoke category=1,                                                                 
##          prolonged=1}                => {ventilation=3}             0.32758621  0.9344262  1.0161885
## [10594] {CRP=97,                                                                                    
##          sex=2}                      => {prolonged=1}               0.10919540  0.9047619  1.0156682
## [10595] {O2 saturation=1,                                                                           
##          uwfa=1}                     => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10596] {O2 saturation=1,                                                                           
##          outcome=2}                  => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10597] {O2 saturation=1,                                                                           
##          ventilation=3}              => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10598] {O2 saturation=1,                                                                           
##          serious outcome?=2}         => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10599] {O2 saturation=1,                                                                           
##          prolonged=1}                => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10600] {O2 saturation=1}            => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10601] {serious outcome?=1,                                                                        
##          ventilation=2}              => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10602] {ventilation=2}              => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10603] {O2 saturation=20,                                                                          
##          prem=1}                     => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10604] {O2 saturation=20,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10605] {O2 saturation=20,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10606] {hiv_exposure=3,                                                                            
##          resp=10}                    => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10607] {prolonged=1,                                                                               
##          resp=30}                    => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10608] {people in house=1,                                                                         
##          resp=13}                    => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10609] {duration_admission=18,                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10610] {serious outcome?=1,                                                                        
##          uwfa=2}                     => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10611] {serious outcome?=1,                                                                        
##          stunted=2}                  => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10612] {serious outcome?=1,                                                                        
##          stunted=1}                  => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10613] {serious outcome?=1,                                                                        
##          uwfa=1}                     => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10614] {serious outcome?=1}         => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10615] {temp=10,                                                                                   
##          Xray=3}                     => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10616] {outcome=2,                                                                                 
##          temp=10}                    => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10617] {temp=10,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10618] {serious outcome?=2,                                                                        
##          temp=10}                    => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10619] {temp=10}                    => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10620] {prolonged=2,                                                                               
##          vaccinations=2}             => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10621] {O2 saturation=24,                                                                          
##          sex=1}                      => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10622] {duration_admission=15,                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10623] {CRP=97,                                                                                    
##          people in house=2}          => {chest indrawing=2}         0.04022989  0.8750000  1.0150000
## [10624] {vaccinations=1,                                                                            
##          Xray=2}                     => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10625] {hiv_exposure=1,                                                                            
##          Maternal smoke category=1}  => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10626] {lbw=2,                                                                                     
##          sex=2}                      => {chest indrawing=2}         0.20114943  0.8750000  1.0150000
## [10627] {uwfa=2,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.12068966  0.8750000  1.0150000
## [10628] {sex=1,                                                                                     
##          stunted=1}                  => {ventilation=3}             0.24137931  0.9333333  1.0150000
## [10629] {temp=5,                                                                                    
##          Xray=3}                     => {chest indrawing=2}         0.12068966  0.8750000  1.0150000
## [10630] {people in house=2,                                                                         
##          Xray=4}                     => {chest indrawing=2}         0.08045977  0.8750000  1.0150000
## [10631] {outcome=2,                                                                                 
##          stunted=1}                  => {ventilation=3}             0.56321839  0.9333333  1.0150000
## [10632] {hiv_exposure=3,                                                                            
##          O2 saturation=22}           => {ventilation=3}             0.08045977  0.9333333  1.0150000
## [10633] {chest indrawing=1,                                                                         
##          sex=2}                      => {ventilation=3}             0.08045977  0.9333333  1.0150000
## [10634] {duration_admission=17,                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.08045977  0.9333333  1.0150000
## [10635] {CRP=97,                                                                                    
##          Xray=3}                     => {ventilation=3}             0.08045977  0.9333333  1.0150000
## [10636] {lbw=2,                                                                                     
##          temp=7}                     => {ventilation=3}             0.08045977  0.9333333  1.0150000
## [10637] {sex=1,                                                                                     
##          temp=7}                     => {ventilation=3}             0.08045977  0.9333333  1.0150000
## [10638] {chest indrawing=2,                                                                         
##          stunted=1}                  => {serious outcome?=2}        0.47126437  0.9213483  1.0146494
## [10639] {lbw=1,                                                                                     
##          stunted=2}                  => {prolonged=1}               0.16091954  0.9032258  1.0139438
## [10640] {Maternal smoke category=1,                                                                 
##          uwfa=1}                     => {ventilation=3}             0.23563218  0.9318182  1.0133523
## [10641] {hiv_exposure=3,                                                                            
##          sex=2}                      => {chest indrawing=2}         0.39655172  0.8734177  1.0131646
## [10642] {sex=1}                      => {ventilation=3}             0.31034483  0.9310345  1.0125000
## [10643] {Maternal smoke category=1,                                                                 
##          vaccinations=1}             => {ventilation=3}             0.15517241  0.9310345  1.0125000
## [10644] {stunted=1,                                                                                 
##          vaccinations=2}             => {serious outcome?=2}        0.32758621  0.9193548  1.0124541
## [10645] {prolonged=1,                                                                               
##          stunted=2}                  => {chest indrawing=2}         0.27586207  0.8727273  1.0123636
## [10646] {chest indrawing=2,                                                                         
##          Maternal smoke category=1}  => {prolonged=1}               0.31609195  0.9016393  1.0121629
## [10647] {sex=2,                                                                                     
##          stunted=1}                  => {prolonged=1}               0.31609195  0.9016393  1.0121629
## [10648] {people in house=1,                                                                         
##          stunted=1}                  => {ventilation=3}             0.38505747  0.9305556  1.0119792
## [10649] {stunted=2,                                                                                 
##          vaccinations=1}             => {serious outcome?=2}        0.19540230  0.9189189  1.0119740
## [10650] {chest indrawing=2,                                                                         
##          vaccinations=2}             => {serious outcome?=2}        0.39080460  0.9189189  1.0119740
## [10651] {chest indrawing=2,                                                                         
##          outcome=2}                  => {serious outcome?=2}        0.78160920  0.9189189  1.0119740
## [10652] {people in house=2,                                                                         
##          sex=2}                      => {chest indrawing=2}         0.23563218  0.8723404  1.0119149
## [10653] {outcome=2,                                                                                 
##          vaccinations=1}             => {prolonged=1}               0.36781609  0.9014085  1.0119037
## [10654] {vaccinations=1}             => {prolonged=1}               0.36781609  0.9014085  1.0119037
## [10655] {outcome=2,                                                                                 
##          temp=5}                     => {prolonged=1}               0.36781609  0.9014085  1.0119037
## [10656] {people in house=2,                                                                         
##          uwfa=1}                     => {ventilation=3}             0.22988506  0.9302326  1.0116279
## [10657] {lbw=1,                                                                                     
##          people in house=2}          => {ventilation=3}             0.22988506  0.9302326  1.0116279
## [10658] {lbw=1,                                                                                     
##          sex=1}                      => {serious outcome?=2}        0.25862069  0.9183673  1.0113666
## [10659] {Maternal smoke category=1,                                                                 
##          sex=2}                      => {serious outcome?=2}        0.25862069  0.9183673  1.0113666
## [10660] {prem=2,                                                                                    
##          sex=2}                      => {chest indrawing=2}         0.19540230  0.8717949  1.0112821
## [10661] {vaccinations=2,                                                                            
##          ventilation=3}              => {chest indrawing=2}         0.39080460  0.8717949  1.0112821
## [10662] {serious outcome?=2,                                                                        
##          vaccinations=2}             => {chest indrawing=2}         0.39080460  0.8717949  1.0112821
## [10663] {sex=2,                                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.32183908  0.9180328  1.0109981
## [10664] {prolonged=1,                                                                               
##          ventilation=3}              => {outcome=2}                 0.84482759  0.9932432  1.0106686
## [10665] {outcome=2,                                                                                 
##          vaccinations=2}             => {serious outcome?=2}        0.44827586  0.9176471  1.0105733
## [10666] {vaccinations=2}             => {serious outcome?=2}        0.44827586  0.9176471  1.0105733
## [10667] {resp=18,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10668] {hiv_exposure=3,                                                                            
##          O2 saturation=23}           => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10669] {prem=1,                                                                                    
##          temp=3}                     => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10670] {temp=3,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10671] {serious outcome?=2,                                                                        
##          temp=3}                     => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10672] {people in house=1,                                                                         
##          temp=10}                    => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10673] {hiv_exposure=3,                                                                            
##          temp=10}                    => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10674] {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10675] {O2 saturation=24,                                                                          
##          vaccinations=2}             => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10676] {chest indrawing=1,                                                                         
##          temp=7}                     => {prolonged=1}               0.05172414  0.9000000  1.0103226
## [10677] {hiv_exposure=1,                                                                            
##          lbw=1}                      => {prolonged=1}               0.15517241  0.9000000  1.0103226
## [10678] {hiv_exposure=3,                                                                            
##          lbw=2}                      => {prolonged=1}               0.15517241  0.9000000  1.0103226
## [10679] {prem=1,                                                                                    
##          stunted=2}                  => {prolonged=1}               0.15517241  0.9000000  1.0103226
## [10680] {lbw=1,                                                                                     
##          stunted=2}                  => {chest indrawing=2}         0.15517241  0.8709677  1.0103226
## [10681] {Maternal smoke category=1,                                                                 
##          temp=5}                     => {prolonged=1}               0.15517241  0.9000000  1.0103226
## [10682] {chest indrawing=2,                                                                         
##          vaccinations=1}             => {prolonged=1}               0.31034483  0.9000000  1.0103226
## [10683] {chest indrawing=2,                                                                         
##          ventilation=3}              => {outcome=2}                 0.78160920  0.9927007  1.0101165
## [10684] {sex=2}                      => {chest indrawing=2}         0.58045977  0.8706897  1.0100000
## [10685] {chest indrawing=2,                                                                         
##          prolonged=1}                => {outcome=2}                 0.75862069  0.9924812  1.0098932
## [10686] {outcome=2,                                                                                 
##          vaccinations=2}             => {chest indrawing=2}         0.42528736  0.8705882  1.0098824
## [10687] {vaccinations=2}             => {chest indrawing=2}         0.42528736  0.8705882  1.0098824
## [10688] {chest indrawing=2,                                                                         
##          O2 saturation=22}           => {ventilation=3}             0.07471264  0.9285714  1.0098214
## [10689] {resp=16,                                                                                   
##          temp=5}                     => {ventilation=3}             0.07471264  0.9285714  1.0098214
## [10690] {duration_admission=17,                                                                     
##          vaccinations=2}             => {ventilation=3}             0.07471264  0.9285714  1.0098214
## [10691] {duration_admission=11,                                                                     
##          temp=7}                     => {ventilation=3}             0.07471264  0.9285714  1.0098214
## [10692] {stunted=2,                                                                                 
##          Xray=2}                     => {ventilation=3}             0.07471264  0.9285714  1.0098214
## [10693] {lbw=2,                                                                                     
##          Xray=3}                     => {ventilation=3}             0.07471264  0.9285714  1.0098214
## [10694] {prem=2,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.14942529  0.9285714  1.0098214
## [10695] {people in house=1,                                                                         
##          sex=1}                      => {ventilation=3}             0.22413793  0.9285714  1.0098214
## [10696] {stunted=1,                                                                                 
##          temp=5}                     => {ventilation=3}             0.22413793  0.9285714  1.0098214
## [10697] {outcome=2,                                                                                 
##          people in house=1}          => {chest indrawing=2}         0.54022989  0.8703704  1.0096296
## [10698] {prem=1,                                                                                    
##          Xray=1}                     => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10699] {prolonged=1,                                                                               
##          Xray=1}                     => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10700] {ventilation=3,                                                                             
##          Xray=1}                     => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10701] {Xray=1}                     => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10702] {prolonged=1,                                                                               
##          resp=13}                    => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10703] {chest indrawing=2,                                                                         
##          duration_admission=18}      => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10704] {prolonged=2,                                                                               
##          ventilation=3}              => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10705] {chest indrawing=1}          => {serious outcome?=2}        0.12643678  0.9166667  1.0094937
## [10706] {duration_admission=11,                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10707] {Maternal smoke category=1,                                                                 
##          Xray=2}                     => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10708] {lbw=2,                                                                                     
##          prem=1}                     => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10709] {sex=1,                                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.06321839  0.9166667  1.0094937
## [10710] {uwfa=2,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.12643678  0.9166667  1.0094937
## [10711] {stunted=2,                                                                                 
##          uwfa=1}                     => {serious outcome?=2}        0.12643678  0.9166667  1.0094937
## [10712] {outcome=2,                                                                                 
##          people in house=1}          => {serious outcome?=2}        0.56896552  0.9166667  1.0094937
## [10713] {prolonged=1,                                                                               
##          vaccinations=2}             => {chest indrawing=2}         0.38505747  0.8701299  1.0093506
## [10714] {prem=1,                                                                                    
##          sex=2}                      => {chest indrawing=2}         0.38505747  0.8701299  1.0093506
## [10715] {prolonged=1,                                                                               
##          uwfa=1}                     => {outcome=2}                 0.66666667  0.9914530  1.0088469
## [10716] {sex=2}                      => {outcome=2}                 0.66091954  0.9913793  1.0087719
## [10717] {uwfa=1,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.66091954  0.9913793  1.0087719
## [10718] {duration_admission=11,                                                                     
##          lbw=1}                      => {chest indrawing=2}         0.11494253  0.8695652  1.0086957
## [10719] {people in house=2,                                                                         
##          Xray=3}                     => {chest indrawing=2}         0.11494253  0.8695652  1.0086957
## [10720] {hiv_exposure=3,                                                                            
##          people in house=2}          => {chest indrawing=2}         0.22988506  0.8695652  1.0086957
## [10721] {people in house=1,                                                                         
##          sex=2}                      => {chest indrawing=2}         0.34482759  0.8695652  1.0086957
## [10722] {prem=1,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.64942529  0.9912281  1.0086180
## [10723] {hiv_exposure=3,                                                                            
##          lbw=1}                      => {serious outcome?=2}        0.50000000  0.9157895  1.0085276
## [10724] {prolonged=1,                                                                               
##          sex=1}                      => {ventilation=3}             0.29310345  0.9272727  1.0084091
## [10725] {sex=2,                                                                                     
##          vaccinations=2}             => {ventilation=3}             0.29310345  0.9272727  1.0084091
## [10726] {outcome=2,                                                                                 
##          temp=5}                     => {serious outcome?=2}        0.37356322  0.9154930  1.0082011
## [10727] {stunted=1}                  => {outcome=2}                 0.60344828  0.9905660  1.0079444
## [10728] {sex=2,                                                                                     
##          ventilation=3}              => {outcome=2}                 0.60344828  0.9905660  1.0079444
## [10729] {prem=2,                                                                                    
##          prolonged=1}                => {ventilation=3}             0.21839080  0.9268293  1.0079268
## [10730] {hiv_exposure=3,                                                                            
##          outcome=2}                  => {chest indrawing=2}         0.60919540  0.8688525  1.0078689
## [10731] {prem=1,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.59195402  0.9903846  1.0077598
## [10732] {chest indrawing=2,                                                                         
##          prem=1}                     => {outcome=2}                 0.59195402  0.9903846  1.0077598
## [10733] {lbw=1,                                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.24712644  0.9148936  1.0075411
## [10734] {prolonged=1,                                                                               
##          sex=2}                      => {outcome=2}                 0.56896552  0.9900000  1.0073684
## [10735] {lbw=2,                                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.18965517  0.8684211  1.0073684
## [10736] {lbw=1,                                                                                     
##          sex=2}                      => {chest indrawing=2}         0.37931034  0.8684211  1.0073684
## [10737] {hiv_exposure=3,                                                                            
##          outcome=2}                  => {ventilation=3}             0.64942529  0.9262295  1.0072746
## [10738] {stunted=1,                                                                                 
##          uwfa=1}                     => {outcome=2}                 0.56321839  0.9898990  1.0072656
## [10739] {prolonged=1,                                                                               
##          stunted=1}                  => {outcome=2}                 0.56321839  0.9898990  1.0072656
## [10740] {CRP=97,                                                                                    
##          hiv_exposure=3}             => {ventilation=3}             0.14367816  0.9259259  1.0069444
## [10741] {temp=5,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.18390805  0.9142857  1.0068716
## [10742] {sex=2,                                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.52873563  0.8679245  1.0067925
## [10743] {lbw=1,                                                                                     
##          stunted=1}                  => {outcome=2}                 0.52873563  0.9892473  1.0066025
## [10744] {Maternal smoke category=3,                                                                 
##          Xray=3}                     => {prolonged=1}               0.14942529  0.8965517  1.0064516
## [10745] {Maternal smoke category=1,                                                                 
##          vaccinations=1}             => {prolonged=1}               0.14942529  0.8965517  1.0064516
## [10746] {sex=1}                      => {serious outcome?=2}        0.30459770  0.9137931  1.0063291
## [10747] {Maternal smoke category=3}  => {outcome=2}                 0.50574713  0.9887640  1.0061108
## [10748] {chest indrawing=2,                                                                         
##          stunted=1}                  => {outcome=2}                 0.50574713  0.9887640  1.0061108
## [10749] {Maternal smoke category=3,                                                                 
##          ventilation=3}              => {outcome=2}                 0.48850575  0.9883721  1.0057120
## [10750] {hiv_exposure=1,                                                                            
##          outcome=2}                  => {serious outcome?=2}        0.24137931  0.9130435  1.0055036
## [10751] {hiv_exposure=1}             => {serious outcome?=2}        0.24137931  0.9130435  1.0055036
## [10752] {people in house=2,                                                                         
##          prem=2}                     => {serious outcome?=2}        0.12068966  0.9130435  1.0055036
## [10753] {sex=1,                                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.24137931  0.9130435  1.0055036
## [10754] {stunted=2,                                                                                 
##          vaccinations=2}             => {serious outcome?=2}        0.12068966  0.9130435  1.0055036
## [10755] {outcome=2,                                                                                 
##          sex=2}                      => {serious outcome?=2}        0.60344828  0.9130435  1.0055036
## [10756] {stunted=1}                  => {ventilation=3}             0.56321839  0.9245283  1.0054245
## [10757] {O2 saturation=24,                                                                          
##          stunted=1}                  => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10758] {O2 saturation=24,                                                                          
##          prem=1}                     => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10759] {duration_admission=15,                                                                     
##          hiv_exposure=3}             => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10760] {duration_admission=2,                                                                      
##          Maternal smoke category=3}  => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10761] {lbw=2,                                                                                     
##          temp=7}                     => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10762] {hiv_exposure=3,                                                                            
##          lbw=2}                      => {chest indrawing=2}         0.14942529  0.8666667  1.0053333
## [10763] {prem=2,                                                                                    
##          stunted=1}                  => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10764] {hiv_exposure=3,                                                                            
##          prem=2}                     => {chest indrawing=2}         0.14942529  0.8666667  1.0053333
## [10765] {lbw=1,                                                                                     
##          prem=2}                     => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10766] {sex=1,                                                                                     
##          temp=7}                     => {chest indrawing=2}         0.07471264  0.8666667  1.0053333
## [10767] {Maternal smoke category=3,                                                                 
##          prolonged=1}                => {outcome=2}                 0.47126437  0.9879518  1.0052843
## [10768] {hiv_exposure=3,                                                                            
##          stunted=1}                  => {outcome=2}                 0.46551724  0.9878049  1.0051348
## [10769] {hiv_exposure=3,                                                                            
##          sex=2}                      => {ventilation=3}             0.41954023  0.9240506  1.0049051
## [10770] {ventilation=3}              => {outcome=2}                 0.90804598  0.9875000  1.0048246
## [10771] {outcome=2}                  => {ventilation=3}             0.90804598  0.9239766  1.0048246
## [10772] {hiv_exposure=3,                                                                            
##          sex=2}                      => {outcome=2}                 0.44827586  0.9873418  1.0046636
## [10773] {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {chest indrawing=2}         0.48275862  0.8659794  1.0045361
## [10774] {chest indrawing=1,                                                                         
##          lbw=1}                      => {prolonged=1}               0.09770115  0.8947368  1.0044143
## [10775] {people in house=2,                                                                         
##          temp=7}                     => {prolonged=1}               0.09770115  0.8947368  1.0044143
## [10776] {sex=1,                                                                                     
##          Xray=4}                     => {prolonged=1}               0.09770115  0.8947368  1.0044143
## [10777] {prem=1,                                                                                    
##          Xray=4}                     => {prolonged=1}               0.19540230  0.8947368  1.0044143
## [10778] {prolonged=1}                => {outcome=2}                 0.87931034  0.9870968  1.0044143
## [10779] {outcome=2}                  => {prolonged=1}               0.87931034  0.8947368  1.0044143
## [10780] {hiv_exposure=3,                                                                            
##          stunted=1}                  => {chest indrawing=2}         0.40804598  0.8658537  1.0043902
## [10781] {prem=1,                                                                                    
##          sex=2}                      => {outcome=2}                 0.43678161  0.9870130  1.0043290
## [10782] {lbw=1,                                                                                     
##          sex=2}                      => {outcome=2}                 0.43103448  0.9868421  1.0041551
## [10783] {people in house=2,                                                                         
##          stunted=1}                  => {serious outcome?=2}        0.17816092  0.9117647  1.0040953
## [10784] {Maternal smoke category=3,                                                                 
##          Xray=4}                     => {serious outcome?=2}        0.17816092  0.9117647  1.0040953
## [10785] {chest indrawing=2}          => {outcome=2}                 0.85057471  0.9866667  1.0039766
## [10786] {outcome=2}                  => {chest indrawing=2}         0.85057471  0.8654971  1.0039766
## [10787] {people in house=1,                                                                         
##          vaccinations=2}             => {chest indrawing=2}         0.25862069  0.8653846  1.0038462
## [10788] {duration_admission=18,                                                                     
##          prolonged=1}                => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10789] {duration_admission=18,                                                                     
##          outcome=2}                  => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10790] {duration_admission=18}      => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10791] {duration_admission=19,                                                                     
##          prolonged=1}                => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10792] {duration_admission=19,                                                                     
##          outcome=2}                  => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10793] {duration_admission=19}      => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10794] {O2 saturation=21,                                                                          
##          prem=1}                     => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10795] {CRP=97,                                                                                    
##          sex=1}                      => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10796] {duration_admission=11,                                                                     
##          sex=1}                      => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10797] {chest indrawing=2,                                                                         
##          hiv_exposure=1}             => {ventilation=3}             0.20689655  0.9230769  1.0038462
## [10798] {sex=1,                                                                                     
##          stunted=2}                  => {ventilation=3}             0.06896552  0.9230769  1.0038462
## [10799] {Maternal smoke category=1,                                                                 
##          outcome=2}                  => {ventilation=3}             0.34482759  0.9230769  1.0038462
## [10800] {hiv_exposure=3,                                                                            
##          sex=2}                      => {serious outcome?=2}        0.41379310  0.9113924  1.0036853
## [10801] {temp=5}                     => {outcome=2}                 0.40804598  0.9861111  1.0034113
## [10802] {people in house=1,                                                                         
##          stunted=1}                  => {outcome=2}                 0.40804598  0.9861111  1.0034113
## [10803] {people in house=1,                                                                         
##          temp=7}                     => {chest indrawing=2}         0.18390805  0.8648649  1.0032432
## [10804] {stunted=2,                                                                                 
##          vaccinations=1}             => {chest indrawing=2}         0.18390805  0.8648649  1.0032432
## [10805] {Maternal smoke category=3,                                                                 
##          vaccinations=1}             => {chest indrawing=2}         0.18390805  0.8648649  1.0032432
## [10806] {people in house=1}          => {chest indrawing=2}         0.55172414  0.8648649  1.0032432
## [10807] {chest indrawing=2,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.52873563  0.9108911  1.0031332
## [10808] {people in house=1,                                                                         
##          sex=2}                      => {outcome=2}                 0.39080460  0.9855072  1.0027968
## [10809] {people in house=2,                                                                         
##          ventilation=3}              => {chest indrawing=2}         0.29310345  0.8644068  1.0027119
## [10810] {people in house=2,                                                                         
##          serious outcome?=2}         => {chest indrawing=2}         0.29310345  0.8644068  1.0027119
## [10811] {people in house=2,                                                                         
##          prolonged=1}                => {chest indrawing=2}         0.29310345  0.8644068  1.0027119
## [10812] {chest indrawing=2,                                                                         
##          temp=5}                     => {outcome=2}                 0.37931034  0.9850746  1.0023566
## [10813] {hiv_exposure=3,                                                                            
##          Maternal smoke category=3}  => {outcome=2}                 0.37931034  0.9850746  1.0023566
## [10814] {lbw=1,                                                                                     
##          Maternal smoke category=3}  => {outcome=2}                 0.37931034  0.9850746  1.0023566
## [10815] {Maternal smoke category=3,                                                                 
##          temp=7}                     => {prolonged=1}               0.14367816  0.8928571  1.0023041
## [10816] {hiv_exposure=3}             => {chest indrawing=2}         0.62068966  0.8640000  1.0022400
## [10817] {hiv_exposure=3,                                                                            
##          temp=5}                     => {ventilation=3}             0.27011494  0.9215686  1.0022059
## [10818] {prolonged=1,                                                                               
##          serious outcome?=2}         => {chest indrawing=2}         0.72988506  0.8639456  1.0021769
## [10819] {temp=5,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.37356322  0.9848485  1.0021265
## [10820] {chest indrawing=2,                                                                         
##          stunted=1}                  => {ventilation=3}             0.47126437  0.9213483  1.0019663
## [10821] {Maternal smoke category=3,                                                                 
##          prem=1}                     => {outcome=2}                 0.36781609  0.9846154  1.0018893
## [10822] {lbw=2,                                                                                     
##          Maternal smoke category=3}  => {chest indrawing=2}         0.10919540  0.8636364  1.0018182
## [10823] {people in house=1,                                                                         
##          vaccinations=1}             => {chest indrawing=2}         0.21839080  0.8636364  1.0018182
## [10824] {hiv_exposure=3,                                                                            
##          prem=1}                     => {chest indrawing=2}         0.47126437  0.8631579  1.0012632
## [10825] {hiv_exposure=3,                                                                            
##          lbw=1}                      => {chest indrawing=2}         0.47126437  0.8631579  1.0012632
## [10826] {Maternal smoke category=3,                                                                 
##          vaccinations=1}             => {prolonged=1}               0.18965517  0.8918919  1.0012206
## [10827] {chest indrawing=2,                                                                         
##          outcome=2}                  => {prolonged=1}               0.75862069  0.8918919  1.0012206
## [10828] {CRP=97,                                                                                    
##          outcome=2}                  => {serious outcome?=2}        0.17241379  0.9090909  1.0011507
## [10829] {chest indrawing=2,                                                                         
##          resp=24}                    => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10830] {outcome=2,                                                                                 
##          resp=24}                    => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10831] {resp=24}                    => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10832] {resp=13,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10833] {lbw=1,                                                                                     
##          resp=13}                    => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10834] {duration_admission=18,                                                                     
##          lbw=1}                      => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10835] {chest indrawing=2,                                                                         
##          duration_admission=19}      => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10836] {Maternal smoke category=2,                                                                 
##          prem=1}                     => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10837] {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10838] {O2 saturation=22,                                                                          
##          temp=7}                     => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10839] {Maternal smoke category=3,                                                                 
##          O2 saturation=22}           => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10840] {O2 saturation=22,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10841] {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10842] {chest indrawing=1,                                                                         
##          vaccinations=2}             => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10843] {chest indrawing=1,                                                                         
##          prolonged=1}                => {serious outcome?=2}        0.11494253  0.9090909  1.0011507
## [10844] {resp=16,                                                                                   
##          stunted=2}                  => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10845] {Maternal smoke category=1,                                                                 
##          resp=16}                    => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10846] {duration_admission=17,                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.05747126  0.9090909  1.0011507
## [10847] {Maternal smoke category=1,                                                                 
##          uwfa=1}                     => {serious outcome?=2}        0.22988506  0.9090909  1.0011507
## [10848] {uwfa=1}                     => {outcome=2}                 0.69540230  0.9837398  1.0009984
## [10849] {Maternal smoke category=1,                                                                 
##          prolonged=1}                => {outcome=2}                 0.34482759  0.9836066  1.0008628
## [10850] {Maternal smoke category=1,                                                                 
##          ventilation=3}              => {outcome=2}                 0.34482759  0.9836066  1.0008628
## [10851] {prem=1}                     => {outcome=2}                 0.68965517  0.9836066  1.0008628
## [10852] {outcome=2,                                                                                 
##          prolonged=1}                => {chest indrawing=2}         0.75862069  0.8627451  1.0007843
## [10853] {chest indrawing=2,                                                                         
##          stunted=2}                  => {outcome=2}                 0.33908046  0.9833333  1.0005848
## [10854] {hiv_exposure=3}             => {ventilation=3}             0.66091954  0.9200000  1.0005000
## [10855] {lbw=1,                                                                                     
##          ventilation=3}              => {outcome=2}                 0.66666667  0.9830508  1.0002974
## [10856] {prem=1,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.66091954  0.9829060  1.0001499
## [10857] {hiv_exposure=3,                                                                            
##          prolonged=1}                => {outcome=2}                 0.66091954  0.9829060  1.0001499
## [10858] {lbw=1,                                                                                     
##          prolonged=1}                => {outcome=2}                 0.66091954  0.9829060  1.0001499
## [10859] {hiv_exposure=1,                                                                            
##          people in house=1}          => {chest indrawing=2}         0.14367816  0.8620690  1.0000000
## [10860] {prolonged=1,                                                                               
##          Xray=3}                     => {chest indrawing=2}         0.28735632  0.8620690  1.0000000
## [10861] {people in house=2,                                                                         
##          stunted=2}                  => {chest indrawing=2}         0.14367816  0.8620690  1.0000000
## [10862] {hiv_exposure=3,                                                                            
##          ventilation=3}              => {outcome=2}                 0.64942529  0.9826087  0.9998474
## [10863] {stunted=1,                                                                                 
##          vaccinations=2}             => {ventilation=3}             0.32758621  0.9193548  0.9997984
## [10864] {outcome=2,                                                                                 
##          stunted=2}                  => {serious outcome?=2}        0.33908046  0.9076923  0.9996105
## [10865] {temp=7}                     => {outcome=2}                 0.31609195  0.9821429  0.9993734
## [10866] {Maternal smoke category=3,                                                                 
##          people in house=1}          => {outcome=2}                 0.31609195  0.9821429  0.9993734
## [10867] {Maternal smoke category=3,                                                                 
##          sex=2}                      => {outcome=2}                 0.31609195  0.9821429  0.9993734
## [10868] {stunted=2,                                                                                 
##          vaccinations=1}             => {ventilation=3}             0.19540230  0.9189189  0.9993243
## [10869] {chest indrawing=2,                                                                         
##          vaccinations=2}             => {ventilation=3}             0.39080460  0.9189189  0.9993243
## [10870] {chest indrawing=2,                                                                         
##          outcome=2}                  => {ventilation=3}             0.78160920  0.9189189  0.9993243
## [10871] {prolonged=1,                                                                               
##          sex=1}                      => {outcome=2}                 0.31034483  0.9818182  0.9990431
## [10872] {prolonged=1,                                                                               
##          stunted=2}                  => {outcome=2}                 0.31034483  0.9818182  0.9990431
## [10873] {lbw=1,                                                                                     
##          prem=1}                     => {outcome=2}                 0.62068966  0.9818182  0.9990431
## [10874] {chest indrawing=2,                                                                         
##          sex=1}                      => {ventilation=3}             0.25862069  0.9183673  0.9987245
## [10875] {Maternal smoke category=1,                                                                 
##          sex=2}                      => {ventilation=3}             0.25862069  0.9183673  0.9987245
## [10876] {sex=1,                                                                                     
##          ventilation=3}              => {outcome=2}                 0.30459770  0.9814815  0.9987005
## [10877] {sex=2,                                                                                     
##          stunted=2}                  => {outcome=2}                 0.30459770  0.9814815  0.9987005
## [10878] {chest indrawing=2,                                                                         
##          hiv_exposure=3}             => {outcome=2}                 0.60919540  0.9814815  0.9987005
## [10879] {lbw=1,                                                                                     
##          uwfa=1}                     => {outcome=2}                 0.60344828  0.9813084  0.9985243
## [10880] {hiv_exposure=3,                                                                            
##          people in house=1}          => {chest indrawing=2}         0.39080460  0.8607595  0.9984810
## [10881] {outcome=2,                                                                                 
##          serious outcome?=2}         => {chest indrawing=2}         0.78160920  0.8607595  0.9984810
## [10882] {serious outcome?=2,                                                                        
##          ventilation=3}              => {chest indrawing=2}         0.78160920  0.8607595  0.9984810
## [10883] {outcome=2,                                                                                 
##          ventilation=3}              => {chest indrawing=2}         0.78160920  0.8607595  0.9984810
## [10884] {serious outcome?=2}         => {chest indrawing=2}         0.78160920  0.8607595  0.9984810
## [10885] {chest indrawing=2}          => {serious outcome?=2}        0.78160920  0.9066667  0.9984810
## [10886] {sex=2,                                                                                     
##          stunted=1}                  => {ventilation=3}             0.32183908  0.9180328  0.9983607
## [10887] {ventilation=3,                                                                             
##          Xray=4}                     => {outcome=2}                 0.29885057  0.9811321  0.9983449
## [10888] {chest indrawing=2,                                                                         
##          lbw=1}                      => {outcome=2}                 0.59770115  0.9811321  0.9983449
## [10889] {sex=2,                                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.21264368  0.8604651  0.9981395
## [10890] {lbw=1,                                                                                     
##          people in house=2}          => {chest indrawing=2}         0.21264368  0.8604651  0.9981395
## [10891] {hiv_exposure=3,                                                                            
##          stunted=2}                  => {chest indrawing=2}         0.21264368  0.8604651  0.9981395
## [10892] {CRP=97,                                                                                    
##          prolonged=1}                => {serious outcome?=2}        0.16666667  0.9062500  0.9980222
## [10893] {prem=2}                     => {outcome=2}                 0.29310345  0.9807692  0.9979757
## [10894] {chest indrawing=2,                                                                         
##          uwfa=1}                     => {outcome=2}                 0.58620690  0.9807692  0.9979757
## [10895] {outcome=2,                                                                                 
##          vaccinations=2}             => {ventilation=3}             0.44827586  0.9176471  0.9979412
## [10896] {vaccinations=2}             => {ventilation=3}             0.44827586  0.9176471  0.9979412
## [10897] {chest indrawing=2,                                                                         
##          CRP=58}                     => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10898] {CRP=58,                                                                                    
##          outcome=2}                  => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10899] {CRP=58}                     => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10900] {O2 saturation=20,                                                                          
##          outcome=2}                  => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10901] {O2 saturation=20}           => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10902] {outcome=2,                                                                                 
##          resp=10}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10903] {resp=10}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10904] {chest indrawing=2,                                                                         
##          resp=26}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10905] {outcome=2,                                                                                 
##          resp=26}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10906] {resp=26}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10907] {O2 saturation=18,                                                                          
##          ventilation=3}              => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10908] {O2 saturation=18,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10909] {resp=8,                                                                                    
##          stunted=1}                  => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10910] {outcome=2,                                                                                 
##          resp=8}                     => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10911] {resp=8,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10912] {resp=24,                                                                                   
##          sex=2}                      => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10913] {resp=13,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10914] {resp=13,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10915] {resp=13,                                                                                   
##          sex=2}                      => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10916] {stunted=1,                                                                                 
##          vaccinations=4}             => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10917] {sex=2,                                                                                     
##          vaccinations=4}             => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10918] {Maternal smoke category=3,                                                                 
##          resp=18}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10919] {resp=18,                                                                                   
##          sex=2}                      => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10920] {O2 saturation=23,                                                                          
##          stunted=1}                  => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10921] {Maternal smoke category=3,                                                                 
##          temp=10}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10922] {sex=2,                                                                                     
##          temp=10}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10923] {lbw=1,                                                                                     
##          temp=10}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10924] {O2 saturation=22,                                                                          
##          Xray=3}                     => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10925] {O2 saturation=22,                                                                          
##          outcome=2}                  => {prolonged=1}               0.09195402  0.8888889  0.9978495
## [10926] {O2 saturation=22}           => {prolonged=1}               0.09195402  0.8888889  0.9978495
## [10927] {chest indrawing=1,                                                                         
##          sex=1}                      => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10928] {chest indrawing=1,                                                                         
##          Xray=3}                     => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10929] {chest indrawing=1,                                                                         
##          people in house=2}          => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10930] {chest indrawing=1,                                                                         
##          prem=1}                     => {prolonged=1}               0.09195402  0.8888889  0.9978495
## [10931] {prem=2,                                                                                    
##          resp=16}                    => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10932] {resp=16,                                                                                   
##          Xray=4}                     => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10933] {lbw=2,                                                                                     
##          Xray=2}                     => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10934] {lbw=2,                                                                                     
##          sex=1}                      => {prolonged=1}               0.04597701  0.8888889  0.9978495
## [10935] {temp=7,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.13793103  0.8888889  0.9978495
## [10936] {Maternal smoke category=1,                                                                 
##          sex=1}                      => {prolonged=1}               0.09195402  0.8888889  0.9978495
## [10937] {uwfa=1,                                                                                    
##          Xray=4}                     => {prolonged=1}               0.18390805  0.8888889  0.9978495
## [10938] {temp=5}                     => {prolonged=1}               0.36781609  0.8888889  0.9978495
## [10939] {sex=2,                                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.24712644  0.8600000  0.9976000
## [10940] {prolonged=1,                                                                               
##          sex=2}                      => {chest indrawing=2}         0.49425287  0.8600000  0.9976000
## [10941] {prolonged=1,                                                                               
##          temp=7}                     => {outcome=2}                 0.28735632  0.9803922  0.9975920
## [10942] {hiv_exposure=3,                                                                            
##          temp=5}                     => {outcome=2}                 0.28735632  0.9803922  0.9975920
## [10943] {people in house=1,                                                                         
##          ventilation=3}              => {outcome=2}                 0.56896552  0.9801980  0.9973945
## [10944] {uwfa=2}                     => {outcome=2}                 0.28160920  0.9800000  0.9971930
## [10945] {prolonged=1,                                                                               
##          Xray=4}                     => {outcome=2}                 0.28160920  0.9800000  0.9971930
## [10946] {prem=1,                                                                                    
##          temp=5}                     => {outcome=2}                 0.28160920  0.9800000  0.9971930
## [10947] {temp=5,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.28160920  0.9800000  0.9971930
## [10948] {lbw=1,                                                                                     
##          temp=5}                     => {outcome=2}                 0.28160920  0.9800000  0.9971930
## [10949] {prem=1,                                                                                    
##          prolonged=1}                => {chest indrawing=2}         0.56321839  0.8596491  0.9971930
## [10950] {prolonged=1,                                                                               
##          resp=13}                    => {ventilation=3}             0.06321839  0.9166667  0.9968750
## [10951] {chest indrawing=2,                                                                         
##          duration_admission=18}      => {ventilation=3}             0.06321839  0.9166667  0.9968750
## [10952] {duration_admission=11,                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.06321839  0.9166667  0.9968750
## [10953] {Maternal smoke category=1,                                                                 
##          Xray=2}                     => {ventilation=3}             0.06321839  0.9166667  0.9968750
## [10954] {lbw=2,                                                                                     
##          prem=1}                     => {ventilation=3}             0.06321839  0.9166667  0.9968750
## [10955] {sex=1,                                                                                     
##          uwfa=2}                     => {ventilation=3}             0.06321839  0.9166667  0.9968750
## [10956] {uwfa=2,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.12643678  0.9166667  0.9968750
## [10957] {temp=5}                     => {ventilation=3}             0.37931034  0.9166667  0.9968750
## [10958] {outcome=2,                                                                                 
##          people in house=1}          => {ventilation=3}             0.56896552  0.9166667  0.9968750
## [10959] {sex=2}                      => {serious outcome?=2}        0.60344828  0.9051724  0.9968354
## [10960] {hiv_exposure=3,                                                                            
##          uwfa=1}                     => {outcome=2}                 0.54597701  0.9793814  0.9965636
## [10961] {hiv_exposure=1,                                                                            
##          temp=5}                     => {serious outcome?=2}        0.10919540  0.9047619  0.9963834
## [10962] {people in house=1,                                                                         
##          sex=1}                      => {serious outcome?=2}        0.21839080  0.9047619  0.9963834
## [10963] {chest indrawing=2,                                                                         
##          people in house=1}          => {outcome=2}                 0.54022989  0.9791667  0.9963450
## [10964] {people in house=1,                                                                         
##          prolonged=1}                => {outcome=2}                 0.54022989  0.9791667  0.9963450
## [10965] {hiv_exposure=3,                                                                            
##          prem=1}                     => {outcome=2}                 0.53448276  0.9789474  0.9961219
## [10966] {people in house=1,                                                                         
##          serious outcome?=2}         => {chest indrawing=2}         0.48850575  0.8585859  0.9959596
## [10967] {hiv_exposure=3,                                                                            
##          serious outcome?=2}         => {chest indrawing=2}         0.55747126  0.8584071  0.9957522
## [10968] {outcome=2,                                                                                 
##          prem=1}                     => {chest indrawing=2}         0.59195402  0.8583333  0.9956667
## [10969] {outcome=2,                                                                                 
##          temp=5}                     => {ventilation=3}             0.37356322  0.9154930  0.9955986
## [10970] {hiv_exposure=3}             => {serious outcome?=2}        0.64942529  0.9040000  0.9955443
## [10971] {chest indrawing=2,                                                                         
##          prem=2}                     => {outcome=2}                 0.25862069  0.9782609  0.9954233
## [10972] {chest indrawing=2,                                                                         
##          temp=7}                     => {outcome=2}                 0.25862069  0.9782609  0.9954233
## [10973] {Maternal smoke category=1,                                                                 
##          prem=1}                     => {outcome=2}                 0.25862069  0.9782609  0.9954233
## [10974] {prolonged=1,                                                                               
##          ventilation=3}              => {chest indrawing=2}         0.72988506  0.8581081  0.9954054
## [10975] {people in house=1,                                                                         
##          vaccinations=2}             => {serious outcome?=2}        0.27011494  0.9038462  0.9953749
## [10976] {prolonged=1}                => {chest indrawing=2}         0.76436782  0.8580645  0.9953548
## [10977] {chest indrawing=2}          => {prolonged=1}               0.76436782  0.8866667  0.9953548
## [10978] {people in house=1,                                                                         
##          vaccinations=1}             => {prolonged=1}               0.22413793  0.8863636  0.9950147
## [10979] {sex=1,                                                                                     
##          stunted=1}                  => {outcome=2}                 0.25287356  0.9777778  0.9949318
## [10980] {prem=1,                                                                                    
##          sex=1}                      => {outcome=2}                 0.25287356  0.9777778  0.9949318
## [10981] {lbw=1,                                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.16091954  0.9032258  0.9946917
## [10982] {duration_admission=11,                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.17241379  0.8571429  0.9942857
## [10983] {duration_admission=11}      => {chest indrawing=2}         0.17241379  0.8571429  0.9942857
## [10984] {hiv_exposure=1,                                                                            
##          prolonged=1}                => {chest indrawing=2}         0.17241379  0.8571429  0.9942857
## [10985] {outcome=2,                                                                                 
##          people in house=2}          => {chest indrawing=2}         0.31034483  0.8571429  0.9942857
## [10986] {people in house=2}          => {chest indrawing=2}         0.31034483  0.8571429  0.9942857
## [10987] {O2 saturation=1,                                                                           
##          stunted=1}                  => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10988] {lbw=1,                                                                                     
##          O2 saturation=1}            => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10989] {prem=2,                                                                                    
##          ventilation=2}              => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10990] {sex=2,                                                                                     
##          ventilation=2}              => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10991] {outcome=2,                                                                                 
##          ventilation=2}              => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10992] {O2 saturation=20,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10993] {lbw=1,                                                                                     
##          O2 saturation=20}           => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10994] {O2 saturation=25,                                                                          
##          temp=5}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10995] {O2 saturation=26,                                                                          
##          prem=1}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10996] {O2 saturation=26,                                                                          
##          uwfa=1}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10997] {lbw=1,                                                                                     
##          O2 saturation=26}           => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10998] {duration_admission=18,                                                                     
##          Maternal smoke category=1}  => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [10999] {duration_admission=18,                                                                     
##          people in house=1}          => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11000] {duration_admission=18,                                                                     
##          hiv_exposure=3}             => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11001] {duration_admission=19,                                                                     
##          people in house=1}          => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11002] {vaccinations=4,                                                                            
##          Xray=4}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11003] {vaccinations=4}             => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11004] {people in house=2,                                                                         
##          resp=18}                    => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11005] {people in house=1,                                                                         
##          resp=18}                    => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11006] {outcome=2,                                                                                 
##          resp=18}                    => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11007] {resp=18,                                                                                   
##          ventilation=3}              => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11008] {resp=18,                                                                                   
##          serious outcome?=2}         => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11009] {resp=18}                    => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11010] {outcome=2,                                                                                 
##          temp=3}                     => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11011] {temp=3}                     => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11012] {serious outcome?=1,                                                                        
##          vaccinations=2}             => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11013] {prem=1,                                                                                    
##          serious outcome?=1}         => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11014] {sex=1,                                                                                     
##          temp=10}                    => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11015] {prolonged=1,                                                                               
##          temp=10}                    => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11016] {Maternal smoke category=2,                                                                 
##          prem=2}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11017] {O2 saturation=22,                                                                          
##          sex=1}                      => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11018] {prolonged=2,                                                                               
##          vaccinations=1}             => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11019] {lbw=2,                                                                                     
##          O2 saturation=24}           => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11020] {O2 saturation=24,                                                                          
##          people in house=2}          => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11021] {hiv_exposure=3,                                                                            
##          O2 saturation=24}           => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11022] {lbw=2,                                                                                     
##          resp=16}                    => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11023] {resp=16,                                                                                   
##          uwfa=2}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11024] {people in house=2,                                                                         
##          resp=16}                    => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11025] {duration_admission=15,                                                                     
##          Xray=2}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11026] {duration_admission=15,                                                                     
##          people in house=2}          => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11027] {duration_admission=15,                                                                     
##          Maternal smoke category=3}  => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11028] {duration_admission=17,                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11029] {CRP=97,                                                                                    
##          lbw=2}                      => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11030] {CRP=97,                                                                                    
##          prem=2}                     => {chest indrawing=2}         0.03448276  0.8571429  0.9942857
## [11031] {prem=2,                                                                                    
##          Xray=2}                     => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11032] {stunted=2,                                                                                 
##          Xray=2}                     => {chest indrawing=2}         0.06896552  0.8571429  0.9942857
## [11033] {hiv_exposure=1,                                                                            
##          temp=5}                     => {chest indrawing=2}         0.10344828  0.8571429  0.9942857
## [11034] {hiv_exposure=1,                                                                            
##          ventilation=3}              => {chest indrawing=2}         0.20689655  0.8571429  0.9942857
## [11035] {hiv_exposure=1,                                                                            
##          serious outcome?=2}         => {chest indrawing=2}         0.20689655  0.8571429  0.9942857
## [11036] {hiv_exposure=3,                                                                            
##          uwfa=2}                     => {chest indrawing=2}         0.13793103  0.8571429  0.9942857
## [11037] {Maternal smoke category=1,                                                                 
##          prem=2}                     => {chest indrawing=2}         0.10344828  0.8571429  0.9942857
## [11038] {prem=2,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.13793103  0.8571429  0.9942857
## [11039] {people in house=1,                                                                         
##          sex=1}                      => {chest indrawing=2}         0.20689655  0.8571429  0.9942857
## [11040] {temp=5,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.17816092  0.8857143  0.9942857
## [11041] {temp=5,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.18390805  0.9142857  0.9942857
## [11042] {temp=5}                     => {serious outcome?=2}        0.37356322  0.9027778  0.9941983
## [11043] {stunted=2,                                                                                 
##          uwfa=2}                     => {outcome=2}                 0.24137931  0.9767442  0.9938800
## [11044] {uwfa=2,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.24137931  0.9767442  0.9938800
## [11045] {sex=2}                      => {ventilation=3}             0.60919540  0.9137931  0.9937500
## [11046] {hiv_exposure=3,                                                                            
##          temp=7}                     => {outcome=2}                 0.23563218  0.9761905  0.9933166
## [11047] {people in house=1,                                                                         
##          temp=5}                     => {outcome=2}                 0.23563218  0.9761905  0.9933166
## [11048] {hiv_exposure=3,                                                                            
##          temp=5}                     => {serious outcome?=2}        0.26436782  0.9019608  0.9932986
## [11049] {ventilation=3}              => {chest indrawing=2}         0.78735632  0.8562500  0.9932500
## [11050] {chest indrawing=2}          => {ventilation=3}             0.78735632  0.9133333  0.9932500
## [11051] {hiv_exposure=3}             => {outcome=2}                 0.70114943  0.9760000  0.9931228
## [11052] {lbw=1}                      => {outcome=2}                 0.70114943  0.9760000  0.9931228
## [11053] {hiv_exposure=1,                                                                            
##          uwfa=1}                     => {prolonged=1}               0.13218391  0.8846154  0.9930521
## [11054] {people in house=1,                                                                         
##          vaccinations=2}             => {prolonged=1}               0.26436782  0.8846154  0.9930521
## [11055] {hiv_exposure=1,                                                                            
##          outcome=2}                  => {ventilation=3}             0.24137931  0.9130435  0.9929348
## [11056] {hiv_exposure=1}             => {ventilation=3}             0.24137931  0.9130435  0.9929348
## [11057] {people in house=2,                                                                         
##          prem=2}                     => {ventilation=3}             0.12068966  0.9130435  0.9929348
## [11058] {hiv_exposure=3,                                                                            
##          sex=1}                      => {ventilation=3}             0.24137931  0.9130435  0.9929348
## [11059] {stunted=2,                                                                                 
##          vaccinations=2}             => {ventilation=3}             0.12068966  0.9130435  0.9929348
## [11060] {outcome=2,                                                                                 
##          sex=2}                      => {ventilation=3}             0.60344828  0.9130435  0.9929348
## [11061] {prem=2,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.22988506  0.9756098  0.9927257
## [11062] {lbw=1,                                                                                     
##          temp=7}                     => {outcome=2}                 0.22988506  0.9756098  0.9927257
## [11063] {people in house=1,                                                                         
##          prem=1}                     => {outcome=2}                 0.45977011  0.9756098  0.9927257
## [11064] {temp=7,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.22413793  0.9750000  0.9921053
## [11065] {people in house=1,                                                                         
##          uwfa=1}                     => {outcome=2}                 0.44827586  0.9750000  0.9921053
## [11066] {prem=2,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.21839080  0.8837209  0.9920480
## [11067] {prem=2,                                                                                    
##          serious outcome?=2}         => {prolonged=1}               0.21839080  0.8837209  0.9920480
## [11068] {outcome=2,                                                                                 
##          Xray=3}                     => {chest indrawing=2}         0.30459770  0.8548387  0.9916129
## [11069] {Xray=3}                     => {chest indrawing=2}         0.30459770  0.8548387  0.9916129
## [11070] {CRP=97}                     => {ventilation=3}             0.17816092  0.9117647  0.9915441
## [11071] {people in house=2,                                                                         
##          stunted=1}                  => {ventilation=3}             0.17816092  0.9117647  0.9915441
## [11072] {Maternal smoke category=3,                                                                 
##          Xray=4}                     => {ventilation=3}             0.17816092  0.9117647  0.9915441
## [11073] {hiv_exposure=3,                                                                            
##          prolonged=1}                => {chest indrawing=2}         0.57471264  0.8547009  0.9914530
## [11074] {lbw=1,                                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.57471264  0.8547009  0.9914530
## [11075] {prolonged=1,                                                                               
##          sex=1}                      => {chest indrawing=2}         0.27011494  0.8545455  0.9912727
## [11076] {hiv_exposure=3,                                                                            
##          vaccinations=1}             => {chest indrawing=2}         0.27011494  0.8545455  0.9912727
## [11077] {prolonged=1,                                                                               
##          Xray=4}                     => {serious outcome?=2}        0.25862069  0.9000000  0.9911392
## [11078] {resp=30}                    => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11079] {chest indrawing=2,                                                                         
##          O2 saturation=18}           => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11080] {O2 saturation=18,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11081] {O2 saturation=18}           => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11082] {chest indrawing=2,                                                                         
##          resp=20}                    => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11083] {prolonged=1,                                                                               
##          resp=20}                    => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11084] {outcome=2,                                                                                 
##          resp=20}                    => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11085] {resp=20}                    => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11086] {prem=1,                                                                                    
##          resp=13}                    => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11087] {duration_admission=18,                                                                     
##          prem=1}                     => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11088] {duration_admission=18,                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11089] {duration_admission=19,                                                                     
##          prem=1}                     => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11090] {duration_admission=19,                                                                     
##          lbw=1}                      => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11091] {O2 saturation=21,                                                                          
##          vaccinations=2}             => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11092] {resp=16,                                                                                   
##          vaccinations=2}             => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11093] {duration_admission=11,                                                                     
##          prem=2}                     => {serious outcome?=2}        0.05172414  0.9000000  0.9911392
## [11094] {sex=2,                                                                                     
##          Xray=2}                     => {serious outcome?=2}        0.10344828  0.9000000  0.9911392
## [11095] {sex=1,                                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.15517241  0.9000000  0.9911392
## [11096] {prem=1,                                                                                    
##          stunted=2}                  => {serious outcome?=2}        0.15517241  0.9000000  0.9911392
## [11097] {hiv_exposure=3,                                                                            
##          people in house=1}          => {ventilation=3}             0.41379310  0.9113924  0.9911392
## [11098] {people in house=1,                                                                         
##          prolonged=1}                => {chest indrawing=2}         0.47126437  0.8541667  0.9908333
## [11099] {sex=2,                                                                                     
##          uwfa=2}                     => {outcome=2}                 0.21264368  0.9736842  0.9907664
## [11100] {prem=1,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.21264368  0.9736842  0.9907664
## [11101] {chest indrawing=2,                                                                         
##          sex=2}                      => {ventilation=3}             0.52873563  0.9108911  0.9905941
## [11102] {chest indrawing=1,                                                                         
##          Maternal smoke category=3}  => {prolonged=1}               0.08620690  0.8823529  0.9905123
## [11103] {chest indrawing=1,                                                                         
##          stunted=1}                  => {prolonged=1}               0.08620690  0.8823529  0.9905123
## [11104] {CRP=97,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.08620690  0.8823529  0.9905123
## [11105] {hiv_exposure=1,                                                                            
##          people in house=2}          => {prolonged=1}               0.08620690  0.8823529  0.9905123
## [11106] {prem=2,                                                                                    
##          prolonged=1}                => {chest indrawing=2}         0.20114943  0.8536585  0.9902439
## [11107] {stunted=2}                  => {ventilation=3}             0.35057471  0.9104478  0.9901119
## [11108] {Maternal smoke category=1}  => {ventilation=3}             0.35057471  0.9104478  0.9901119
## [11109] {chest indrawing=2,                                                                         
##          temp=5}                     => {ventilation=3}             0.35057471  0.9104478  0.9901119
## [11110] {prolonged=1,                                                                               
##          uwfa=2}                     => {outcome=2}                 0.20689655  0.9729730  0.9900427
## [11111] {people in house=1,                                                                         
##          temp=7}                     => {outcome=2}                 0.20689655  0.9729730  0.9900427
## [11112] {people in house=1}          => {outcome=2}                 0.62068966  0.9729730  0.9900427
## [11113] {lbw=1,                                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.56896552  0.8534483  0.9900000
## [11114] {people in house=1}          => {ventilation=3}             0.58045977  0.9099099  0.9895270
## [11115] {duration_admission=11,                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.16666667  0.8529412  0.9894118
## [11116] {duration_admission=11,                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.16666667  0.8529412  0.9894118
## [11117] {duration_admission=11,                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.16666667  0.8529412  0.9894118
## [11118] {hiv_exposure=1,                                                                            
##          sex=2}                      => {chest indrawing=2}         0.16666667  0.8529412  0.9894118
## [11119] {people in house=2,                                                                         
##          stunted=1}                  => {chest indrawing=2}         0.16666667  0.8529412  0.9894118
## [11120] {Maternal smoke category=3,                                                                 
##          Xray=4}                     => {chest indrawing=2}         0.16666667  0.8529412  0.9894118
## [11121] {serious outcome?=2,                                                                        
##          stunted=2}                  => {prolonged=1}               0.29885057  0.8813559  0.9893931
## [11122] {chest indrawing=2,                                                                         
##          hiv_exposure=3}             => {serious outcome?=2}        0.55747126  0.8981481  0.9890999
## [11123] {chest indrawing=2,                                                                         
##          sex=1}                      => {serious outcome?=2}        0.25287356  0.8979592  0.9888918
## [11124] {ventilation=3,                                                                             
##          Xray=3}                     => {chest indrawing=2}         0.29885057  0.8524590  0.9888525
## [11125] {serious outcome?=2,                                                                        
##          Xray=3}                     => {chest indrawing=2}         0.29885057  0.8524590  0.9888525
## [11126] {sex=2,                                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.29885057  0.8524590  0.9888525
## [11127] {prem=1}                     => {chest indrawing=2}         0.59770115  0.8524590  0.9888525
## [11128] {lbw=1,                                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.59770115  0.8524590  0.9888525
## [11129] {CRP=97,                                                                                    
##          outcome=2}                  => {ventilation=3}             0.17241379  0.9090909  0.9886364
## [11130] {chest indrawing=2,                                                                         
##          resp=24}                    => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11131] {outcome=2,                                                                                 
##          resp=24}                    => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11132] {resp=24}                    => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11133] {resp=13,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11134] {lbw=1,                                                                                     
##          resp=13}                    => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11135] {duration_admission=18,                                                                     
##          lbw=1}                      => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11136] {chest indrawing=2,                                                                         
##          duration_admission=19}      => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11137] {Maternal smoke category=2,                                                                 
##          prem=1}                     => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11138] {Maternal smoke category=2,                                                                 
##          prolonged=1}                => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11139] {O2 saturation=22,                                                                          
##          temp=7}                     => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11140] {Maternal smoke category=3,                                                                 
##          O2 saturation=22}           => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11141] {O2 saturation=22,                                                                          
##          sex=2}                      => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11142] {Maternal smoke category=1,                                                                 
##          O2 saturation=21}           => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11143] {chest indrawing=1,                                                                         
##          vaccinations=2}             => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11144] {resp=16,                                                                                   
##          stunted=2}                  => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11145] {Maternal smoke category=1,                                                                 
##          resp=16}                    => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11146] {duration_admission=17,                                                                     
##          Xray=4}                     => {ventilation=3}             0.05747126  0.9090909  0.9886364
## [11147] {chest indrawing=2,                                                                         
##          temp=5}                     => {prolonged=1}               0.33908046  0.8805970  0.9885412
## [11148] {prem=1,                                                                                    
##          serious outcome?=2}         => {chest indrawing=2}         0.56321839  0.8521739  0.9885217
## [11149] {hiv_exposure=3,                                                                            
##          ventilation=3}              => {chest indrawing=2}         0.56321839  0.8521739  0.9885217
## [11150] {duration_admission=11,                                                                     
##          prolonged=1}                => {outcome=2}                 0.19540230  0.9714286  0.9884712
## [11151] {duration_admission=11}      => {outcome=2}                 0.19540230  0.9714286  0.9884712
## [11152] {hiv_exposure=1,                                                                            
##          vaccinations=2}             => {chest indrawing=2}         0.13218391  0.8518519  0.9881481
## [11153] {vaccinations=1,                                                                            
##          Xray=3}                     => {chest indrawing=2}         0.13218391  0.8518519  0.9881481
## [11154] {Maternal smoke category=3,                                                                 
##          stunted=2}                  => {chest indrawing=2}         0.13218391  0.8518519  0.9881481
## [11155] {sex=2,                                                                                     
##          vaccinations=1}             => {prolonged=1}               0.25287356  0.8800000  0.9878710
## [11156] {people in house=1,                                                                         
##          ventilation=3}              => {chest indrawing=2}         0.49425287  0.8514851  0.9877228
## [11157] {CRP=97}                     => {outcome=2}                 0.18965517  0.9705882  0.9876161
## [11158] {Maternal smoke category=1,                                                                 
##          stunted=2}                  => {outcome=2}                 0.18965517  0.9705882  0.9876161
## [11159] {hiv_exposure=1,                                                                            
##          people in house=1}          => {serious outcome?=2}        0.14942529  0.8965517  0.9873418
## [11160] {stunted=2}                  => {outcome=2}                 0.37356322  0.9701493  0.9871694
## [11161] {Maternal smoke category=1}  => {outcome=2}                 0.37356322  0.9701493  0.9871694
## [11162] {outcome=2,                                                                                 
##          stunted=2}                  => {ventilation=3}             0.33908046  0.9076923  0.9871154
## [11163] {lbw=1,                                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.32758621  0.8507463  0.9868657
## [11164] {sex=2,                                                                                     
##          stunted=2}                  => {ventilation=3}             0.28160920  0.9074074  0.9868056
## [11165] {chest indrawing=2,                                                                         
##          hiv_exposure=3}             => {ventilation=3}             0.56321839  0.9074074  0.9868056
## [11166] {stunted=1,                                                                                 
##          Xray=4}                     => {outcome=2}                 0.18390805  0.9696970  0.9867092
## [11167] {Maternal smoke category=1,                                                                 
##          stunted=1}                  => {outcome=2}                 0.18390805  0.9696970  0.9867092
## [11168] {lbw=1,                                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.52298851  0.8504673  0.9865421
## [11169] {Maternal smoke category=3,                                                                 
##          people in house=2}          => {prolonged=1}               0.16666667  0.8787879  0.9865103
## [11170] {Maternal smoke category=1}  => {serious outcome?=2}        0.34482759  0.8955224  0.9862082
## [11171] {chest indrawing=2,                                                                         
##          temp=5}                     => {serious outcome?=2}        0.34482759  0.8955224  0.9862082
## [11172] {O2 saturation=24,                                                                          
##          outcome=2}                  => {chest indrawing=2}         0.09770115  0.8500000  0.9860000
## [11173] {O2 saturation=24,                                                                          
##          ventilation=3}              => {chest indrawing=2}         0.09770115  0.8500000  0.9860000
## [11174] {O2 saturation=24,                                                                          
##          serious outcome?=2}         => {chest indrawing=2}         0.09770115  0.8500000  0.9860000
## [11175] {O2 saturation=24}           => {chest indrawing=2}         0.09770115  0.8500000  0.9860000
## [11176] {duration_admission=15,                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.09770115  0.8500000  0.9860000
## [11177] {sex=2,                                                                                     
##          Xray=2}                     => {chest indrawing=2}         0.09770115  0.8500000  0.9860000
## [11178] {lbw=2,                                                                                     
##          people in house=2}          => {chest indrawing=2}         0.09770115  0.8500000  0.9860000
## [11179] {people in house=1,                                                                         
##          uwfa=1}                     => {chest indrawing=2}         0.39080460  0.8500000  0.9860000
## [11180] {CRP=97,                                                                                    
##          prolonged=1}                => {outcome=2}                 0.17816092  0.9687500  0.9857456
## [11181] {Xray=4}                     => {outcome=2}                 0.35632184  0.9687500  0.9857456
## [11182] {sex=2,                                                                                     
##          temp=7}                     => {prolonged=1}               0.20689655  0.8780488  0.9856806
## [11183] {hiv_exposure=3,                                                                            
##          Xray=4}                     => {prolonged=1}               0.20689655  0.8780488  0.9856806
## [11184] {lbw=1,                                                                                     
##          Xray=4}                     => {prolonged=1}               0.20689655  0.8780488  0.9856806
## [11185] {hiv_exposure=3,                                                                            
##          lbw=1}                      => {outcome=2}                 0.52873563  0.9684211  0.9854109
## [11186] {O2 saturation=21,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.09770115  0.8947368  0.9853431
## [11187] {O2 saturation=21}           => {serious outcome?=2}        0.09770115  0.8947368  0.9853431
## [11188] {chest indrawing=1,                                                                         
##          lbw=1}                      => {serious outcome?=2}        0.09770115  0.8947368  0.9853431
## [11189] {Maternal smoke category=3,                                                                 
##          uwfa=2}                     => {serious outcome?=2}        0.09770115  0.8947368  0.9853431
## [11190] {prem=2,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.09770115  0.8947368  0.9853431
## [11191] {CRP=97,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.17241379  0.9677419  0.9847199
## [11192] {stunted=1,                                                                                 
##          temp=7}                     => {outcome=2}                 0.17241379  0.9677419  0.9847199
## [11193] {stunted=2,                                                                                 
##          Xray=4}                     => {outcome=2}                 0.17241379  0.9677419  0.9847199
## [11194] {Maternal smoke category=3,                                                                 
##          people in house=2}          => {chest indrawing=2}         0.16091954  0.8484848  0.9842424
## [11195] {prem=1,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.32183908  0.8484848  0.9842424
## [11196] {stunted=1,                                                                                 
##          uwfa=1}                     => {chest indrawing=2}         0.48275862  0.8484848  0.9842424
## [11197] {prolonged=1,                                                                               
##          stunted=1}                  => {chest indrawing=2}         0.48275862  0.8484848  0.9842424
## [11198] {stunted=2,                                                                                 
##          ventilation=3}              => {outcome=2}                 0.33908046  0.9672131  0.9841818
## [11199] {chest indrawing=2,                                                                         
##          Maternal smoke category=1}  => {outcome=2}                 0.33908046  0.9672131  0.9841818
## [11200] {CRP=97,                                                                                    
##          sex=2}                      => {ventilation=3}             0.10919540  0.9047619  0.9839286
## [11201] {hiv_exposure=1,                                                                            
##          temp=5}                     => {ventilation=3}             0.10919540  0.9047619  0.9839286
## [11202] {lbw=1}                      => {chest indrawing=2}         0.60919540  0.8480000  0.9836800
## [11203] {chest indrawing=2,                                                                         
##          duration_admission=11}      => {outcome=2}                 0.16666667  0.9666667  0.9836257
## [11204] {people in house=1,                                                                         
##          uwfa=2}                     => {outcome=2}                 0.16666667  0.9666667  0.9836257
## [11205] {hiv_exposure=3,                                                                            
##          prem=2}                     => {outcome=2}                 0.16666667  0.9666667  0.9836257
## [11206] {stunted=2,                                                                                 
##          temp=5}                     => {outcome=2}                 0.16666667  0.9666667  0.9836257
## [11207] {Maternal smoke category=1,                                                                 
##          temp=5}                     => {outcome=2}                 0.16666667  0.9666667  0.9836257
## [11208] {hiv_exposure=1,                                                                            
##          outcome=2}                  => {chest indrawing=2}         0.22413793  0.8478261  0.9834783
## [11209] {hiv_exposure=1}             => {chest indrawing=2}         0.22413793  0.8478261  0.9834783
## [11210] {sex=1,                                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.22413793  0.8478261  0.9834783
## [11211] {hiv_exposure=3,                                                                            
##          sex=1}                      => {chest indrawing=2}         0.22413793  0.8478261  0.9834783
## [11212] {lbw=1,                                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.57471264  0.8474576  0.9830508
## [11213] {people in house=1,                                                                         
##          vaccinations=2}             => {ventilation=3}             0.27011494  0.9038462  0.9829327
## [11214] {people in house=1,                                                                         
##          prem=2}                     => {outcome=2}                 0.16091954  0.9655172  0.9824561
## [11215] {sex=1}                      => {outcome=2}                 0.32183908  0.9655172  0.9824561
## [11216] {temp=5,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.16091954  0.9655172  0.9824561
## [11217] {chest indrawing=2,                                                                         
##          Xray=4}                     => {outcome=2}                 0.32183908  0.9655172  0.9824561
## [11218] {O2 saturation=13,                                                                          
##          outcome=2}                  => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11219] {O2 saturation=13}           => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11220] {O2 saturation=20,                                                                          
##          prem=1}                     => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11221] {O2 saturation=20,                                                                          
##          ventilation=3}              => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11222] {O2 saturation=20,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11223] {resp=10,                                                                                   
##          uwfa=1}                     => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11224] {hiv_exposure=3,                                                                            
##          resp=10}                    => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11225] {lbw=1,                                                                                     
##          resp=10}                    => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11226] {O2 saturation=25,                                                                          
##          prem=1}                     => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11227] {resp=25,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11228] {resp=25,                                                                                   
##          serious outcome?=2}         => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11229] {hiv_exposure=3,                                                                            
##          resp=24}                    => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11230] {people in house=1,                                                                         
##          resp=13}                    => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11231] {CRP=2,                                                                                     
##          stunted=2}                  => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11232] {CRP=2,                                                                                     
##          prem=1}                     => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11233] {O2 saturation=23,                                                                          
##          Xray=3}                     => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11234] {outcome=2,                                                                                 
##          temp=10}                    => {prolonged=1}               0.08045977  0.8750000  0.9822581
## [11235] {temp=10,                                                                                   
##          ventilation=3}              => {prolonged=1}               0.08045977  0.8750000  0.9822581
## [11236] {serious outcome?=2,                                                                        
##          temp=10}                    => {prolonged=1}               0.08045977  0.8750000  0.9822581
## [11237] {temp=10}                    => {prolonged=1}               0.08045977  0.8750000  0.9822581
## [11238] {O2 saturation=21,                                                                          
##          Xray=4}                     => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11239] {O2 saturation=21,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.04022989  0.8750000  0.9822581
## [11240] {hiv_exposure=1,                                                                            
##          Maternal smoke category=1}  => {prolonged=1}               0.08045977  0.8750000  0.9822581
## [11241] {stunted=2,                                                                                 
##          Xray=3}                     => {prolonged=1}               0.08045977  0.8750000  0.9822581
## [11242] {people in house=2,                                                                         
##          Xray=4}                     => {prolonged=1}               0.08045977  0.8750000  0.9822581
## [11243] {people in house=1}          => {serious outcome?=2}        0.56896552  0.8918919  0.9822101
## [11244] {hiv_exposure=3,                                                                            
##          sex=1}                      => {serious outcome?=2}        0.23563218  0.8913043  0.9815630
## [11245] {sex=2,                                                                                     
##          temp=5}                     => {serious outcome?=2}        0.23563218  0.8913043  0.9815630
## [11246] {duration_admission=19,                                                                     
##          outcome=2}                  => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11247] {duration_admission=19,                                                                     
##          prolonged=1}                => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11248] {duration_admission=19}      => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11249] {lbw=1,                                                                                     
##          resp=18}                    => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11250] {prolonged=1,                                                                               
##          resp=18}                    => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11251] {O2 saturation=24,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11252] {lbw=1,                                                                                     
##          O2 saturation=24}           => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11253] {duration_admission=11,                                                                     
##          Xray=2}                     => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11254] {duration_admission=11,                                                                     
##          hiv_exposure=3}             => {chest indrawing=2}         0.12643678  0.8461538  0.9815385
## [11255] {lbw=2,                                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.06321839  0.8461538  0.9815385
## [11256] {people in house=1,                                                                         
##          Xray=3}                     => {chest indrawing=2}         0.18965517  0.8461538  0.9815385
## [11257] {uwfa=1,                                                                                    
##          Xray=3}                     => {chest indrawing=2}         0.25287356  0.8461538  0.9815385
## [11258] {prem=1,                                                                                    
##          uwfa=1}                     => {chest indrawing=2}         0.50574713  0.8461538  0.9815385
## [11259] {prem=1,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.56896552  0.8461538  0.9815385
## [11260] {prolonged=1,                                                                               
##          uwfa=1}                     => {chest indrawing=2}         0.56896552  0.8461538  0.9815385
## [11261] {hiv_exposure=3,                                                                            
##          uwfa=2}                     => {outcome=2}                 0.15517241  0.9642857  0.9812030
## [11262] {uwfa=1}                     => {chest indrawing=2}         0.59770115  0.8455285  0.9808130
## [11263] {lbw=1,                                                                                     
##          prem=1}                     => {chest indrawing=2}         0.53448276  0.8454545  0.9807273
## [11264] {chest indrawing=2,                                                                         
##          Maternal smoke category=1}  => {ventilation=3}             0.31609195  0.9016393  0.9805328
## [11265] {lbw=1,                                                                                     
##          people in house=1}          => {outcome=2}                 0.45402299  0.9634146  0.9803166
## [11266] {outcome=2,                                                                                 
##          vaccinations=1}             => {chest indrawing=2}         0.34482759  0.8450704  0.9802817
## [11267] {vaccinations=1}             => {chest indrawing=2}         0.34482759  0.8450704  0.9802817
## [11268] {sex=1}                      => {chest indrawing=2}         0.28160920  0.8448276  0.9800000
## [11269] {uwfa=1,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.56321839  0.8448276  0.9800000
## [11270] {CRP=97,                                                                                    
##          prem=1}                     => {outcome=2}                 0.14942529  0.9629630  0.9798571
## [11271] {CRP=97,                                                                                    
##          hiv_exposure=3}             => {outcome=2}                 0.14942529  0.9629630  0.9798571
## [11272] {Maternal smoke category=3,                                                                 
##          stunted=2}                  => {outcome=2}                 0.14942529  0.9629630  0.9798571
## [11273] {sex=2,                                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.37356322  0.8441558  0.9792208
## [11274] {hiv_exposure=3,                                                                            
##          people in house=1}          => {outcome=2}                 0.43678161  0.9620253  0.9789030
## [11275] {chest indrawing=2,                                                                         
##          CRP=58}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11276] {CRP=58,                                                                                    
##          outcome=2}                  => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11277] {CRP=58}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11278] {O2 saturation=20,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11279] {O2 saturation=20}           => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11280] {outcome=2,                                                                                 
##          resp=10}                    => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11281] {resp=10}                    => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11282] {people in house=1,                                                                         
##          resp=30}                    => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11283] {chest indrawing=2,                                                                         
##          resp=30}                    => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11284] {resp=8,                                                                                    
##          stunted=1}                  => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11285] {outcome=2,                                                                                 
##          resp=8}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11286] {resp=8,                                                                                    
##          ventilation=3}              => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11287] {prem=1,                                                                                    
##          resp=20}                    => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11288] {resp=20,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11289] {resp=24,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11290] {lbw=1,                                                                                     
##          Xray=1}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11291] {resp=13,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11292] {hiv_exposure=3,                                                                            
##          resp=13}                    => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11293] {duration_admission=18,                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11294] {duration_admission=19,                                                                     
##          vaccinations=2}             => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11295] {duration_admission=19,                                                                     
##          hiv_exposure=3}             => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11296] {O2 saturation=21,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.09195402  0.8888889  0.9789030
## [11297] {chest indrawing=1,                                                                         
##          CRP=97}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11298] {chest indrawing=1,                                                                         
##          people in house=2}          => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11299] {prem=2,                                                                                    
##          resp=16}                    => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11300] {resp=16,                                                                                   
##          sex=1}                      => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11301] {resp=16,                                                                                   
##          Xray=4}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11302] {duration_admission=17,                                                                     
##          people in house=2}          => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11303] {CRP=97,                                                                                    
##          hiv_exposure=3}             => {serious outcome?=2}        0.13793103  0.8888889  0.9789030
## [11304] {lbw=2,                                                                                     
##          Xray=2}                     => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11305] {lbw=2,                                                                                     
##          sex=1}                      => {serious outcome?=2}        0.04597701  0.8888889  0.9789030
## [11306] {lbw=2,                                                                                     
##          vaccinations=1}             => {serious outcome?=2}        0.13793103  0.8888889  0.9789030
## [11307] {prem=2,                                                                                    
##          temp=7}                     => {serious outcome?=2}        0.09195402  0.8888889  0.9789030
## [11308] {sex=2,                                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.27586207  0.8888889  0.9789030
## [11309] {prolonged=1,                                                                               
##          Xray=4}                     => {ventilation=3}             0.25862069  0.9000000  0.9787500
## [11310] {resp=30}                    => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11311] {chest indrawing=2,                                                                         
##          O2 saturation=18}           => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11312] {O2 saturation=18,                                                                          
##          outcome=2}                  => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11313] {O2 saturation=18}           => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11314] {resp=8}                     => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11315] {chest indrawing=2,                                                                         
##          resp=20}                    => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11316] {prolonged=1,                                                                               
##          resp=20}                    => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11317] {outcome=2,                                                                                 
##          resp=20}                    => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11318] {resp=20}                    => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11319] {prem=1,                                                                                    
##          resp=13}                    => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11320] {duration_admission=18,                                                                     
##          prem=1}                     => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11321] {duration_admission=18,                                                                     
##          uwfa=1}                     => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11322] {duration_admission=19,                                                                     
##          prem=1}                     => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11323] {duration_admission=19,                                                                     
##          lbw=1}                      => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11324] {O2 saturation=21,                                                                          
##          vaccinations=2}             => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11325] {resp=16,                                                                                   
##          vaccinations=2}             => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11326] {duration_admission=11,                                                                     
##          prem=2}                     => {ventilation=3}             0.05172414  0.9000000  0.9787500
## [11327] {sex=2,                                                                                     
##          Xray=2}                     => {ventilation=3}             0.10344828  0.9000000  0.9787500
## [11328] {sex=1,                                                                                     
##          vaccinations=2}             => {ventilation=3}             0.15517241  0.9000000  0.9787500
## [11329] {stunted=2,                                                                                 
##          temp=5}                     => {ventilation=3}             0.15517241  0.9000000  0.9787500
## [11330] {chest indrawing=2,                                                                         
##          stunted=2}                  => {ventilation=3}             0.31034483  0.9000000  0.9787500
## [11331] {Maternal smoke category=1,                                                                 
##          temp=5}                     => {ventilation=3}             0.15517241  0.9000000  0.9787500
## [11332] {prolonged=1,                                                                               
##          vaccinations=1}             => {chest indrawing=2}         0.31034483  0.8437500  0.9787500
## [11333] {serious outcome?=2,                                                                        
##          uwfa=1}                     => {chest indrawing=2}         0.55747126  0.8434783  0.9784348
## [11334] {CRP=97,                                                                                    
##          people in house=1}          => {outcome=2}                 0.14367816  0.9615385  0.9784076
## [11335] {duration_admission=11,                                                                     
##          hiv_exposure=3}             => {outcome=2}                 0.14367816  0.9615385  0.9784076
## [11336] {prem=2,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.14367816  0.9615385  0.9784076
## [11337] {sex=1,                                                                                     
##          temp=5}                     => {outcome=2}                 0.14367816  0.9615385  0.9784076
## [11338] {outcome=2,                                                                                 
##          uwfa=1}                     => {chest indrawing=2}         0.58620690  0.8429752  0.9778512
## [11339] {hiv_exposure=3,                                                                            
##          Maternal smoke category=1}  => {outcome=2}                 0.28160920  0.9607843  0.9776402
## [11340] {people in house=1,                                                                         
##          sex=2}                      => {ventilation=3}             0.35632184  0.8985507  0.9771739
## [11341] {outcome=2,                                                                                 
##          people in house=1}          => {prolonged=1}               0.54022989  0.8703704  0.9770609
## [11342] {O2 saturation=24,                                                                          
##          prolonged=1}                => {chest indrawing=2}         0.09195402  0.8421053  0.9768421
## [11343] {duration_admission=11,                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.09195402  0.8421053  0.9768421
## [11344] {duration_admission=11,                                                                     
##          people in house=1}          => {outcome=2}                 0.13793103  0.9600000  0.9768421
## [11345] {duration_admission=11,                                                                     
##          uwfa=1}                     => {outcome=2}                 0.13793103  0.9600000  0.9768421
## [11346] {Maternal smoke category=3,                                                                 
##          uwfa=2}                     => {chest indrawing=2}         0.09195402  0.8421053  0.9768421
## [11347] {prem=2,                                                                                    
##          uwfa=1}                     => {chest indrawing=2}         0.09195402  0.8421053  0.9768421
## [11348] {sex=1,                                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.09195402  0.8421053  0.9768421
## [11349] {lbw=1,                                                                                     
##          people in house=1}          => {chest indrawing=2}         0.39655172  0.8414634  0.9760976
## [11350] {lbw=1,                                                                                     
##          sex=1}                      => {outcome=2}                 0.27011494  0.9591837  0.9760115
## [11351] {chest indrawing=2,                                                                         
##          sex=1}                      => {outcome=2}                 0.27011494  0.9591837  0.9760115
## [11352] {hiv_exposure=3,                                                                            
##          people in house=1}          => {serious outcome?=2}        0.40229885  0.8860759  0.9758052
## [11353] {stunted=2,                                                                                 
##          ventilation=3}              => {prolonged=1}               0.30459770  0.8688525  0.9753570
## [11354] {chest indrawing=1}          => {outcome=2}                 0.13218391  0.9583333  0.9751462
## [11355] {duration_admission=11,                                                                     
##          stunted=1}                  => {outcome=2}                 0.13218391  0.9583333  0.9751462
## [11356] {people in house=1,                                                                         
##          Xray=4}                     => {outcome=2}                 0.26436782  0.9583333  0.9751462
## [11357] {stunted=2,                                                                                 
##          uwfa=1}                     => {outcome=2}                 0.13218391  0.9583333  0.9751462
## [11358] {chest indrawing=2,                                                                         
##          people in house=1}          => {serious outcome?=2}        0.48850575  0.8854167  0.9750791
## [11359] {hiv_exposure=1,                                                                            
##          people in house=1}          => {ventilation=3}             0.14942529  0.8965517  0.9750000
## [11360] {chest indrawing=2,                                                                         
##          Maternal smoke category=1}  => {serious outcome?=2}        0.31034483  0.8852459  0.9748911
## [11361] {duration_admission=11,                                                                     
##          people in house=1}          => {chest indrawing=2}         0.12068966  0.8400000  0.9744000
## [11362] {duration_admission=11,                                                                     
##          prem=1}                     => {chest indrawing=2}         0.12068966  0.8400000  0.9744000
## [11363] {duration_admission=11,                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.12068966  0.8400000  0.9744000
## [11364] {stunted=2,                                                                                 
##          temp=7}                     => {chest indrawing=2}         0.12068966  0.8400000  0.9744000
## [11365] {prem=1,                                                                                    
##          Xray=3}                     => {chest indrawing=2}         0.24137931  0.8400000  0.9744000
## [11366] {lbw=1,                                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.25862069  0.9574468  0.9742441
## [11367] {chest indrawing=2,                                                                         
##          people in house=1}          => {ventilation=3}             0.49425287  0.8958333  0.9742188
## [11368] {stunted=1}                  => {chest indrawing=2}         0.51149425  0.8396226  0.9739623
## [11369] {people in house=1,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.35057471  0.8840580  0.9735828
## [11370] {outcome=2,                                                                                 
##          sex=1}                      => {chest indrawing=2}         0.27011494  0.8392857  0.9735714
## [11371] {chest indrawing=1,                                                                         
##          ventilation=3}              => {outcome=2}                 0.12643678  0.9565217  0.9733028
## [11372] {duration_admission=11,                                                                     
##          lbw=1}                      => {outcome=2}                 0.12643678  0.9565217  0.9733028
## [11373] {sex=1,                                                                                     
##          uwfa=1}                     => {outcome=2}                 0.25287356  0.9565217  0.9733028
## [11374] {hiv_exposure=3,                                                                            
##          sex=1}                      => {outcome=2}                 0.25287356  0.9565217  0.9733028
## [11375] {O2 saturation=21,                                                                          
##          outcome=2}                  => {ventilation=3}             0.09770115  0.8947368  0.9730263
## [11376] {O2 saturation=21}           => {ventilation=3}             0.09770115  0.8947368  0.9730263
## [11377] {prem=2,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.09770115  0.8947368  0.9730263
## [11378] {prem=1,                                                                                    
##          Xray=4}                     => {ventilation=3}             0.19540230  0.8947368  0.9730263
## [11379] {CRP=97,                                                                                    
##          temp=5}                     => {prolonged=1}               0.07471264  0.8666667  0.9729032
## [11380] {prem=2,                                                                                    
##          stunted=1}                  => {prolonged=1}               0.07471264  0.8666667  0.9729032
## [11381] {hiv_exposure=3,                                                                            
##          prem=2}                     => {prolonged=1}               0.14942529  0.8666667  0.9729032
## [11382] {stunted=1,                                                                                 
##          vaccinations=2}             => {chest indrawing=2}         0.29885057  0.8387097  0.9729032
## [11383] {lbw=1,                                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.44827586  0.8387097  0.9729032
## [11384] {chest indrawing=2,                                                                         
##          stunted=2}                  => {serious outcome?=2}        0.30459770  0.8833333  0.9727848
## [11385] {vaccinations=1,                                                                            
##          ventilation=3}              => {chest indrawing=2}         0.32758621  0.8382353  0.9723529
## [11386] {serious outcome?=2,                                                                        
##          vaccinations=1}             => {chest indrawing=2}         0.32758621  0.8382353  0.9723529
## [11387] {outcome=2,                                                                                 
##          stunted=1}                  => {chest indrawing=2}         0.50574713  0.8380952  0.9721905
## [11388] {CRP=97,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.08620690  0.8823529  0.9717051
## [11389] {CRP=97}                     => {serious outcome?=2}        0.17241379  0.8823529  0.9717051
## [11390] {hiv_exposure=1,                                                                            
##          sex=2}                      => {serious outcome?=2}        0.17241379  0.8823529  0.9717051
## [11391] {lbw=1,                                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.08620690  0.8823529  0.9717051
## [11392] {temp=7,                                                                                    
##          Xray=4}                     => {serious outcome?=2}        0.08620690  0.8823529  0.9717051
## [11393] {serious outcome?=2,                                                                        
##          Xray=4}                     => {prolonged=1}               0.25862069  0.8653846  0.9714640
## [11394] {chest indrawing=1,                                                                         
##          prolonged=1}                => {outcome=2}                 0.12068966  0.9545455  0.9712919
## [11395] {Maternal smoke category=1,                                                                 
##          temp=7}                     => {outcome=2}                 0.12068966  0.9545455  0.9712919
## [11396] {Maternal smoke category=1,                                                                 
##          uwfa=1}                     => {outcome=2}                 0.24137931  0.9545455  0.9712919
## [11397] {people in house=2,                                                                         
##          uwfa=1}                     => {chest indrawing=2}         0.20689655  0.8372093  0.9711628
## [11398] {prem=1,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.20689655  0.8372093  0.9711628
## [11399] {stunted=2,                                                                                 
##          vaccinations=1}             => {prolonged=1}               0.18390805  0.8648649  0.9708806
## [11400] {people in house=1}          => {prolonged=1}               0.55172414  0.8648649  0.9708806
## [11401] {stunted=1,                                                                                 
##          ventilation=3}              => {chest indrawing=2}         0.47126437  0.8367347  0.9706122
## [11402] {serious outcome?=2,                                                                        
##          stunted=1}                  => {chest indrawing=2}         0.47126437  0.8367347  0.9706122
## [11403] {hiv_exposure=3,                                                                            
##          stunted=2}                  => {outcome=2}                 0.23563218  0.9534884  0.9702162
## [11404] {stunted=2}                  => {serious outcome?=2}        0.33908046  0.8805970  0.9697714
## [11405] {sex=2,                                                                                     
##          temp=5}                     => {ventilation=3}             0.23563218  0.8913043  0.9692935
## [11406] {chest indrawing=2,                                                                         
##          CRP=97}                     => {serious outcome?=2}        0.12643678  0.8800000  0.9691139
## [11407] {CRP=97,                                                                                    
##          sex=2}                      => {outcome=2}                 0.11494253  0.9523810  0.9690894
## [11408] {Maternal smoke category=1,                                                                 
##          prem=2}                     => {outcome=2}                 0.11494253  0.9523810  0.9690894
## [11409] {people in house=1,                                                                         
##          sex=1}                      => {outcome=2}                 0.22988506  0.9523810  0.9690894
## [11410] {prem=1,                                                                                    
##          stunted=1}                  => {chest indrawing=2}         0.43678161  0.8351648  0.9687912
## [11411] {hiv_exposure=3,                                                                            
##          Xray=4}                     => {outcome=2}                 0.22413793  0.9512195  0.9679076
## [11412] {lbw=1,                                                                                     
##          Xray=4}                     => {outcome=2}                 0.22413793  0.9512195  0.9679076
## [11413] {Maternal smoke category=1,                                                                 
##          people in house=1}          => {outcome=2}                 0.22413793  0.9512195  0.9679076
## [11414] {sex=2}                      => {prolonged=1}               0.57471264  0.8620690  0.9677419
## [11415] {pulse=28,                                                                                  
##          uwfa=1}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11416] {outcome=2,                                                                                 
##          pulse=28}                   => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11417] {pulse=28,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11418] {pulse=28,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11419] {pulse=28}                   => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11420] {outcome=2,                                                                                 
##          pulse=35}                   => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11421] {pulse=35}                   => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11422] {pulse=34,                                                                                  
##          vaccinations=2}             => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11423] {outcome=2,                                                                                 
##          pulse=34}                   => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11424] {prolonged=1,                                                                               
##          pulse=34}                   => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11425] {pulse=34}                   => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11426] {O2 saturation=1,                                                                           
##          vaccinations=2}             => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11427] {Maternal smoke category=3,                                                                 
##          O2 saturation=1}            => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11428] {O2 saturation=1,                                                                           
##          people in house=1}          => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11429] {O2 saturation=20,                                                                          
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11430] {resp=10,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11431] {resp=30,                                                                                   
##          stunted=2}                  => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11432] {resp=30,                                                                                   
##          sex=2}                      => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11433] {Maternal smoke category=3,                                                                 
##          O2 saturation=26}           => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11434] {hiv_exposure=3,                                                                            
##          O2 saturation=26}           => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11435] {people in house=1,                                                                         
##          resp=25}                    => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11436] {prem=1,                                                                                    
##          Xray=1}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11437] {uwfa=1,                                                                                    
##          Xray=1}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11438] {ventilation=3,                                                                             
##          Xray=1}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11439] {prolonged=1,                                                                               
##          Xray=1}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11440] {Xray=1}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11441] {duration_admission=19,                                                                     
##          people in house=2}          => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11442] {duration_admission=19,                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11443] {duration_admission=19,                                                                     
##          serious outcome?=2}         => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11444] {people in house=1,                                                                         
##          vaccinations=4}             => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11445] {prolonged=1,                                                                               
##          vaccinations=4}             => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11446] {resp=18,                                                                                   
##          vaccinations=2}             => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11447] {prem=1,                                                                                    
##          resp=18}                    => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11448] {temp=3,                                                                                    
##          Xray=4}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11449] {temp=3,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11450] {people in house=1,                                                                         
##          temp=3}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11451] {lbw=1,                                                                                     
##          temp=3}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11452] {Maternal smoke category=1,                                                                 
##          temp=10}                    => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11453] {prem=1,                                                                                    
##          temp=10}                    => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11454] {O2 saturation=22,                                                                          
##          prem=2}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11455] {O2 saturation=22,                                                                          
##          Xray=4}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11456] {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11457] {O2 saturation=22,                                                                          
##          vaccinations=1}             => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11458] {prolonged=2,                                                                               
##          uwfa=1}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11459] {prolonged=2,                                                                               
##          ventilation=3}              => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11460] {O2 saturation=21,                                                                          
##          prem=2}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11461] {O2 saturation=24,                                                                          
##          Xray=4}                     => {chest indrawing=2}         0.02873563  0.8333333  0.9666667
## [11462] {O2 saturation=24,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11463] {duration_admission=17,                                                                     
##          sex=2}                      => {chest indrawing=2}         0.08620690  0.8333333  0.9666667
## [11464] {CRP=97,                                                                                    
##          lbw=1}                      => {outcome=2}                 0.10919540  0.9500000  0.9666667
## [11465] {duration_admission=11,                                                                     
##          lbw=2}                      => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11466] {duration_admission=11,                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.11494253  0.8333333  0.9666667
## [11467] {Maternal smoke category=1,                                                                 
##          Xray=2}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11468] {hiv_exposure=1,                                                                            
##          temp=7}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11469] {hiv_exposure=1,                                                                            
##          sex=1}                      => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11470] {sex=1,                                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.05747126  0.8333333  0.9666667
## [11471] {sex=1,                                                                                     
##          ventilation=3}              => {chest indrawing=2}         0.25862069  0.8333333  0.9666667
## [11472] {stunted=2,                                                                                 
##          uwfa=1}                     => {chest indrawing=2}         0.11494253  0.8333333  0.9666667
## [11473] {people in house=1,                                                                         
##          stunted=1}                  => {chest indrawing=2}         0.34482759  0.8333333  0.9666667
## [11474] {chest indrawing=2,                                                                         
##          CRP=58}                     => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11475] {CRP=58,                                                                                    
##          outcome=2}                  => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11476] {CRP=58}                     => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11477] {O2 saturation=20,                                                                          
##          outcome=2}                  => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11478] {O2 saturation=20}           => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11479] {outcome=2,                                                                                 
##          resp=10}                    => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11480] {resp=10}                    => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11481] {people in house=1,                                                                         
##          resp=30}                    => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11482] {chest indrawing=2,                                                                         
##          resp=30}                    => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11483] {resp=8,                                                                                    
##          stunted=1}                  => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11484] {outcome=2,                                                                                 
##          resp=8}                     => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11485] {prem=1,                                                                                    
##          resp=20}                    => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11486] {resp=20,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11487] {resp=24,                                                                                   
##          sex=2}                      => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11488] {resp=13,                                                                                   
##          sex=2}                      => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11489] {hiv_exposure=3,                                                                            
##          resp=13}                    => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11490] {duration_admission=18,                                                                     
##          stunted=1}                  => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11491] {duration_admission=19,                                                                     
##          vaccinations=2}             => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11492] {duration_admission=19,                                                                     
##          hiv_exposure=3}             => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11493] {O2 saturation=21,                                                                          
##          prolonged=1}                => {ventilation=3}             0.09195402  0.8888889  0.9666667
## [11494] {chest indrawing=1,                                                                         
##          people in house=2}          => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11495] {prem=2,                                                                                    
##          resp=16}                    => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11496] {resp=16,                                                                                   
##          sex=1}                      => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11497] {resp=16,                                                                                   
##          Xray=4}                     => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11498] {duration_admission=17,                                                                     
##          people in house=2}          => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11499] {lbw=2,                                                                                     
##          Xray=2}                     => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11500] {lbw=2,                                                                                     
##          sex=1}                      => {ventilation=3}             0.04597701  0.8888889  0.9666667
## [11501] {lbw=2,                                                                                     
##          vaccinations=1}             => {ventilation=3}             0.13793103  0.8888889  0.9666667
## [11502] {prem=2,                                                                                    
##          temp=7}                     => {ventilation=3}             0.09195402  0.8888889  0.9666667
## [11503] {Maternal smoke category=1,                                                                 
##          sex=1}                      => {ventilation=3}             0.09195402  0.8888889  0.9666667
## [11504] {sex=1,                                                                                     
##          vaccinations=2}             => {chest indrawing=2}         0.14367816  0.8333333  0.9666667
## [11505] {vaccinations=2,                                                                            
##          Xray=3}                     => {chest indrawing=2}         0.14367816  0.8333333  0.9666667
## [11506] {outcome=2,                                                                                 
##          sex=2}                      => {prolonged=1}               0.56896552  0.8608696  0.9663955
## [11507] {hiv_exposure=3,                                                                            
##          stunted=2}                  => {prolonged=1}               0.21264368  0.8604651  0.9659415
## [11508] {prolonged=2}                => {outcome=2}                 0.10344828  0.9473684  0.9639889
## [11509] {chest indrawing=1,                                                                         
##          lbw=1}                      => {outcome=2}                 0.10344828  0.9473684  0.9639889
## [11510] {Maternal smoke category=3,                                                                 
##          uwfa=2}                     => {outcome=2}                 0.10344828  0.9473684  0.9639889
## [11511] {prem=2,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.10344828  0.9473684  0.9639889
## [11512] {people in house=1,                                                                         
##          stunted=2}                  => {outcome=2}                 0.20689655  0.9473684  0.9639889
## [11513] {uwfa=1,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.31034483  0.8307692  0.9636923
## [11514] {O2 saturation=13,                                                                          
##          outcome=2}                  => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11515] {O2 saturation=13}           => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11516] {O2 saturation=20,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11517] {chest indrawing=2,                                                                         
##          O2 saturation=20}           => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11518] {O2 saturation=20,                                                                          
##          prolonged=1}                => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11519] {resp=10,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11520] {hiv_exposure=3,                                                                            
##          resp=10}                    => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11521] {lbw=1,                                                                                     
##          resp=10}                    => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11522] {prolonged=1,                                                                               
##          resp=26}                    => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11523] {prolonged=1,                                                                               
##          resp=30}                    => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11524] {O2 saturation=18,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11525] {prolonged=1,                                                                               
##          resp=25}                    => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11526] {resp=20,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11527] {hiv_exposure=3,                                                                            
##          resp=24}                    => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11528] {sex=2,                                                                                     
##          Xray=1}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11529] {duration_admission=18,                                                                     
##          temp=5}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11530] {duration_admission=18,                                                                     
##          sex=2}                      => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11531] {duration_admission=19,                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11532] {duration_admission=19,                                                                     
##          uwfa=1}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11533] {O2 saturation=21,                                                                          
##          Xray=4}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11534] {O2 saturation=21,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.08045977  0.8750000  0.9636076
## [11535] {duration_admission=17,                                                                     
##          sex=1}                      => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11536] {duration_admission=11,                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11537] {hiv_exposure=1,                                                                            
##          Xray=2}                     => {serious outcome?=2}        0.04022989  0.8750000  0.9636076
## [11538] {serious outcome?=2,                                                                        
##          sex=1}                      => {chest indrawing=2}         0.25287356  0.8301887  0.9630189
## [11539] {uwfa=1,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.22413793  0.8297872  0.9625532
## [11540] {outcome=2,                                                                                 
##          pulse=25}                   => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11541] {pulse=25}                   => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11542] {CRP=58,                                                                                    
##          stunted=1}                  => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11543] {CRP=58,                                                                                    
##          people in house=1}          => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11544] {CRP=58,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11545] {CRP=58,                                                                                    
##          hiv_exposure=3}             => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11546] {CRP=58,                                                                                    
##          lbw=1}                      => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11547] {O2 saturation=20,                                                                          
##          people in house=1}          => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11548] {lbw=1,                                                                                     
##          O2 saturation=20}           => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11549] {resp=10,                                                                                   
##          stunted=1}                  => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11550] {prem=1,                                                                                    
##          resp=10}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11551] {chest indrawing=2,                                                                         
##          resp=10}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11552] {O2 saturation=25,                                                                          
##          temp=5}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11553] {Maternal smoke category=3,                                                                 
##          O2 saturation=25}           => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11554] {lbw=1,                                                                                     
##          O2 saturation=25}           => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11555] {chest indrawing=2,                                                                         
##          O2 saturation=25}           => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11556] {O2 saturation=18,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11557] {resp=8,                                                                                    
##          sex=2}                      => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11558] {prem=1,                                                                                    
##          resp=8}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11559] {resp=8,                                                                                    
##          uwfa=1}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11560] {Maternal smoke category=1,                                                                 
##          resp=24}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11561] {people in house=1,                                                                         
##          resp=24}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11562] {vaccinations=4}             => {prolonged=1}               0.06896552  0.8571429  0.9622120
## [11563] {people in house=2,                                                                         
##          resp=18}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11564] {CRP=2,                                                                                     
##          lbw=2}                      => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11565] {CRP=2,                                                                                     
##          uwfa=2}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11566] {O2 saturation=23,                                                                          
##          people in house=2}          => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11567] {Maternal smoke category=3,                                                                 
##          temp=3}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11568] {lbw=2,                                                                                     
##          temp=10}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11569] {sex=1,                                                                                     
##          temp=10}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11570] {chest indrawing=2,                                                                         
##          temp=10}                    => {prolonged=1}               0.06896552  0.8571429  0.9622120
## [11571] {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11572] {O2 saturation=22,                                                                          
##          sex=1}                      => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11573] {chest indrawing=2,                                                                         
##          O2 saturation=22}           => {prolonged=1}               0.06896552  0.8571429  0.9622120
## [11574] {O2 saturation=21,                                                                          
##          temp=7}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11575] {O2 saturation=21,                                                                          
##          stunted=2}                  => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11576] {O2 saturation=24,                                                                          
##          people in house=2}          => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11577] {lbw=2,                                                                                     
##          resp=16}                    => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11578] {CRP=97,                                                                                    
##          lbw=2}                      => {prolonged=1}               0.06896552  0.8571429  0.9622120
## [11579] {uwfa=2,                                                                                    
##          Xray=2}                     => {prolonged=1}               0.03448276  0.8571429  0.9622120
## [11580] {lbw=2,                                                                                     
##          ventilation=3}              => {prolonged=1}               0.20689655  0.8571429  0.9622120
## [11581] {lbw=2,                                                                                     
##          serious outcome?=2}         => {prolonged=1}               0.20689655  0.8571429  0.9622120
## [11582] {prem=2,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.13793103  0.8571429  0.9622120
## [11583] {CRP=97,                                                                                    
##          people in house=1}          => {ventilation=3}             0.13218391  0.8846154  0.9620192
## [11584] {people in house=1,                                                                         
##          prem=1}                     => {chest indrawing=2}         0.39080460  0.8292683  0.9619512
## [11585] {stunted=2,                                                                                 
##          uwfa=2}                     => {ventilation=3}             0.21839080  0.8837209  0.9610465
## [11586] {hiv_exposure=3,                                                                            
##          stunted=2}                  => {ventilation=3}             0.21839080  0.8837209  0.9610465
## [11587] {chest indrawing=1,                                                                         
##          prem=1}                     => {outcome=2}                 0.09770115  0.9444444  0.9610136
## [11588] {prem=2,                                                                                    
##          temp=7}                     => {outcome=2}                 0.09770115  0.9444444  0.9610136
## [11589] {uwfa=1,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.19540230  0.9444444  0.9610136
## [11590] {hiv_exposure=3,                                                                            
##          Maternal smoke category=1}  => {ventilation=3}             0.25862069  0.8823529  0.9595588
## [11591] {CRP=97,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.08620690  0.8823529  0.9595588
## [11592] {hiv_exposure=1,                                                                            
##          sex=2}                      => {ventilation=3}             0.17241379  0.8823529  0.9595588
## [11593] {temp=7,                                                                                    
##          Xray=4}                     => {ventilation=3}             0.08620690  0.8823529  0.9595588
## [11594] {Maternal smoke category=1,                                                                 
##          stunted=2}                  => {ventilation=3}             0.17241379  0.8823529  0.9595588
## [11595] {sex=2,                                                                                     
##          vaccinations=2}             => {prolonged=1}               0.27011494  0.8545455  0.9592962
## [11596] {chest indrawing=2,                                                                         
##          people in house=1}          => {prolonged=1}               0.47126437  0.8541667  0.9588710
## [11597] {Maternal smoke category=1,                                                                 
##          people in house=1}          => {prolonged=1}               0.20114943  0.8536585  0.9583006
## [11598] {lbw=2,                                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.10919540  0.8260870  0.9582609
## [11599] {stunted=1,                                                                                 
##          Xray=3}                     => {chest indrawing=2}         0.21839080  0.8260870  0.9582609
## [11600] {vaccinations=1,                                                                            
##          Xray=4}                     => {chest indrawing=2}         0.10919540  0.8260870  0.9582609
## [11601] {people in house=1,                                                                         
##          temp=5}                     => {ventilation=3}             0.21264368  0.8809524  0.9580357
## [11602] {chest indrawing=2,                                                                         
##          prolonged=2}                => {outcome=2}                 0.09195402  0.9411765  0.9576883
## [11603] {chest indrawing=1,                                                                         
##          Maternal smoke category=3}  => {outcome=2}                 0.09195402  0.9411765  0.9576883
## [11604] {chest indrawing=1,                                                                         
##          hiv_exposure=3}             => {outcome=2}                 0.09195402  0.9411765  0.9576883
## [11605] {prem=1,                                                                                    
##          uwfa=2}                     => {outcome=2}                 0.09195402  0.9411765  0.9576883
## [11606] {lbw=1,                                                                                     
##          uwfa=2}                     => {outcome=2}                 0.09195402  0.9411765  0.9576883
## [11607] {temp=7,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.09195402  0.9411765  0.9576883
## [11608] {hiv_exposure=1,                                                                            
##          stunted=1}                  => {serious outcome?=2}        0.11494253  0.8695652  0.9576225
## [11609] {Maternal smoke category=1,                                                                 
##          uwfa=2}                     => {serious outcome?=2}        0.11494253  0.8695652  0.9576225
## [11610] {chest indrawing=2,                                                                         
##          CRP=97}                     => {ventilation=3}             0.12643678  0.8800000  0.9570000
## [11611] {prem=1,                                                                                    
##          Xray=4}                     => {serious outcome?=2}        0.18965517  0.8684211  0.9563624
## [11612] {hiv_exposure=1,                                                                            
##          prem=1}                     => {prolonged=1}               0.13218391  0.8518519  0.9562724
## [11613] {lbw=2,                                                                                     
##          vaccinations=1}             => {prolonged=1}               0.13218391  0.8518519  0.9562724
## [11614] {chest indrawing=2,                                                                         
##          sex=2}                      => {prolonged=1}               0.49425287  0.8514851  0.9558607
## [11615] {prolonged=1,                                                                               
##          temp=7}                     => {chest indrawing=2}         0.24137931  0.8235294  0.9552941
## [11616] {duration_admission=15,                                                                     
##          sex=2}                      => {chest indrawing=2}         0.08045977  0.8235294  0.9552941
## [11617] {people in house=1,                                                                         
##          Xray=2}                     => {chest indrawing=2}         0.08045977  0.8235294  0.9552941
## [11618] {ventilation=3,                                                                             
##          Xray=2}                     => {chest indrawing=2}         0.16091954  0.8235294  0.9552941
## [11619] {serious outcome?=2,                                                                        
##          Xray=2}                     => {chest indrawing=2}         0.16091954  0.8235294  0.9552941
## [11620] {hiv_exposure=1,                                                                            
##          people in house=2}          => {chest indrawing=2}         0.08045977  0.8235294  0.9552941
## [11621] {lbw=1,                                                                                     
##          uwfa=2}                     => {chest indrawing=2}         0.08045977  0.8235294  0.9552941
## [11622] {stunted=1,                                                                                 
##          vaccinations=1}             => {chest indrawing=2}         0.16091954  0.8235294  0.9552941
## [11623] {Maternal smoke category=1,                                                                 
##          people in house=1}          => {ventilation=3}             0.20689655  0.8780488  0.9548780
## [11624] {O2 saturation=21,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.07471264  0.8666667  0.9544304
## [11625] {chest indrawing=1,                                                                         
##          sex=2}                      => {serious outcome?=2}        0.07471264  0.8666667  0.9544304
## [11626] {CRP=97,                                                                                    
##          temp=5}                     => {serious outcome?=2}        0.07471264  0.8666667  0.9544304
## [11627] {hiv_exposure=3,                                                                            
##          lbw=2}                      => {serious outcome?=2}        0.14942529  0.8666667  0.9544304
## [11628] {stunted=2,                                                                                 
##          temp=5}                     => {serious outcome?=2}        0.14942529  0.8666667  0.9544304
## [11629] {Maternal smoke category=1,                                                                 
##          temp=5}                     => {serious outcome?=2}        0.14942529  0.8666667  0.9544304
## [11630] {CRP=97,                                                                                    
##          Maternal smoke category=3}  => {outcome=2}                 0.08620690  0.9375000  0.9539474
## [11631] {sex=1,                                                                                     
##          stunted=1}                  => {chest indrawing=2}         0.21264368  0.8222222  0.9537778
## [11632] {prem=1,                                                                                    
##          sex=1}                      => {chest indrawing=2}         0.21264368  0.8222222  0.9537778
## [11633] {ventilation=3,                                                                             
##          Xray=4}                     => {prolonged=1}               0.25862069  0.8490566  0.9531345
## [11634] {hiv_exposure=3,                                                                            
##          Xray=2}                     => {chest indrawing=2}         0.13218391  0.8214286  0.9528571
## [11635] {temp=7}                     => {chest indrawing=2}         0.26436782  0.8214286  0.9528571
## [11636] {Maternal smoke category=3,                                                                 
##          sex=2}                      => {chest indrawing=2}         0.26436782  0.8214286  0.9528571
## [11637] {stunted=1,                                                                                 
##          Xray=4}                     => {prolonged=1}               0.16091954  0.8484848  0.9524927
## [11638] {prem=2,                                                                                    
##          stunted=2}                  => {serious outcome?=2}        0.18390805  0.8648649  0.9524461
## [11639] {lbw=1,                                                                                     
##          stunted=2}                  => {outcome=2}                 0.16666667  0.9354839  0.9518959
## [11640] {sex=2,                                                                                     
##          temp=5}                     => {prolonged=1}               0.22413793  0.8478261  0.9517532
## [11641] {O2 saturation=13,                                                                          
##          outcome=2}                  => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11642] {O2 saturation=13}           => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11643] {O2 saturation=20,                                                                          
##          prem=1}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11644] {chest indrawing=2,                                                                         
##          O2 saturation=20}           => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11645] {O2 saturation=20,                                                                          
##          prolonged=1}                => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11646] {resp=10,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11647] {hiv_exposure=3,                                                                            
##          resp=10}                    => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11648] {lbw=1,                                                                                     
##          resp=10}                    => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11649] {prolonged=1,                                                                               
##          resp=26}                    => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11650] {prolonged=1,                                                                               
##          resp=30}                    => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11651] {O2 saturation=18,                                                                          
##          sex=2}                      => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11652] {people in house=1,                                                                         
##          resp=8}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11653] {prolonged=1,                                                                               
##          resp=25}                    => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11654] {resp=20,                                                                                   
##          sex=2}                      => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11655] {hiv_exposure=3,                                                                            
##          resp=24}                    => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11656] {duration_admission=18,                                                                     
##          temp=5}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11657] {duration_admission=18,                                                                     
##          sex=2}                      => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11658] {duration_admission=19,                                                                     
##          Xray=4}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11659] {duration_admission=19,                                                                     
##          uwfa=1}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11660] {prem=1,                                                                                    
##          prolonged=2}                => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11661] {O2 saturation=21,                                                                          
##          Xray=4}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11662] {O2 saturation=21,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.08045977  0.8750000  0.9515625
## [11663] {duration_admission=17,                                                                     
##          sex=1}                      => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11664] {duration_admission=11,                                                                     
##          Xray=4}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11665] {hiv_exposure=1,                                                                            
##          Xray=2}                     => {ventilation=3}             0.04022989  0.8750000  0.9515625
## [11666] {Maternal smoke category=3,                                                                 
##          prolonged=1}                => {chest indrawing=2}         0.39080460  0.8192771  0.9503614
## [11667] {hiv_exposure=3,                                                                            
##          Maternal smoke category=1}  => {serious outcome?=2}        0.25287356  0.8627451  0.9501117
## [11668] {CRP=97,                                                                                    
##          Xray=4}                     => {prolonged=1}               0.06321839  0.8461538  0.9498759
## [11669] {hiv_exposure=1,                                                                            
##          vaccinations=1}             => {prolonged=1}               0.06321839  0.8461538  0.9498759
## [11670] {lbw=2,                                                                                     
##          stunted=1}                  => {prolonged=1}               0.06321839  0.8461538  0.9498759
## [11671] {sex=1,                                                                                     
##          stunted=2}                  => {prolonged=1}               0.06321839  0.8461538  0.9498759
## [11672] {people in house=1,                                                                         
##          prolonged=2}                => {outcome=2}                 0.08045977  0.9333333  0.9497076
## [11673] {chest indrawing=1,                                                                         
##          people in house=1}          => {outcome=2}                 0.08045977  0.9333333  0.9497076
## [11674] {chest indrawing=1,                                                                         
##          sex=2}                      => {outcome=2}                 0.08045977  0.9333333  0.9497076
## [11675] {prem=2,                                                                                    
##          stunted=1}                  => {outcome=2}                 0.08045977  0.9333333  0.9497076
## [11676] {lbw=1,                                                                                     
##          prem=2}                     => {outcome=2}                 0.08045977  0.9333333  0.9497076
## [11677] {sex=1,                                                                                     
##          temp=7}                     => {outcome=2}                 0.08045977  0.9333333  0.9497076
## [11678] {prem=1,                                                                                    
##          stunted=2}                  => {outcome=2}                 0.16091954  0.9333333  0.9497076
## [11679] {outcome=2,                                                                                 
##          temp=7}                     => {chest indrawing=2}         0.25862069  0.8181818  0.9490909
## [11680] {vaccinations=4,                                                                            
##          ventilation=3}              => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11681] {resp=18,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11682] {hiv_exposure=3,                                                                            
##          resp=18}                    => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11683] {stunted=1,                                                                                 
##          temp=3}                     => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11684] {serious outcome?=1,                                                                        
##          sex=2}                      => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11685] {stunted=1,                                                                                 
##          temp=10}                    => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11686] {temp=10,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11687] {O2 saturation=22,                                                                          
##          stunted=1}                  => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11688] {hiv_exposure=1,                                                                            
##          prolonged=2}                => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11689] {prolonged=2,                                                                               
##          serious outcome?=2}         => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11690] {duration_admission=17,                                                                     
##          Xray=4}                     => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11691] {CRP=97,                                                                                    
##          stunted=2}                  => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11692] {duration_admission=11,                                                                     
##          sex=2}                      => {chest indrawing=2}         0.10344828  0.8181818  0.9490909
## [11693] {temp=7,                                                                                    
##          Xray=2}                     => {chest indrawing=2}         0.05172414  0.8181818  0.9490909
## [11694] {lbw=1,                                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.20689655  0.8181818  0.9490909
## [11695] {Maternal smoke category=3,                                                                 
##          outcome=2}                  => {chest indrawing=2}         0.41379310  0.8181818  0.9490909
## [11696] {lbw=2,                                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.17816092  0.8611111  0.9483122
## [11697] {stunted=2,                                                                                 
##          uwfa=2}                     => {serious outcome?=2}        0.21264368  0.8604651  0.9476008
## [11698] {stunted=2,                                                                                 
##          Xray=4}                     => {ventilation=3}             0.15517241  0.8709677  0.9471774
## [11699] {lbw=1,                                                                                     
##          sex=1}                      => {chest indrawing=2}         0.22988506  0.8163265  0.9469388
## [11700] {hiv_exposure=1,                                                                            
##          stunted=1}                  => {ventilation=3}             0.11494253  0.8695652  0.9456522
## [11701] {Maternal smoke category=1,                                                                 
##          uwfa=2}                     => {ventilation=3}             0.11494253  0.8695652  0.9456522
## [11702] {hiv_exposure=1,                                                                            
##          Maternal smoke category=3}  => {prolonged=1}               0.09195402  0.8421053  0.9453311
## [11703] {Maternal smoke category=3,                                                                 
##          uwfa=2}                     => {prolonged=1}               0.09195402  0.8421053  0.9453311
## [11704] {hiv_exposure=1,                                                                            
##          prem=1}                     => {chest indrawing=2}         0.12643678  0.8148148  0.9451852
## [11705] {temp=7,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.12643678  0.8148148  0.9451852
## [11706] {temp=7,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.25287356  0.8148148  0.9451852
## [11707] {serious outcome?=2,                                                                        
##          temp=7}                     => {chest indrawing=2}         0.25287356  0.8148148  0.9451852
## [11708] {people in house=2,                                                                         
##          vaccinations=1}             => {chest indrawing=2}         0.12643678  0.8148148  0.9451852
## [11709] {prolonged=2,                                                                               
##          Xray=4}                     => {outcome=2}                 0.07471264  0.9285714  0.9448622
## [11710] {duration_admission=11,                                                                     
##          temp=7}                     => {outcome=2}                 0.07471264  0.9285714  0.9448622
## [11711] {people in house=1,                                                                         
##          stunted=2}                  => {ventilation=3}             0.18965517  0.8684211  0.9444079
## [11712] {lbw=2,                                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.24137931  0.8571429  0.9439421
## [11713] {lbw=2}                      => {serious outcome?=2}        0.24137931  0.8571429  0.9439421
## [11714] {outcome=2,                                                                                 
##          uwfa=2}                     => {serious outcome?=2}        0.24137931  0.8571429  0.9439421
## [11715] {outcome=2,                                                                                 
##          pulse=25}                   => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11716] {pulse=25}                   => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11717] {CRP=58,                                                                                    
##          stunted=1}                  => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11718] {CRP=58,                                                                                    
##          people in house=1}          => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11719] {CRP=58,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11720] {CRP=58,                                                                                    
##          hiv_exposure=3}             => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11721] {CRP=58,                                                                                    
##          lbw=1}                      => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11722] {O2 saturation=20,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11723] {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11724] {resp=10,                                                                                   
##          stunted=1}                  => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11725] {prem=1,                                                                                    
##          resp=10}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11726] {chest indrawing=2,                                                                         
##          resp=10}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11727] {O2 saturation=18,                                                                          
##          temp=5}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11728] {O2 saturation=18,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11729] {resp=8,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11730] {prem=1,                                                                                    
##          resp=8}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11731] {resp=8,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11732] {chest indrawing=2,                                                                         
##          resp=25}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11733] {people in house=1,                                                                         
##          resp=20}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11734] {hiv_exposure=3,                                                                            
##          resp=20}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11735] {Maternal smoke category=1,                                                                 
##          resp=24}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11736] {people in house=1,                                                                         
##          resp=24}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11737] {people in house=1,                                                                         
##          Xray=1}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11738] {hiv_exposure=3,                                                                            
##          Xray=1}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11739] {duration_admission=18,                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11740] {duration_admission=18,                                                                     
##          hiv_exposure=3}             => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11741] {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11742] {duration_admission=19,                                                                     
##          people in house=1}          => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11743] {Maternal smoke category=3,                                                                 
##          temp=3}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11744] {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11745] {O2 saturation=22,                                                                          
##          stunted=2}                  => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11746] {O2 saturation=21,                                                                          
##          people in house=2}          => {serious outcome?=2}        0.06896552  0.8571429  0.9439421
## [11747] {O2 saturation=21,                                                                          
##          temp=5}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11748] {lbw=1,                                                                                     
##          O2 saturation=21}           => {serious outcome?=2}        0.06896552  0.8571429  0.9439421
## [11749] {chest indrawing=1,                                                                         
##          Xray=2}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11750] {chest indrawing=1,                                                                         
##          hiv_exposure=1}             => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11751] {chest indrawing=1,                                                                         
##          stunted=2}                  => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11752] {lbw=2,                                                                                     
##          resp=16}                    => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11753] {resp=16,                                                                                   
##          uwfa=2}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11754] {CRP=97,                                                                                    
##          hiv_exposure=1}             => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11755] {CRP=97,                                                                                    
##          Maternal smoke category=1}  => {serious outcome?=2}        0.06896552  0.8571429  0.9439421
## [11756] {CRP=97,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.10344828  0.8571429  0.9439421
## [11757] {uwfa=2,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.03448276  0.8571429  0.9439421
## [11758] {prem=2,                                                                                    
##          Xray=2}                     => {serious outcome?=2}        0.06896552  0.8571429  0.9439421
## [11759] {hiv_exposure=1,                                                                            
##          Xray=4}                     => {serious outcome?=2}        0.10344828  0.8571429  0.9439421
## [11760] {people in house=1,                                                                         
##          temp=5}                     => {serious outcome?=2}        0.20689655  0.8571429  0.9439421
## [11761] {stunted=2,                                                                                 
##          temp=7}                     => {prolonged=1}               0.12068966  0.8400000  0.9429677
## [11762] {O2 saturation=24,                                                                          
##          uwfa=1}                     => {chest indrawing=2}         0.07471264  0.8125000  0.9425000
## [11763] {CRP=97,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.07471264  0.8125000  0.9425000
## [11764] {lbw=2,                                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.07471264  0.8125000  0.9425000
## [11765] {people in house=2,                                                                         
##          sex=1}                      => {chest indrawing=2}         0.07471264  0.8125000  0.9425000
## [11766] {O2 saturation=21,                                                                          
##          sex=2}                      => {ventilation=3}             0.07471264  0.8666667  0.9425000
## [11767] {CRP=97,                                                                                    
##          temp=5}                     => {ventilation=3}             0.07471264  0.8666667  0.9425000
## [11768] {hiv_exposure=3,                                                                            
##          lbw=2}                      => {ventilation=3}             0.14942529  0.8666667  0.9425000
## [11769] {lbw=1,                                                                                     
##          Xray=3}                     => {chest indrawing=2}         0.22413793  0.8125000  0.9425000
## [11770] {Maternal smoke category=3,                                                                 
##          serious outcome?=2}         => {chest indrawing=2}         0.39655172  0.8117647  0.9416471
## [11771] {prem=2,                                                                                    
##          stunted=2}                  => {ventilation=3}             0.18390805  0.8648649  0.9405405
## [11772] {Maternal smoke category=1,                                                                 
##          people in house=1}          => {serious outcome?=2}        0.20114943  0.8536585  0.9401050
## [11773] {uwfa=2,                                                                                    
##          ventilation=3}              => {prolonged=1}               0.20689655  0.8372093  0.9398350
## [11774] {Maternal smoke category=1,                                                                 
##          stunted=2}                  => {serious outcome?=2}        0.16666667  0.8529412  0.9393150
## [11775] {duration_admission=11,                                                                     
##          sex=1}                      => {outcome=2}                 0.06896552  0.9230769  0.9392713
## [11776] {prem=2,                                                                                    
##          sex=1}                      => {outcome=2}                 0.06896552  0.9230769  0.9392713
## [11777] {sex=1,                                                                                     
##          stunted=2}                  => {outcome=2}                 0.06896552  0.9230769  0.9392713
## [11778] {duration_admission=11,                                                                     
##          Maternal smoke category=3}  => {chest indrawing=2}         0.09770115  0.8095238  0.9390476
## [11779] {Maternal smoke category=3,                                                                 
##          Xray=2}                     => {chest indrawing=2}         0.09770115  0.8095238  0.9390476
## [11780] {hiv_exposure=3,                                                                            
##          temp=7}                     => {chest indrawing=2}         0.19540230  0.8095238  0.9390476
## [11781] {sex=1,                                                                                     
##          vaccinations=1}             => {chest indrawing=2}         0.09770115  0.8095238  0.9390476
## [11782] {Maternal smoke category=3}  => {chest indrawing=2}         0.41379310  0.8089888  0.9384270
## [11783] {hiv_exposure=1,                                                                            
##          vaccinations=2}             => {serious outcome?=2}        0.13218391  0.8518519  0.9381153
## [11784] {temp=7,                                                                                    
##          vaccinations=2}             => {chest indrawing=2}         0.12068966  0.8076923  0.9369231
## [11785] {lbw=2,                                                                                     
##          stunted=2}                  => {ventilation=3}             0.17816092  0.8611111  0.9364583
## [11786] {uwfa=1,                                                                                    
##          Xray=4}                     => {ventilation=3}             0.17816092  0.8611111  0.9364583
## [11787] {lbw=2,                                                                                     
##          Maternal smoke category=1}  => {serious outcome?=2}        0.09770115  0.8500000  0.9360759
## [11788] {lbw=2,                                                                                     
##          sex=2}                      => {serious outcome?=2}        0.19540230  0.8500000  0.9360759
## [11789] {pulse=28,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11790] {outcome=2,                                                                                 
##          pulse=28}                   => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11791] {pulse=28,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11792] {pulse=28,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11793] {pulse=28}                   => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11794] {outcome=2,                                                                                 
##          pulse=35}                   => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11795] {pulse=35}                   => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11796] {hiv_exposure=3,                                                                            
##          pulse=25}                   => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11797] {O2 saturation=13,                                                                          
##          people in house=1}          => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11798] {CRP=58,                                                                                    
##          prem=1}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11799] {O2 saturation=20,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11800] {people in house=1,                                                                         
##          resp=10}                    => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11801] {resp=10,                                                                                   
##          sex=2}                      => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11802] {resp=26,                                                                                   
##          stunted=2}                  => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11803] {people in house=1,                                                                         
##          resp=26}                    => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11804] {O2 saturation=25,                                                                          
##          stunted=1}                  => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11805] {O2 saturation=25,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11806] {resp=30,                                                                                   
##          Xray=4}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11807] {resp=30,                                                                                   
##          sex=2}                      => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11808] {prem=1,                                                                                    
##          resp=30}                    => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11809] {hiv_exposure=3,                                                                            
##          resp=30}                    => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11810] {O2 saturation=18,                                                                          
##          stunted=1}                  => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11811] {lbw=1,                                                                                     
##          resp=8}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11812] {people in house=1,                                                                         
##          vaccinations=4}             => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11813] {lbw=1,                                                                                     
##          vaccinations=4}             => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11814] {chest indrawing=2,                                                                         
##          vaccinations=4}             => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11815] {CRP=2,                                                                                     
##          hiv_exposure=1}             => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11816] {CRP=2,                                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11817] {CRP=2,                                                                                     
##          people in house=1}          => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11818] {Maternal smoke category=1,                                                                 
##          temp=3}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11819] {temp=3,                                                                                    
##          vaccinations=2}             => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11820] {lbw=1,                                                                                     
##          temp=3}                     => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11821] {chest indrawing=2,                                                                         
##          temp=3}                     => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11822] {people in house=2,                                                                         
##          temp=10}                    => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11823] {Maternal smoke category=1,                                                                 
##          temp=10}                    => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11824] {prem=1,                                                                                    
##          temp=10}                    => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11825] {Maternal smoke category=2,                                                                 
##          temp=7}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11826] {O2 saturation=22,                                                                          
##          prem=2}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11827] {O2 saturation=22,                                                                          
##          Xray=4}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11828] {Maternal smoke category=1,                                                                 
##          O2 saturation=22}           => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11829] {O2 saturation=22,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11830] {O2 saturation=21,                                                                          
##          prem=2}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11831] {O2 saturation=24,                                                                          
##          Xray=4}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11832] {O2 saturation=24,                                                                          
##          temp=5}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11833] {chest indrawing=1,                                                                         
##          Xray=4}                     => {prolonged=1}               0.02873563  0.8333333  0.9354839
## [11834] {hiv_exposure=1,                                                                            
##          temp=7}                     => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11835] {hiv_exposure=1,                                                                            
##          sex=1}                      => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11836] {hiv_exposure=1,                                                                            
##          Xray=3}                     => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11837] {sex=1,                                                                                     
##          uwfa=2}                     => {prolonged=1}               0.05747126  0.8333333  0.9354839
## [11838] {prem=2,                                                                                    
##          temp=7}                     => {prolonged=1}               0.08620690  0.8333333  0.9354839
## [11839] {serious outcome?=2,                                                                        
##          uwfa=2}                     => {prolonged=1}               0.20114943  0.8333333  0.9354839
## [11840] {stunted=1,                                                                                 
##          temp=7}                     => {chest indrawing=2}         0.14367816  0.8064516  0.9354839
## [11841] {stunted=2,                                                                                 
##          temp=5}                     => {prolonged=1}               0.14367816  0.8333333  0.9354839
## [11842] {people in house=1,                                                                         
##          temp=5}                     => {prolonged=1}               0.20114943  0.8333333  0.9354839
## [11843] {uwfa=2}                     => {ventilation=3}             0.24712644  0.8600000  0.9352500
## [11844] {hiv_exposure=3,                                                                            
##          Maternal smoke category=3}  => {chest indrawing=2}         0.31034483  0.8059701  0.9349254
## [11845] {outcome=2,                                                                                 
##          Xray=2}                     => {chest indrawing=2}         0.16666667  0.8055556  0.9344444
## [11846] {Xray=2}                     => {chest indrawing=2}         0.16666667  0.8055556  0.9344444
## [11847] {sex=2,                                                                                     
##          temp=7}                     => {chest indrawing=2}         0.18965517  0.8048780  0.9336585
## [11848] {lbw=1,                                                                                     
##          temp=7}                     => {chest indrawing=2}         0.18965517  0.8048780  0.9336585
## [11849] {prem=1,                                                                                    
##          Xray=1}                     => {outcome=2}                 0.06321839  0.9166667  0.9327485
## [11850] {prolonged=1,                                                                               
##          Xray=1}                     => {outcome=2}                 0.06321839  0.9166667  0.9327485
## [11851] {ventilation=3,                                                                             
##          Xray=1}                     => {outcome=2}                 0.06321839  0.9166667  0.9327485
## [11852] {Xray=1}                     => {outcome=2}                 0.06321839  0.9166667  0.9327485
## [11853] {prolonged=2,                                                                               
##          stunted=2}                  => {outcome=2}                 0.06321839  0.9166667  0.9327485
## [11854] {prolonged=2,                                                                               
##          ventilation=3}              => {outcome=2}                 0.06321839  0.9166667  0.9327485
## [11855] {duration_admission=11,                                                                     
##          Maternal smoke category=1}  => {outcome=2}                 0.06321839  0.9166667  0.9327485
## [11856] {outcome=2,                                                                                 
##          stunted=2}                  => {prolonged=1}               0.31034483  0.8307692  0.9326055
## [11857] {lbw=2,                                                                                     
##          outcome=2}                  => {ventilation=3}             0.24137931  0.8571429  0.9321429
## [11858] {lbw=2}                      => {ventilation=3}             0.24137931  0.8571429  0.9321429
## [11859] {outcome=2,                                                                                 
##          uwfa=2}                     => {ventilation=3}             0.24137931  0.8571429  0.9321429
## [11860] {outcome=2,                                                                                 
##          pulse=25}                   => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11861] {pulse=25}                   => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11862] {CRP=58,                                                                                    
##          stunted=1}                  => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11863] {CRP=58,                                                                                    
##          people in house=1}          => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11864] {CRP=58,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11865] {CRP=58,                                                                                    
##          hiv_exposure=3}             => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11866] {CRP=58,                                                                                    
##          lbw=1}                      => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11867] {O2 saturation=20,                                                                          
##          people in house=1}          => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11868] {hiv_exposure=3,                                                                            
##          O2 saturation=20}           => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11869] {resp=10,                                                                                   
##          stunted=1}                  => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11870] {prem=1,                                                                                    
##          resp=10}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11871] {chest indrawing=2,                                                                         
##          resp=10}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11872] {O2 saturation=18,                                                                          
##          temp=5}                     => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11873] {O2 saturation=18,                                                                          
##          people in house=1}          => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11874] {resp=8,                                                                                    
##          sex=2}                      => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11875] {chest indrawing=2,                                                                         
##          resp=25}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11876] {people in house=1,                                                                         
##          resp=20}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11877] {hiv_exposure=3,                                                                            
##          resp=20}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11878] {Maternal smoke category=1,                                                                 
##          resp=24}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11879] {people in house=1,                                                                         
##          resp=24}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11880] {duration_admission=18,                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11881] {duration_admission=18,                                                                     
##          hiv_exposure=3}             => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11882] {duration_admission=19,                                                                     
##          Maternal smoke category=3}  => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11883] {duration_admission=19,                                                                     
##          people in house=1}          => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11884] {Maternal smoke category=3,                                                                 
##          temp=3}                     => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11885] {hiv_exposure=3,                                                                            
##          Maternal smoke category=2}  => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11886] {O2 saturation=22,                                                                          
##          stunted=2}                  => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11887] {O2 saturation=21,                                                                          
##          people in house=2}          => {ventilation=3}             0.06896552  0.8571429  0.9321429
## [11888] {O2 saturation=21,                                                                          
##          temp=5}                     => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11889] {lbw=1,                                                                                     
##          O2 saturation=21}           => {ventilation=3}             0.06896552  0.8571429  0.9321429
## [11890] {chest indrawing=1,                                                                         
##          Xray=2}                     => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11891] {chest indrawing=1,                                                                         
##          hiv_exposure=1}             => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11892] {lbw=2,                                                                                     
##          resp=16}                    => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11893] {resp=16,                                                                                   
##          uwfa=2}                     => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11894] {CRP=97,                                                                                    
##          hiv_exposure=1}             => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11895] {CRP=97,                                                                                    
##          Maternal smoke category=1}  => {ventilation=3}             0.06896552  0.8571429  0.9321429
## [11896] {uwfa=2,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.03448276  0.8571429  0.9321429
## [11897] {prem=2,                                                                                    
##          Xray=2}                     => {ventilation=3}             0.06896552  0.8571429  0.9321429
## [11898] {hiv_exposure=1,                                                                            
##          Xray=4}                     => {ventilation=3}             0.10344828  0.8571429  0.9321429
## [11899] {hiv_exposure=3,                                                                            
##          uwfa=2}                     => {ventilation=3}             0.13793103  0.8571429  0.9321429
## [11900] {outcome=2,                                                                                 
##          resp=13}                    => {serious outcome?=2}        0.06321839  0.8461538  0.9318403
## [11901] {resp=13}                    => {serious outcome?=2}        0.06321839  0.8461538  0.9318403
## [11902] {CRP=97,                                                                                    
##          Xray=4}                     => {serious outcome?=2}        0.06321839  0.8461538  0.9318403
## [11903] {CRP=97,                                                                                    
##          people in house=1}          => {serious outcome?=2}        0.12643678  0.8461538  0.9318403
## [11904] {lbw=2,                                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.06321839  0.8461538  0.9318403
## [11905] {prem=2,                                                                                    
##          sex=1}                      => {serious outcome?=2}        0.06321839  0.8461538  0.9318403
## [11906] {sex=1,                                                                                     
##          stunted=2}                  => {serious outcome?=2}        0.06321839  0.8461538  0.9318403
## [11907] {Maternal smoke category=3,                                                                 
##          ventilation=3}              => {chest indrawing=2}         0.39655172  0.8023256  0.9306977
## [11908] {chest indrawing=2,                                                                         
##          uwfa=2}                     => {serious outcome?=2}        0.21839080  0.8444444  0.9299578
## [11909] {sex=2,                                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.21839080  0.8444444  0.9299578
## [11910] {outcome=2,                                                                                 
##          prem=2}                     => {serious outcome?=2}        0.24712644  0.8431373  0.9285182
## [11911] {lbw=1,                                                                                     
##          Xray=4}                     => {ventilation=3}             0.20114943  0.8536585  0.9283537
## [11912] {pulse=33,                                                                                  
##          sex=2}                      => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11913] {outcome=2,                                                                                 
##          pulse=33}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11914] {pulse=33,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11915] {pulse=33,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11916] {prolonged=1,                                                                               
##          pulse=33}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11917] {pulse=33}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11918] {outcome=2,                                                                                 
##          pulse=26}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11919] {pulse=26,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11920] {pulse=26,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11921] {pulse=26}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11922] {outcome=2,                                                                                 
##          resp=11}                    => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11923] {resp=11}                    => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11924] {pulse=28,                                                                                  
##          sex=2}                      => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11925] {lbw=1,                                                                                     
##          pulse=28}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11926] {pulse=35,                                                                                  
##          sex=2}                      => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11927] {pulse=35,                                                                                  
##          ventilation=3}              => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11928] {pulse=35,                                                                                  
##          serious outcome?=2}         => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11929] {prolonged=1,                                                                               
##          pulse=35}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11930] {pulse=34,                                                                                  
##          uwfa=1}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11931] {lbw=1,                                                                                     
##          pulse=34}                   => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11932] {O2 saturation=27,                                                                          
##          temp=5}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11933] {O2 saturation=1,                                                                           
##          prem=1}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11934] {O2 saturation=20,                                                                          
##          stunted=1}                  => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11935] {O2 saturation=25,                                                                          
##          people in house=1}          => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11936] {O2 saturation=25,                                                                          
##          sex=2}                      => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11937] {hiv_exposure=3,                                                                            
##          O2 saturation=25}           => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11938] {Maternal smoke category=1,                                                                 
##          resp=30}                    => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11939] {resp=30,                                                                                   
##          temp=5}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11940] {resp=30,                                                                                   
##          uwfa=1}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11941] {O2 saturation=26,                                                                          
##          Xray=2}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11942] {O2 saturation=26,                                                                          
##          temp=7}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11943] {O2 saturation=26,                                                                          
##          people in house=2}          => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11944] {O2 saturation=26,                                                                          
##          vaccinations=2}             => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11945] {O2 saturation=26,                                                                          
##          stunted=1}                  => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11946] {resp=25,                                                                                   
##          stunted=2}                  => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11947] {Maternal smoke category=3,                                                                 
##          resp=25}                    => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11948] {prem=1,                                                                                    
##          resp=25}                    => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11949] {uwfa=2,                                                                                    
##          Xray=1}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11950] {vaccinations=1,                                                                            
##          Xray=1}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11951] {resp=13,                                                                                   
##          Xray=2}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11952] {duration_admission=18,                                                                     
##          sex=1}                      => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11953] {duration_admission=19,                                                                     
##          temp=5}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11954] {duration_admission=19,                                                                     
##          prem=1}                     => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11955] {duration_admission=19,                                                                     
##          lbw=1}                      => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11956] {serious outcome?=1,                                                                        
##          vaccinations=4}             => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11957] {resp=18,                                                                                   
##          sex=1}                      => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11958] {temp=3,                                                                                    
##          vaccinations=1}             => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11959] {prem=1,                                                                                    
##          temp=3}                     => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11960] {temp=3,                                                                                    
##          ventilation=3}              => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11961] {serious outcome?=2,                                                                        
##          temp=3}                     => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11962] {Maternal smoke category=2,                                                                 
##          serious outcome?=1}         => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11963] {people in house=1,                                                                         
##          temp=10}                    => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11964] {hiv_exposure=3,                                                                            
##          temp=10}                    => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11965] {O2 saturation=22,                                                                          
##          uwfa=2}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11966] {prolonged=2,                                                                               
##          temp=7}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11967] {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11968] {O2 saturation=24,                                                                          
##          prem=2}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11969] {O2 saturation=24,                                                                          
##          stunted=2}                  => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11970] {CRP=97,                                                                                    
##          duration_admission=15}      => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11971] {duration_admission=17,                                                                     
##          temp=5}                     => {chest indrawing=2}         0.04597701  0.8000000  0.9280000
## [11972] {duration_admission=17,                                                                     
##          uwfa=1}                     => {chest indrawing=2}         0.09195402  0.8000000  0.9280000
## [11973] {duration_admission=2,                                                                      
##          Xray=2}                     => {chest indrawing=2}         0.02298851  0.8000000  0.9280000
## [11974] {temp=7,                                                                                    
##          Xray=3}                     => {chest indrawing=2}         0.11494253  0.8000000  0.9280000
## [11975] {hiv_exposure=1,                                                                            
##          uwfa=2}                     => {serious outcome?=2}        0.09195402  0.8421053  0.9273817
## [11976] {Maternal smoke category=1,                                                                 
##          uwfa=2}                     => {prolonged=1}               0.10919540  0.8260870  0.9273492
## [11977] {vaccinations=1,                                                                            
##          Xray=4}                     => {prolonged=1}               0.10919540  0.8260870  0.9273492
## [11978] {stunted=2,                                                                                 
##          vaccinations=2}             => {prolonged=1}               0.10919540  0.8260870  0.9273492
## [11979] {people in house=1,                                                                         
##          sex=2}                      => {prolonged=1}               0.32758621  0.8260870  0.9273492
## [11980] {hiv_exposure=1,                                                                            
##          vaccinations=2}             => {ventilation=3}             0.13218391  0.8518519  0.9263889
## [11981] {chest indrawing=2,                                                                         
##          lbw=2}                      => {serious outcome?=2}        0.21264368  0.8409091  0.9260644
## [11982] {uwfa=2}                     => {serious outcome?=2}        0.24137931  0.8400000  0.9250633
## [11983] {serious outcome?=1,                                                                        
##          sex=2}                      => {outcome=2}                 0.05747126  0.9090909  0.9250399
## [11984] {CRP=97,                                                                                    
##          stunted=2}                  => {outcome=2}                 0.05747126  0.9090909  0.9250399
## [11985] {Maternal smoke category=1,                                                                 
##          Xray=4}                     => {outcome=2}                 0.11494253  0.9090909  0.9250399
## [11986] {prem=1,                                                                                    
##          uwfa=2}                     => {prolonged=1}               0.08045977  0.8235294  0.9244782
## [11987] {lbw=1,                                                                                     
##          uwfa=2}                     => {prolonged=1}               0.08045977  0.8235294  0.9244782
## [11988] {temp=7,                                                                                    
##          Xray=4}                     => {prolonged=1}               0.08045977  0.8235294  0.9244782
## [11989] {Maternal smoke category=1,                                                                 
##          stunted=2}                  => {prolonged=1}               0.16091954  0.8235294  0.9244782
## [11990] {lbw=2,                                                                                     
##          Maternal smoke category=1}  => {ventilation=3}             0.09770115  0.8500000  0.9243750
## [11991] {lbw=2,                                                                                     
##          sex=2}                      => {ventilation=3}             0.19540230  0.8500000  0.9243750
## [11992] {stunted=2,                                                                                 
##          Xray=4}                     => {serious outcome?=2}        0.14942529  0.8387097  0.9236423
## [11993] {outcome=2,                                                                                 
##          Xray=4}                     => {serious outcome?=2}        0.29885057  0.8387097  0.9236423
## [11994] {lbw=2,                                                                                     
##          prem=2}                     => {serious outcome?=2}        0.17816092  0.8378378  0.9226822
## [11995] {hiv_exposure=3,                                                                            
##          uwfa=2}                     => {prolonged=1}               0.13218391  0.8214286  0.9221198
## [11996] {hiv_exposure=3,                                                                            
##          stunted=2}                  => {serious outcome?=2}        0.20689655  0.8372093  0.9219900
## [11997] {stunted=2}                  => {prolonged=1}               0.31609195  0.8208955  0.9215214
## [11998] {outcome=2,                                                                                 
##          resp=13}                    => {ventilation=3}             0.06321839  0.8461538  0.9201923
## [11999] {resp=13}                    => {ventilation=3}             0.06321839  0.8461538  0.9201923
## [12000] {CRP=97,                                                                                    
##          Xray=4}                     => {ventilation=3}             0.06321839  0.8461538  0.9201923
## [12001] {lbw=2,                                                                                     
##          stunted=1}                  => {ventilation=3}             0.06321839  0.8461538  0.9201923
## [12002] {prem=2,                                                                                    
##          sex=1}                      => {ventilation=3}             0.06321839  0.8461538  0.9201923
## [12003] {prem=1,                                                                                    
##          vaccinations=4}             => {prolonged=1}               0.05172414  0.8181818  0.9184751
## [12004] {stunted=1,                                                                                 
##          temp=3}                     => {prolonged=1}               0.05172414  0.8181818  0.9184751
## [12005] {temp=5,                                                                                    
##          uwfa=2}                     => {prolonged=1}               0.10344828  0.8181818  0.9184751
## [12006] {Maternal smoke category=1,                                                                 
##          Xray=4}                     => {prolonged=1}               0.10344828  0.8181818  0.9184751
## [12007] {chest indrawing=2,                                                                         
##          uwfa=2}                     => {ventilation=3}             0.21839080  0.8444444  0.9183333
## [12008] {sex=2,                                                                                     
##          Xray=4}                     => {ventilation=3}             0.21839080  0.8444444  0.9183333
## [12009] {chest indrawing=2,                                                                         
##          duration_admission=20}      => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12010] {duration_admission=20,                                                                     
##          prolonged=1}                => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12011] {duration_admission=20,                                                                     
##          outcome=2}                  => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12012] {duration_admission=20}      => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12013] {outcome=2,                                                                                 
##          pulse=35}                   => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12014] {pulse=35}                   => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12015] {chest indrawing=2,                                                                         
##          pulse=20}                   => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12016] {outcome=2,                                                                                 
##          pulse=20}                   => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12017] {pulse=20}                   => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12018] {hiv_exposure=3,                                                                            
##          pulse=25}                   => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12019] {O2 saturation=13,                                                                          
##          people in house=1}          => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12020] {CRP=58,                                                                                    
##          prem=1}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12021] {O2 saturation=20,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12022] {O2 saturation=20,                                                                          
##          sex=2}                      => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12023] {O2 saturation=20,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12024] {people in house=1,                                                                         
##          resp=10}                    => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12025] {resp=10,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12026] {resp=26,                                                                                   
##          stunted=2}                  => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12027] {people in house=1,                                                                         
##          resp=26}                    => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12028] {resp=30,                                                                                   
##          Xray=4}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12029] {hiv_exposure=3,                                                                            
##          resp=30}                    => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12030] {lbw=1,                                                                                     
##          resp=30}                    => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12031] {O2 saturation=18,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12032] {lbw=1,                                                                                     
##          resp=8}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12033] {people in house=1,                                                                         
##          resp=25}                    => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12034] {resp=25,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12035] {hiv_exposure=3,                                                                            
##          resp=25}                    => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12036] {resp=20,                                                                                   
##          Xray=3}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12037] {stunted=2,                                                                                 
##          Xray=1}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12038] {chest indrawing=2,                                                                         
##          resp=13}                    => {serious outcome?=2}        0.05747126  0.8333333  0.9177215
## [12039] {duration_admission=18,                                                                     
##          people in house=2}          => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12040] {duration_admission=19,                                                                     
##          sex=1}                      => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12041] {duration_admission=19,                                                                     
##          stunted=1}                  => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12042] {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12043] {lbw=1,                                                                                     
##          temp=3}                     => {serious outcome?=2}        0.05747126  0.8333333  0.9177215
## [12044] {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12045] {O2 saturation=22,                                                                          
##          prem=2}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12046] {O2 saturation=22,                                                                          
##          Xray=4}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12047] {O2 saturation=22,                                                                          
##          vaccinations=1}             => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12048] {Maternal smoke category=3,                                                                 
##          prolonged=2}                => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12049] {O2 saturation=21,                                                                          
##          prem=2}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12050] {O2 saturation=21,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.05747126  0.8333333  0.9177215
## [12051] {chest indrawing=1,                                                                         
##          prem=2}                     => {serious outcome?=2}        0.02873563  0.8333333  0.9177215
## [12052] {Maternal smoke category=1,                                                                 
##          sex=1}                      => {serious outcome?=2}        0.08620690  0.8333333  0.9177215
## [12053] {uwfa=1,                                                                                    
##          Xray=4}                     => {serious outcome?=2}        0.17241379  0.8333333  0.9177215
## [12054] {hiv_exposure=3,                                                                            
##          prem=2}                     => {serious outcome?=2}        0.14367816  0.8333333  0.9177215
## [12055] {outcome=2,                                                                                 
##          prem=2}                     => {ventilation=3}             0.24712644  0.8431373  0.9169118
## [12056] {resp=30}                    => {outcome=2}                 0.05172414  0.9000000  0.9157895
## [12057] {resp=8}                     => {outcome=2}                 0.05172414  0.9000000  0.9157895
## [12058] {duration_admission=11,                                                                     
##          prem=2}                     => {outcome=2}                 0.05172414  0.9000000  0.9157895
## [12059] {hiv_exposure=1,                                                                            
##          uwfa=2}                     => {ventilation=3}             0.09195402  0.8421053  0.9157895
## [12060] {sex=2,                                                                                     
##          uwfa=2}                     => {ventilation=3}             0.18390805  0.8421053  0.9157895
## [12061] {sex=2,                                                                                     
##          stunted=2}                  => {prolonged=1}               0.25287356  0.8148148  0.9146953
## [12062] {chest indrawing=2,                                                                         
##          lbw=2}                      => {ventilation=3}             0.21264368  0.8409091  0.9144886
## [12063] {lbw=1,                                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.19540230  0.8292683  0.9132448
## [12064] {outcome=2,                                                                                 
##          Xray=4}                     => {ventilation=3}             0.29885057  0.8387097  0.9120968
## [12065] {lbw=2,                                                                                     
##          prem=2}                     => {ventilation=3}             0.17816092  0.8378378  0.9111486
## [12066] {prem=2}                     => {serious outcome?=2}        0.24712644  0.8269231  0.9106621
## [12067] {sex=1,                                                                                     
##          Xray=4}                     => {outcome=2}                 0.09770115  0.8947368  0.9104340
## [12068] {chest indrawing=2,                                                                         
##          prem=2}                     => {serious outcome?=2}        0.21839080  0.8260870  0.9097413
## [12069] {hiv_exposure=1,                                                                            
##          ventilation=3}              => {prolonged=1}               0.19540230  0.8095238  0.9087558
## [12070] {hiv_exposure=1,                                                                            
##          serious outcome?=2}         => {prolonged=1}               0.19540230  0.8095238  0.9087558
## [12071] {Maternal smoke category=1,                                                                 
##          prem=2}                     => {prolonged=1}               0.09770115  0.8095238  0.9087558
## [12072] {chest indrawing=2,                                                                         
##          duration_admission=20}      => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12073] {duration_admission=20,                                                                     
##          prolonged=1}                => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12074] {duration_admission=20,                                                                     
##          outcome=2}                  => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12075] {duration_admission=20}      => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12076] {outcome=2,                                                                                 
##          pulse=35}                   => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12077] {pulse=35}                   => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12078] {chest indrawing=2,                                                                         
##          pulse=20}                   => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12079] {outcome=2,                                                                                 
##          pulse=20}                   => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12080] {pulse=20}                   => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12081] {hiv_exposure=3,                                                                            
##          pulse=25}                   => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12082] {O2 saturation=13,                                                                          
##          people in house=1}          => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12083] {CRP=58,                                                                                    
##          prem=1}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12084] {O2 saturation=20,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12085] {O2 saturation=20,                                                                          
##          sex=2}                      => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12086] {O2 saturation=20,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12087] {people in house=1,                                                                         
##          resp=10}                    => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12088] {resp=10,                                                                                   
##          sex=2}                      => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12089] {resp=26,                                                                                   
##          stunted=2}                  => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12090] {people in house=1,                                                                         
##          resp=26}                    => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12091] {resp=30,                                                                                   
##          Xray=4}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12092] {hiv_exposure=3,                                                                            
##          resp=30}                    => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12093] {lbw=1,                                                                                     
##          resp=30}                    => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12094] {O2 saturation=18,                                                                          
##          stunted=1}                  => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12095] {chest indrawing=2,                                                                         
##          resp=8}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12096] {people in house=1,                                                                         
##          resp=25}                    => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12097] {resp=25,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12098] {hiv_exposure=3,                                                                            
##          resp=25}                    => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12099] {resp=20,                                                                                   
##          Xray=3}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12100] {chest indrawing=2,                                                                         
##          resp=13}                    => {ventilation=3}             0.05747126  0.8333333  0.9062500
## [12101] {duration_admission=18,                                                                     
##          people in house=2}          => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12102] {duration_admission=19,                                                                     
##          sex=1}                      => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12103] {duration_admission=19,                                                                     
##          stunted=1}                  => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12104] {people in house=1,                                                                         
##          vaccinations=4}             => {ventilation=3}             0.05747126  0.8333333  0.9062500
## [12105] {prolonged=1,                                                                               
##          vaccinations=4}             => {ventilation=3}             0.05747126  0.8333333  0.9062500
## [12106] {lbw=1,                                                                                     
##          temp=3}                     => {ventilation=3}             0.05747126  0.8333333  0.9062500
## [12107] {Maternal smoke category=2,                                                                 
##          stunted=2}                  => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12108] {O2 saturation=22,                                                                          
##          prem=2}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12109] {O2 saturation=22,                                                                          
##          Xray=4}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12110] {O2 saturation=22,                                                                          
##          vaccinations=1}             => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12111] {Maternal smoke category=3,                                                                 
##          prolonged=2}                => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12112] {prolonged=2,                                                                               
##          uwfa=1}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12113] {O2 saturation=21,                                                                          
##          prem=2}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12114] {O2 saturation=21,                                                                          
##          stunted=1}                  => {ventilation=3}             0.05747126  0.8333333  0.9062500
## [12115] {chest indrawing=1,                                                                         
##          prem=2}                     => {ventilation=3}             0.02873563  0.8333333  0.9062500
## [12116] {people in house=1,                                                                         
##          Xray=4}                     => {ventilation=3}             0.22988506  0.8333333  0.9062500
## [12117] {hiv_exposure=3,                                                                            
##          prem=2}                     => {ventilation=3}             0.14367816  0.8333333  0.9062500
## [12118] {hiv_exposure=3,                                                                            
##          uwfa=2}                     => {serious outcome?=2}        0.13218391  0.8214286  0.9046112
## [12119] {people in house=1,                                                                         
##          resp=30}                    => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12120] {chest indrawing=2,                                                                         
##          resp=30}                    => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12121] {resp=8,                                                                                    
##          ventilation=3}              => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12122] {lbw=1,                                                                                     
##          Xray=1}                     => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12123] {stunted=1,                                                                                 
##          vaccinations=4}             => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12124] {sex=2,                                                                                     
##          vaccinations=4}             => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12125] {prem=2,                                                                                    
##          serious outcome?=1}         => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12126] {chest indrawing=1,                                                                         
##          CRP=97}                     => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12127] {CRP=97,                                                                                    
##          uwfa=2}                     => {outcome=2}                 0.04597701  0.8888889  0.9044834
## [12128] {Maternal smoke category=1,                                                                 
##          sex=1}                      => {outcome=2}                 0.09195402  0.8888889  0.9044834
## [12129] {prem=2,                                                                                    
##          sex=2}                      => {serious outcome?=2}        0.18390805  0.8205128  0.9036027
## [12130] {lbw=2,                                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.15517241  0.8181818  0.9010357
## [12131] {outcome=2,                                                                                 
##          vaccinations=4}             => {serious outcome?=2}        0.05172414  0.8181818  0.9010357
## [12132] {vaccinations=4,                                                                            
##          ventilation=3}              => {serious outcome?=2}        0.05172414  0.8181818  0.9010357
## [12133] {stunted=1,                                                                                 
##          temp=3}                     => {serious outcome?=2}        0.05172414  0.8181818  0.9010357
## [12134] {temp=3,                                                                                    
##          uwfa=1}                     => {serious outcome?=2}        0.05172414  0.8181818  0.9010357
## [12135] {prolonged=1,                                                                               
##          temp=3}                     => {serious outcome?=2}        0.05172414  0.8181818  0.9010357
## [12136] {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {serious outcome?=2}        0.05172414  0.8181818  0.9010357
## [12137] {lbw=2,                                                                                     
##          temp=5}                     => {serious outcome?=2}        0.10344828  0.8181818  0.9010357
## [12138] {temp=5,                                                                                    
##          uwfa=2}                     => {serious outcome?=2}        0.10344828  0.8181818  0.9010357
## [12139] {prem=2,                                                                                    
##          temp=5}                     => {serious outcome?=2}        0.10344828  0.8181818  0.9010357
## [12140] {Xray=4}                     => {ventilation=3}             0.30459770  0.8281250  0.9005859
## [12141] {temp=5,                                                                                    
##          Xray=4}                     => {ventilation=3}             0.13793103  0.8275862  0.9000000
## [12142] {prem=2}                     => {ventilation=3}             0.24712644  0.8269231  0.8992788
## [12143] {sex=2,                                                                                     
##          uwfa=2}                     => {serious outcome?=2}        0.17816092  0.8157895  0.8984011
## [12144] {people in house=1,                                                                         
##          stunted=2}                  => {serious outcome?=2}        0.17816092  0.8157895  0.8984011
## [12145] {chest indrawing=2,                                                                         
##          prem=2}                     => {ventilation=3}             0.21839080  0.8260870  0.8983696
## [12146] {lbw=2,                                                                                     
##          O2 saturation=17}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12147] {chest indrawing=2,                                                                         
##          O2 saturation=17}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12148] {O2 saturation=17,                                                                          
##          outcome=2}                  => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12149] {O2 saturation=17,                                                                          
##          ventilation=3}              => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12150] {O2 saturation=17,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12151] {O2 saturation=17}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12152] {chest indrawing=2,                                                                         
##          O2 saturation=15}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12153] {O2 saturation=15,                                                                          
##          outcome=2}                  => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12154] {O2 saturation=15,                                                                          
##          ventilation=3}              => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12155] {O2 saturation=15,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12156] {O2 saturation=15}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12157] {outcome=2,                                                                                 
##          pulse=26}                   => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12158] {pulse=26,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12159] {pulse=26,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12160] {pulse=26}                   => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12161] {outcome=2,                                                                                 
##          resp=11}                    => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12162] {resp=11}                    => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12163] {pulse=28,                                                                                  
##          sex=2}                      => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12164] {lbw=1,                                                                                     
##          pulse=28}                   => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12165] {pulse=35,                                                                                  
##          sex=2}                      => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12166] {chest indrawing=2,                                                                         
##          pulse=35}                   => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12167] {pulse=35,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12168] {pulse=35,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12169] {hiv_exposure=3,                                                                            
##          ventilation=1}              => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12170] {pulse=20,                                                                                  
##          uwfa=1}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12171] {pulse=20,                                                                                  
##          ventilation=3}              => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12172] {pulse=20,                                                                                  
##          serious outcome?=2}         => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12173] {lbw=1,                                                                                     
##          pulse=25}                   => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12174] {chest indrawing=2,                                                                         
##          pulse=25}                   => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12175] {O2 saturation=27,                                                                          
##          prem=1}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12176] {O2 saturation=27,                                                                          
##          uwfa=1}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12177] {lbw=1,                                                                                     
##          O2 saturation=27}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12178] {O2 saturation=13,                                                                          
##          stunted=1}                  => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12179] {chest indrawing=2,                                                                         
##          O2 saturation=13}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12180] {O2 saturation=20,                                                                          
##          stunted=1}                  => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12181] {resp=10,                                                                                   
##          temp=5}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12182] {resp=26,                                                                                   
##          uwfa=2}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12183] {resp=26,                                                                                   
##          Xray=4}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12184] {resp=26,                                                                                   
##          vaccinations=2}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12185] {resp=26,                                                                                   
##          sex=2}                      => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12186] {O2 saturation=25,                                                                          
##          people in house=2}          => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12187] {O2 saturation=25,                                                                          
##          people in house=1}          => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12188] {O2 saturation=25,                                                                          
##          outcome=2}                  => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12189] {O2 saturation=25,                                                                          
##          ventilation=3}              => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12190] {O2 saturation=25,                                                                          
##          serious outcome?=2}         => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12191] {O2 saturation=25}           => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12192] {resp=30}                    => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12193] {O2 saturation=18,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12194] {chest indrawing=2,                                                                         
##          O2 saturation=18}           => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12195] {O2 saturation=18,                                                                          
##          outcome=2}                  => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12196] {O2 saturation=18}           => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12197] {hiv_exposure=3,                                                                            
##          resp=8}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12198] {resp=8}                     => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12199] {prem=2,                                                                                    
##          resp=25}                    => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12200] {resp=25,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12201] {Maternal smoke category=3,                                                                 
##          resp=25}                    => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12202] {prem=1,                                                                                    
##          resp=25}                    => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12203] {outcome=2,                                                                                 
##          resp=25}                    => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12204] {resp=25}                    => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12205] {resp=24,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12206] {resp=24,                                                                                   
##          temp=5}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12207] {sex=1,                                                                                     
##          vaccinations=4}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12208] {Maternal smoke category=1,                                                                 
##          vaccinations=4}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12209] {uwfa=1,                                                                                    
##          vaccinations=4}             => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12210] {resp=18,                                                                                   
##          temp=5}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12211] {CRP=2,                                                                                     
##          Xray=3}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12212] {O2 saturation=23,                                                                          
##          vaccinations=1}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12213] {sex=1,                                                                                     
##          temp=3}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12214] {temp=3,                                                                                    
##          vaccinations=1}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12215] {serious outcome?=1,                                                                        
##          sex=1}                      => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12216] {hiv_exposure=1,                                                                            
##          temp=10}                    => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12217] {temp=10,                                                                                   
##          uwfa=2}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12218] {stunted=2,                                                                                 
##          temp=10}                    => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12219] {temp=10,                                                                                   
##          vaccinations=1}             => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12220] {lbw=2,                                                                                     
##          O2 saturation=21}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12221] {O2 saturation=21,                                                                          
##          people in house=1}          => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12222] {hiv_exposure=1,                                                                            
##          O2 saturation=24}           => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12223] {chest indrawing=1,                                                                         
##          uwfa=2}                     => {prolonged=1}               0.02298851  0.8000000  0.8980645
## [12224] {lbw=2,                                                                                     
##          Maternal smoke category=1}  => {prolonged=1}               0.09195402  0.8000000  0.8980645
## [12225] {uwfa=2,                                                                                    
##          Xray=3}                     => {prolonged=1}               0.04597701  0.8000000  0.8980645
## [12226] {hiv_exposure=1,                                                                            
##          lbw=2}                      => {serious outcome?=2}        0.07471264  0.8125000  0.8947785
## [12227] {people in house=2,                                                                         
##          Xray=4}                     => {serious outcome?=2}        0.07471264  0.8125000  0.8947785
## [12228] {vaccinations=2,                                                                            
##          Xray=4}                     => {serious outcome?=2}        0.14942529  0.8125000  0.8947785
## [12229] {Xray=4}                     => {serious outcome?=2}        0.29885057  0.8125000  0.8947785
## [12230] {people in house=1,                                                                         
##          Xray=4}                     => {serious outcome?=2}        0.22413793  0.8125000  0.8947785
## [12231] {prem=2,                                                                                    
##          sex=2}                      => {ventilation=3}             0.18390805  0.8205128  0.8923077
## [12232] {Maternal smoke category=1,                                                                 
##          prem=2}                     => {serious outcome?=2}        0.09770115  0.8095238  0.8915009
## [12233] {serious outcome?=1,                                                                        
##          ventilation=2}              => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12234] {ventilation=2}              => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12235] {prolonged=1,                                                                               
##          resp=30}                    => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12236] {people in house=1,                                                                         
##          resp=8}                     => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12237] {sex=2,                                                                                     
##          Xray=1}                     => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12238] {prolonged=2,                                                                               
##          serious outcome?=1}         => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12239] {serious outcome?=1,                                                                        
##          uwfa=2}                     => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12240] {serious outcome?=1,                                                                        
##          stunted=1}                  => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12241] {prolonged=2,                                                                               
##          temp=5}                     => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12242] {prem=1,                                                                                    
##          prolonged=2}                => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12243] {hiv_exposure=3,                                                                            
##          prolonged=2}                => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12244] {lbw=1,                                                                                     
##          prolonged=2}                => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12245] {duration_admission=11,                                                                     
##          Xray=4}                     => {outcome=2}                 0.04022989  0.8750000  0.8903509
## [12246] {lbw=2,                                                                                     
##          uwfa=2}                     => {ventilation=3}             0.15517241  0.8181818  0.8897727
## [12247] {prem=1,                                                                                    
##          vaccinations=4}             => {ventilation=3}             0.05172414  0.8181818  0.8897727
## [12248] {outcome=2,                                                                                 
##          vaccinations=4}             => {ventilation=3}             0.05172414  0.8181818  0.8897727
## [12249] {stunted=1,                                                                                 
##          temp=3}                     => {ventilation=3}             0.05172414  0.8181818  0.8897727
## [12250] {temp=3,                                                                                    
##          uwfa=1}                     => {ventilation=3}             0.05172414  0.8181818  0.8897727
## [12251] {prolonged=1,                                                                               
##          temp=3}                     => {ventilation=3}             0.05172414  0.8181818  0.8897727
## [12252] {lbw=1,                                                                                     
##          Maternal smoke category=2}  => {ventilation=3}             0.05172414  0.8181818  0.8897727
## [12253] {CRP=97,                                                                                    
##          stunted=2}                  => {ventilation=3}             0.05172414  0.8181818  0.8897727
## [12254] {lbw=2,                                                                                     
##          temp=5}                     => {ventilation=3}             0.10344828  0.8181818  0.8897727
## [12255] {temp=5,                                                                                    
##          uwfa=2}                     => {ventilation=3}             0.10344828  0.8181818  0.8897727
## [12256] {prem=2,                                                                                    
##          temp=5}                     => {ventilation=3}             0.10344828  0.8181818  0.8897727
## [12257] {Maternal smoke category=1,                                                                 
##          Xray=4}                     => {ventilation=3}             0.10344828  0.8181818  0.8897727
## [12258] {hiv_exposure=1,                                                                            
##          lbw=2}                      => {ventilation=3}             0.07471264  0.8125000  0.8835938
## [12259] {people in house=2,                                                                         
##          Xray=4}                     => {ventilation=3}             0.07471264  0.8125000  0.8835938
## [12260] {vaccinations=2,                                                                            
##          Xray=4}                     => {ventilation=3}             0.14942529  0.8125000  0.8835938
## [12261] {chest indrawing=2,                                                                         
##          Xray=4}                     => {ventilation=3}             0.27011494  0.8103448  0.8812500
## [12262] {outcome=2,                                                                                 
##          resp=11}                    => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12263] {resp=11}                    => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12264] {duration_admission=20,                                                                     
##          Xray=4}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12265] {duration_admission=20,                                                                     
##          people in house=1}          => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12266] {pulse=35,                                                                                  
##          sex=2}                      => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12267] {chest indrawing=2,                                                                         
##          pulse=35}                   => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12268] {prolonged=1,                                                                               
##          pulse=35}                   => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12269] {pulse=34,                                                                                  
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12270] {lbw=1,                                                                                     
##          pulse=34}                   => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12271] {chest indrawing=2,                                                                         
##          pulse=34}                   => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12272] {pulse=20,                                                                                  
##          sex=2}                      => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12273] {lbw=1,                                                                                     
##          pulse=25}                   => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12274] {chest indrawing=2,                                                                         
##          pulse=25}                   => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12275] {O2 saturation=27,                                                                          
##          prem=1}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12276] {O2 saturation=27,                                                                          
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12277] {lbw=1,                                                                                     
##          O2 saturation=27}           => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12278] {O2 saturation=13,                                                                          
##          stunted=1}                  => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12279] {chest indrawing=2,                                                                         
##          O2 saturation=13}           => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12280] {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12281] {resp=10,                                                                                   
##          temp=5}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12282] {resp=26,                                                                                   
##          uwfa=2}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12283] {resp=26,                                                                                   
##          sex=2}                      => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12284] {prem=1,                                                                                    
##          resp=26}                    => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12285] {hiv_exposure=3,                                                                            
##          resp=26}                    => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12286] {lbw=1,                                                                                     
##          resp=26}                    => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12287] {Maternal smoke category=1,                                                                 
##          resp=30}                    => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12288] {resp=30,                                                                                   
##          uwfa=1}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12289] {hiv_exposure=3,                                                                            
##          resp=8}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12290] {resp=8}                     => {serious outcome?=2}        0.04597701  0.8000000  0.8810127
## [12291] {resp=25,                                                                                   
##          stunted=2}                  => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12292] {resp=25,                                                                                   
##          stunted=1}                  => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12293] {outcome=2,                                                                                 
##          resp=25}                    => {serious outcome?=2}        0.04597701  0.8000000  0.8810127
## [12294] {resp=25}                    => {serious outcome?=2}        0.04597701  0.8000000  0.8810127
## [12295] {resp=20,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12296] {resp=24,                                                                                   
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12297] {resp=24,                                                                                   
##          temp=5}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12298] {uwfa=2,                                                                                    
##          Xray=1}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12299] {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12300] {sex=1,                                                                                     
##          temp=3}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12301] {temp=3,                                                                                    
##          vaccinations=1}             => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12302] {prem=1,                                                                                    
##          temp=3}                     => {serious outcome?=2}        0.04597701  0.8000000  0.8810127
## [12303] {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {serious outcome?=2}        0.04597701  0.8000000  0.8810127
## [12304] {O2 saturation=22,                                                                          
##          uwfa=2}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12305] {prolonged=2,                                                                               
##          temp=7}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12306] {chest indrawing=1,                                                                         
##          uwfa=2}                     => {serious outcome?=2}        0.02298851  0.8000000  0.8810127
## [12307] {uwfa=2,                                                                                    
##          vaccinations=2}             => {serious outcome?=2}        0.09195402  0.8000000  0.8810127
## [12308] {Maternal smoke category=1,                                                                 
##          prem=2}                     => {ventilation=3}             0.09770115  0.8095238  0.8803571
## [12309] {hiv_exposure=3,                                                                            
##          Xray=4}                     => {ventilation=3}             0.18965517  0.8048780  0.8753049
## [12310] {prem=2,                                                                                    
##          ventilation=2}              => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12311] {chest indrawing=2,                                                                         
##          ventilation=2}              => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12312] {prem=1,                                                                                    
##          resp=8}                     => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12313] {resp=8,                                                                                    
##          uwfa=1}                     => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12314] {people in house=1,                                                                         
##          Xray=1}                     => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12315] {hiv_exposure=3,                                                                            
##          Xray=1}                     => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12316] {serious outcome?=1,                                                                        
##          temp=5}                     => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12317] {chest indrawing=2,                                                                         
##          serious outcome?=1}         => {outcome=2}                 0.06896552  0.8571429  0.8721805
## [12318] {chest indrawing=1,                                                                         
##          stunted=2}                  => {outcome=2}                 0.03448276  0.8571429  0.8721805
## [12319] {outcome=2,                                                                                 
##          resp=11}                    => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12320] {resp=11}                    => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12321] {duration_admission=20,                                                                     
##          Xray=4}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12322] {duration_admission=20,                                                                     
##          people in house=1}          => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12323] {pulse=35,                                                                                  
##          sex=2}                      => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12324] {chest indrawing=2,                                                                         
##          pulse=35}                   => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12325] {prolonged=1,                                                                               
##          pulse=35}                   => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12326] {pulse=34,                                                                                  
##          uwfa=1}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12327] {lbw=1,                                                                                     
##          pulse=34}                   => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12328] {chest indrawing=2,                                                                         
##          pulse=34}                   => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12329] {pulse=20,                                                                                  
##          sex=2}                      => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12330] {lbw=1,                                                                                     
##          pulse=25}                   => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12331] {chest indrawing=2,                                                                         
##          pulse=25}                   => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12332] {O2 saturation=27,                                                                          
##          prem=1}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12333] {O2 saturation=27,                                                                          
##          uwfa=1}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12334] {lbw=1,                                                                                     
##          O2 saturation=27}           => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12335] {O2 saturation=13,                                                                          
##          stunted=1}                  => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12336] {chest indrawing=2,                                                                         
##          O2 saturation=13}           => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12337] {Maternal smoke category=1,                                                                 
##          O2 saturation=20}           => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12338] {resp=10,                                                                                   
##          temp=5}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12339] {resp=26,                                                                                   
##          uwfa=2}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12340] {resp=26,                                                                                   
##          sex=2}                      => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12341] {prem=1,                                                                                    
##          resp=26}                    => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12342] {hiv_exposure=3,                                                                            
##          resp=26}                    => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12343] {lbw=1,                                                                                     
##          resp=26}                    => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12344] {Maternal smoke category=1,                                                                 
##          resp=30}                    => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12345] {resp=30,                                                                                   
##          uwfa=1}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12346] {resp=8,                                                                                    
##          Xray=4}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12347] {resp=25,                                                                                   
##          stunted=2}                  => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12348] {resp=25,                                                                                   
##          stunted=1}                  => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12349] {outcome=2,                                                                                 
##          resp=25}                    => {ventilation=3}             0.04597701  0.8000000  0.8700000
## [12350] {resp=25}                    => {ventilation=3}             0.04597701  0.8000000  0.8700000
## [12351] {resp=20,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12352] {resp=24,                                                                                   
##          vaccinations=1}             => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12353] {resp=24,                                                                                   
##          temp=5}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12354] {sex=1,                                                                                     
##          vaccinations=4}             => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12355] {sex=1,                                                                                     
##          temp=3}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12356] {temp=3,                                                                                    
##          vaccinations=1}             => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12357] {prem=1,                                                                                    
##          temp=3}                     => {ventilation=3}             0.04597701  0.8000000  0.8700000
## [12358] {Maternal smoke category=2,                                                                 
##          uwfa=1}                     => {ventilation=3}             0.04597701  0.8000000  0.8700000
## [12359] {O2 saturation=22,                                                                          
##          uwfa=2}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12360] {prolonged=2,                                                                               
##          temp=7}                     => {ventilation=3}             0.02298851  0.8000000  0.8700000
## [12361] {uwfa=2,                                                                                    
##          vaccinations=2}             => {ventilation=3}             0.09195402  0.8000000  0.8700000
## [12362] {people in house=1,                                                                         
##          ventilation=2}              => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12363] {resp=30,                                                                                   
##          Xray=4}                     => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12364] {hiv_exposure=3,                                                                            
##          resp=30}                    => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12365] {lbw=1,                                                                                     
##          resp=30}                    => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12366] {lbw=1,                                                                                     
##          resp=8}                     => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12367] {chest indrawing=2,                                                                         
##          resp=8}                     => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12368] {stunted=2,                                                                                 
##          Xray=1}                     => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12369] {Maternal smoke category=3,                                                                 
##          vaccinations=4}             => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12370] {chest indrawing=2,                                                                         
##          vaccinations=4}             => {outcome=2}                 0.05747126  0.8333333  0.8479532
## [12371] {prolonged=1,                                                                               
##          vaccinations=4}             => {outcome=2}                 0.05747126  0.8333333  0.8479532
## [12372] {serious outcome?=1,                                                                        
##          Xray=4}                     => {outcome=2}                 0.05747126  0.8333333  0.8479532
## [12373] {Maternal smoke category=1,                                                                 
##          prolonged=2}                => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12374] {prolonged=2,                                                                               
##          uwfa=1}                     => {outcome=2}                 0.02873563  0.8333333  0.8479532
## [12375] {prem=1,                                                                                    
##          vaccinations=4}             => {outcome=2}                 0.05172414  0.8181818  0.8325359
## [12376] {vaccinations=4,                                                                            
##          ventilation=3}              => {outcome=2}                 0.05172414  0.8181818  0.8325359
## [12377] {serious outcome?=1}         => {outcome=2}                 0.07471264  0.8125000  0.8267544
## [12378] {ventilation=2,                                                                             
##          Xray=4}                     => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12379] {hiv_exposure=3,                                                                            
##          ventilation=2}              => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12380] {Maternal smoke category=1,                                                                 
##          resp=30}                    => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12381] {resp=30,                                                                                   
##          uwfa=1}                     => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12382] {resp=8,                                                                                    
##          Xray=4}                     => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12383] {hiv_exposure=3,                                                                            
##          resp=8}                     => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12384] {uwfa=2,                                                                                    
##          Xray=1}                     => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12385] {Maternal smoke category=3,                                                                 
##          Xray=1}                     => {outcome=2}                 0.02298851  0.8000000  0.8140351
## [12386] {uwfa=1,                                                                                    
##          vaccinations=4}             => {outcome=2}                 0.04597701  0.8000000  0.8140351
## [12387] {chest indrawing=1,                                                                         
##          uwfa=2}                     => {outcome=2}                 0.02298851  0.8000000  0.8140351

ECLAT efficiently identifies rare but clinically important patterns associated with fatal or ICU outcomes, avoiding the memory issues encountered with unconstrained Apriori runs.

Visualisations

plot(rules_apriori, method = "scatterplot", jitter = 0)

Grouped matrix plot for LBW rules

lbw_rules <- subset(rules_apriori, rhs %in% "lbw=1")
lbw_top <- head(sort(lbw_rules, by = "lift"), 10)

plot(lbw_top, method = "grouped")

Conclusion

Using both Apriori (especially unconstrained) and ECLAT provides a robust and computationally stable framework for uncovering clinically meaningful patterns in pediatric pneumonia. The findings emphasise the importance of early identification of nutritionally and biologically vulnerable children to mitigate severe outcomes