diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..9dc3995 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,35 @@ +url: https://aubreyodom.github.io/legato-docs/ + +template: + bootstrap: 5 + bootswatch: cosmo + +reference: + - title: "Your title here" + desc: "Description here" + contents: + - this_function + +navbar: + bg: dark + title: "LegATo" + left: + - text: "Home" + href: index.html + - text: "Tutorial" + href: articles/LegATo_vignette.html + - text: "Function Reference" + href: reference/index.html + - text: "Package News" + href: news/index.html + right: + - icon: fa-github + href: https://github.com/aubreyodom/legato + +authors: + footer: + roles: [cre] + text: "Site created by" + sidebar: + roles: [aut, cre, ctb, csl, art] + \ No newline at end of file diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 0000000..93d04d1 --- /dev/null +++ b/docs/404.html @@ -0,0 +1,108 @@ + + + + + + + +Page not found (404) • LegATo + + + + + + + + + + + +
+
+ + + + +
+
+ + +Content not found. Please use links in the navbar. + +
+ + + +
+ + + + +
+ + + + + + + + diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html new file mode 100644 index 0000000..92f2bbe --- /dev/null +++ b/docs/LICENSE-text.html @@ -0,0 +1,83 @@ + +License • LegATo + + +
+
+ + + +
+
+ + +
YEAR: 2024
+COPYRIGHT HOLDER: LegATo authors
+
+ +
+ + + +
+ + + +
+ + + + + + + + diff --git a/docs/LICENSE.html b/docs/LICENSE.html new file mode 100644 index 0000000..82ca79a --- /dev/null +++ b/docs/LICENSE.html @@ -0,0 +1,87 @@ + +MIT License • LegATo + + +
+
+ + + +
+
+ + +
+ +

Copyright (c) 2024 LegATo authors

+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
+ +
+ + + +
+ + + +
+ + + + + + + + diff --git a/docs/articles/LegATo_vignette.html b/docs/articles/LegATo_vignette.html new file mode 100644 index 0000000..fe5bc73 --- /dev/null +++ b/docs/articles/LegATo_vignette.html @@ -0,0 +1,8336 @@ + + + + + + + +Introduction to LegATo • LegATo + + + + + + + + + + + + +
+
+ + + + +
+
+ + + + +
+

Introduction to LegATo: Longitudinal mEtaGenomic Analysis +TOolkit +

+
+

Streamlining longitudinal microbiome profiling in Bioconductor +

+

LegATo is a suite of open-source software tools for longitudinal +microbiome analysis that is extendable to several different study forms +with optimal ease-of-use for researchers. Microbiome time-series data +presents distinct challenges including complex covariate dependencies +and variety of longitudinal study designs. This toolkit will allow +researchers to determine which microbial taxa are affected over time by +perturbations such as onset of disease or lifestyle choices, and to +predict the effects of these perturbations over time, including changes +in composition or stability of commensal bacteria.

+

LegATo integrates visualization, modeling and testing procedures. It +will be supplemented by hierarchical clustering tools and multivariate +generalized estimating equations (JGEEs) to adjust for the compositional +nature of microbiome data.

+
+
+
+

Setup +

+ +
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
+##  dplyr     1.1.4      readr     2.1.5
+##  forcats   1.0.0      stringr   1.5.1
+##  ggplot2   3.4.4      tibble    3.2.1
+##  lubridate 1.9.3      tidyr     1.3.0
+##  purrr     1.0.2     
+## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
+##  dplyr::filter() masks stats::filter()
+##  dplyr::lag()    masks stats::lag()
+##  Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
+
+
+

Data +

+

We will be utilizing nasopharyngeal microbiome data from Zambian +Infants from Odom et al.:

+
+dat <- system.file("extdata", "MAE.RDS", package = "LegATo") %>%
+  readRDS()
+
+dat_0.05 <- filter_animalcules_MAE(dat, 0.05)
+
+parsed <- parse_MAE_SE(dat, which_assay = "MicrobeGenetics", type = "MAE")
+parsed$sam
+
##        Sample Subject HIVStatus MothChild timepoint  Age pairing
+## X1754   X1754  0469-0   Control    Mother         0 9999      NA
+## X1755   X1755  0469-1   Control    Infant         0    7       1
+## X2214   X2214  0507-0   Control    Mother         0 9999      NA
+## X2216   X2216  0507-1   Control    Infant         0    6       2
+## X2429   X2429  0539-0   Control    Mother         0 9999      NA
+## X2431   X2431  0539-1   Control    Infant         0    9       3
+## X2561   X2561  0554-1       HIV    Infant         0    6       1
+## X2562   X2562  0554-0       HIV    Mother         0 9999      NA
+## X2697   X2697  0620-0       HIV    Mother         0 9999      NA
+## X2699   X2699  0620-1       HIV    Infant         0    4       2
+## X2927   X2927  0469-1   Control    Infant         1   21       1
+## X3042   X3042  0645-0       HIV    Mother         0 9999      NA
+## X3043   X3043  0645-1       HIV    Infant         0    7       3
+## X3266   X3266  0507-1   Control    Infant         1   20       2
+## X3306   X3306  0718-1   Control    Infant         0    6       4
+## X3308   X3308  0718-0   Control    Mother         0 9999      NA
+## X3646   X3646  0539-1   Control    Infant         1   25       3
+## X3847   X3847  0749-1       HIV    Infant         0    6       4
+## X3848   X3848  0749-0       HIV    Mother         0 9999      NA
+## X3897   X3897  0620-1       HIV    Infant         1   21       2
+## X3928   X3928  0554-1       HIV    Infant         1   24       1
+## X4212   X4212  0645-1       HIV    Infant         1   23       3
+## X4247   X4247  0801-1   Control    Infant         0    6       5
+## X4249   X4249  0801-0   Control    Mother         0 9999      NA
+## X4335   X4335  0798-0       HIV    Mother         0 9999      NA
+## X4336   X4336  0798-1       HIV    Infant         0    9       5
+## X4632   X4632  0718-1   Control    Infant         1   24       4
+## X4753   X4753  0839-0   Control    Mother         0 9999      NA
+## X4755   X4755  0839-1   Control    Infant         0    6       6
+## X4756   X4756  0469-1   Control    Infant         2   44       1
+## X4927   X4927  0850-1       HIV    Infant         0    5       6
+## X4928   X4928  0850-0       HIV    Mother         0 9999      NA
+## X5031   X5031  0749-1       HIV    Infant         1   25       4
+## X5035   X5035  0554-1       HIV    Infant         2   42       1
+## X5036   X5036  0890-0   Control    Mother         0 9999      NA
+## X5037   X5037  0890-1   Control    Infant         0   10       8
+## X5042   X5042  0507-1   Control    Infant         2   42       2
+## X5116   X5116  0539-1   Control    Infant         2   44       3
+## X5186   X5186  0645-1       HIV    Infant         2   35       3
+## X5218   X5218  0878-0   Control    Mother         0 9999      NA
+## X5220   X5220  0878-1   Control    Infant         0    7       7
+## X5382   X5382  0895-1       HIV    Infant         0    7       7
+## X5383   X5383  0895-0       HIV    Mother         0 9999      NA
+## X5449   X5449  0620-1       HIV    Infant         2   36       2
+## X5650   X5650  0801-1   Control    Infant         1   20       5
+## X5659   X5659  0915-0       HIV    Mother         0 9999      NA
+## X5660   X5660  0915-1       HIV    Infant         0    6       8
+## X5806   X5806  0798-1       HIV    Infant         1   24       5
+## X6202   X6202  0469-1   Control    Infant         3   58       1
+## X6214   X6214  0839-1   Control    Infant         1   20       6
+## X6280   X6280  0890-1   Control    Infant         1   20       8
+## X6354   X6354  0507-1   Control    Infant         3   56       2
+## X6474   X6474  0850-1       HIV    Infant         1   24       6
+## X6534   X6534  0878-1   Control    Infant         1   22       7
+## X6541   X6541  0718-1   Control    Infant         2   44       4
+## X6644   X6644  0539-1   Control    Infant         3   59       3
+## X6822   X6822  0554-1       HIV    Infant         3   57       1
+## X6863   X6863  0895-0       HIV    Mother         6 9999      NA
+## X6864   X6864  0895-1       HIV    Infant         1   23       7
+## X6870   X6870  0749-1       HIV    Infant         2   42       4
+## X7031   X7031  0987-1       HIV    Infant         0    8       9
+## X7090   X7090  0915-1       HIV    Infant         1   25       8
+## X7223   X7223  0620-1       HIV    Infant         3   58       2
+## X7272   X7272  0801-1   Control    Infant         2   42       5
+## X7274   X7274  0507-1   Control    Infant         4   70       2
+## X7288   X7288  0798-1       HIV    Infant         2   44       5
+## X7426   X7426  0645-1       HIV    Infant         3   60       3
+## X7448   X7448  0469-1   Control    Infant         4   74       1
+## X7695   X7695  0718-1   Control    Infant         3   59       4
+## X7746   X7746  0539-1   Control    Infant         4   74       3
+## X7958   X7958  0554-1       HIV    Infant         4   72       1
+## X8066   X8066  0839-1   Control    Infant         2   42       6
+## X8180   X8180  0987-1       HIV    Infant         1   22       9
+## X8261   X8261  1049-0   Control    Mother         0 9999      NA
+## X8262   X8262  1049-1   Control    Infant         0    6      10
+## X8268   X8268  0890-1   Control    Infant         2   45       8
+## X8285   X8285  1040-0   Control    Mother         0 9999      NA
+## X8287   X8287  1040-1   Control    Infant         0    7       9
+## X8288   X8288  0850-1       HIV    Infant         2   44       6
+## X8312   X8312  0878-1   Control    Infant         2   42       7
+## X8332   X8332  0749-1       HIV    Infant         3   60       4
+## X8500   X8500  0620-1       HIV    Infant         4   72       2
+## X8550   X8550  0801-1   Control    Infant         3   56       5
+## X8607   X8607  1095-0       HIV    Mother         0 9999      NA
+## X8608   X8608  1095-1       HIV    Infant         0    6      10
+## X8686   X8686  0915-0       HIV    Mother         6 9999      NA
+## X8688   X8688  0915-1       HIV    Infant         2   41       8
+## X8726   X8726  0645-1       HIV    Infant         4   73       3
+## X8736   X8736  0507-1   Control    Infant         5   84       2
+## X8742   X8742  0798-1       HIV    Infant         3   59       5
+## X8789   X8789  0469-1   Control    Infant         5   92       1
+## X9000   X9000  0718-1   Control    Infant         4   74       4
+## X9080   X9080  0539-1   Control    Infant         5   88       3
+## X9376   X9376  0839-1   Control    Infant         3   56       6
+## X9384   X9384  1040-1   Control    Infant         1   21       9
+## X9424   X9424  1049-1   Control    Infant         1   22      10
+## X9518   X9518  0850-1       HIV    Infant         3   60       6
+## X9555   X9555  0620-1       HIV    Infant         5   86       2
+## X9572   X9572  0554-1       HIV    Infant         5   91       1
+## X9603   X9603  0749-1       HIV    Infant         4   74       4
+## X9632   X9632  0878-1   Control    Infant         3   58       7
+## X9684   X9684  0890-1   Control    Infant         3   60       8
+## X9708   X9708  1095-1       HIV    Infant         1   20      10
+## X9714   X9714  0645-1       HIV    Infant         5   87       3
+## X9922   X9922  0987-1       HIV    Infant         2   42       9
+## X9956   X9956  0798-1       HIV    Infant         4   76       5
+## X9983   X9983  0469-0   Control    Mother         6 9999      NA
+## X9984   X9984  0469-1   Control    Infant         6  105       1
+## X10062 X10062  0507-0   Control    Mother         6 9999      NA
+## X10064 X10064  0507-1   Control    Infant         6  101       2
+## X10255 X10255  0718-1   Control    Infant         5   88       4
+## X10401 X10401  0539-0   Control    Mother         6 9999      NA
+## X10402 X10402  0539-1   Control    Infant         6  104       3
+## X10590 X10590  0554-0       HIV    Mother         6 9999      NA
+## X10592 X10592  0554-1       HIV    Infant         6  104       1
+## X10724 X10724  0749-1       HIV    Infant         5   88       4
+## X10754 X10754  0850-1       HIV    Infant         4   75       6
+## X10892 X10892  0987-1       HIV    Infant         3   56       9
+## X10907 X10907  0890-1   Control    Infant         4   75       8
+## X10973 X10973  0878-1   Control    Infant         4   73       7
+## X10986 X10986  1040-1   Control    Infant         2   42       9
+## X11041 X11041  0620-0       HIV    Mother         6 9999      NA
+## X11043 X11043  0620-1       HIV    Infant         6  102       2
+## X11120 X11120  1049-1   Control    Infant         2   42      10
+## X11170 X11170  0801-1   Control    Infant         5   87       5
+## X11220 X11220  0839-1   Control    Infant         4   80       6
+## X11244 X11244  0798-1       HIV    Infant         5   90       5
+## X11269 X11269  0645-0       HIV    Mother         6 9999      NA
+## X11270 X11270  0645-1       HIV    Infant         6  106       3
+## X11373 X11373  0718-0   Control    Mother         6 9999      NA
+## X11374 X11374  0718-1   Control    Infant         6  104       4
+## X11376 X11376  1095-1       HIV    Infant         2   42      10
+## X11822 X11822  0850-1       HIV    Infant         5   89       6
+## X11916 X11916  0878-1   Control    Infant         5   88       7
+## X12080 X12080  0987-1       HIV    Infant         4   74       9
+## X12115 X12115  0839-1   Control    Infant         5   95       6
+## X12136 X12136  0890-1   Control    Infant         5   88       8
+## X12185 X12185  0749-0       HIV    Mother         6 9999      NA
+## X12187 X12187  0749-1       HIV    Infant         6  105       4
+## X12327 X12327  1049-1   Control    Infant         3   56      10
+## X12342 X12342  0798-0       HIV    Mother         6 9999      NA
+## X12344 X12344  0798-1       HIV    Infant         6  107       5
+## X12455 X12455  0801-0   Control    Mother         6 9999      NA
+## X12456 X12456  0801-1   Control    Infant         6  104       5
+## X12504 X12504  1095-1       HIV    Infant         3   56      10
+## X12838 X12838  0850-0       HIV    Mother         6 9999      NA
+## X12840 X12840  0850-1       HIV    Infant         6  104       6
+## X13074 X13074  1095-1       HIV    Infant         4   73      10
+## X13183 X13183  0878-0   Control    Mother         6 9999      NA
+## X13184 X13184  0878-1   Control    Infant         6  105       7
+## X13219 X13219  1040-1   Control    Infant         4   73       9
+## X13281 X13281  0890-0   Control    Mother         6 9999      NA
+## X13283 X13283  0890-1   Control    Infant         6  107       8
+## X13354 X13354  0987-1       HIV    Infant         5   90       9
+## X13473 X13473  0839-0   Control    Mother         6 9999      NA
+## X13474 X13474  0839-1   Control    Infant         6  111       6
+## X13530 X13530  1049-1   Control    Infant         4   73      10
+## X14194 X14194  1040-1   Control    Infant         5   87       9
+## X14385 X14385  0987-0       HIV    Mother         0 9999      NA
+## X14387 X14387  0987-1       HIV    Infant         6  104       9
+## X14502 X14502  1049-1   Control    Infant         5   87      10
+## X14800 X14800  1095-1       HIV    Infant         5   87      10
+## X15367 X15367  1040-0   Control    Mother         6 9999      NA
+## X15368 X15368  1040-1   Control    Infant         6  103       9
+## X15601 X15601  1049-1   Control    Infant         6  104      10
+## X15925 X15925  1095-1       HIV    Infant         6  103      10
+## X15926 X15926  1095-0       HIV    Mother         6 9999      NA
+
+alluvial_df <- get_long_data(dat_0.05, "genus")
+
## Registered S3 method overwritten by 'httr':
+##   method         from  
+##   print.response rmutil
+
+group_vars <- c("HIVStatus", "MothChild")
+get_summary_table(dat_0.05, group_vars)
+
##   HIVStatus MothChild mean_reads  sd_reads min_reads max_reads num_total
+## 1   Control    Infant  156209.16 408000.52     24176   3016276        68
+## 2   Control    Mother   68648.79  50526.74     14339    168157        19
+## 3       HIV    Infant   90008.20  51395.08     13218    202079        61
+## 4       HIV    Mother   72277.53  48180.28     20118    208029        19
+
+best_genus <- get_top_taxa(dat_0.05, "genus")
+best_species <- get_top_taxa(dat_0.05, "species")
+
+this_palette <- paletteer::palettes_d[["ggsci"]]["category20_d3"] |>
+    unlist() |> unname()
+
+plot_stacked_area(dat_0.05, "genus", 
+                         "HIVStatus",
+                         "timepoint",
+                         palette_input = this_palette)
+

+
+plot_stacked_bar(dat_0.05, "genus", 
+             "HIVStatus",
+             "timepoint",
+             palette_input = this_palette)
+

+
+plot_alluvial(dat = dat_0.05, 
+              taxon_level = "genus", 
+              covariate_1 = "HIVStatus",
+              covariate_time = "timepoint",
+              palette_input = this_palette,
+              subtitle = "Alluvial plot")
+

+
+plot_spaghetti(dat = dat_0.05,
+               covariate_time = "timepoint",
+               covariate_1 = "HIVStatus",
+               unit_var = "Subject",
+               taxon_level = "genus",
+               which_taxon = "Corynebacterium",
+               palette_input= this_palette,
+               title = "Spaghetti Plot",
+               subtitle = NULL) +
+  ggplot2::xlab("Infant Age (Days)") +
+  ggplot2::ylab("Relative Abundance (log CPM)")
+

+
+

GEE Modeling +

+
+run_gee_model(dat, unit_var = "Subject",
+              fixed_cov = c("HIVStatus", "MothChild", "Age"),
+              corstr = "ar1",
+              plot_out = FALSE,
+              plotsave_loc = ".",
+              plot_terms = NULL)
+
##          Coefficient Coefficient Estimate Standard Error    Statistic
+## 1        (Intercept)         4.702448e+04   3.979432e+04 1.396387e+00
+## 2        (Intercept)         2.070172e+03   3.238258e+03 4.086862e-01
+## 3        (Intercept)         9.530864e+03   5.106186e+03 3.483945e+00
+## 4        (Intercept)         6.120925e+04   2.592733e+04 5.573378e+00
+## 5        (Intercept)         4.741639e+04   2.051563e+04 5.341797e+00
+## 6        (Intercept)        -7.011414e+02   1.529727e+03 2.100794e-01
+## 7        (Intercept)         1.134651e+03   5.499470e+02 4.256798e+00
+## 8        (Intercept)         2.076618e+03   1.219839e+03 2.898065e+00
+## 9        (Intercept)         2.054780e+03   9.842547e+02 4.358285e+00
+## 10       (Intercept)         4.195871e+03   3.007082e+03 1.946945e+00
+## 11       (Intercept)         5.014573e+02   2.760020e+02 3.300985e+00
+## 12       (Intercept)         2.959834e+02   1.259813e+02 5.519786e+00
+## 13       (Intercept)         1.281196e+02   1.274034e+02 1.011273e+00
+## 14       (Intercept)        -9.488892e+02   9.262133e+02 1.049564e+00
+## 15       (Intercept)         7.089552e+02   3.755248e+02 3.564185e+00
+## 16       (Intercept)         1.526145e+02   5.257275e+01 8.426950e+00
+## 17       (Intercept)         2.063306e+02   1.062556e+02 3.770717e+00
+## 18       (Intercept)         8.101896e+01   7.929888e+01 1.043853e+00
+## 19       (Intercept)         9.430793e+01   5.240601e+01 3.238428e+00
+## 20       (Intercept)         6.308457e+02   4.130694e+02 2.332385e+00
+## 21       (Intercept)         9.930723e+01   4.060469e+01 5.981489e+00
+## 22       (Intercept)         1.053014e+03   1.026625e+03 1.052069e+00
+## 23       (Intercept)         5.994022e+01   5.712665e+01 1.100929e+00
+## 24       (Intercept)         4.534493e+01   1.834481e+01 6.109856e+00
+## 25       (Intercept)         1.062805e+01   3.764940e+01 7.968771e-02
+## 26       (Intercept)         6.342971e+01   4.223319e+01 2.255682e+00
+## 27       (Intercept)         5.549567e+01   3.041488e+01 3.329246e+00
+## 28       (Intercept)        -2.081198e+01   2.518016e+01 6.831396e-01
+## 29       (Intercept)        -3.351121e+00   1.594618e+01 4.416383e-02
+## 30       (Intercept)         6.842275e+01   3.907756e+01 3.065816e+00
+## 31       (Intercept)        -8.542355e+00   4.939945e+01 2.990274e-02
+## 32       (Intercept)         9.639983e+01   4.651837e+01 4.294410e+00
+## 33       (Intercept)         7.738408e+01   4.553870e+01 2.887633e+00
+## 34       (Intercept)         2.303199e+01   1.765742e+01 1.701407e+00
+## 35       (Intercept)         4.166442e+01   2.137829e+01 3.798261e+00
+## 36       (Intercept)         3.552748e+02   3.130368e+02 1.288065e+00
+## 37       (Intercept)        -1.512589e+00   1.912379e+01 6.255965e-03
+## 38       (Intercept)        -2.227466e+00   2.902759e+01 5.888438e-03
+## 39       (Intercept)         5.701181e+01   4.849190e+01 1.382264e+00
+## 40       (Intercept)         5.348917e+01   4.274545e+01 1.565856e+00
+## 41       (Intercept)         9.075834e+01   5.902282e+01 2.364467e+00
+## 42       (Intercept)         4.329713e+01   2.060413e+01 4.415801e+00
+## 43       (Intercept)         3.358584e+01   3.241233e+01 1.073722e+00
+## 44       (Intercept)        -1.286103e+00   8.452930e+00 2.314924e-02
+## 45       (Intercept)         6.159703e+01   3.617142e+01 2.899937e+00
+## 46       (Intercept)         7.605558e+00   3.006248e+01 6.400479e-02
+## 47       (Intercept)         6.443894e+01   3.079589e+01 4.378357e+00
+## 48       (Intercept)         1.277925e+01   2.037126e+01 3.935277e-01
+## 49       (Intercept)         1.425788e+01   9.919692e+00 2.065921e+00
+## 50       (Intercept)         4.074046e+01   2.753721e+01 2.188830e+00
+## 51       (Intercept)         2.272532e+01   1.558961e+01 2.124955e+00
+## 52       (Intercept)         6.454419e+00   1.348331e+01 2.291508e-01
+## 53       (Intercept)         7.543769e+00   7.934460e+00 9.039449e-01
+## 54       (Intercept)         1.985378e+01   1.624549e+01 1.493553e+00
+## 55       (Intercept)         5.863766e+01   3.339047e+01 3.083956e+00
+## 56       (Intercept)         3.604530e+01   1.767795e+01 4.157511e+00
+## 57       (Intercept)        -4.052184e-01   1.122229e+01 1.303812e-03
+## 58       (Intercept)         8.018781e+00   8.656160e+00 8.581557e-01
+## 59       (Intercept)         1.676624e+01   1.050890e+01 2.545407e+00
+## 60       (Intercept)         1.023403e+01   8.501561e+00 1.449092e+00
+## 61       (Intercept)         8.486455e+01   6.536480e+01 1.685640e+00
+## 62       (Intercept)         8.308952e+01   5.277141e+01 2.479106e+00
+## 63       (Intercept)         6.770671e+01   3.371497e+01 4.032905e+00
+## 64       (Intercept)         1.539512e+01   2.920865e+01 2.778071e-01
+## 65       (Intercept)         1.539590e+01   8.506559e+00 3.275686e+00
+## 66       (Intercept)        -4.472032e+00   4.812331e+00 8.635724e-01
+## 67       (Intercept)         1.852459e+01   1.255395e+01 2.177391e+00
+## 68       (Intercept)         1.504187e+01   6.047327e+00 6.186955e+00
+## 69       (Intercept)         9.284554e+00   1.077920e+01 7.419067e-01
+## 70       (Intercept)         1.438389e+01   9.335799e+00 2.373829e+00
+## 71       (Intercept)        -7.131572e+00   5.477546e+00 1.695112e+00
+## 72       (Intercept)         1.023608e+02   8.244052e+01 1.541652e+00
+## 73       (Intercept)        -1.232703e+01   1.318638e+01 8.739074e-01
+## 74       (Intercept)         2.971374e+01   1.778998e+01 2.789739e+00
+## 75       (Intercept)        -1.628307e+00   7.822308e+00 4.333142e-02
+## 76       (Intercept)         6.629574e+00   8.935556e+00 5.504630e-01
+## 77       (Intercept)         1.543420e+01   8.814437e+00 3.066047e+00
+## 78       (Intercept)         2.365216e+01   1.032264e+01 5.250007e+00
+## 79       (Intercept)        -5.121470e-01   2.874809e+00 3.173740e-02
+## 80       (Intercept)         5.382371e-01   3.252847e+00 2.737916e-02
+## 81       (Intercept)         1.224725e+01   7.297333e+00 2.816754e+00
+## 82       (Intercept)         2.886423e+01   1.872218e+01 2.376878e+00
+## 83       (Intercept)         9.190484e+00   4.445900e+00 4.273242e+00
+## 84       (Intercept)         9.492862e+00   7.003668e+00 1.837144e+00
+## 85       (Intercept)         3.614868e+01   2.886017e+01 1.568871e+00
+## 86       (Intercept)        -3.539824e+00   7.982123e+00 1.966647e-01
+## 87       (Intercept)         9.446837e+00   6.479941e+00 2.125352e+00
+## 88       (Intercept)        -5.655511e+00   1.013204e+01 3.115662e-01
+## 89       (Intercept)        -1.189325e-01   3.201013e+00 1.380468e-03
+## 90       (Intercept)         2.125350e+00   2.343013e+00 8.228329e-01
+## 91       (Intercept)        -3.670697e-02   1.549623e+00 5.611060e-04
+## 92       (Intercept)         4.817714e+00   1.042632e+01 2.135109e-01
+## 93       (Intercept)        -4.471902e+01   4.523907e+01 9.771408e-01
+## 94       (Intercept)         5.085840e+00   5.860439e+00 7.531215e-01
+## 95       (Intercept)         1.945372e+01   1.790447e+01 1.180544e+00
+## 96       (Intercept)         1.380070e+01   6.031061e+00 5.236182e+00
+## 97       (Intercept)         2.183605e+01   1.151965e+01 3.593099e+00
+## 98       (Intercept)         8.216747e+00   5.234313e+00 2.464225e+00
+## 99       (Intercept)        -1.641367e+01   1.951238e+01 7.076054e-01
+## 100      (Intercept)        -7.042350e+00   5.512644e+00 1.631982e+00
+## 101      (Intercept)         6.830413e+00   6.638050e+00 1.058797e+00
+## 102      (Intercept)         1.195322e+01   1.020503e+01 1.371960e+00
+## 103      (Intercept)        -4.714853e+00   8.917292e+00 2.795570e-01
+## 104      (Intercept)         2.338739e+00   3.375184e+00 4.801408e-01
+## 105      (Intercept)         5.771503e+00   4.323144e+00 1.782291e+00
+## 106      (Intercept)         6.349947e+00   5.746316e+00 1.221128e+00
+## 107      (Intercept)         1.112002e+01   6.073236e+00 3.352514e+00
+## 108      (Intercept)        -9.503064e-01   5.059935e+00 3.527260e-02
+## 109      (Intercept)        -9.125958e-02   3.854724e+00 5.604933e-04
+## 110      (Intercept)         5.325522e+00   6.626297e+00 6.459257e-01
+## 111      (Intercept)         5.386396e+00   5.745633e+00 8.788622e-01
+## 112      (Intercept)         1.018281e+01   6.750495e+00 2.275433e+00
+## 113      (Intercept)         6.106849e+00   2.588739e+00 5.564907e+00
+## 114      (Intercept)         4.405407e+00   7.385587e+00 3.557967e-01
+## 115      (Intercept)        -6.797547e+00   5.464269e+00 1.547534e+00
+## 116      (Intercept)         2.236234e+01   1.691335e+01 1.748136e+00
+## 117      (Intercept)         1.430924e+01   1.462706e+01 9.570157e-01
+## 118      (Intercept)         6.512191e+00   5.682580e+00 1.313298e+00
+## 119      (Intercept)         1.295474e+01   7.812932e+00 2.749345e+00
+## 120      (Intercept)         4.191597e+00   2.277680e+00 3.386674e+00
+## 121      (Intercept)         1.856483e+01   9.711663e+00 3.654221e+00
+## 122      (Intercept)         4.395191e+00   3.026517e+00 2.108964e+00
+## 123      (Intercept)         1.822600e+01   1.028411e+01 3.140867e+00
+## 124      (Intercept)         8.361416e+00   8.877270e+00 8.871577e-01
+## 125      (Intercept)        -3.035895e+00   2.371115e+00 1.639337e+00
+## 126      (Intercept)         1.562948e+01   1.446871e+01 1.166888e+00
+## 127      (Intercept)        -1.411733e-02   3.612914e+00 1.526828e-05
+## 128      (Intercept)         6.029095e+00   6.550671e+00 8.470962e-01
+## 129      (Intercept)        -6.779166e+00   1.085982e+01 3.896790e-01
+## 130      (Intercept)        -9.066770e-01   2.268044e+00 1.598094e-01
+## 131      (Intercept)         9.863334e+00   5.484456e+00 3.234301e+00
+## 132      (Intercept)         2.185682e+01   1.982023e+01 1.216064e+00
+## 133      (Intercept)        -1.615281e+00   1.970280e+00 6.721095e-01
+## 134      (Intercept)        -3.399185e-01   1.771866e+00 3.680341e-02
+## 135      (Intercept)         3.139346e+00   1.879624e+00 2.789563e+00
+## 136      (Intercept)         3.527466e+00   5.810466e+00 3.685562e-01
+## 137      (Intercept)         9.729136e+00   6.008897e+00 2.621555e+00
+## 138      (Intercept)         9.959974e+00   8.485679e+00 1.377664e+00
+## 139      (Intercept)         3.664476e+00   2.469717e+00 2.201554e+00
+## 140      (Intercept)         2.063177e+00   2.643783e+00 6.090052e-01
+## 141      (Intercept)        -5.579429e+00   6.025521e+00 8.574137e-01
+## 142      (Intercept)         4.645037e+00   6.881399e+00 4.556431e-01
+## 143      (Intercept)        -3.052929e-01   1.408840e+00 4.695804e-02
+## 144      (Intercept)         1.774510e+00   1.393614e+00 1.621332e+00
+## 145      (Intercept)        -4.665122e-01   1.538438e+00 9.195303e-02
+## 146      (Intercept)         2.988843e+00   2.672475e+00 1.250774e+00
+## 147      (Intercept)         2.322714e+01   1.717821e+01 1.828250e+00
+## 148      (Intercept)         3.841174e+00   1.323798e+01 8.419463e-02
+## 149      (Intercept)        -1.470309e+00   2.174206e+00 4.573154e-01
+## 150      (Intercept)        -1.863954e+00   2.184315e+00 7.281817e-01
+## 151      (Intercept)         3.715401e+00   4.357793e+00 7.269057e-01
+## 152      (Intercept)         3.710899e+00   4.750897e+00 6.101086e-01
+## 153      (Intercept)         5.511612e+01   5.020664e+01 1.205133e+00
+## 154      (Intercept)         1.072360e+00   1.438025e+00 5.560941e-01
+## 155      (Intercept)        -2.654583e+00   2.610921e+00 1.033726e+00
+## 156      (Intercept)        -3.598588e+00   3.254788e+00 1.222416e+00
+## 157      (Intercept)         2.616453e+00   8.658297e+00 9.131893e-02
+## 158      (Intercept)         2.342263e+00   2.290417e+00 1.045784e+00
+## 159      (Intercept)         2.297794e+00   1.889000e+00 1.479648e+00
+## 160      (Intercept)         1.349487e+00   1.319176e+00 1.046482e+00
+## 161      (Intercept)         1.865795e+00   2.378669e+00 6.152616e-01
+## 162      (Intercept)         2.076468e+00   1.978358e+00 1.101643e+00
+## 163      (Intercept)         1.448769e+00   1.242370e+00 1.359867e+00
+## 164      (Intercept)         2.862972e+00   1.674661e+00 2.922675e+00
+## 165      (Intercept)         9.906445e-01   1.523475e+00 4.228294e-01
+## 166      (Intercept)         1.532093e+00   2.249857e+00 4.637248e-01
+## 167      (Intercept)         7.931686e+00   7.020291e+00 1.276500e+00
+## 168      (Intercept)         1.346014e+01   1.039169e+01 1.677747e+00
+## 169      (Intercept)         3.147253e+00   2.466639e+00 1.627991e+00
+## 170      (Intercept)         2.523606e+00   2.563079e+00 9.694354e-01
+## 171      (Intercept)         2.706439e+01   2.141918e+01 1.596580e+00
+## 172      (Intercept)        -1.927869e+00   1.937444e+00 9.901404e-01
+## 173      (Intercept)         2.835361e+00   2.673698e+00 1.124584e+00
+## 174      (Intercept)        -1.086314e-01   9.237461e-01 1.382946e-02
+## 175      (Intercept)        -2.330665e+00   2.281690e+00 1.043389e+00
+## 176      (Intercept)        -8.658515e-03   1.337075e+00 4.193487e-05
+## 177      (Intercept)        -8.362800e+00   8.929700e+00 8.770607e-01
+## 178      (Intercept)         4.792766e+00   3.437580e+00 1.943869e+00
+## 179      (Intercept)         1.017788e+00   1.256191e+00 6.564527e-01
+## 180      (Intercept)         2.829003e+00   1.757081e+00 2.592288e+00
+## 181      (Intercept)         1.493854e+00   1.353652e+00 1.217873e+00
+## 182      (Intercept)         3.780221e+00   6.148361e+00 3.780207e-01
+## 183      (Intercept)         1.614011e+01   1.890723e+01 7.287146e-01
+## 184      (Intercept)         9.310419e-01   7.712005e-01 1.457484e+00
+## 185      (Intercept)         1.817572e+00   2.541438e+00 5.114744e-01
+## 186      (Intercept)         1.630800e+00   8.947525e-01 3.321968e+00
+## 187      (Intercept)         1.978363e-01   4.928132e+00 1.611563e-03
+## 188      (Intercept)         5.415012e+00   5.419474e+00 9.983541e-01
+## 189      (Intercept)         8.201824e-01   1.985186e+00 1.706940e-01
+## 190      (Intercept)        -9.667602e-01   1.877840e+00 2.650455e-01
+## 191      (Intercept)         1.381611e+00   1.095919e+00 1.589333e+00
+## 192      (Intercept)         8.729643e-01   2.076569e+00 1.767259e-01
+## 193      (Intercept)         5.698010e-01   6.626395e-01 7.394209e-01
+## 194      (Intercept)         1.925772e+00   1.824736e+00 1.113806e+00
+## 195      (Intercept)         6.696582e+00   6.368487e+00 1.105691e+00
+## 196      (Intercept)         1.574987e+00   1.308432e+00 1.448943e+00
+## 197      (Intercept)         1.013231e+01   7.623739e+00 1.766368e+00
+## 198      (Intercept)         1.724698e+00   8.985454e-01 3.684225e+00
+## 199      (Intercept)        -1.395928e+00   1.133869e+00 1.515654e+00
+## 200      (Intercept)         1.327756e-01   7.784124e-01 2.909490e-02
+## 201      (Intercept)         9.552492e-01   1.167156e+00 6.698468e-01
+## 202      (Intercept)         1.701801e+00   1.401941e+00 1.473527e+00
+## 203      (Intercept)        -9.995308e-01   6.713691e-01 2.216510e+00
+## 204      (Intercept)         1.728117e+00   1.769352e+00 9.539331e-01
+## 205      (Intercept)         5.905533e-01   7.088227e-01 6.941334e-01
+## 206      (Intercept)         1.083450e+00   9.573558e-01 1.280769e+00
+## 207      (Intercept)         7.534471e-01   1.010792e+00 5.556253e-01
+## 208      (Intercept)        -3.184531e-01   1.464840e+00 4.726183e-02
+## 209      (Intercept)         1.160858e+00   2.152492e+00 2.908540e-01
+## 210      (Intercept)        -1.159868e+00   1.041632e+00 1.239906e+00
+## 211      (Intercept)        -6.926751e-01   1.356525e+00 2.607375e-01
+## 212      (Intercept)         1.229276e+00   1.549401e+00 6.294645e-01
+## 213      (Intercept)         9.901184e-01   7.917620e-01 1.563813e+00
+## 214      (Intercept)         5.201623e+00   4.571834e+00 1.294484e+00
+## 215      (Intercept)         2.211684e+00   1.740619e+00 1.614502e+00
+## 216      (Intercept)        -1.305405e+00   1.306480e+00 9.983541e-01
+## 217      (Intercept)         8.372765e-01   7.630310e-01 1.204075e+00
+## 218      (Intercept)         3.672823e+00   2.900562e+00 1.603377e+00
+## 219      (Intercept)         2.773985e+00   2.776271e+00 9.983541e-01
+## 220      (Intercept)         1.753850e+00   1.624286e+00 1.165896e+00
+## 221      (Intercept)        -1.186609e+00   8.514728e-01 1.942110e+00
+## 222      (Intercept)        -1.085838e+00   1.346312e+00 6.504870e-01
+## 223      (Intercept)        -7.397847e+00   7.593254e+00 9.491936e-01
+## 224      (Intercept)         2.410104e-01   9.264132e-01 6.768027e-02
+## 225      (Intercept)         2.493661e+00   2.301131e+00 1.174336e+00
+## 226      (Intercept)        -1.197864e-01   8.366362e-01 2.049944e-02
+## 227      (Intercept)        -6.465947e-01   6.786035e-01 9.078878e-01
+## 228      (Intercept)         2.408831e-02   4.747605e-01 2.574326e-03
+## 229      (Intercept)         9.025877e-01   1.129633e+00 6.384168e-01
+## 230      (Intercept)         3.387001e+00   2.923776e+00 1.341969e+00
+## 231      (Intercept)        -4.036841e-01   1.322200e+00 9.321570e-02
+## 232      (Intercept)         7.245161e-01   7.273208e-01 9.923024e-01
+## 233      (Intercept)        -2.416182e-01   5.022778e-01 2.314042e-01
+## 234      (Intercept)         7.876259e-01   6.568668e-01 1.437757e+00
+## 235      (Intercept)        -1.320864e+00   1.213520e+00 1.184737e+00
+## 236      (Intercept)         3.033857e+00   3.036357e+00 9.983541e-01
+## 237      (Intercept)        -2.178686e-01   3.488937e-01 3.899446e-01
+## 238      (Intercept)         4.290913e-01   4.294449e-01 9.983541e-01
+## 239      (Intercept)         2.072743e+00   2.049964e+00 1.022347e+00
+## 240      (Intercept)        -3.050030e-01   4.186473e-01 5.307765e-01
+## 241      (Intercept)        -5.821072e-01   5.920719e-01 9.666228e-01
+## 242      (Intercept)        -1.444406e+00   1.445596e+00 9.983541e-01
+## 243      (Intercept)         2.012787e+00   2.001908e+00 1.010898e+00
+## 244      (Intercept)        -5.059510e-01   9.051753e-01 3.124292e-01
+## 245      (Intercept)         8.492286e-01   8.141765e-01 1.087958e+00
+## 246      (Intercept)        -1.360095e+00   8.995268e-01 2.286178e+00
+## 247      (Intercept)         7.554425e-01   7.560650e-01 9.983541e-01
+## 248      (Intercept)        -1.383971e+00   1.385111e+00 9.983541e-01
+## 249      (Intercept)         2.911154e+00   3.577459e+00 6.621874e-01
+## 250      (Intercept)         6.895057e-01   7.006942e-01 9.683194e-01
+## 251      (Intercept)         4.622314e-01   3.865133e-01 1.430177e+00
+## 252      (Intercept)         8.198527e+00   4.956357e+00 2.736192e+00
+## 253      (Intercept)         5.821318e-01   5.978325e-01 9.481644e-01
+## 254      (Intercept)        -7.917037e-01   7.923561e-01 9.983541e-01
+## 255      (Intercept)         2.727490e+00   1.482560e+00 3.384554e+00
+## 256      (Intercept)         7.058619e-01   1.242582e+00 3.226930e-01
+## 257      (Intercept)         1.145581e+00   1.093286e+00 1.097954e+00
+## 258      (Intercept)         2.303888e+00   1.397463e+00 2.717953e+00
+## 259      (Intercept)        -1.420232e+00   1.421402e+00 9.983541e-01
+## 260      (Intercept)         7.951943e-01   7.551974e-01 1.108729e+00
+## 261      (Intercept)        -5.156548e-01   5.684066e-01 8.230001e-01
+## 262      (Intercept)        -2.322350e-01   4.430117e-01 2.748052e-01
+## 263      (Intercept)         2.308368e+00   1.517629e+00 2.313550e+00
+## 264      (Intercept)        -5.499621e-01   5.504153e-01 9.983541e-01
+## 265      (Intercept)         1.000956e+00   1.260955e+00 6.301304e-01
+## 266      (Intercept)         5.529461e-01   5.260313e-01 1.104949e+00
+## 267      (Intercept)        -1.950022e-01   4.119766e-01 2.240443e-01
+## 268      (Intercept)         5.244099e-01   3.578143e-01 2.147961e+00
+## 269      (Intercept)         1.982188e+00   1.851962e+00 1.145581e+00
+## 270      (Intercept)        -1.954682e+00   1.360352e+00 2.064664e+00
+## 271      (Intercept)        -5.443613e-01   3.840968e-01 2.008598e+00
+## 272      (Intercept)         7.483126e-01   4.962436e-01 2.273926e+00
+## 273      (Intercept)        -3.505253e-01   3.508141e-01 9.983541e-01
+## 274      (Intercept)         3.021770e-01   3.024260e-01 9.983541e-01
+## 275      (Intercept)         2.071849e+00   1.878608e+00 1.216309e+00
+## 276      (Intercept)         2.537260e+01   2.251196e+01 1.270292e+00
+## 277      (Intercept)         2.831011e+00   2.063308e+00 1.882587e+00
+## 278      (Intercept)         2.491261e+00   2.383519e+00 1.092449e+00
+## 279      (Intercept)         3.286493e+00   3.240723e+00 1.028446e+00
+## 280      (Intercept)         8.016504e-01   1.006908e+00 6.338560e-01
+## 281      (Intercept)         1.207392e+00   1.044475e+00 1.336290e+00
+## 282      (Intercept)         4.502067e-01   9.574704e-01 2.210921e-01
+## 283      (Intercept)         4.004260e-01   3.426848e-01 1.365384e+00
+## 284      (Intercept)         6.845335e-01   4.501530e-01 2.312433e+00
+## 285      (Intercept)        -6.825625e-01   5.853388e-01 1.359785e+00
+## 286      (Intercept)        -7.454672e-01   5.924841e-01 1.583083e+00
+## 287      (Intercept)         4.540444e+00   4.560172e+00 9.913663e-01
+## 288      (Intercept)         7.171766e-02   3.859850e-01 3.452322e-02
+## 289      (Intercept)         8.284627e-01   6.453414e-01 1.648036e+00
+## 290      (Intercept)         8.333277e-01   7.938019e-01 1.102065e+00
+## 291      (Intercept)        -3.669756e-01   3.805816e-01 9.297768e-01
+## 292      (Intercept)        -1.437626e-02   4.596777e-01 9.781043e-04
+## 293      (Intercept)         3.942883e+00   2.800629e+00 1.982059e+00
+## 294      (Intercept)         3.256567e+00   3.083804e+00 1.115184e+00
+## 295      (Intercept)         1.784072e+00   1.726425e+00 1.067896e+00
+## 296      (Intercept)         2.622686e-01   2.622375e-01 1.000238e+00
+## 297      (Intercept)        -6.783208e-01   4.915527e-01 1.904276e+00
+## 298      (Intercept)         1.916355e+00   1.833476e+00 1.092449e+00
+## 299      (Intercept)         2.927115e+00   2.133503e+00 1.882319e+00
+## 300      (Intercept)         1.572411e+00   1.123962e+00 1.957174e+00
+## 301      (Intercept)        -7.460546e-01   7.733126e-01 9.307458e-01
+## 302      (Intercept)         3.626124e-01   3.629112e-01 9.983541e-01
+## 303      (Intercept)         1.967577e+00   1.932270e+00 1.036878e+00
+## 304      (Intercept)         3.142641e-01   3.145230e-01 9.983541e-01
+## 305      (Intercept)         1.590275e+00   1.510516e+00 1.108393e+00
+## 306      (Intercept)         4.714627e-01   4.477490e-01 1.108729e+00
+## 307      (Intercept)         1.782929e-01   2.853950e-01 3.902792e-01
+## 308      (Intercept)        -2.418406e-01   3.694216e-01 4.285623e-01
+## 309      (Intercept)        -2.477851e-01   2.479893e-01 9.983541e-01
+## 310      (Intercept)        -8.596795e-02   3.483212e-01 6.091345e-02
+## 311      (Intercept)         5.862915e-01   4.112131e-01 2.032794e+00
+## 312      (Intercept)         1.483233e+00   1.010348e+00 2.155147e+00
+## 313      (Intercept)        -1.631756e-01   1.633100e-01 9.983541e-01
+## 314      (Intercept)         4.213120e-01   2.472509e-01 2.903567e+00
+## 315      (Intercept)        -2.073926e-01   3.491618e-01 3.528036e-01
+## 316      (Intercept)         4.956084e-01   4.499508e-01 1.213241e+00
+## 317      (Intercept)         1.526920e-01   3.465983e-01 1.940796e-01
+## 318      (Intercept)         1.002671e-01   2.528647e-01 1.572319e-01
+## 319      (Intercept)         1.061101e+00   8.421580e-01 1.587547e+00
+## 320      (Intercept)         3.027702e-01   4.327747e-01 4.894436e-01
+## 321      (Intercept)         2.746946e-01   3.653017e-01 5.654535e-01
+## 322      (Intercept)         3.162622e-01   3.004470e-01 1.108049e+00
+## 323      (Intercept)         3.015232e+00   3.061374e+00 9.700825e-01
+## 324      (Intercept)         1.209230e+00   1.122532e+00 1.160434e+00
+## 325      (Intercept)        -1.047933e+00   1.020966e+00 1.053523e+00
+## 326      (Intercept)         4.197755e-01   2.585613e-01 2.635767e+00
+## 327      (Intercept)         1.273638e-01   1.447509e-01 7.741939e-01
+## 328      (Intercept)         8.945435e-02   2.662758e-01 1.128599e-01
+## 329      (Intercept)         2.598722e-01   2.600863e-01 9.983541e-01
+## 330      (Intercept)         1.898669e-01   1.829864e-01 1.076617e+00
+## 331      (Intercept)        -2.813201e-03   1.848658e-01 2.315731e-04
+## 332      (Intercept)        -5.959195e-01   5.554448e-01 1.151048e+00
+## 333      (Intercept)        -5.520414e-01   4.439922e-01 1.545940e+00
+## 334      (Intercept)        -3.959431e-01   3.863553e-01 1.050248e+00
+## 335      (Intercept)         1.988114e+01   1.859561e+01 1.143041e+00
+## 336      (Intercept)         9.854092e-01   9.736681e-01 1.024263e+00
+## 337      (Intercept)         1.548341e-01   2.182391e-01 5.033480e-01
+## 338      (Intercept)         5.211425e-01   5.177438e-01 1.013172e+00
+## 339      (Intercept)         9.486157e-01   4.704558e-01 4.065772e+00
+## 340      (Intercept)         2.482821e+00   2.287534e+00 1.178028e+00
+## 341      (Intercept)         3.877400e-01   3.877354e-01 1.000024e+00
+## 342      (Intercept)         2.682699e-01   4.132358e-01 4.214517e-01
+## 343      (Intercept)        -5.257880e-01   5.262212e-01 9.983541e-01
+## 344      (Intercept)         1.427820e+00   9.549762e-01 2.235433e+00
+## 345      (Intercept)         1.026739e+00   1.003237e+00 1.047401e+00
+## 346      (Intercept)        -5.154271e-02   5.543448e-02 8.645188e-01
+## 347      (Intercept)        -2.606646e-01   1.851768e-01 1.981486e+00
+## 348      (Intercept)        -2.706921e-02   2.676833e-01 1.022607e-02
+## 349      (Intercept)         1.167344e+00   1.123776e+00 1.079042e+00
+## 350      (Intercept)         7.116262e-02   1.798424e-01 1.565740e-01
+## 351      (Intercept)        -4.351349e-01   4.354934e-01 9.983541e-01
+## 352      (Intercept)        -1.631756e-01   1.633100e-01 9.983541e-01
+## 353      (Intercept)         4.770442e-01   4.730963e-01 1.016759e+00
+## 354      (Intercept)         3.128734e-01   2.140802e-01 2.135917e+00
+## 355      (Intercept)         7.125067e-01   5.850908e-01 1.482967e+00
+## 356      (Intercept)        -3.396386e-01   2.952540e-01 1.323252e+00
+## 357      (Intercept)        -1.260298e-01   1.553447e-01 6.581936e-01
+## 358      (Intercept)        -7.811166e-01   9.422115e-01 6.872821e-01
+## 359      (Intercept)         2.481383e-01   2.356574e-01 1.108729e+00
+## 360      (Intercept)         4.304625e-01   2.953731e-01 2.123875e+00
+## 361      (Intercept)         2.824210e-01   1.943055e-01 2.112632e+00
+## 362      (Intercept)         3.110331e-01   3.052131e-01 1.038501e+00
+## 363      (Intercept)         4.759615e-01   2.552256e-01 3.477725e+00
+## 364      (Intercept)        -7.209258e-02   1.173396e-01 3.774781e-01
+## 365      (Intercept)        -7.917081e-01   9.574628e-01 6.837328e-01
+## 366      (Intercept)         1.749045e-01   1.595696e-01 1.201439e+00
+## 367      (Intercept)         1.350967e+00   1.314937e+00 1.055552e+00
+## 368      (Intercept)         2.113106e-01   1.373675e-01 2.366324e+00
+## 369      (Intercept)         1.371064e+01   1.292254e+01 1.125692e+00
+## 370      (Intercept)         1.057324e-01   1.682607e-01 3.948670e-01
+## 371      (Intercept)         1.379692e+00   1.306497e+00 1.115185e+00
+## 372      (Intercept)         3.377898e-01   3.801624e-01 7.895045e-01
+## 373      (Intercept)         5.684638e+00   5.306368e+00 1.147654e+00
+## 374      (Intercept)        -2.719593e-01   2.721834e-01 9.983541e-01
+## 375      (Intercept)         5.602634e+00   5.135734e+00 1.190089e+00
+## 376      (Intercept)         1.013944e+00   9.707878e-01 1.090886e+00
+## 377      (Intercept)        -1.390014e-01   1.391160e-01 9.983541e-01
+## 378      (Intercept)         9.065310e-02   9.072780e-02 9.983541e-01
+## 379      (Intercept)         1.229337e-01   1.783675e-01 4.750189e-01
+## 380      (Intercept)         4.255212e-01   3.848513e-01 1.222521e+00
+## 381      (Intercept)        -1.597982e-01   1.183318e-01 1.823648e+00
+## 382      (Intercept)         1.510885e-01   1.512130e-01 9.983541e-01
+## 383      (Intercept)         2.247964e-01   2.114392e-01 1.130336e+00
+## 384      (Intercept)         3.219693e-01   1.527315e-01 4.443978e+00
+## 385      (Intercept)         4.538033e-01   4.335827e-01 1.095447e+00
+## 386      (Intercept)         4.004017e-01   3.801091e-01 1.109623e+00
+## 387      (Intercept)         6.301442e+00   5.535885e+00 1.295704e+00
+## 388      (Intercept)        -2.430686e-01   2.751743e-01 7.802652e-01
+## 389      (Intercept)         1.267670e-01   1.209933e-01 1.097715e+00
+## 390      (Intercept)        -2.358950e-01   2.040265e-01 1.336793e+00
+## 391      (Intercept)        -2.115239e-01   2.116982e-01 9.983541e-01
+## 392      (Intercept)        -7.108864e-02   2.374430e-01 8.963584e-02
+## 393      (Intercept)        -1.051643e-01   1.263692e-01 6.925551e-01
+## 394      (Intercept)         5.233312e-01   3.576580e-01 2.141004e+00
+## 395      (Intercept)         1.014619e+00   9.743966e-01 1.084262e+00
+## 396      (Intercept)         5.782545e-02   1.253346e-01 2.128611e-01
+## 397      (Intercept)        -1.349450e-01   1.338923e-01 1.015786e+00
+## 398      (Intercept)         5.194217e-01   3.429496e-01 2.293927e+00
+## 399      (Intercept)         2.829089e-01   1.842488e-01 2.357674e+00
+## 400      (Intercept)        -5.439192e-02   5.443668e-02 9.983560e-01
+## 401      (Intercept)         3.637984e-01   3.452514e-01 1.110326e+00
+## 402      (Intercept)         5.268188e-01   2.332736e-01 5.100247e+00
+## 403      (Intercept)        -1.811861e-01   1.757241e-01 1.063132e+00
+## 404      (Intercept)         8.346953e-01   5.530338e-01 2.277994e+00
+## 405      (Intercept)         5.249185e-01   5.025376e-01 1.091055e+00
+## 406      (Intercept)         1.447432e-01   1.125196e-01 1.654780e+00
+## 407      (Intercept)         1.813491e-01   1.726873e-01 1.102834e+00
+## 408      (Intercept)         3.690916e-01   3.693949e-01 9.983585e-01
+## 409      (Intercept)        -1.505868e-02   2.185307e-02 4.748414e-01
+## 410      (Intercept)        -4.834837e-02   4.838816e-02 9.983560e-01
+## 411      (Intercept)         5.840576e-01   5.576411e-01 1.096988e+00
+## 412      (Intercept)         4.430690e-01   4.317719e-01 1.053013e+00
+## 413      (Intercept)         6.804345e-01   6.227159e-01 1.193968e+00
+## 414      (Intercept)         2.193997e-01   1.827261e-01 1.441686e+00
+## 415      (Intercept)         4.685489e+00   4.344718e+00 1.163019e+00
+## 416      (Intercept)         1.257155e-01   1.129962e-01 1.237798e+00
+## 417      (Intercept)         3.404602e-01   3.018641e-01 1.272066e+00
+## 418      (Intercept)        -1.148273e-01   1.149219e-01 9.983541e-01
+## 419      (Intercept)        -3.164341e-01   2.393158e-01 1.748333e+00
+## 420      (Intercept)         2.871541e-01   2.803682e-01 1.048993e+00
+## 421      (Intercept)         2.352380e-01   2.240465e-01 1.102398e+00
+## 422      (Intercept)         1.450450e-01   1.451645e-01 9.983541e-01
+## 423      (Intercept)        -1.925740e-02   7.004833e-02 7.557875e-02
+## 424      (Intercept)         3.474949e-01   3.342194e-01 1.081020e+00
+## 425      (Intercept)         1.893875e-01   1.804908e-01 1.101013e+00
+## 426      (Intercept)         1.893875e-01   1.804908e-01 1.101013e+00
+## 427      (Intercept)         9.281854e-02   9.055138e-02 1.050702e+00
+## 428      (Intercept)         1.148677e+00   1.105053e+00 1.080513e+00
+## 429      (Intercept)         1.205032e+00   1.197793e+00 1.012122e+00
+## 430      (Intercept)        -6.043546e-02   6.048520e-02 9.983560e-01
+## 431      (Intercept)         3.827327e-01   3.090774e-01 1.533404e+00
+## 432      (Intercept)         8.198671e-02   1.186985e-01 4.770853e-01
+## 433      (Intercept)         5.738283e-02   1.319603e-01 1.890939e-01
+## 434      (Intercept)         7.879253e+00   7.528483e+00 1.095356e+00
+## 435      (Intercept)         1.717012e-01   1.573937e-01 1.190068e+00
+## 436      (Intercept)         9.514685e-02   5.954188e-02 2.553546e+00
+## 437      (Intercept)        -4.967821e-02   1.260257e-01 1.553867e-01
+## 438      (Intercept)        -1.258649e-01   1.215621e-01 1.072044e+00
+## 439      (Intercept)         1.043064e-01   9.922326e-02 1.105083e+00
+## 440      (Intercept)         7.866341e-02   5.677588e-02 1.919631e+00
+## 441      (Intercept)         4.230482e-02   4.233964e-02 9.983560e-01
+## 442      (Intercept)         5.151659e-02   1.299211e-01 1.572297e-01
+## 443      (Intercept)         8.381599e-02   8.157422e-02 1.055718e+00
+## 444      (Intercept)         1.284402e+01   1.228609e+01 1.092884e+00
+## 445      (Intercept)         6.357217e-01   6.558814e-01 9.394712e-01
+## 446      (Intercept)        -1.510885e-01   1.512130e-01 9.983541e-01
+## 447      (Intercept)         1.809523e-01   1.723435e-01 1.102398e+00
+## 448      (Intercept)         6.043546e-02   6.048520e-02 9.983560e-01
+## 449      (Intercept)         2.225806e-01   2.186750e-01 1.036039e+00
+## 450      (Intercept)        -1.818180e-01   1.851604e-01 9.642235e-01
+## 451      (Intercept)        -3.595897e-02   1.152162e-01 9.740638e-02
+## 452      (Intercept)         1.781552e-01   1.783982e-01 9.972776e-01
+## 453      (Intercept)         1.542990e-01   1.080923e-01 2.037683e+00
+## 454      (Intercept)         3.626128e-02   3.629112e-02 9.983560e-01
+## 455      (Intercept)         2.946638e-01   1.805579e-01 2.663303e+00
+## 456      (Intercept)        -5.562514e-02   6.282749e-02 7.838677e-01
+## 457      (Intercept)         2.354974e-01   1.581466e-01 2.217443e+00
+## 458      (Intercept)         7.156557e-02   7.132472e-02 1.006765e+00
+## 459      (Intercept)         3.470060e-02   1.162063e-01 8.916915e-02
+## 460      (Intercept)        -1.454292e-01   1.669157e-01 7.591176e-01
+## 461      (Intercept)         1.380669e-01   1.370415e-01 1.015020e+00
+## 462      (Intercept)         2.099951e-01   1.642595e-01 1.634395e+00
+## 463      (Intercept)         7.933990e-02   7.462559e-02 1.130336e+00
+## 464      (Intercept)        -1.913954e-01   1.847433e-01 1.073311e+00
+## 465      (Intercept)         1.903970e-02   6.403686e-02 8.840162e-02
+## 466      (Intercept)        -1.777512e-01   1.723376e-01 1.063813e+00
+## 467      (Intercept)         5.439192e-02   5.443668e-02 9.983560e-01
+## 468      (Intercept)         1.510885e-01   1.512130e-01 9.983541e-01
+## 469      (Intercept)        -1.148273e-01   1.149219e-01 9.983541e-01
+## 470      (Intercept)        -4.326399e-02   4.886583e-02 7.838677e-01
+## 471      (Intercept)         1.615932e-01   1.549344e-01 1.087803e+00
+## 472      (Intercept)         1.571320e-01   1.572615e-01 9.983541e-01
+## 473      (Intercept)        -1.792114e-01   1.883914e-01 9.049185e-01
+## 474      (Intercept)         5.605616e+00   5.399279e+00 1.077892e+00
+## 475      (Intercept)        -1.141538e-01   1.087663e-01 1.101518e+00
+## 476      (Intercept)        -5.200314e-02   5.893929e-02 7.784835e-01
+## 477      (Intercept)         8.577724e-04   2.284218e-02 1.410162e-03
+## 478      (Intercept)         3.270788e-01   3.126548e-01 1.094396e+00
+## 479      (Intercept)        -9.918992e-02   9.045586e-02 1.202435e+00
+## 480      (Intercept)         1.218003e-03   6.654861e-03 3.349799e-02
+## 481      (Intercept)        -5.378699e-02   5.231537e-02 1.057051e+00
+## 482      (Intercept)         1.148273e-01   1.149219e-01 9.983541e-01
+## 483      (Intercept)        -3.708342e-02   4.188499e-02 7.838677e-01
+## 484      (Intercept)        -3.708342e-02   4.188499e-02 7.838677e-01
+## 485      (Intercept)         4.962768e-02   4.713147e-02 1.108730e+00
+## 486      (Intercept)         1.916355e-01   1.833476e-01 1.092449e+00
+## 487      (Intercept)         1.292193e-01   1.261657e-01 1.048993e+00
+## 488      (Intercept)         2.208024e-01   2.100249e-01 1.105263e+00
+## 489      (Intercept)        -2.449842e-02   3.416254e-02 5.142518e-01
+## 490      (Intercept)        -2.589845e-01   2.509798e-01 1.064805e+00
+## 491      (Intercept)        -8.460956e-02   8.467928e-02 9.983541e-01
+## 492      (Intercept)         8.330549e-02   8.008915e-02 1.081932e+00
+## 493      (Intercept)        -1.339768e-01   1.293203e-01 1.073311e+00
+## 494      (Intercept)         7.705632e-02   5.627895e-02 1.874669e+00
+## 495      (Intercept)        -1.298274e-01   1.468583e-01 7.815122e-01
+## 496      (Intercept)        -3.644913e-02   1.076474e-01 1.146481e-01
+## 497      (Intercept)         6.786958e-01   6.534801e-01 1.078663e+00
+## 498      (Intercept)         4.355247e-01   4.142077e-01 1.105578e+00
+## 499      (Intercept)        -2.109869e-02   4.460013e-02 2.237889e-01
+## 500      (Intercept)         5.289326e-02   4.975040e-02 1.130336e+00
+## 501      (Intercept)         1.698659e-01   2.162322e-01 6.171229e-01
+## 502      (Intercept)        -3.090285e-02   3.490416e-02 7.838677e-01
+## 503      (Intercept)         4.622028e-02   3.886701e-02 1.414174e+00
+## 504      (Intercept)        -4.791188e-03   6.953157e-03 4.748127e-01
+## 505      (Intercept)         1.112903e-01   1.093375e-01 1.036039e+00
+## 506      (Intercept)        -9.027445e-02   4.806787e-02 3.527118e+00
+## 507      (Intercept)         1.813064e-02   1.814556e-02 9.983560e-01
+## 508      (Intercept)        -3.358667e-02   9.960252e-02 1.137086e-01
+## 509      (Intercept)         3.722076e-02   3.534860e-02 1.108730e+00
+## 510      (Intercept)         3.722076e-02   3.534860e-02 1.108730e+00
+## 511      (Intercept)        -1.481255e-02   2.371235e-02 3.902207e-01
+## 512      (Intercept)        -5.556863e-02   7.352637e-02 5.711802e-01
+## 513      (Intercept)         7.472470e-01   7.179267e-01 1.083348e+00
+## 514      (Intercept)         2.303186e-01   2.367058e-01 9.467603e-01
+## 515      (Intercept)         1.368825e-01   1.309626e-01 1.092449e+00
+## 516      (Intercept)        -1.101366e-01   1.067034e-01 1.065386e+00
+## 517      (Intercept)        -3.626128e-02   3.629112e-02 9.983560e-01
+## 518      (Intercept)         1.635981e-02   2.155886e-02 5.758443e-01
+## 519      (Intercept)        -3.585800e-02   3.487691e-02 1.057051e+00
+## 520      (Intercept)         7.238092e-02   6.893739e-02 1.102398e+00
+## 521      (Intercept)         1.278862e-01   1.242536e-01 1.059326e+00
+## 522      (Intercept)         3.966937e-02   3.731283e-02 1.130302e+00
+## 523      (Intercept)        -1.932836e-01   1.880187e-01 1.056788e+00
+## 524      (Intercept)         8.343734e-02   7.949584e-02 1.101621e+00
+## 525      (Intercept)         8.024775e-02   1.076307e-01 5.558960e-01
+## 526      (Intercept)         9.654886e-02   9.514311e-02 1.029768e+00
+## 527      (Intercept)        -2.392993e-02   1.874634e-02 1.629483e+00
+## 528      (Intercept)        -7.344328e-02   6.892476e-02 1.135412e+00
+## 529      (Intercept)         8.613959e-02   7.269200e-02 1.404211e+00
+## 530      (Intercept)         8.460956e-02   8.467928e-02 9.983541e-01
+## 531      (Intercept)        -6.795068e-02   7.929087e-02 7.344145e-01
+## 532      (Intercept)        -4.132730e-02   9.004990e-02 2.106239e-01
+## 533      (Intercept)         1.210492e-01   9.183650e-02 1.737374e+00
+## 534      (Intercept)         2.586036e-02   2.607783e-02 9.833912e-01
+## 535      (Intercept)         7.575207e-02   7.168915e-02 1.116560e+00
+## 536      (Intercept)         7.575207e-02   7.168915e-02 1.116560e+00
+## 537      (Intercept)         4.848553e-01   4.646544e-01 1.088840e+00
+## 538      (Intercept)        -3.422277e-03   4.966541e-03 4.748127e-01
+## 539      (Intercept)         1.019930e-01   7.937108e-02 1.651263e+00
+## 540      (Intercept)         6.303681e-02   6.239645e-02 1.020631e+00
+## 541      (Intercept)        -2.988166e-02   2.906409e-02 1.057051e+00
+## 542      (Intercept)         2.417419e-02   2.419408e-02 9.983560e-01
+## 543      (Intercept)         1.291120e-01   1.015272e-01 1.617217e+00
+## 544      (Intercept)         7.911864e-03   1.927338e-02 1.685162e-01
+## 545      (Intercept)         1.108494e-01   1.088603e-01 1.036878e+00
+## 546      (Intercept)        -1.795832e-02   1.340887e-02 1.793688e+00
+## 547      (Intercept)         3.626982e-02   3.453745e-02 1.102834e+00
+## 548      (Intercept)         3.626982e-02   3.453745e-02 1.102834e+00
+## 549      (Intercept)         2.353943e-01   2.062328e-01 1.302796e+00
+## 550      (Intercept)         2.481384e-02   2.356574e-02 1.108730e+00
+## 551      (Intercept)        -2.311251e-02   2.619524e-02 7.784835e-01
+## 552      (Intercept)         1.621753e-03   4.820176e-02 1.131992e-03
+## 553      (Intercept)         2.042013e-02   3.389770e-02 3.628915e-01
+## 554      (Intercept)        -2.946191e-02   4.735171e-02 3.871242e-01
+## 555      (Intercept)         3.015888e-01   2.899899e-01 1.081595e+00
+## 556      (Intercept)         3.015888e-01   2.899899e-01 1.081595e+00
+## 557      (Intercept)         6.043546e-02   6.048520e-02 9.983560e-01
+## 558      (Intercept)         1.231609e-01   1.200704e-01 1.052140e+00
+## 559      (Intercept)        -6.525015e-02   6.387612e-02 1.043484e+00
+## 560      (Intercept)        -3.547164e-02   3.438991e-02 1.063899e+00
+## 561      (Intercept)        -3.547164e-02   3.438991e-02 1.063899e+00
+## 562      (Intercept)         2.644625e-02   2.487522e-02 1.130302e+00
+## 563      (Intercept)         2.644625e-02   2.487522e-02 1.130302e+00
+## 564      (Intercept)         5.562489e-02   5.299723e-02 1.101621e+00
+## 565      (Intercept)         5.562489e-02   5.299723e-02 1.101621e+00
+## 566      (Intercept)         3.231885e-01   3.111810e-01 1.078663e+00
+## 567      (Intercept)         8.212948e-02   7.857754e-02 1.092449e+00
+## 568      (Intercept)        -2.677201e-03   6.604383e-03 1.643227e-01
+## 569      (Intercept)        -5.741862e-02   5.542298e-02 1.073311e+00
+## 570      (Intercept)         3.023743e-02   6.328064e-02 2.283221e-01
+## 571      (Intercept)        -1.733438e-02   1.964643e-02 7.784835e-01
+## 572      (Intercept)        -1.733438e-02   1.964643e-02 7.784835e-01
+## 573      (Intercept)         5.469738e-02   5.104137e-02 1.148388e+00
+## 574      (Intercept)         5.469738e-02   5.104137e-02 1.148388e+00
+## 575      (Intercept)        -1.176896e-01   1.145738e-01 1.055130e+00
+## 576      (Intercept)        -1.505398e-03   1.663124e-02 8.193200e-03
+## 577      (Intercept)        -2.342551e-03   5.778835e-03 1.643227e-01
+## 578      (Intercept)         1.916269e-02   1.518824e-02 1.591836e+00
+## 579      (Intercept)        -1.236114e-02   1.396166e-02 7.838677e-01
+## 580      (Intercept)        -3.548452e-02   3.326465e-02 1.137921e+00
+## 581      (Intercept)        -1.106096e-03   1.761703e-02 3.942031e-03
+## 582      (Intercept)         4.230482e-02   4.233964e-02 9.983560e-01
+## 583      (Intercept)        -6.043546e-03   6.048520e-03 9.983560e-01
+## 584      (Intercept)        -4.320159e-02   4.911487e-02 7.737017e-01
+## 585      (Intercept)         1.579581e-01   1.544419e-01 1.046052e+00
+## 586      (Intercept)        -8.785617e-02   8.546304e-02 1.056788e+00
+## 587      (Intercept)         3.858506e-03   2.068441e-02 3.479781e-02
+## 588      (Intercept)         3.787604e-02   3.584458e-02 1.116560e+00
+## 589      (Intercept)        -1.429769e-02   1.368528e-02 1.091501e+00
+## 590      (Intercept)         1.622835e-01   1.548904e-01 1.097741e+00
+## 591      (Intercept)         5.475299e-02   5.238503e-02 1.092449e+00
+## 592      (Intercept)        -3.626128e-02   3.629112e-02 9.983560e-01
+## 593      (Intercept)         1.813064e-02   1.814556e-02 9.983560e-01
+## 594      (Intercept)         3.626128e-02   3.629112e-02 9.983560e-01
+## 595      (Intercept)         9.996352e-02   6.853423e-02 2.127492e+00
+## 596      (Intercept)        -1.135068e-02   1.108513e-02 1.048486e+00
+## 597      (Intercept)         6.541576e-02   6.263147e-02 1.090886e+00
+## 598      (Intercept)         1.813495e-02   1.726872e-02 1.102839e+00
+## 599      (Intercept)         1.813495e-02   1.726872e-02 1.102839e+00
+## 600      (Intercept)         1.813495e-02   1.726872e-02 1.102839e+00
+## 601      (Intercept)        -3.702994e-02   4.209846e-02 7.737017e-01
+## 602      (Intercept)        -1.120738e-02   1.086840e-02 1.063350e+00
+## 603      (Intercept)        -1.120738e-02   1.086840e-02 1.063350e+00
+## 604      (Intercept)         1.180869e-02   2.532626e-02 2.174009e-01
+## 605      (Intercept)        -6.043546e-03   6.048520e-03 9.983560e-01
+## 606      (Intercept)         9.721156e-04   1.973731e-03 2.425828e-01
+## 607      (Intercept)        -1.155965e-02   1.342274e-02 7.416636e-01
+## 608      (Intercept)         1.322312e-02   1.243761e-02 1.130302e+00
+## 609      (Intercept)        -3.413551e-02   3.588407e-02 9.049185e-01
+## 610      (Intercept)        -3.039552e-02   2.252366e-02 1.821132e+00
+## 611      (Intercept)        -1.813064e-02   1.814556e-02 9.983560e-01
+## 612      (Intercept)         5.162138e-02   4.954185e-02 1.085712e+00
+## 613      (Intercept)        -1.258649e-02   1.215621e-02 1.072044e+00
+## 614      (Intercept)        -1.258649e-02   1.215621e-02 1.072044e+00
+## 615      (Intercept)        -2.782386e-02   3.090123e-02 8.107430e-01
+## 616      (Intercept)        -1.208709e-02   1.209704e-02 9.983560e-01
+## 617      (Intercept)         1.178424e-01   1.120856e-01 1.105359e+00
+## 618      (Intercept)         1.893806e-02   1.792229e-02 1.116566e+00
+## 619      (Intercept)         1.893806e-02   1.792229e-02 1.116566e+00
+## 620      (Intercept)         1.893806e-02   1.792229e-02 1.116566e+00
+## 621      (Intercept)         1.893806e-02   1.792229e-02 1.116566e+00
+## 622      (Intercept)         1.893806e-02   1.792229e-02 1.116566e+00
+## 623      (Intercept)         1.893806e-02   1.792229e-02 1.116566e+00
+## 624      (Intercept)         2.737649e-02   2.619251e-02 1.092449e+00
+## 625      (Intercept)         2.737649e-02   2.619251e-02 1.092449e+00
+## 626      (Intercept)         6.043546e-03   6.048520e-03 9.983560e-01
+## 627      (Intercept)         6.043546e-03   6.048520e-03 9.983560e-01
+## 628      (Intercept)         1.808573e-02   1.726443e-02 1.097407e+00
+## 629      (Intercept)         3.270789e-02   3.131574e-02 1.090887e+00
+## 630      (Intercept)        -1.851497e-02   2.104923e-02 7.737017e-01
+## 631      (Intercept)        -1.717923e-02   1.673715e-02 1.053524e+00
+## 632      (Intercept)        -5.603688e-03   5.434202e-03 1.063350e+00
+## 633      (Intercept)        -2.029741e-02   1.956382e-02 1.076400e+00
+## 634      (Intercept)         3.272964e-02   3.143215e-02 1.084262e+00
+## 635      (Intercept)         6.546799e-02   6.226979e-02 1.105359e+00
+## 636      (Intercept)        -1.391193e-02   1.545062e-02 8.107430e-01
+## 637      (Intercept)         6.463770e-02   6.223620e-02 1.078663e+00
+## 638      (Intercept)        -6.043546e-03   6.048520e-03 9.983560e-01
+## 639      (Intercept)         2.824143e-04   2.483561e-03 1.293075e-02
+## 640      (Intercept)         2.485895e-02   2.354051e-02 1.115152e+00
+## 641      (Intercept)         1.269149e-02   1.309135e-02 9.398454e-01
+## 642      (Intercept)         1.269149e-02   1.309135e-02 9.398454e-01
+## 643      (Intercept)         3.783445e-02   3.592370e-02 1.109208e+00
+## 644      (Intercept)        -1.757123e-02   1.709261e-02 1.056788e+00
+## 645      (Intercept)         1.352092e-02   1.303321e-02 1.076242e+00
+## 646      (Intercept)         4.612090e-01   4.399837e-01 1.098810e+00
+## 647      (Intercept)        -7.103942e-04   1.002149e-03 5.024978e-01
+## 648              Age        -7.787051e+00   1.913911e+02 1.655398e-03
+## 649              Age         1.892785e+02   4.666045e+01 1.645526e+01
+## 650              Age         1.201035e+02   5.855686e+01 4.206837e+00
+## 651              Age        -6.129844e+02   2.190908e+02 7.827999e+00
+## 652              Age        -3.570897e+02   1.707054e+02 4.375828e+00
+## 653              Age         1.421440e+02   3.861301e+01 1.355158e+01
+## 654              Age         1.147513e+01   1.295393e+01 7.847159e-01
+## 655              Age        -9.239170e+00   8.700937e+00 1.127545e+00
+## 656              Age        -6.313659e+00   9.245677e+00 4.663208e-01
+## 657              Age        -6.314296e+01   4.876692e+01 1.676483e+00
+## 658              Age         8.214144e-01   2.522884e+00 1.060059e-01
+## 659              Age         1.538404e+00   2.175117e+00 5.002363e-01
+## 660              Age        -1.651716e-01   2.062618e-01 6.412587e-01
+## 661              Age         1.867551e+01   1.817203e+01 1.056180e+00
+## 662              Age        -8.602702e+00   4.453199e+00 3.731862e+00
+## 663              Age         1.294224e-01   1.240013e+00 1.089349e-02
+## 664              Age        -8.936010e-01   6.921220e-01 1.666948e+00
+## 665              Age        -9.849006e-01   9.723499e-01 1.025982e+00
+## 666              Age         1.807817e-01   2.780066e-01 4.228621e-01
+## 667              Age        -9.519953e+00   6.704851e+00 2.016004e+00
+## 668              Age        -4.200024e-01   2.764591e-01 2.308031e+00
+## 669              Age        -1.708798e+01   1.677452e+01 1.037723e+00
+## 670              Age        -2.138711e-01   4.237617e-01 2.547188e-01
+## 671              Age        -2.655354e-01   1.373212e-01 3.739123e+00
+## 672              Age        -2.544195e-01   2.644399e-01 9.256500e-01
+## 673              Age        -6.237780e-02   8.964962e-02 4.841313e-01
+## 674              Age        -3.246307e-02   7.874679e-02 1.699470e-01
+## 675              Age         1.786442e-01   1.757160e-01 1.033607e+00
+## 676              Age         2.717109e-02   8.447903e-02 1.034466e-01
+## 677              Age         2.740790e-01   1.723692e-01 2.528321e+00
+## 678              Age         4.076539e-02   1.715565e-01 5.646363e-02
+## 679              Age        -1.268338e-01   3.928305e-01 1.042461e-01
+## 680              Age        -1.332632e-01   4.023920e-01 1.096786e-01
+## 681              Age         4.914150e-01   4.533527e-01 1.174963e+00
+## 682              Age         4.877213e-02   8.338486e-02 3.421126e-01
+## 683              Age        -3.132235e+00   3.109977e+00 1.014365e+00
+## 684              Age         7.009861e-01   3.943134e-01 3.160354e+00
+## 685              Age         1.444674e-01   2.267642e-01 4.058736e-01
+## 686              Age        -2.433618e-01   2.574669e-01 8.934329e-01
+## 687              Age        -1.077398e-01   2.928076e-01 1.353904e-01
+## 688              Age        -4.912140e-01   5.048816e-01 9.465908e-01
+## 689              Age        -1.202118e-01   1.603140e-01 5.622779e-01
+## 690              Age         3.414907e-02   9.238720e-02 1.366262e-01
+## 691              Age         9.569712e-02   9.030853e-02 1.122898e+00
+## 692              Age         1.087697e-01   9.837000e-02 1.222618e+00
+## 693              Age         1.003861e-01   3.162957e-01 1.007303e-01
+## 694              Age        -3.310937e-01   1.645815e-01 4.047059e+00
+## 695              Age        -3.134719e-02   1.398744e-01 5.022505e-02
+## 696              Age        -1.498364e-02   5.572065e-02 7.231070e-02
+## 697              Age         4.391829e-01   5.038776e-01 7.596975e-01
+## 698              Age        -1.203927e-01   1.192599e-01 1.019087e+00
+## 699              Age         2.853440e-01   3.330644e-01 7.339747e-01
+## 700              Age         3.859525e-01   3.798834e-01 1.032208e+00
+## 701              Age        -2.716660e-01   2.561223e-01 1.125060e+00
+## 702              Age        -4.846262e-01   3.004320e-01 2.602084e+00
+## 703              Age         2.374261e-01   4.551032e-01 2.721680e-01
+## 704              Age        -3.341126e-02   3.437423e-02 9.447562e-01
+## 705              Age        -5.391089e-02   6.148563e-02 7.687866e-01
+## 706              Age         1.476924e-01   2.579586e-01 3.278053e-01
+## 707              Age         1.223305e-02   3.948434e-02 9.598865e-02
+## 708              Age        -2.997441e-01   2.707610e-01 1.225544e+00
+## 709              Age        -7.787227e-01   5.208375e-01 2.235430e+00
+## 710              Age        -5.506013e-01   2.839696e-01 3.759507e+00
+## 711              Age         2.641022e+00   2.319742e+00 1.296178e+00
+## 712              Age        -5.066212e-02   3.316601e-02 2.333351e+00
+## 713              Age         7.633218e-02   7.472825e-02 1.043388e+00
+## 714              Age         2.465664e-01   1.923233e-01 1.643630e+00
+## 715              Age        -4.171786e-02   2.565753e-02 2.643714e+00
+## 716              Age         5.722474e-02   8.132290e-02 4.951558e-01
+## 717              Age        -1.859546e-02   5.158912e-02 1.299265e-01
+## 718              Age         1.165394e-01   8.414749e-02 1.918065e+00
+## 719              Age        -1.434228e+00   1.314284e+00 1.190852e+00
+## 720              Age         3.327391e-03   3.008645e-02 1.223111e-02
+## 721              Age        -2.428386e-01   1.600284e-01 2.302720e+00
+## 722              Age        -3.870595e-02   2.592113e-02 2.229706e+00
+## 723              Age         5.925334e-02   3.747464e-02 2.500061e+00
+## 724              Age        -1.103738e-01   8.798419e-02 1.573702e+00
+## 725              Age        -3.743581e-02   6.206086e-02 3.638637e-01
+## 726              Age         5.785324e-02   4.586340e-02 1.591193e+00
+## 727              Age         1.297772e-03   4.697726e-03 7.631703e-02
+## 728              Age        -7.818363e-02   5.145398e-02 2.308839e+00
+## 729              Age        -1.826603e-01   1.304418e-01 1.960897e+00
+## 730              Age        -4.313158e-02   2.304139e-02 3.504075e+00
+## 731              Age        -4.786960e-02   6.606026e-02 5.250963e-01
+## 732              Age        -3.231203e-01   2.734669e-01 1.396107e+00
+## 733              Age        -2.253932e-02   3.455947e-02 4.253508e-01
+## 734              Age         2.550714e-01   1.785148e-01 2.041620e+00
+## 735              Age        -1.454168e-02   3.163669e-02 2.112746e-01
+## 736              Age         3.377372e-02   2.092470e-02 2.605189e+00
+## 737              Age         1.383145e-04   7.110005e-03 3.784387e-04
+## 738              Age         3.309397e-02   1.375744e-02 5.786586e+00
+## 739              Age         2.363757e-02   2.793701e-02 7.158892e-01
+## 740              Age         9.560097e-01   9.145654e-01 1.092685e+00
+## 741              Age        -6.470775e-03   9.018646e-03 5.147898e-01
+## 742              Age        -1.408415e-02   3.610996e-02 1.521273e-01
+## 743              Age        -9.124971e-02   4.326614e-02 4.448019e+00
+## 744              Age        -1.276127e-01   1.268311e-01 1.012363e+00
+## 745              Age        -3.372775e-02   1.935642e-02 3.036161e+00
+## 746              Age         4.149255e-01   4.279406e-01 9.400986e-01
+## 747              Age         1.947080e-01   1.109038e-01 3.082298e+00
+## 748              Age        -1.077864e-01   1.048682e-01 1.056429e+00
+## 749              Age        -6.358678e-02   5.615139e-02 1.282368e+00
+## 750              Age        -9.367703e-03   1.906718e-02 2.413757e-01
+## 751              Age         9.500293e-03   2.752207e-02 1.191548e-01
+## 752              Age        -5.361280e-02   3.524131e-02 2.314370e+00
+## 753              Age        -1.246864e-02   9.723772e-03 1.644253e+00
+## 754              Age        -7.367961e-02   4.813942e-02 2.342572e+00
+## 755              Age        -1.666995e-02   2.373293e-02 4.933620e-01
+## 756              Age         1.470933e-02   4.089503e-02 1.293733e-01
+## 757              Age        -4.757215e-02   3.740268e-02 1.617708e+00
+## 758              Age         5.837141e-02   3.530431e-02 2.733662e+00
+## 759              Age        -4.071978e-03   1.724074e-02 5.578264e-02
+## 760              Age        -2.826673e-02   1.507506e-02 3.515872e+00
+## 761              Age         2.280686e-03   2.768348e-02 6.787183e-03
+## 762              Age         6.171829e-02   3.735661e-02 2.729561e+00
+## 763              Age        -1.920017e-01   1.562033e-01 1.510879e+00
+## 764              Age        -1.140677e-01   1.390153e-01 6.732864e-01
+## 765              Age         4.395050e-02   2.222106e-02 3.911992e+00
+## 766              Age        -3.812883e-02   3.484262e-02 1.197528e+00
+## 767              Age        -2.327994e-02   1.364892e-02 2.909157e+00
+## 768              Age        -8.601900e-02   5.425885e-02 2.513319e+00
+## 769              Age         8.857795e-03   1.493064e-02 3.519608e-01
+## 770              Age        -1.069036e-01   7.125961e-02 2.250596e+00
+## 771              Age        -2.223391e-02   3.104332e-02 5.129743e-01
+## 772              Age         3.122197e-02   2.319017e-02 1.812645e+00
+## 773              Age        -2.071471e-02   2.446032e-02 7.171887e-01
+## 774              Age         2.334040e-02   6.561103e-02 1.265503e-01
+## 775              Age         5.267774e-04   1.251258e-02 1.772394e-03
+## 776              Age         5.200413e-01   4.413032e-01 1.388678e+00
+## 777              Age         5.163540e-02   4.540603e-02 1.293207e+00
+## 778              Age        -6.913073e-02   4.932132e-02 1.964595e+00
+## 779              Age        -2.289318e-01   2.110943e-01 1.176141e+00
+## 780              Age         5.090831e-02   5.398924e-02 8.891252e-01
+## 781              Age        -9.387840e-03   2.269090e-02 1.711700e-01
+## 782              Age        -7.283677e-03   4.142746e-03 3.091183e+00
+## 783              Age        -3.302927e-02   2.713833e-02 1.481262e+00
+## 784              Age        -3.015041e-02   3.070541e-02 9.641766e-01
+## 785              Age        -2.660834e-02   2.138314e-02 1.548433e+00
+## 786              Age        -1.844931e-02   1.874306e-02 9.689015e-01
+## 787              Age         3.712896e-03   3.878998e-02 9.161917e-03
+## 788              Age         1.647366e-02   2.457889e-02 4.492165e-01
+## 789              Age        -4.374484e-02   6.382858e-02 4.697029e-01
+## 790              Age         4.742649e-02   2.565542e-02 3.417304e+00
+## 791              Age        -2.837717e-03   2.772884e-03 1.047309e+00
+## 792              Age        -7.716370e-03   7.553319e-03 1.043639e+00
+## 793              Age        -4.775710e-02   3.176083e-02 2.260957e+00
+## 794              Age        -1.408007e-01   1.599257e-01 7.751274e-01
+## 795              Age         5.269185e-02   2.125369e-01 6.146362e-02
+## 796              Age         2.411853e-03   3.209502e-03 5.647110e-01
+## 797              Age         2.184396e-02   1.074814e-02 4.130435e+00
+## 798              Age        -1.807992e-02   2.244810e-02 6.486850e-01
+## 799              Age        -4.233561e-02   3.851033e-02 1.208530e+00
+## 800              Age        -5.648966e-01   5.288815e-01 1.140830e+00
+## 801              Age         2.409257e-02   1.672190e-02 2.075846e+00
+## 802              Age         6.139171e-02   5.382493e-02 1.300926e+00
+## 803              Age         1.301327e-02   7.723867e-03 2.838594e+00
+## 804              Age         4.881418e-02   1.347030e-01 1.313220e-01
+## 805              Age        -3.617841e-03   3.586969e-03 1.017288e+00
+## 806              Age        -8.290261e-04   2.711048e-02 9.351087e-04
+## 807              Age        -1.070423e-03   2.205597e-03 2.355365e-01
+## 808              Age        -2.661816e-02   1.970137e-02 1.825422e+00
+## 809              Age        -2.641932e-03   3.259070e-03 6.571368e-01
+## 810              Age         4.499232e-03   9.587462e-03 2.202264e-01
+## 811              Age        -1.055801e-02   7.426532e-03 2.021118e+00
+## 812              Age        -6.257650e-03   9.032353e-03 4.799772e-01
+## 813              Age        -2.957264e-02   1.861607e-02 2.523506e+00
+## 814              Age        -1.675498e-02   1.579740e-02 1.124908e+00
+## 815              Age        -5.923402e-02   4.806561e-02 1.518706e+00
+## 816              Age        -9.334472e-03   9.765089e-03 9.137495e-01
+## 817              Age         1.811512e-02   1.321995e-02 1.877687e+00
+## 818              Age        -2.452969e-01   1.998986e-01 1.505790e+00
+## 819              Age         2.017414e-02   2.451215e-02 6.773719e-01
+## 820              Age        -3.303999e-03   5.026477e-03 4.320684e-01
+## 821              Age         6.501728e-03   3.904084e-03 2.773444e+00
+## 822              Age         6.327218e-03   4.242219e-03 2.224536e+00
+## 823              Age         6.852838e-03   1.252935e-02 2.991465e-01
+## 824              Age         1.959952e-01   1.751780e-01 1.251791e+00
+## 825              Age        -2.380411e-02   2.595865e-02 8.408911e-01
+## 826              Age        -2.143728e-02   1.219801e-02 3.088598e+00
+## 827              Age        -9.964552e-03   1.019623e-02 9.550716e-01
+## 828              Age         1.380712e-03   4.355544e-03 1.004896e-01
+## 829              Age         6.985803e-02   6.044009e-02 1.335926e+00
+## 830              Age        -1.713329e-01   1.708662e-01 1.005471e+00
+## 831              Age         2.037206e-02   6.779193e-03 9.030546e+00
+## 832              Age         6.266205e-02   4.181678e-02 2.245474e+00
+## 833              Age         1.453270e-03   6.442134e-03 5.089006e-02
+## 834              Age         6.723198e-02   6.730480e-02 9.978372e-01
+## 835              Age        -6.889639e-03   8.755983e-03 6.191320e-01
+## 836              Age        -1.628239e-02   1.547466e-02 1.107118e+00
+## 837              Age         2.257244e-02   1.482828e-02 2.317264e+00
+## 838              Age        -2.173025e-03   1.987381e-03 1.195548e+00
+## 839              Age        -2.294962e-02   1.305262e-02 3.091405e+00
+## 840              Age        -9.609627e-04   2.681697e-03 1.284084e-01
+## 841              Age        -1.820593e-02   1.555469e-02 1.369944e+00
+## 842              Age        -1.022796e-01   9.946763e-02 1.057339e+00
+## 843              Age        -4.926305e-03   5.995399e-03 6.751597e-01
+## 844              Age        -6.076900e-02   3.849623e-02 2.491884e+00
+## 845              Age         1.894781e-04   2.151467e-03 7.756196e-03
+## 846              Age         3.799578e-02   2.367598e-02 2.575459e+00
+## 847              Age         1.270432e-02   9.013315e-03 1.986707e+00
+## 848              Age        -6.488617e-03   8.429969e-03 5.924508e-01
+## 849              Age        -4.447024e-03   4.919000e-03 8.173071e-01
+## 850              Age         9.811029e-03   5.202726e-03 3.556045e+00
+## 851              Age         5.538501e-05   3.624935e-03 2.334448e-04
+## 852              Age         2.825099e-03   2.855751e-03 9.786483e-01
+## 853              Age        -2.246658e-03   1.801881e-03 1.554611e+00
+## 854              Age         2.302485e-03   2.987953e-03 5.938078e-01
+## 855              Age        -6.659658e-03   5.776443e-03 1.329177e+00
+## 856              Age        -9.805825e-04   3.093377e-03 1.004853e-01
+## 857              Age         1.961928e-02   1.763746e-02 1.237355e+00
+## 858              Age        -7.710674e-03   9.539757e-03 6.532961e-01
+## 859              Age         2.134946e-02   1.235587e-02 2.985571e+00
+## 860              Age        -2.857102e-03   6.212635e-03 2.114948e-01
+## 861              Age        -4.796402e-02   4.287174e-02 1.251668e+00
+## 862              Age        -2.207670e-03   1.518166e-02 2.114608e-02
+## 863              Age         1.660895e-03   2.110817e-03 6.191319e-01
+## 864              Age        -8.868208e-05   1.562352e-03 3.221912e-03
+## 865              Age        -5.627996e-02   4.553627e-02 1.527540e+00
+## 866              Age        -3.529402e-03   4.485487e-03 6.191319e-01
+## 867              Age        -9.244012e-03   8.746733e-03 1.116938e+00
+## 868              Age         2.357451e-02   1.664709e-02 2.005435e+00
+## 869              Age         2.861313e-02   1.906552e-02 2.252337e+00
+## 870              Age         1.605417e-01   1.488937e-01 1.162580e+00
+## 871              Age        -5.187805e-03   8.459983e-03 3.760351e-01
+## 872              Age         6.447836e-03   1.591277e-02 1.641861e-01
+## 873              Age         1.523971e-04   1.071115e-03 2.024329e-02
+## 874              Age         1.721822e-02   1.271970e-02 1.832411e+00
+## 875              Age        -1.544627e-03   1.704103e-03 8.215913e-01
+## 876              Age        -5.849954e-03   5.923894e-03 9.751924e-01
+## 877              Age        -3.227408e-02   3.283988e-02 9.658389e-01
+## 878              Age         1.468054e-02   2.037781e-02 5.190020e-01
+## 879              Age         4.039682e-04   1.807914e-03 4.992736e-02
+## 880              Age         3.181525e-03   3.298974e-03 9.300644e-01
+## 881              Age        -1.215110e-03   3.653594e-03 1.106091e-01
+## 882              Age         1.271394e-03   2.137102e-03 3.539238e-01
+## 883              Age        -3.860044e-03   4.905696e-03 6.191319e-01
+## 884              Age         6.250898e-04   1.408892e-03 1.968472e-01
+## 885              Age        -5.459424e-04   6.938334e-04 6.191320e-01
+## 886              Age        -2.701556e-03   3.320844e-03 6.618067e-01
+## 887              Age        -5.832556e-04   1.088853e-03 2.869323e-01
+## 888              Age         3.530166e-03   3.875948e-03 8.295343e-01
+## 889              Age         1.837750e-03   2.335580e-03 6.191319e-01
+## 890              Age        -2.530690e-03   3.233307e-03 6.126099e-01
+## 891              Age         5.522244e-02   3.150344e-02 3.072665e+00
+## 892              Age         1.835018e-03   1.128870e-03 2.642364e+00
+## 893              Age         8.354890e-03   6.889957e-03 1.470444e+00
+## 894              Age        -9.611662e-04   1.221538e-03 6.191319e-01
+## 895              Age         1.760857e-03   2.237857e-03 6.191319e-01
+## 896              Age        -2.699682e-02   3.834378e-02 4.957187e-01
+## 897              Age         5.565689e-03   3.985352e-03 1.950314e+00
+## 898              Age        -1.232943e-03   9.749680e-04 1.599210e+00
+## 899              Age        -7.410094e-02   4.925089e-02 2.263702e+00
+## 900              Age        -1.740416e-04   1.033909e-03 2.833618e-02
+## 901              Age         1.007302e-03   1.280172e-03 6.191319e-01
+## 902              Age        -2.505312e-02   1.579885e-02 2.514620e+00
+## 903              Age         1.017296e-01   9.972128e-02 1.040684e+00
+## 904              Age        -1.224507e-02   1.080262e-02 1.284887e+00
+## 905              Age        -6.251836e-03   3.931097e-03 2.529227e+00
+## 906              Age         1.806992e-03   2.296491e-03 6.191319e-01
+## 907              Age         7.954368e-04   7.680094e-04 1.072700e+00
+## 908              Age         5.418897e-05   1.136722e-03 2.272547e-03
+## 909              Age         2.120442e-03   1.797101e-03 1.392221e+00
+## 910              Age        -1.871492e-02   1.720036e-02 1.183862e+00
+## 911              Age         6.997290e-04   8.892795e-04 6.191320e-01
+## 912              Age        -4.057926e-03   1.387126e-02 8.558085e-02
+## 913              Age        -9.184075e-04   8.946466e-04 1.053823e+00
+## 914              Age        -9.513555e-04   1.615515e-03 3.467875e-01
+## 915              Age         2.286288e-02   1.722787e-02 1.761160e+00
+## 916              Age        -1.976890e-02   2.010927e-02 9.664346e-01
+## 917              Age         2.807495e-02   2.500875e-02 1.260242e+00
+## 918              Age         2.855038e-03   1.604764e-03 3.165201e+00
+## 919              Age        -1.378296e-03   9.440623e-04 2.131490e+00
+## 920              Age         4.459811e-04   5.667935e-04 6.191319e-01
+## 921              Age        -3.844665e-04   4.886151e-04 6.191319e-01
+## 922              Age        -2.673375e-02   3.077190e-02 7.547641e-01
+## 923              Age        -1.362576e-01   1.094898e-01 1.548724e+00
+## 924              Age        -1.106790e-02   2.413786e-02 2.102483e-01
+## 925              Age        -2.289063e-02   2.228284e-02 1.055296e+00
+## 926              Age        -2.850980e-02   3.527858e-02 6.530796e-01
+## 927              Age         3.171278e-03   5.686197e-03 3.110462e-01
+## 928              Age         7.681394e-04   3.523199e-03 4.753416e-02
+## 929              Age         1.393510e-03   9.556777e-03 2.126168e-02
+## 930              Age         6.122301e-03   5.778750e-03 1.122436e+00
+## 931              Age        -1.969338e-03   1.273755e-03 2.390389e+00
+## 932              Age         6.316973e-04   1.079245e-03 3.425929e-01
+## 933              Age         1.095029e-02   1.075131e-02 1.037357e+00
+## 934              Age        -4.549743e-02   4.822662e-02 8.900205e-01
+## 935              Age         4.501917e-03   6.858308e-03 4.308846e-01
+## 936              Age        -4.176090e-03   3.374782e-03 1.531258e+00
+## 937              Age        -4.483520e-03   4.273686e-03 1.100609e+00
+## 938              Age         2.707550e-04   6.731246e-04 1.617938e-01
+## 939              Age         2.197542e-02   1.595643e-02 1.896719e+00
+## 940              Age        -4.189168e-02   2.965540e-02 1.995483e+00
+## 941              Age         3.667287e-03   3.685367e-03 9.902122e-01
+## 942              Age        -2.885303e-02   2.818946e-02 1.047634e+00
+## 943              Age        -3.328428e-04   4.197378e-04 6.288139e-01
+## 944              Age         1.528098e-02   1.438787e-02 1.128002e+00
+## 945              Age        -1.760818e-02   1.714065e-02 1.055296e+00
+## 946              Age        -1.307402e-02   1.027362e-02 1.619464e+00
+## 947              Age        -1.435885e-02   1.125932e-02 1.626354e+00
+## 948              Age         5.571809e-04   1.374113e-03 1.644173e-01
+## 949              Age        -4.613598e-04   5.863381e-04 6.191319e-01
+## 950              Age        -3.067723e-02   3.018632e-02 1.032789e+00
+## 951              Age        -3.998451e-04   5.081597e-04 6.191319e-01
+## 952              Age        -1.135195e-02   1.419128e-02 6.398784e-01
+## 953              Age         5.474834e-04   5.258814e-04 1.083843e+00
+## 954              Age         1.909806e-03   3.165874e-03 3.639075e-01
+## 955              Age         1.173491e-03   7.484432e-04 2.458341e+00
+## 956              Age         3.152625e-04   4.006644e-04 6.191319e-01
+## 957              Age         7.474914e-04   3.105485e-03 5.793666e-02
+## 958              Age        -5.463103e-04   2.487444e-03 4.823607e-02
+## 959              Age        -1.076064e-02   1.061898e-02 1.026859e+00
+## 960              Age         2.076119e-04   2.638522e-04 6.191319e-01
+## 961              Age        -3.331518e-03   2.663261e-03 1.564793e+00
+## 962              Age         9.736335e-03   8.369883e-03 1.353170e+00
+## 963              Age         2.744281e-03   4.225928e-03 4.217091e-01
+## 964              Age         5.550934e-03   4.262393e-03 1.695997e+00
+## 965              Age         2.073666e-02   1.727282e-02 1.441289e+00
+## 966              Age        -1.462991e-03   1.468653e-02 9.923037e-03
+## 967              Age        -4.094823e-03   4.438059e-03 8.513030e-01
+## 968              Age        -1.133984e-03   6.408812e-03 3.130824e-02
+## 969              Age        -9.775168e-05   1.290871e-04 5.734327e-01
+## 970              Age        -2.976108e-02   3.244976e-02 8.411517e-01
+## 971              Age        -1.225020e-02   1.194675e-02 1.051446e+00
+## 972              Age         2.061912e-02   2.007390e-02 1.055059e+00
+## 973              Age        -5.129149e-04   3.849994e-03 1.774886e-02
+## 974              Age         1.577329e-04   4.085114e-04 1.490858e-01
+## 975              Age         1.564294e-03   1.209823e-03 1.671832e+00
+## 976              Age        -3.306412e-04   4.202090e-04 6.191319e-01
+## 977              Age        -2.282473e-03   1.577787e-03 2.092737e+00
+## 978              Age         2.127565e-03   3.645160e-03 3.406691e-01
+## 979              Age         2.504304e-02   1.617075e-02 2.398356e+00
+## 980              Age         3.741736e-03   2.491100e-03 2.256129e+00
+## 981              Age         6.203921e-04   6.758456e-04 8.426312e-01
+## 982              Age        -1.725456e-01   1.727501e-01 9.976342e-01
+## 983              Age        -1.223937e-03   1.572389e-03 6.058960e-01
+## 984              Age         3.769447e-04   2.982100e-03 1.597758e-02
+## 985              Age        -6.589787e-03   8.322895e-03 6.268937e-01
+## 986              Age        -5.429726e-03   2.986637e-03 3.305148e+00
+## 987              Age        -2.243469e-02   2.133259e-02 1.105994e+00
+## 988              Age        -4.923503e-04   6.214181e-04 6.277411e-01
+## 989              Age         6.141805e-03   7.259892e-03 7.157011e-01
+## 990              Age         6.689717e-04   8.501903e-04 6.191319e-01
+## 991              Age        -5.585496e-03   3.913362e-03 2.037152e+00
+## 992              Age        -1.676234e-02   1.639170e-02 1.045734e+00
+## 993              Age         5.937929e-03   3.348033e-03 3.145506e+00
+## 994              Age         2.663764e-03   2.408426e-03 1.223278e+00
+## 995              Age         3.170630e-03   4.285051e-03 5.474938e-01
+## 996              Age        -1.220277e-02   1.194919e-02 1.042893e+00
+## 997              Age         4.853197e-03   4.977812e-03 9.505585e-01
+## 998              Age         5.536317e-04   7.036058e-04 6.191319e-01
+## 999              Age         2.076119e-04   2.638522e-04 6.191319e-01
+## 1000             Age        -2.850515e-04   3.522560e-03 6.548318e-03
+## 1001             Age        -1.244727e-03   1.079113e-03 1.330498e+00
+## 1002             Age        -9.467427e-03   7.661414e-03 1.527025e+00
+## 1003             Age         1.478148e-03   1.121719e-03 1.736473e+00
+## 1004             Age         2.599666e-03   2.747608e-03 8.952112e-01
+## 1005             Age         1.775061e-02   1.820130e-02 9.510904e-01
+## 1006             Age         2.881492e-04   2.767797e-04 1.083843e+00
+## 1007             Age        -2.470789e-03   2.127310e-03 1.348992e+00
+## 1008             Age        -1.709213e-04   1.324063e-03 1.666383e-02
+## 1009             Age        -4.893123e-03   4.754092e-03 1.059344e+00
+## 1010             Age        -4.760171e-03   2.245944e-03 4.492077e+00
+## 1011             Age         9.172229e-05   1.657397e-04 3.062644e-01
+## 1012             Age         1.882675e-02   1.929195e-02 9.523550e-01
+## 1013             Age        -3.203413e-03   2.246623e-03 2.033131e+00
+## 1014             Age        -1.419301e-02   1.427180e-02 9.889890e-01
+## 1015             Age         1.355843e-03   1.409674e-03 9.250838e-01
+## 1016             Age        -1.221628e-01   1.194106e-01 1.046627e+00
+## 1017             Age         5.292246e-03   3.380369e-03 2.451048e+00
+## 1018             Age         1.553698e-03   1.561358e-03 9.902126e-01
+## 1019             Age        -6.212771e-03   6.174562e-03 1.012415e+00
+## 1020             Age        -2.650584e-02   2.549941e-02 1.080496e+00
+## 1021             Age         3.460198e-04   4.397536e-04 6.191319e-01
+## 1022             Age        -2.153178e-02   2.454796e-02 7.693591e-01
+## 1023             Age        -1.087241e-02   1.052882e-02 1.066332e+00
+## 1024             Age         1.768546e-04   2.247630e-04 6.191319e-01
+## 1025             Age        -1.153399e-04   1.465845e-04 6.191319e-01
+## 1026             Age         2.497326e-03   2.167306e-03 1.327732e+00
+## 1027             Age         7.342626e-03   7.017473e-03 1.094817e+00
+## 1028             Age         1.241664e-03   1.064640e-03 1.360198e+00
+## 1029             Age        -1.922332e-04   2.443076e-04 6.191319e-01
+## 1030             Age        -2.915157e-06   6.465981e-05 2.032615e-03
+## 1031             Age         3.014539e-03   3.931886e-03 5.878139e-01
+## 1032             Age        -4.743217e-03   4.682940e-03 1.025909e+00
+## 1033             Age        -6.966632e-03   6.221611e-03 1.253834e+00
+## 1034             Age        -2.744074e-02   2.368726e-02 1.342028e+00
+## 1035             Age         1.414511e-02   1.343766e-02 1.108066e+00
+## 1036             Age        -1.612882e-04   1.991751e-04 6.557453e-01
+## 1037             Age         9.663633e-04   7.395925e-04 1.707245e+00
+## 1038             Age         2.691265e-04   3.420306e-04 6.191319e-01
+## 1039             Age        -1.113593e-03   1.369650e-03 6.610488e-01
+## 1040             Age         6.175242e-03   5.989419e-03 1.063013e+00
+## 1041             Age        -1.618518e-04   6.351277e-04 6.494012e-02
+## 1042             Age        -1.087606e-02   1.060893e-02 1.050992e+00
+## 1043             Age         1.867563e-05   2.116871e-03 7.783267e-05
+## 1044             Age         3.302218e-03   2.921046e-03 1.278011e+00
+## 1045             Age        -2.676742e-03   1.858626e-03 2.074098e+00
+## 1046             Age        -1.483230e-03   1.020696e-03 2.111662e+00
+## 1047             Age         6.920404e-05   8.795075e-05 6.191327e-01
+## 1048             Age        -1.295345e-03   1.799115e-03 5.183858e-01
+## 1049             Age        -6.751343e-03   2.976457e-03 5.144947e+00
+## 1050             Age         2.305271e-04   2.873850e-04 6.434518e-01
+## 1051             Age        -1.357204e-02   9.041575e-03 2.253213e+00
+## 1052             Age        -4.627941e-03   4.518409e-03 1.049070e+00
+## 1053             Age         4.365358e-04   1.850048e-03 5.567671e-02
+## 1054             Age        -8.760598e-04   8.579628e-04 1.042631e+00
+## 1055             Age         3.142149e-03   6.841749e-03 2.109207e-01
+## 1056             Age         9.589488e-04   9.354681e-04 1.050831e+00
+## 1057             Age         6.151470e-05   7.817845e-05 6.191327e-01
+## 1058             Age        -5.443637e-03   5.264784e-03 1.069097e+00
+## 1059             Age        -7.220672e-03   7.041727e-03 1.051470e+00
+## 1060             Age        -7.255415e-03   6.754728e-03 1.153742e+00
+## 1061             Age         1.816781e-03   2.615025e-03 4.826737e-01
+## 1062             Age        -2.148626e-02   2.043438e-02 1.105602e+00
+## 1063             Age        -2.152136e-04   2.073633e-04 1.077148e+00
+## 1064             Age        -2.627571e-03   2.784407e-03 8.905196e-01
+## 1065             Age         1.460973e-04   1.856737e-04 6.191320e-01
+## 1066             Age         7.207381e-03   5.402677e-03 1.779659e+00
+## 1067             Age        -4.500075e-03   4.399979e-03 1.046016e+00
+## 1068             Age        -1.130172e-03   1.108289e-03 1.039879e+00
+## 1069             Age        -1.845439e-04   2.345352e-04 6.191320e-01
+## 1070             Age         2.868468e-03   2.039435e-03 1.978246e+00
+## 1071             Age        -3.543744e-03   3.566129e-03 9.874850e-01
+## 1072             Age        -1.018924e-03   9.954506e-04 1.047717e+00
+## 1073             Age        -1.018924e-03   9.954506e-04 1.047717e+00
+## 1074             Age         2.254884e-03   2.274589e-03 9.827487e-01
+## 1075             Age        -1.857926e-02   1.808481e-02 1.055428e+00
+## 1076             Age        -1.055672e-02   1.292513e-02 6.670961e-01
+## 1077             Age         7.689338e-05   9.772306e-05 6.191327e-01
+## 1078             Age        -2.396200e-03   3.578537e-03 4.483686e-01
+## 1079             Age         6.314097e-04   1.166035e-03 2.932239e-01
+## 1080             Age         1.477404e-03   2.417701e-03 3.734162e-01
+## 1081             Age        -3.552299e-02   3.540364e-02 1.006754e+00
+## 1082             Age        -2.044833e-03   2.081703e-03 9.648915e-01
+## 1083             Age        -1.242362e-04   2.958696e-04 1.763175e-01
+## 1084             Age         2.925242e-03   2.770904e-03 1.114502e+00
+## 1085             Age         2.558437e-03   2.468655e-03 1.074060e+00
+## 1086             Age        -3.362576e-04   3.310684e-04 1.031594e+00
+## 1087             Age        -2.952509e-04   2.635856e-04 1.254698e+00
+## 1088             Age        -5.382536e-05   6.840614e-05 6.191328e-01
+## 1089             Age         2.587359e-03   3.778529e-03 4.688868e-01
+## 1090             Age         1.810800e-03   1.748866e-03 1.072081e+00
+## 1091             Age        -5.781141e-02   5.774844e-02 1.002182e+00
+## 1092             Age        -5.486615e-03   7.306634e-03 5.638638e-01
+## 1093             Age         1.922332e-04   2.443076e-04 6.191319e-01
+## 1094             Age        -8.693633e-04   8.525304e-04 1.039879e+00
+## 1095             Age        -7.689338e-05   9.772306e-05 6.191327e-01
+## 1096             Age         4.049046e-03   3.964052e-03 1.043342e+00
+## 1097             Age         7.504179e-03   5.171693e-03 2.105431e+00
+## 1098             Age         4.574882e-05   1.509245e-04 9.188412e-02
+## 1099             Age        -2.207752e-03   2.250856e-03 9.620671e-01
+## 1100             Age        -1.311330e-03   1.141180e-03 1.320429e+00
+## 1101             Age        -4.613603e-05   5.863384e-05 6.191327e-01
+## 1102             Age        -1.545177e-03   1.742891e-03 7.859875e-01
+## 1103             Age         3.091794e-03   2.995243e-03 1.065509e+00
+## 1104             Age        -3.116930e-03   2.093680e-03 2.216324e+00
+## 1105             Age        -9.324278e-04   9.410744e-04 9.817085e-01
+## 1106             Age         1.832475e-03   1.388250e-03 1.742372e+00
+## 1107             Age         8.900088e-03   8.685484e-03 1.050027e+00
+## 1108             Age        -1.805949e-03   1.812584e-03 9.926920e-01
+## 1109             Age        -2.224828e-03   1.611881e-03 1.905140e+00
+## 1110             Age        -1.028879e-06   2.282111e-05 2.032615e-03
+## 1111             Age         3.729808e-03   3.597180e-03 1.075100e+00
+## 1112             Age         1.926209e-04   8.616145e-04 4.997820e-02
+## 1113             Age         4.049977e-03   3.912993e-03 1.071241e+00
+## 1114             Age        -6.920404e-05   8.795076e-05 6.191327e-01
+## 1115             Age        -1.922332e-04   2.443076e-04 6.191319e-01
+## 1116             Age         1.460973e-04   1.856737e-04 6.191320e-01
+## 1117             Age         2.404729e-03   2.329633e-03 1.065509e+00
+## 1118             Age        -1.718675e-03   1.671649e-03 1.057055e+00
+## 1119             Age        -1.999226e-04   2.540799e-04 6.191319e-01
+## 1120             Age         8.095651e-03   7.748347e-03 1.091655e+00
+## 1121             Age        -2.370778e-02   2.551814e-02 8.631449e-01
+## 1122             Age         5.894040e-03   3.937042e-03 2.241229e+00
+## 1123             Age         3.029844e-03   2.972519e-03 1.038942e+00
+## 1124             Age         2.493866e-04   2.234817e-04 1.245267e+00
+## 1125             Age        -3.507228e-03   3.386075e-03 1.072840e+00
+## 1126             Age         4.986151e-04   4.058734e-04 1.509210e+00
+## 1127             Age         2.292499e-04   2.491289e-04 8.467792e-01
+## 1128             Age         1.242024e-03   1.202743e-03 1.066387e+00
+## 1129             Age        -1.460973e-04   1.856737e-04 6.191319e-01
+## 1130             Age         2.061196e-03   1.996828e-03 1.065509e+00
+## 1131             Age         2.061196e-03   1.996828e-03 1.065509e+00
+## 1132             Age         5.762998e-05   5.535593e-05 1.083849e+00
+## 1133             Age        -1.760818e-03   1.714065e-03 1.055296e+00
+## 1134             Age        -2.025034e-03   1.979990e-03 1.046016e+00
+## 1135             Age         5.404045e-04   5.104008e-04 1.121025e+00
+## 1136             Age         2.393131e-03   1.534866e-03 2.431040e+00
+## 1137             Age         5.246340e-03   5.078430e-03 1.067220e+00
+## 1138             Age         1.076506e-04   1.368122e-04 6.191319e-01
+## 1139             Age         1.582902e-03   1.539762e-03 1.056820e+00
+## 1140             Age         2.610866e-03   2.518026e-03 1.075100e+00
+## 1141             Age         6.701352e-04   1.013738e-03 4.369917e-01
+## 1142             Age         2.599680e-03   2.855328e-03 8.289491e-01
+## 1143             Age         1.611489e-03   1.912130e-03 7.102642e-01
+## 1144             Age        -7.218475e-03   7.024111e-03 1.056108e+00
+## 1145             Age        -7.088042e-03   6.731480e-03 1.108745e+00
+## 1146             Age         3.696072e-04   7.816582e-04 2.235873e-01
+## 1147             Age        -6.859192e-07   1.521407e-05 2.032615e-03
+## 1148             Age        -3.025409e-03   3.511598e-03 7.422644e-01
+## 1149             Age         1.717663e-03   1.664024e-03 1.065509e+00
+## 1150             Age         4.437459e-04   7.364011e-04 3.631114e-01
+## 1151             Age         3.051198e-04   2.976486e-04 1.050831e+00
+## 1152             Age         2.024523e-03   1.982026e-03 1.043342e+00
+## 1153             Age         1.201842e-03   6.403895e-04 3.522137e+00
+## 1154             Age        -2.306801e-05   2.931692e-05 6.191327e-01
+## 1155             Age         3.899759e-03   3.830724e-03 1.036368e+00
+## 1156             Age         4.322249e-05   4.151695e-05 1.083849e+00
+## 1157             Age         4.322249e-05   4.151695e-05 1.083849e+00
+## 1158             Age         1.017387e-03   1.015177e-03 1.004359e+00
+## 1159             Age         1.352158e-03   1.398465e-03 9.348712e-01
+## 1160             Age        -7.745891e-03   7.558612e-03 1.050168e+00
+## 1161             Age        -3.674436e-03   3.849825e-03 9.109603e-01
+## 1162             Age        -1.257727e-03   1.224332e-03 1.055296e+00
+## 1163             Age         2.154101e-03   2.085147e-03 1.067232e+00
+## 1164             Age         4.613603e-05   5.863384e-05 6.191327e-01
+## 1165             Age         1.613782e-03   1.376486e-03 1.374504e+00
+## 1166             Age         8.280163e-04   8.018284e-04 1.066387e+00
+## 1167             Age        -3.477453e-04   3.410121e-04 1.039879e+00
+## 1168             Age        -2.095184e-03   2.037340e-03 1.057589e+00
+## 1169             Age        -5.140303e-07   1.141047e-05 2.029414e-03
+## 1170             Age         3.795071e-03   3.688646e-03 1.058536e+00
+## 1171             Age        -7.776687e-04   7.550068e-04 1.060932e+00
+## 1172             Age        -1.214184e-03   1.795312e-03 4.573922e-01
+## 1173             Age        -1.504271e-03   1.485667e-03 1.025202e+00
+## 1174             Age         3.576533e-04   3.280217e-04 1.188829e+00
+## 1175             Age         3.470532e-03   3.111971e-03 1.243716e+00
+## 1176             Age         1.088854e-03   1.313226e-03 6.874814e-01
+## 1177             Age        -1.076506e-04   1.368122e-04 6.191319e-01
+## 1178             Age         1.825204e-03   1.755765e-03 1.080662e+00
+## 1179             Age         3.772515e-03   4.044911e-03 8.698493e-01
+## 1180             Age        -1.231609e-03   9.802960e-04 1.578450e+00
+## 1181             Age        -2.243200e-04   2.202152e-04 1.037628e+00
+## 1182             Age        -4.075370e-04   3.923870e-04 1.078710e+00
+## 1183             Age        -4.075370e-04   3.923870e-04 1.078710e+00
+## 1184             Age        -5.156353e-03   5.018844e-03 1.055548e+00
+## 1185             Age         2.179427e-04   2.126062e-04 1.050831e+00
+## 1186             Age        -8.670870e-04   7.427549e-04 1.362807e+00
+## 1187             Age        -5.677495e-04   6.944489e-04 6.683946e-01
+## 1188             Age         6.900136e-04   6.681903e-04 1.066387e+00
+## 1189             Age        -3.075735e-05   3.908922e-05 6.191328e-01
+## 1190             Age         8.815432e-05   4.511081e-04 3.818792e-02
+## 1191             Age         1.618524e-03   1.581577e-03 1.047267e+00
+## 1192             Age        -1.728295e-03   1.700638e-03 1.032789e+00
+## 1193             Age         2.284712e-05   2.476581e-05 8.510554e-01
+## 1194             Age        -1.752120e-04   1.715926e-04 1.042631e+00
+## 1195             Age        -1.752120e-04   1.715926e-04 1.042631e+00
+## 1196             Age        -2.062480e-03   1.915950e-03 1.158808e+00
+## 1197             Age         2.881499e-05   2.767796e-05 1.083849e+00
+## 1198             Age         1.346597e-03   1.321119e-03 1.038942e+00
+## 1199             Age         5.034883e-04   6.869410e-04 5.372048e-01
+## 1200             Age        -3.335782e-04   3.402073e-04 9.614084e-01
+## 1201             Age         1.923240e-03   1.839327e-03 1.093325e+00
+## 1202             Age        -2.774030e-03   2.698131e-03 1.057052e+00
+## 1203             Age        -2.774030e-03   2.698131e-03 1.057052e+00
+## 1204             Age        -7.689338e-05   9.772306e-05 6.191327e-01
+## 1205             Age        -2.011020e-03   1.962296e-03 1.050277e+00
+## 1206             Age         1.509371e-03   1.469121e-03 1.055544e+00
+## 1207             Age         7.267200e-04   7.037386e-04 1.066379e+00
+## 1208             Age         7.267200e-04   7.037386e-04 1.066379e+00
+## 1209             Age        -3.426869e-07   7.606978e-06 2.029414e-03
+## 1210             Age        -3.426869e-07   7.606978e-06 2.029414e-03
+## 1211             Age        -5.184458e-04   5.033379e-04 1.060932e+00
+## 1212             Age        -5.184458e-04   5.033379e-04 1.060932e+00
+## 1213             Age        -3.437369e-03   3.344815e-03 1.056108e+00
+## 1214             Age        -7.546362e-04   7.345991e-04 1.055296e+00
+## 1215             Age         2.987421e-04   2.864239e-04 1.087863e+00
+## 1216             Age         1.118942e-03   1.079154e-03 1.075100e+00
+## 1217             Age         3.770683e-04   1.155044e-03 1.065721e-01
+## 1218             Age         1.009948e-03   9.908396e-04 1.038942e+00
+## 1219             Age         1.009948e-03   9.908396e-04 1.038942e+00
+## 1220             Age        -7.260141e-04   6.568283e-04 1.221761e+00
+## 1221             Age        -7.260141e-04   6.568283e-04 1.221761e+00
+## 1222             Age         2.412691e-03   2.345129e-03 1.058449e+00
+## 1223             Age         1.722324e-04   3.113843e-04 3.059401e-01
+## 1224             Age         2.613993e-04   2.506209e-04 1.087863e+00
+## 1225             Age         4.305003e-04   4.433686e-04 9.427945e-01
+## 1226             Age         6.870653e-04   6.656095e-04 1.065509e+00
+## 1227             Age         7.568818e-04   6.525012e-04 1.345530e+00
+## 1228             Age         3.188877e-04   2.922303e-04 1.190762e+00
+## 1229             Age        -5.382536e-05   6.840614e-05 6.191327e-01
+## 1230             Age         7.689338e-06   9.772306e-06 6.191327e-01
+## 1231             Age         2.405549e-03   2.340098e-03 1.056722e+00
+## 1232             Age        -2.569517e-03   2.514587e-03 1.044166e+00
+## 1233             Age         1.725032e-03   1.676657e-03 1.058536e+00
+## 1234             Age         9.385457e-04   1.094510e-03 7.353120e-01
+## 1235             Age        -2.037685e-04   1.961935e-04 1.078710e+00
+## 1236             Age         3.178481e-04   3.039934e-04 1.093228e+00
+## 1237             Age        -1.473643e-03   1.432379e-03 1.058446e+00
+## 1238             Age        -5.030908e-04   4.897327e-04 1.055296e+00
+## 1239             Age         4.613603e-05   5.863384e-05 6.191327e-01
+## 1240             Age        -2.306801e-05   2.931692e-05 6.191327e-01
+## 1241             Age        -4.613603e-05   5.863384e-05 6.191327e-01
+## 1242             Age        -1.629373e-03   1.118710e-03 2.121317e+00
+## 1243             Age         2.338144e-04   2.279320e-04 1.052281e+00
+## 1244             Age        -7.014457e-04   6.792785e-04 1.066332e+00
+## 1245             Age        -8.760637e-05   8.579626e-05 1.042641e+00
+## 1246             Age        -8.760637e-05   8.579626e-05 1.042641e+00
+## 1247             Age        -8.760637e-05   8.579626e-05 1.042641e+00
+## 1248             Age         2.061899e-03   2.005798e-03 1.056722e+00
+## 1249             Age         2.627033e-04   2.536455e-04 1.072696e+00
+## 1250             Age         2.627033e-04   2.536455e-04 1.072696e+00
+## 1251             Age         1.780761e-04   5.603847e-04 1.009807e-01
+## 1252             Age         7.689338e-06   9.772306e-06 6.191327e-01
+## 1253             Age         4.539264e-05   4.892016e-05 8.609840e-01
+## 1254             Age         6.732468e-04   6.558240e-04 1.053838e+00
+## 1255             Age        -1.713434e-07   3.803489e-06 2.029414e-03
+## 1256             Age         1.542029e-03   1.475876e-03 1.091655e+00
+## 1257             Age         1.269293e-03   1.012074e-03 1.572892e+00
+## 1258             Age         2.306801e-05   2.931692e-05 6.191327e-01
+## 1259             Age        -4.474564e-04   4.387971e-04 1.039857e+00
+## 1260             Age         2.558437e-04   2.468655e-04 1.074060e+00
+## 1261             Age         2.558437e-04   2.468655e-04 1.074060e+00
+## 1262             Age         1.430889e-03   1.387507e-03 1.063509e+00
+## 1263             Age         1.537868e-05   1.954461e-05 6.191327e-01
+## 1264             Age         1.931166e-05   4.814398e-05 1.608996e-01
+## 1265             Age        -1.018847e-04   9.809672e-05 1.078721e+00
+## 1266             Age        -1.018847e-04   9.809672e-05 1.078721e+00
+## 1267             Age        -1.018847e-04   9.809672e-05 1.078721e+00
+## 1268             Age        -1.018847e-04   9.809672e-05 1.078721e+00
+## 1269             Age        -1.018847e-04   9.809672e-05 1.078721e+00
+## 1270             Age        -1.018847e-04   9.809672e-05 1.078721e+00
+## 1271             Age        -2.515454e-04   2.448664e-04 1.055296e+00
+## 1272             Age        -2.515454e-04   2.448664e-04 1.055296e+00
+## 1273             Age        -7.689338e-06   9.772306e-06 6.191328e-01
+## 1274             Age        -7.689338e-06   9.772306e-06 6.191328e-01
+## 1275             Age        -8.677476e-05   8.569280e-05 1.025412e+00
+## 1276             Age        -3.507229e-04   3.396393e-04 1.066332e+00
+## 1277             Age         1.030950e-03   1.002899e-03 1.056722e+00
+## 1278             Age         3.380184e-04   3.290803e-04 1.055059e+00
+## 1279             Age         1.313517e-04   1.268228e-04 1.072696e+00
+## 1280             Age         4.562645e-04   4.388488e-04 1.080945e+00
+## 1281             Age        -3.508406e-04   3.422237e-04 1.050992e+00
+## 1282             Age         1.072870e-05   2.674666e-05 1.608996e-01
+## 1283             Age         7.154445e-04   6.937537e-04 1.063509e+00
+## 1284             Age        -6.874738e-04   6.689630e-04 1.056108e+00
+## 1285             Age         7.689338e-06   9.772306e-06 6.191327e-01
+## 1286             Age         2.320531e-04   2.257731e-04 1.056405e+00
+## 1287             Age         2.799442e-05   2.813256e-05 9.902032e-01
+## 1288             Age        -1.614047e-05   2.084232e-05 5.997088e-01
+## 1289             Age        -1.614047e-05   2.084232e-05 5.997088e-01
+## 1290             Age        -2.030678e-04   1.970529e-04 1.061980e+00
+## 1291             Age         3.450064e-04   3.353315e-04 1.058536e+00
+## 1292             Age        -2.100641e-04   2.012040e-04 1.090010e+00
+## 1293             Age        -2.094486e-03   2.066711e-03 1.027059e+00
+## 1294             Age         4.404957e-05   4.279620e-05 1.059431e+00
+## 1295    HIVStatusHIV        -3.159071e+04   2.628864e+04 1.444052e+00
+## 1296    HIVStatusHIV         6.278708e+03   4.767192e+03 1.734663e+00
+## 1297    HIVStatusHIV        -1.502555e+03   4.766670e+03 9.936442e-02
+## 1298    HIVStatusHIV        -1.003802e+04   1.254106e+04 6.406598e-01
+## 1299    HIVStatusHIV        -1.369314e+04   1.096438e+04 1.559689e+00
+## 1300    HIVStatusHIV         3.975120e+02   3.103534e+03 1.640542e-02
+## 1301    HIVStatusHIV        -3.495431e+02   1.427585e+03 5.995119e-02
+## 1302    HIVStatusHIV        -7.908028e+02   8.492761e+02 8.670389e-01
+## 1303    HIVStatusHIV        -1.066670e+03   7.951350e+02 1.799611e+00
+## 1304    HIVStatusHIV         2.134528e+03   1.810955e+03 1.389276e+00
+## 1305    HIVStatusHIV        -3.401443e+02   5.461223e+02 3.879239e-01
+## 1306    HIVStatusHIV        -2.052954e+00   3.533814e+02 3.374978e-05
+## 1307    HIVStatusHIV        -2.516621e+02   2.449142e+02 1.055864e+00
+## 1308    HIVStatusHIV         7.231333e+02   6.830670e+02 1.120754e+00
+## 1309    HIVStatusHIV         3.599468e+00   1.878501e+02 3.671588e-04
+## 1310    HIVStatusHIV        -4.521086e+01   8.623045e+01 2.748934e-01
+## 1311    HIVStatusHIV        -7.030349e+01   7.908095e+01 7.903327e-01
+## 1312    HIVStatusHIV         1.657185e+02   1.559986e+02 1.128498e+00
+## 1313    HIVStatusHIV        -4.488201e+01   4.739475e+01 8.967761e-01
+## 1314    HIVStatusHIV         3.046903e+02   2.334012e+02 1.704163e+00
+## 1315    HIVStatusHIV        -1.089744e+02   6.471939e+01 2.835179e+00
+## 1316    HIVStatusHIV         5.952631e+02   5.731926e+02 1.078492e+00
+## 1317    HIVStatusHIV         3.168452e+01   5.233700e+01 3.665023e-01
+## 1318    HIVStatusHIV         8.087268e+00   2.935937e+01 7.587703e-02
+## 1319    HIVStatusHIV         4.908193e+01   4.635043e+01 1.121336e+00
+## 1320    HIVStatusHIV        -1.211811e+02   7.868734e+01 2.371700e+00
+## 1321    HIVStatusHIV        -1.076977e+02   5.512975e+01 3.816284e+00
+## 1322    HIVStatusHIV         6.235958e+01   4.494300e+01 1.925228e+00
+## 1323    HIVStatusHIV         3.745408e+01   2.448098e+01 2.340674e+00
+## 1324    HIVStatusHIV        -6.085379e+01   5.562806e+01 1.196706e+00
+## 1325    HIVStatusHIV         5.783286e+01   9.643871e+01 3.596223e-01
+## 1326    HIVStatusHIV        -7.521238e+01   3.940142e+01 3.643803e+00
+## 1327    HIVStatusHIV        -4.831195e+01   6.611142e+01 5.340184e-01
+## 1328    HIVStatusHIV         6.324956e+00   4.704475e+01 1.807560e-02
+## 1329    HIVStatusHIV        -5.606999e+01   4.291899e+01 1.706719e+00
+## 1330    HIVStatusHIV        -1.474976e+02   1.300722e+02 1.285883e+00
+## 1331    HIVStatusHIV         7.173714e+00   2.725184e+01 6.929411e-02
+## 1332    HIVStatusHIV         3.565012e+01   3.519221e+01 1.026193e+00
+## 1333    HIVStatusHIV        -2.270542e+01   3.382968e+01 4.504672e-01
+## 1334    HIVStatusHIV        -7.630056e+00   3.373583e+01 5.115319e-02
+## 1335    HIVStatusHIV        -5.204247e+01   3.088769e+01 2.838865e+00
+## 1336    HIVStatusHIV        -3.943968e+01   3.099179e+01 1.619472e+00
+## 1337    HIVStatusHIV        -6.810963e+01   6.213510e+01 1.201553e+00
+## 1338    HIVStatusHIV         9.939005e+00   1.403190e+01 5.017099e-01
+## 1339    HIVStatusHIV        -4.833105e+01   3.410576e+01 2.008154e+00
+## 1340    HIVStatusHIV         1.827121e+01   2.806547e+01 4.238286e-01
+## 1341    HIVStatusHIV        -6.272227e+01   5.066370e+01 1.532674e+00
+## 1342    HIVStatusHIV         1.444317e+01   3.093253e+01 2.180188e-01
+## 1343    HIVStatusHIV        -6.438200e+00   1.649974e+01 1.522561e-01
+## 1344    HIVStatusHIV        -3.048635e+01   4.503198e+01 4.583201e-01
+## 1345    HIVStatusHIV        -4.195286e+00   1.765670e+01 5.645518e-02
+## 1346    HIVStatusHIV         3.623538e+01   4.715266e+01 5.905453e-01
+## 1347    HIVStatusHIV        -2.408660e+01   2.294482e+01 1.102000e+00
+## 1348    HIVStatusHIV         1.316533e+01   1.273602e+01 1.068552e+00
+## 1349    HIVStatusHIV        -1.716015e+01   1.682913e+01 1.039726e+00
+## 1350    HIVStatusHIV        -8.629296e+00   2.952228e+01 8.543798e-02
+## 1351    HIVStatusHIV         1.951556e+01   1.700518e+01 1.317041e+00
+## 1352    HIVStatusHIV         6.917405e-01   1.372710e+01 2.539387e-03
+## 1353    HIVStatusHIV        -1.109303e+01   2.185555e+01 2.576183e-01
+## 1354    HIVStatusHIV        -1.620542e+01   1.569583e+01 1.065987e+00
+## 1355    HIVStatusHIV        -5.202602e+01   4.541127e+01 1.312544e+00
+## 1356    HIVStatusHIV        -3.517862e+01   2.156437e+01 2.661242e+00
+## 1357    HIVStatusHIV        -1.733733e+01   2.191332e+01 6.259625e-01
+## 1358    HIVStatusHIV        -1.358698e+02   1.092763e+02 1.545944e+00
+## 1359    HIVStatusHIV        -1.045855e+01   1.798923e+01 3.380007e-01
+## 1360    HIVStatusHIV         9.146021e+00   7.142304e+00 1.639788e+00
+## 1361    HIVStatusHIV        -1.227498e+01   3.033604e+01 1.637283e-01
+## 1362    HIVStatusHIV        -4.400446e+00   1.125417e+01 1.528856e-01
+## 1363    HIVStatusHIV        -8.876529e+00   1.489222e+01 3.552772e-01
+## 1364    HIVStatusHIV        -1.496050e+01   1.027594e+01 2.119577e+00
+## 1365    HIVStatusHIV         1.663713e+01   1.028689e+01 2.615701e+00
+## 1366    HIVStatusHIV         4.747419e+01   4.988168e+01 9.058012e-01
+## 1367    HIVStatusHIV         3.009387e+01   2.492620e+01 1.457619e+00
+## 1368    HIVStatusHIV         3.006986e+00   1.389501e+01 4.683229e-02
+## 1369    HIVStatusHIV         1.379566e+01   1.478445e+01 8.707115e-01
+## 1370    HIVStatusHIV        -1.616263e+01   1.717662e+01 8.854195e-01
+## 1371    HIVStatusHIV        -7.990719e+00   5.683032e+00 1.977022e+00
+## 1372    HIVStatusHIV        -1.301503e+01   1.450848e+01 8.047227e-01
+## 1373    HIVStatusHIV        -1.336022e+00   5.258121e+00 6.456038e-02
+## 1374    HIVStatusHIV        -1.194109e+00   6.395057e+00 3.486576e-02
+## 1375    HIVStatusHIV        -5.178902e+00   5.412791e+00 9.154462e-01
+## 1376    HIVStatusHIV        -1.557487e+01   1.095926e+01 2.019697e+00
+## 1377    HIVStatusHIV        -1.090124e+01   7.490611e+00 2.117957e+00
+## 1378    HIVStatusHIV        -2.276109e+00   1.007125e+01 5.107624e-02
+## 1379    HIVStatusHIV        -7.028939e+00   1.356680e+01 2.684263e-01
+## 1380    HIVStatusHIV         1.689473e+01   1.533390e+01 1.213941e+00
+## 1381    HIVStatusHIV        -1.506740e+01   1.199486e+01 1.577926e+00
+## 1382    HIVStatusHIV         1.863657e+01   1.727738e+01 1.163526e+00
+## 1383    HIVStatusHIV         6.043459e+00   5.028065e+00 1.444672e+00
+## 1384    HIVStatusHIV        -1.941717e+00   4.332035e+00 2.009037e-01
+## 1385    HIVStatusHIV        -6.504690e-02   2.983152e+00 4.754473e-04
+## 1386    HIVStatusHIV        -7.516513e+00   2.024846e+01 1.377999e-01
+## 1387    HIVStatusHIV         4.780737e+01   4.546068e+01 1.105905e+00
+## 1388    HIVStatusHIV        -1.000741e+01   1.133397e+01 7.796141e-01
+## 1389    HIVStatusHIV        -3.687919e+01   3.423149e+01 1.160677e+00
+## 1390    HIVStatusHIV        -1.128533e+01   6.798789e+00 2.755280e+00
+## 1391    HIVStatusHIV        -7.836290e-01   1.100665e+01 5.068869e-03
+## 1392    HIVStatusHIV        -7.953132e+00   9.635023e+00 6.813509e-01
+## 1393    HIVStatusHIV         3.617508e+01   3.412334e+01 1.123870e+00
+## 1394    HIVStatusHIV         7.016215e+00   9.493410e+00 5.462120e-01
+## 1395    HIVStatusHIV         5.593879e+00   5.257848e+00 1.131905e+00
+## 1396    HIVStatusHIV        -5.782556e+00   6.395905e+00 8.174019e-01
+## 1397    HIVStatusHIV         1.431322e+01   1.625282e+01 7.755640e-01
+## 1398    HIVStatusHIV         3.393909e-01   6.008402e+00 3.190674e-03
+## 1399    HIVStatusHIV         7.220568e-02   6.920658e+00 1.088549e-04
+## 1400    HIVStatusHIV        -1.159073e+01   1.105530e+01 1.099209e+00
+## 1401    HIVStatusHIV        -6.629211e+00   8.750241e+00 5.739627e-01
+## 1402    HIVStatusHIV         1.362335e+01   9.547449e+00 2.036072e+00
+## 1403    HIVStatusHIV         6.330833e+00   6.279140e+00 1.016533e+00
+## 1404    HIVStatusHIV        -3.897842e-01   1.182963e+01 1.085692e-03
+## 1405    HIVStatusHIV        -1.384385e+01   1.078413e+01 1.647947e+00
+## 1406    HIVStatusHIV        -1.980019e+01   1.258982e+01 2.473432e+00
+## 1407    HIVStatusHIV        -5.246390e+00   4.561585e+00 1.322786e+00
+## 1408    HIVStatusHIV        -6.441156e+00   1.417083e+01 2.066031e-01
+## 1409    HIVStatusHIV         1.342259e+01   9.791527e+00 1.879195e+00
+## 1410    HIVStatusHIV        -9.200878e+00   8.927512e+00 1.062179e+00
+## 1411    HIVStatusHIV        -1.105580e+00   9.966685e+00 1.230493e-02
+## 1412    HIVStatusHIV        -1.216782e+01   1.063105e+01 1.310007e+00
+## 1413    HIVStatusHIV        -1.441174e+01   1.402737e+01 1.055554e+00
+## 1414    HIVStatusHIV        -3.501497e+00   3.971686e+00 7.772448e-01
+## 1415    HIVStatusHIV        -8.309506e+00   6.410791e+00 1.680069e+00
+## 1416    HIVStatusHIV        -8.809238e+00   5.678232e+00 2.406857e+00
+## 1417    HIVStatusHIV        -1.462614e+01   8.297135e+00 3.107441e+00
+## 1418    HIVStatusHIV        -1.140110e+00   9.939461e+00 1.315733e-02
+## 1419    HIVStatusHIV         8.559335e+00   3.637215e+00 5.537863e+00
+## 1420    HIVStatusHIV        -3.036396e+01   2.770027e+01 1.201570e+00
+## 1421    HIVStatusHIV         4.361831e+00   3.535504e+00 1.522071e+00
+## 1422    HIVStatusHIV        -1.187927e+01   1.261300e+01 8.870399e-01
+## 1423    HIVStatusHIV        -1.160260e+01   1.299182e+01 7.975729e-01
+## 1424    HIVStatusHIV         1.938014e+00   2.752949e+00 4.955842e-01
+## 1425    HIVStatusHIV        -6.535254e+00   5.520109e+00 1.401618e+00
+## 1426    HIVStatusHIV        -8.310973e+00   7.487014e+00 1.232215e+00
+## 1427    HIVStatusHIV         1.738342e+00   3.896537e+00 1.990274e-01
+## 1428    HIVStatusHIV         5.176519e+00   2.889043e+00 3.210462e+00
+## 1429    HIVStatusHIV        -5.185894e+00   3.514243e+00 2.177628e+00
+## 1430    HIVStatusHIV         2.100738e+00   5.999476e+00 1.226075e-01
+## 1431    HIVStatusHIV        -2.567326e+00   4.527441e+00 3.215557e-01
+## 1432    HIVStatusHIV        -1.713418e+01   1.615099e+01 1.125455e+00
+## 1433    HIVStatusHIV         1.469860e+00   2.934079e+00 2.509621e-01
+## 1434    HIVStatusHIV         1.602583e-01   3.238582e+00 2.448676e-03
+## 1435    HIVStatusHIV         1.230691e+01   1.108183e+01 1.233318e+00
+## 1436    HIVStatusHIV         1.096493e+00   3.786713e+00 8.384692e-02
+## 1437    HIVStatusHIV         1.069295e+00   2.491919e+00 1.841312e-01
+## 1438    HIVStatusHIV        -3.360760e+00   2.651467e+00 1.606580e+00
+## 1439    HIVStatusHIV         2.832326e+00   2.710633e+00 1.091805e+00
+## 1440    HIVStatusHIV         3.190373e+00   3.246943e+00 9.654586e-01
+## 1441    HIVStatusHIV        -1.805411e+01   1.154242e+01 2.446573e+00
+## 1442    HIVStatusHIV         4.937951e+00   7.324779e+00 4.544691e-01
+## 1443    HIVStatusHIV         3.012746e+00   4.235124e+00 5.060492e-01
+## 1444    HIVStatusHIV         4.143598e+00   4.224489e+00 9.620707e-01
+## 1445    HIVStatusHIV        -1.836038e-02   3.458855e+00 2.817724e-05
+## 1446    HIVStatusHIV         6.510967e-01   4.813006e+00 1.830030e-02
+## 1447    HIVStatusHIV        -2.096263e+01   1.924298e+01 1.186717e+00
+## 1448    HIVStatusHIV        -3.607366e+00   2.630856e+00 1.880123e+00
+## 1449    HIVStatusHIV         2.856082e+00   2.993902e+00 9.100522e-01
+## 1450    HIVStatusHIV         7.007391e+00   6.218103e+00 1.269980e+00
+## 1451    HIVStatusHIV         2.022008e+00   4.657731e+00 1.884589e-01
+## 1452    HIVStatusHIV        -4.369221e+00   4.401056e+00 9.855853e-01
+## 1453    HIVStatusHIV        -3.895483e-02   2.315632e+00 2.829982e-04
+## 1454    HIVStatusHIV        -2.647844e+00   2.534291e+00 1.091621e+00
+## 1455    HIVStatusHIV         1.877739e+00   2.396246e+00 6.140555e-01
+## 1456    HIVStatusHIV        -4.085654e+00   3.794628e+00 1.159270e+00
+## 1457    HIVStatusHIV        -2.690263e+00   2.232117e+00 1.452632e+00
+## 1458    HIVStatusHIV        -2.671245e+00   2.623759e+00 1.036524e+00
+## 1459    HIVStatusHIV        -5.553451e-01   2.812318e+00 3.899395e-02
+## 1460    HIVStatusHIV         2.936484e+00   2.535611e+00 1.341189e+00
+## 1461    HIVStatusHIV        -1.368629e+01   1.344018e+01 1.036959e+00
+## 1462    HIVStatusHIV        -7.396805e+00   7.114861e+00 1.080825e+00
+## 1463    HIVStatusHIV        -1.312474e+00   2.019145e+00 4.225195e-01
+## 1464    HIVStatusHIV        -5.869956e+00   4.819006e+00 1.483729e+00
+## 1465    HIVStatusHIV        -9.698410e+00   9.643060e+00 1.011513e+00
+## 1466    HIVStatusHIV         3.204348e+00   3.727433e+00 7.390259e-01
+## 1467    HIVStatusHIV        -5.352266e+00   5.126978e+00 1.089814e+00
+## 1468    HIVStatusHIV        -1.987902e-03   1.814877e+00 1.199763e-06
+## 1469    HIVStatusHIV         4.488590e+00   4.385450e+00 1.047591e+00
+## 1470    HIVStatusHIV         2.916842e+00   2.332483e+00 1.563828e+00
+## 1471    HIVStatusHIV         5.575800e+00   6.500959e+00 7.356302e-01
+## 1472    HIVStatusHIV        -6.147248e-01   2.988659e+00 4.230664e-02
+## 1473    HIVStatusHIV         2.753444e+00   1.860844e+00 2.189439e+00
+## 1474    HIVStatusHIV        -3.644920e+00   2.780350e+00 1.718609e+00
+## 1475    HIVStatusHIV        -2.962508e+00   2.590823e+00 1.307506e+00
+## 1476    HIVStatusHIV        -2.216637e+00   5.399509e+00 1.685312e-01
+## 1477    HIVStatusHIV        -2.234948e+00   1.041351e+01 4.606178e-02
+## 1478    HIVStatusHIV        -2.026505e+00   1.053506e+00 3.700167e+00
+## 1479    HIVStatusHIV        -5.782812e+00   4.819192e+00 1.439891e+00
+## 1480    HIVStatusHIV        -2.729287e+00   1.255847e+00 4.723073e+00
+## 1481    HIVStatusHIV        -4.397320e+00   7.583132e+00 3.362629e-01
+## 1482    HIVStatusHIV        -1.065417e+01   1.042000e+01 1.045453e+00
+## 1483    HIVStatusHIV         1.530642e+00   2.658914e+00 3.313897e-01
+## 1484    HIVStatusHIV         1.036989e+00   3.647318e+00 8.083529e-02
+## 1485    HIVStatusHIV        -7.568448e-01   2.388482e+00 1.004083e-01
+## 1486    HIVStatusHIV         2.506996e+00   3.092976e+00 6.569831e-01
+## 1487    HIVStatusHIV        -6.642475e-01   1.087924e+00 3.727887e-01
+## 1488    HIVStatusHIV        -2.144505e-01   1.130120e+00 3.600848e-02
+## 1489    HIVStatusHIV         5.675775e+00   5.485212e+00 1.070689e+00
+## 1490    HIVStatusHIV        -2.306588e+00   2.411774e+00 9.146752e-01
+## 1491    HIVStatusHIV        -2.579572e+00   5.531391e+00 2.174836e-01
+## 1492    HIVStatusHIV        -2.824709e+00   1.591119e+00 3.151681e+00
+## 1493    HIVStatusHIV         1.340924e+00   1.288003e+00 1.083864e+00
+## 1494    HIVStatusHIV        -1.026292e+00   1.325900e+00 5.991299e-01
+## 1495    HIVStatusHIV        -6.506228e-01   2.063562e+00 9.940850e-02
+## 1496    HIVStatusHIV        -1.322928e+00   9.579842e-01 1.907022e+00
+## 1497    HIVStatusHIV         1.847455e+00   1.268326e+00 2.121711e+00
+## 1498    HIVStatusHIV        -3.532717e+00   3.392552e+00 1.084338e+00
+## 1499    HIVStatusHIV        -1.398780e+00   1.351266e+00 1.071563e+00
+## 1500    HIVStatusHIV        -1.849876e+00   1.825232e+00 1.027186e+00
+## 1501    HIVStatusHIV        -4.904983e-01   1.476014e+00 1.104318e-01
+## 1502    HIVStatusHIV         2.821286e+00   2.408490e+00 1.372159e+00
+## 1503    HIVStatusHIV        -2.078195e+00   4.209114e+00 2.437762e-01
+## 1504    HIVStatusHIV         1.409000e+00   1.083038e+00 1.692522e+00
+## 1505    HIVStatusHIV         2.814899e+00   2.442586e+00 1.328085e+00
+## 1506    HIVStatusHIV        -2.734566e+00   2.836448e+00 9.294521e-01
+## 1507    HIVStatusHIV        -1.184373e+00   1.086636e+00 1.187979e+00
+## 1508    HIVStatusHIV        -2.287999e+00   2.003483e+00 1.304188e+00
+## 1509    HIVStatusHIV        -1.817681e+00   1.059883e+00 2.941166e+00
+## 1510    HIVStatusHIV         2.568417e+00   2.511963e+00 1.045453e+00
+## 1511    HIVStatusHIV        -1.712968e+00   1.453100e+00 1.389657e+00
+## 1512    HIVStatusHIV         3.418551e+00   2.407341e+00 2.016549e+00
+## 1513    HIVStatusHIV        -5.457886e+00   5.337922e+00 1.045453e+00
+## 1514    HIVStatusHIV        -1.148105e+00   1.013456e+00 1.283375e+00
+## 1515    HIVStatusHIV         1.020400e+00   5.986749e-01 2.905083e+00
+## 1516    HIVStatusHIV         1.640971e+00   1.722549e+00 9.075248e-01
+## 1517    HIVStatusHIV         5.744908e+00   5.651968e+00 1.033158e+00
+## 1518    HIVStatusHIV         6.631123e-01   1.026684e+00 4.171582e-01
+## 1519    HIVStatusHIV        -1.390168e+00   1.872090e+00 5.514182e-01
+## 1520    HIVStatusHIV         2.357480e-01   1.645796e+00 2.051842e-02
+## 1521    HIVStatusHIV         1.008942e+00   4.876958e-01 4.279907e+00
+## 1522    HIVStatusHIV         4.428357e-01   7.772830e-01 3.245838e-01
+## 1523    HIVStatusHIV        -2.232093e-01   8.390437e-01 7.077101e-02
+## 1524    HIVStatusHIV        -8.020416e-01   1.139033e+00 4.958167e-01
+## 1525    HIVStatusHIV         1.516607e+00   1.006830e+00 2.268997e+00
+## 1526    HIVStatusHIV        -1.480700e+00   1.395019e+00 1.126612e+00
+## 1527    HIVStatusHIV         5.504964e-01   8.549009e-01 4.146459e-01
+## 1528    HIVStatusHIV        -1.050154e+00   1.176134e+00 7.972468e-01
+## 1529    HIVStatusHIV         2.679772e+00   2.322420e+00 1.331417e+00
+## 1530    HIVStatusHIV        -5.969191e+00   5.837989e+00 1.045453e+00
+## 1531    HIVStatusHIV         6.017011e-01   6.686421e-01 8.097934e-01
+## 1532    HIVStatusHIV        -8.442481e-01   8.256917e-01 1.045453e+00
+## 1533    HIVStatusHIV        -4.054192e+00   3.941341e+00 1.058085e+00
+## 1534    HIVStatusHIV         7.965907e-01   7.735901e-01 1.060349e+00
+## 1535    HIVStatusHIV         2.092161e+00   1.243350e+00 2.831413e+00
+## 1536    HIVStatusHIV         2.841906e+00   2.779441e+00 1.045453e+00
+## 1537    HIVStatusHIV        -3.947222e+00   3.849073e+00 1.051649e+00
+## 1538    HIVStatusHIV        -1.356729e+00   1.316661e+00 1.061788e+00
+## 1539    HIVStatusHIV        -8.214499e-01   7.457434e-01 1.213342e+00
+## 1540    HIVStatusHIV         2.226410e+00   1.554483e+00 2.051344e+00
+## 1541    HIVStatusHIV        -1.486352e+00   1.453682e+00 1.045453e+00
+## 1542    HIVStatusHIV         2.722997e+00   2.663146e+00 1.045453e+00
+## 1543    HIVStatusHIV        -2.720294e-01   1.485884e+00 3.351675e-02
+## 1544    HIVStatusHIV        -4.727494e-01   6.896192e-01 4.699410e-01
+## 1545    HIVStatusHIV        -7.849228e-01   7.325749e-01 1.148021e+00
+## 1546    HIVStatusHIV        -3.589574e+00   2.091301e+00 2.946137e+00
+## 1547    HIVStatusHIV        -1.162097e+00   1.151828e+00 1.017911e+00
+## 1548    HIVStatusHIV         1.557697e+00   1.523459e+00 1.045453e+00
+## 1549    HIVStatusHIV        -9.690362e-01   8.926881e-01 1.178367e+00
+## 1550    HIVStatusHIV        -5.805489e+00   4.813502e+00 1.454639e+00
+## 1551    HIVStatusHIV        -4.728788e-03   7.634536e-01 3.836492e-05
+## 1552    HIVStatusHIV        -2.694291e+00   2.622682e+00 1.055354e+00
+## 1553    HIVStatusHIV         2.794342e+00   2.732923e+00 1.045453e+00
+## 1554    HIVStatusHIV        -7.248511e-01   6.878713e-01 1.110410e+00
+## 1555    HIVStatusHIV         1.116912e+00   1.082369e+00 1.064847e+00
+## 1556    HIVStatusHIV         4.588082e-01   8.656626e-01 2.809085e-01
+## 1557    HIVStatusHIV        -8.614577e-01   6.382919e-01 1.821500e+00
+## 1558    HIVStatusHIV         1.082064e+00   1.058281e+00 1.045453e+00
+## 1559    HIVStatusHIV        -5.472800e-01   6.167712e-01 7.873558e-01
+## 1560    HIVStatusHIV        -1.046435e+00   1.011536e+00 1.070193e+00
+## 1561    HIVStatusHIV         6.551878e-01   7.155546e-01 8.383899e-01
+## 1562    HIVStatusHIV        -1.062099e+00   9.083327e-01 1.367225e+00
+## 1563    HIVStatusHIV        -8.011136e-01   6.851477e-01 1.367161e+00
+## 1564    HIVStatusHIV         3.748610e+00   2.519317e+00 2.213986e+00
+## 1565    HIVStatusHIV         9.338902e-01   7.247841e-01 1.660253e+00
+## 1566    HIVStatusHIV        -1.326985e+00   9.324792e-01 2.025134e+00
+## 1567    HIVStatusHIV         6.896675e-01   6.745087e-01 1.045453e+00
+## 1568    HIVStatusHIV        -5.945409e-01   5.814730e-01 1.045453e+00
+## 1569    HIVStatusHIV         7.875715e-01   1.083465e+00 5.283844e-01
+## 1570    HIVStatusHIV        -1.396798e+01   1.463093e+01 9.114300e-01
+## 1571    HIVStatusHIV        -1.806164e+00   1.269090e+00 2.025488e+00
+## 1572    HIVStatusHIV        -1.099208e+00   1.045219e+00 1.105974e+00
+## 1573    HIVStatusHIV        -9.317698e-01   1.349671e+00 4.766080e-01
+## 1574    HIVStatusHIV        -1.306122e+00   1.974097e+00 4.377543e-01
+## 1575    HIVStatusHIV        -7.201040e-01   8.568374e-01 7.063072e-01
+## 1576    HIVStatusHIV         4.811537e-01   6.067575e-01 6.288360e-01
+## 1577    HIVStatusHIV        -5.585228e-01   3.939007e-01 2.010520e+00
+## 1578    HIVStatusHIV        -7.572408e-01   8.109094e-01 8.720137e-01
+## 1579    HIVStatusHIV         1.420440e+00   1.111980e+00 1.631743e+00
+## 1580    HIVStatusHIV         8.479954e-01   5.581580e-01 2.308196e+00
+## 1581    HIVStatusHIV        -1.221285e+00   1.765663e+00 4.784301e-01
+## 1582    HIVStatusHIV         8.189282e-01   3.978254e-01 4.237470e+00
+## 1583    HIVStatusHIV        -4.388271e-01   4.165143e-01 1.110010e+00
+## 1584    HIVStatusHIV        -5.146495e-01   4.938394e-01 1.086055e+00
+## 1585    HIVStatusHIV         7.613607e-01   7.323962e-01 1.080659e+00
+## 1586    HIVStatusHIV         1.784057e-01   1.424530e+00 1.568463e-02
+## 1587    HIVStatusHIV        -9.487616e-01   1.119891e+00 7.177324e-01
+## 1588    HIVStatusHIV        -2.993198e+00   2.840142e+00 1.110685e+00
+## 1589    HIVStatusHIV         9.857604e-01   9.677387e-01 1.037592e+00
+## 1590    HIVStatusHIV        -5.151873e-01   5.033434e-01 1.047615e+00
+## 1591    HIVStatusHIV         3.719006e-01   9.373810e-01 1.574061e-01
+## 1592    HIVStatusHIV        -8.455445e-01   8.040148e-01 1.105974e+00
+## 1593    HIVStatusHIV        -1.955182e+00   1.385844e+00 1.990426e+00
+## 1594    HIVStatusHIV        -3.667321e-04   6.272491e-01 3.418360e-07
+## 1595    HIVStatusHIV         1.546504e+00   1.488047e+00 1.080112e+00
+## 1596    HIVStatusHIV        -7.134491e-01   6.977676e-01 1.045453e+00
+## 1597    HIVStatusHIV         1.761056e+00   1.663885e+00 1.120211e+00
+## 1598    HIVStatusHIV        -6.183225e-01   6.047319e-01 1.045453e+00
+## 1599    HIVStatusHIV        -7.236482e-01   6.892090e-01 1.102436e+00
+## 1600    HIVStatusHIV        -4.341041e-01   4.119196e-01 1.110613e+00
+## 1601    HIVStatusHIV         2.580575e-01   4.259625e-01 3.670203e-01
+## 1602    HIVStatusHIV         6.734757e-01   6.903668e-01 9.516650e-01
+## 1603    HIVStatusHIV         4.875235e-01   4.768079e-01 1.045453e+00
+## 1604    HIVStatusHIV         4.556919e-01   6.461532e-01 4.973608e-01
+## 1605    HIVStatusHIV        -7.133767e-01   4.437752e-01 2.584115e+00
+## 1606    HIVStatusHIV        -7.931884e-01   8.331592e-01 9.063518e-01
+## 1607    HIVStatusHIV         3.210521e-01   3.139954e-01 1.045453e+00
+## 1608    HIVStatusHIV        -2.107658e-01   3.181560e-01 4.388540e-01
+## 1609    HIVStatusHIV         1.527230e-01   7.050322e-01 4.692355e-02
+## 1610    HIVStatusHIV        -1.036017e+00   8.299869e-01 1.558086e+00
+## 1611    HIVStatusHIV        -5.439057e-01   5.687906e-01 9.144130e-01
+## 1612    HIVStatusHIV        -4.325718e-01   9.851255e-01 1.928116e-01
+## 1613    HIVStatusHIV        -3.784647e-02   5.768078e-01 4.305151e-03
+## 1614    HIVStatusHIV         9.608538e-02   3.188431e-01 9.081561e-02
+## 1615    HIVStatusHIV         3.357990e-01   3.172477e-01 1.120371e+00
+## 1616    HIVStatusHIV        -2.563199e-01   2.438089e-01 1.105263e+00
+## 1617    HIVStatusHIV        -1.105696e+00   1.173480e+00 8.878097e-01
+## 1618    HIVStatusHIV        -5.292916e-01   4.308291e-01 1.509315e+00
+## 1619    HIVStatusHIV         8.152837e-01   7.702890e-01 1.120237e+00
+## 1620    HIVStatusHIV        -3.523870e-01   2.361484e-01 2.226742e+00
+## 1621    HIVStatusHIV        -2.716751e-01   2.783532e-01 9.525929e-01
+## 1622    HIVStatusHIV         1.407116e-01   3.044238e-01 2.136499e-01
+## 1623    HIVStatusHIV        -5.113052e-01   5.000668e-01 1.045453e+00
+## 1624    HIVStatusHIV        -2.402783e-02   2.238735e-01 1.151924e-02
+## 1625    HIVStatusHIV         2.192998e-01   3.278711e-01 4.473734e-01
+## 1626    HIVStatusHIV         2.227048e-01   8.025244e-01 7.700920e-02
+## 1627    HIVStatusHIV         1.093347e+00   8.272654e-01 1.746731e+00
+## 1628    HIVStatusHIV         8.480761e-01   7.437372e-01 1.300262e+00
+## 1629    HIVStatusHIV        -9.063750e+00   8.218276e+00 1.216338e+00
+## 1630    HIVStatusHIV        -1.925784e+00   1.872080e+00 1.058196e+00
+## 1631    HIVStatusHIV         6.562937e-03   2.331743e-01 7.922001e-04
+## 1632    HIVStatusHIV         9.425462e-01   4.765140e-01 3.912496e+00
+## 1633    HIVStatusHIV        -6.526863e-01   4.111712e-01 2.519785e+00
+## 1634    HIVStatusHIV        -6.694043e-01   1.038841e+00 4.152203e-01
+## 1635    HIVStatusHIV        -7.617854e-01   7.443596e-01 1.047369e+00
+## 1636    HIVStatusHIV        -5.177255e-01   3.372534e-01 2.356602e+00
+## 1637    HIVStatusHIV         1.034501e+00   1.011763e+00 1.045453e+00
+## 1638    HIVStatusHIV        -8.249230e-01   8.199835e-01 1.012084e+00
+## 1639    HIVStatusHIV         5.939234e-01   5.619082e-01 1.117198e+00
+## 1640    HIVStatusHIV         3.431629e-01   4.897134e-01 4.910398e-01
+## 1641    HIVStatusHIV         3.547330e-01   2.685569e-01 1.744739e+00
+## 1642    HIVStatusHIV         3.209316e-02   1.609305e-01 3.976932e-02
+## 1643    HIVStatusHIV        -4.457351e-01   4.247800e-01 1.101097e+00
+## 1644    HIVStatusHIV        -2.581961e-01   1.823314e-01 2.005286e+00
+## 1645    HIVStatusHIV         8.561389e-01   8.373211e-01 1.045453e+00
+## 1646    HIVStatusHIV         3.210521e-01   3.139954e-01 1.045453e+00
+## 1647    HIVStatusHIV        -2.147813e-01   3.193447e-01 4.523490e-01
+## 1648    HIVStatusHIV        -3.697707e-01   2.760344e-01 1.794481e+00
+## 1649    HIVStatusHIV         1.290934e+00   1.104164e+00 1.366913e+00
+## 1650    HIVStatusHIV         6.621852e-01   5.623672e-01 1.386497e+00
+## 1651    HIVStatusHIV         1.438404e-01   1.257806e-01 1.307780e+00
+## 1652    HIVStatusHIV         6.186745e-01   6.871829e-01 8.105500e-01
+## 1653    HIVStatusHIV        -2.284758e-01   2.167998e-01 1.110613e+00
+## 1654    HIVStatusHIV        -3.496915e-01   2.142162e-01 2.664806e+00
+## 1655    HIVStatusHIV        -2.789491e-01   1.511348e-01 3.406596e+00
+## 1656    HIVStatusHIV         3.094696e-01   2.715502e-01 1.298780e+00
+## 1657    HIVStatusHIV         5.900801e-01   5.224458e-01 1.275673e+00
+## 1658    HIVStatusHIV         1.418697e-01   2.289359e-01 3.840181e-01
+## 1659    HIVStatusHIV         9.935430e-01   1.039030e+00 9.143600e-01
+## 1660    HIVStatusHIV         3.811536e-01   2.422709e-01 2.475128e+00
+## 1661    HIVStatusHIV        -4.557103e-01   4.867983e-01 8.763537e-01
+## 1662    HIVStatusHIV        -3.439201e-01   2.232447e-01 2.373302e+00
+## 1663    HIVStatusHIV        -6.147246e+00   5.736214e+00 1.148446e+00
+## 1664    HIVStatusHIV        -1.271957e-01   3.153766e-01 1.626618e-01
+## 1665    HIVStatusHIV        -1.268111e+00   1.203266e+00 1.110686e+00
+## 1666    HIVStatusHIV         3.337046e-01   2.426018e-01 1.892067e+00
+## 1667    HIVStatusHIV        -3.203034e+00   3.483755e+00 8.453331e-01
+## 1668    HIVStatusHIV         5.350868e-01   5.233257e-01 1.045453e+00
+## 1669    HIVStatusHIV        -3.748524e+00   3.354759e+00 1.248527e+00
+## 1670    HIVStatusHIV        -3.745496e-01   3.574849e-01 1.097749e+00
+## 1671    HIVStatusHIV         2.734888e-01   2.674776e-01 1.045453e+00
+## 1672    HIVStatusHIV        -1.783623e-01   1.744419e-01 1.045453e+00
+## 1673    HIVStatusHIV        -2.225538e-01   1.568708e-01 2.012731e+00
+## 1674    HIVStatusHIV        -6.809887e-01   6.462842e-01 1.110281e+00
+## 1675    HIVStatusHIV         2.421019e-01   2.003660e-01 1.459984e+00
+## 1676    HIVStatusHIV        -2.972705e-01   2.907365e-01 1.045453e+00
+## 1677    HIVStatusHIV        -1.947413e-01   1.847205e-01 1.111440e+00
+## 1678    HIVStatusHIV         1.389348e-02   3.802422e-01 1.335063e-03
+## 1679    HIVStatusHIV        -1.306377e-01   1.646846e-01 6.292618e-01
+## 1680    HIVStatusHIV         3.211270e-01   2.201385e-01 2.127951e+00
+## 1681    HIVStatusHIV        -4.162411e+00   3.740299e+00 1.238446e+00
+## 1682    HIVStatusHIV        -4.442938e-01   4.123792e-01 1.160772e+00
+## 1683    HIVStatusHIV        -2.494261e-01   2.320950e-01 1.154921e+00
+## 1684    HIVStatusHIV         4.189547e-01   3.840042e-01 1.190316e+00
+## 1685    HIVStatusHIV         4.161786e-01   4.070311e-01 1.045453e+00
+## 1686    HIVStatusHIV         3.446197e-01   3.872473e-01 7.919605e-01
+## 1687    HIVStatusHIV        -2.019072e-01   1.803795e-01 1.252937e+00
+## 1688    HIVStatusHIV        -5.093416e-01   3.389135e-01 2.258606e+00
+## 1689    HIVStatusHIV        -3.749270e-01   3.568145e-01 1.104100e+00
+## 1690    HIVStatusHIV         1.052678e-01   9.896019e-02 1.131541e+00
+## 1691    HIVStatusHIV         2.657010e-01   2.332661e-01 1.297427e+00
+## 1692    HIVStatusHIV        -3.266558e-01   2.150059e-01 2.308236e+00
+## 1693    HIVStatusHIV        -1.768044e-01   1.144307e-01 2.387268e+00
+## 1694    HIVStatusHIV         1.070175e-01   1.046651e-01 1.045455e+00
+## 1695    HIVStatusHIV        -2.554224e-01   2.203232e-01 1.343994e+00
+## 1696    HIVStatusHIV         4.030991e-01   3.599649e-01 1.254017e+00
+## 1697    HIVStatusHIV         3.564879e-01   3.373460e-01 1.116705e+00
+## 1698    HIVStatusHIV         5.098119e-01   2.998414e-01 2.890924e+00
+## 1699    HIVStatusHIV        -2.406710e-01   2.287193e-01 1.107241e+00
+## 1700    HIVStatusHIV        -7.369307e-02   8.435315e-02 7.632216e-01
+## 1701    HIVStatusHIV        -1.166137e-01   1.107225e-01 1.109244e+00
+## 1702    HIVStatusHIV        -5.244226e-01   3.245373e-01 2.611160e+00
+## 1703    HIVStatusHIV         2.835460e-01   2.666343e-01 1.130876e+00
+## 1704    HIVStatusHIV         9.512664e-02   9.303568e-02 1.045455e+00
+## 1705    HIVStatusHIV        -2.541385e-01   2.421826e-01 1.101172e+00
+## 1706    HIVStatusHIV         2.615874e-01   2.470096e-01 1.121517e+00
+## 1707    HIVStatusHIV        -2.532735e-01   2.295425e-01 1.217456e+00
+## 1708    HIVStatusHIV        -1.422641e-01   1.856424e-01 5.872676e-01
+## 1709    HIVStatusHIV        -3.136308e+00   2.841173e+00 1.218546e+00
+## 1710    HIVStatusHIV        -1.046099e-01   8.723522e-02 1.438009e+00
+## 1711    HIVStatusHIV        -1.158792e-01   1.451490e-01 6.373573e-01
+## 1712    HIVStatusHIV         2.259255e-01   2.209597e-01 1.045453e+00
+## 1713    HIVStatusHIV         6.611928e-01   4.671689e-01 2.003126e+00
+## 1714    HIVStatusHIV         2.479465e-01   2.337424e-01 1.125229e+00
+## 1715    HIVStatusHIV        -1.515485e-01   1.438684e-01 1.109615e+00
+## 1716    HIVStatusHIV        -2.853796e-01   2.791070e-01 1.045453e+00
+## 1717    HIVStatusHIV        -8.151434e-02   7.622011e-02 1.143744e+00
+## 1718    HIVStatusHIV        -9.412955e-02   1.285790e-01 5.359345e-01
+## 1719    HIVStatusHIV        -1.169636e-01   1.111735e-01 1.106876e+00
+## 1720    HIVStatusHIV        -1.169636e-01   1.111735e-01 1.106876e+00
+## 1721    HIVStatusHIV        -1.613811e-01   1.595508e-01 1.023075e+00
+## 1722    HIVStatusHIV         6.289774e-01   6.073140e-01 1.072614e+00
+## 1723    HIVStatusHIV        -5.546377e-01   4.555929e-01 1.482057e+00
+## 1724    HIVStatusHIV         1.189083e-01   1.162946e-01 1.045455e+00
+## 1725    HIVStatusHIV        -2.206756e-01   1.421073e-01 2.411437e+00
+## 1726    HIVStatusHIV         6.334535e-02   1.532754e-01 1.707987e-01
+## 1727    HIVStatusHIV         4.946901e-02   9.427541e-02 2.753402e-01
+## 1728    HIVStatusHIV        -5.107352e+00   4.921179e+00 1.077093e+00
+## 1729    HIVStatusHIV         3.044861e-01   2.843557e-01 1.146598e+00
+## 1730    HIVStatusHIV        -2.534407e-02   4.846003e-02 2.735176e-01
+## 1731    HIVStatusHIV         1.944981e-01   2.250022e-01 7.472351e-01
+## 1732    HIVStatusHIV         1.345738e-01   1.261722e-01 1.137612e+00
+## 1733    HIVStatusHIV        -7.342574e-02   6.976053e-02 1.107840e+00
+## 1734    HIVStatusHIV        -8.247179e-02   5.653453e-02 2.128057e+00
+## 1735    HIVStatusHIV        -8.323581e-02   8.140622e-02 1.045455e+00
+## 1736    HIVStatusHIV        -5.021313e-02   1.238654e-01 1.643367e-01
+## 1737    HIVStatusHIV        -1.567070e-01   1.486429e-01 1.111446e+00
+## 1738    HIVStatusHIV        -8.427406e+00   8.029799e+00 1.101485e+00
+## 1739    HIVStatusHIV        -2.822785e-01   2.455179e-01 1.321872e+00
+## 1740    HIVStatusHIV         2.972705e-01   2.907365e-01 1.045453e+00
+## 1741    HIVStatusHIV        -1.165757e-01   1.106680e-01 1.109615e+00
+## 1742    HIVStatusHIV        -1.189083e-01   1.162946e-01 1.045455e+00
+## 1743    HIVStatusHIV        -3.807655e-01   3.670252e-01 1.076275e+00
+## 1744    HIVStatusHIV         2.413142e-01   3.867382e-01 3.893423e-01
+## 1745    HIVStatusHIV         7.076832e-02   2.262501e-01 9.783631e-02
+## 1746    HIVStatusHIV         3.920102e-01   3.693202e-01 1.126649e+00
+## 1747    HIVStatusHIV         1.546818e-01   1.938203e-01 6.369124e-01
+## 1748    HIVStatusHIV        -7.134498e-02   6.977676e-02 1.045455e+00
+## 1749    HIVStatusHIV         6.922138e-04   1.683511e-01 1.690630e-05
+## 1750    HIVStatusHIV        -9.497697e-02   9.014847e-02 1.109992e+00
+## 1751    HIVStatusHIV         1.092723e-02   7.189042e-02 2.310354e-02
+## 1752    HIVStatusHIV         1.387801e-01   1.307680e-01 1.126293e+00
+## 1753    HIVStatusHIV        -1.057615e-01   2.293234e-01 2.126956e-01
+## 1754    HIVStatusHIV        -2.860484e-01   2.767981e-01 1.067955e+00
+## 1755    HIVStatusHIV         2.649892e-01   2.496169e-01 1.126960e+00
+## 1756    HIVStatusHIV        -3.557886e-02   7.805435e-02 2.077733e-01
+## 1757    HIVStatusHIV        -6.873224e-02   6.519547e-02 1.111440e+00
+## 1758    HIVStatusHIV         1.343738e-01   1.254308e-01 1.147681e+00
+## 1759    HIVStatusHIV         2.782729e-03   3.403330e-02 6.685499e-03
+## 1760    HIVStatusHIV         3.677816e-01   3.456292e-01 1.132294e+00
+## 1761    HIVStatusHIV        -1.070175e-01   1.046651e-01 1.045455e+00
+## 1762    HIVStatusHIV        -2.972705e-01   2.907365e-01 1.045453e+00
+## 1763    HIVStatusHIV         2.259255e-01   2.209597e-01 1.045453e+00
+## 1764    HIVStatusHIV        -7.387097e-02   7.011548e-02 1.109992e+00
+## 1765    HIVStatusHIV        -6.034280e-02   5.745260e-02 1.103143e+00
+## 1766    HIVStatusHIV        -3.091613e-01   3.023660e-01 1.045453e+00
+## 1767    HIVStatusHIV        -2.196408e-01   2.078863e-01 1.116283e+00
+## 1768    HIVStatusHIV        -3.719007e+00   3.524155e+00 1.113638e+00
+## 1769    HIVStatusHIV         7.037723e-02   2.557334e-01 7.573375e-02
+## 1770    HIVStatusHIV        -9.521736e-02   9.275691e-02 1.053755e+00
+## 1771    HIVStatusHIV         2.065346e-03   3.663370e-02 3.178513e-03
+## 1772    HIVStatusHIV        -1.208225e-01   1.153655e-01 1.096841e+00
+## 1773    HIVStatusHIV         1.680045e-01   1.749789e-01 9.218716e-01
+## 1774    HIVStatusHIV         1.028306e-01   9.682398e-02 1.127922e+00
+## 1775    HIVStatusHIV         1.180905e-01   1.110748e-01 1.130313e+00
+## 1776    HIVStatusHIV        -2.259255e-01   2.209597e-01 1.045453e+00
+## 1777    HIVStatusHIV        -6.331798e-02   6.009898e-02 1.109992e+00
+## 1778    HIVStatusHIV        -6.331798e-02   6.009898e-02 1.109992e+00
+## 1779    HIVStatusHIV        -4.569520e-02   4.335996e-02 1.110615e+00
+## 1780    HIVStatusHIV        -8.455445e-02   8.040148e-02 1.105974e+00
+## 1781    HIVStatusHIV         1.115759e-01   1.051841e-01 1.125229e+00
+## 1782    HIVStatusHIV        -2.164787e-01   2.053909e-01 1.110882e+00
+## 1783    HIVStatusHIV        -4.669829e-02   6.599298e-02 5.007332e-01
+## 1784    HIVStatusHIV         2.694329e-01   2.529975e-01 1.134146e+00
+## 1785    HIVStatusHIV         1.664715e-01   1.628124e-01 1.045453e+00
+## 1786    HIVStatusHIV        -1.456781e-01   1.382728e-01 1.109979e+00
+## 1787    HIVStatusHIV         9.406167e-02   8.780154e-02 1.147681e+00
+## 1788    HIVStatusHIV        -2.696411e-02   1.033600e-01 6.805614e-02
+## 1789    HIVStatusHIV         1.193082e-01   1.015396e-01 1.380605e+00
+## 1790    HIVStatusHIV         7.181230e-02   1.058971e-01 4.598645e-01
+## 1791    HIVStatusHIV        -2.534417e-01   2.435472e-01 1.082903e+00
+## 1792    HIVStatusHIV         2.616104e-01   2.468708e-01 1.122976e+00
+## 1793    HIVStatusHIV         1.507719e-01   8.017204e-02 3.536672e+00
+## 1794    HIVStatusHIV        -4.582149e-02   4.346365e-02 1.111440e+00
+## 1795    HIVStatusHIV         2.044414e-01   1.546006e-01 1.748701e+00
+## 1796    HIVStatusHIV        -5.276498e-02   5.008248e-02 1.109992e+00
+## 1797    HIVStatusHIV        -6.770030e-02   3.009152e-02 5.061660e+00
+## 1798    HIVStatusHIV         9.021681e-02   8.483833e-02 1.130813e+00
+## 1799    HIVStatusHIV        -1.903827e-01   1.835126e-01 1.076275e+00
+## 1800    HIVStatusHIV         1.501016e-01   8.349256e-02 3.232026e+00
+## 1801    HIVStatusHIV        -3.567249e-02   3.488838e-02 1.045455e+00
+## 1802    HIVStatusHIV        -2.012689e-01   1.385781e-01 2.109424e+00
+## 1803    HIVStatusHIV        -3.427140e-02   3.251997e-02 1.110615e+00
+## 1804    HIVStatusHIV        -3.427140e-02   3.251997e-02 1.110615e+00
+## 1805    HIVStatusHIV         3.091973e-01   2.909356e-01 1.129478e+00
+## 1806    HIVStatusHIV         4.212476e-02   5.141392e-02 6.712952e-01
+## 1807    HIVStatusHIV        -2.883929e-01   2.749253e-01 1.100372e+00
+## 1808    HIVStatusHIV         1.684430e-01   1.423140e-01 1.400911e+00
+## 1809    HIVStatusHIV        -6.039604e-02   5.742963e-02 1.105974e+00
+## 1810    HIVStatusHIV         8.045973e-02   7.540395e-02 1.138594e+00
+## 1811    HIVStatusHIV         7.134498e-02   6.977676e-02 1.045455e+00
+## 1812    HIVStatusHIV        -8.933287e-02   6.462047e-02 1.911095e+00
+## 1813    HIVStatusHIV         7.872700e-02   7.404986e-02 1.130313e+00
+## 1814    HIVStatusHIV        -4.663029e-02   4.426720e-02 1.109615e+00
+## 1815    HIVStatusHIV         7.105267e-02   6.678816e-02 1.131779e+00
+## 1816    HIVStatusHIV        -3.436551e-02   3.259777e-02 1.111399e+00
+## 1817    HIVStatusHIV         1.471708e-01   1.386401e-01 1.126849e+00
+## 1818    HIVStatusHIV        -3.630569e-02   3.431434e-02 1.119433e+00
+## 1819    HIVStatusHIV         8.567568e-02   5.795838e-02 2.185157e+00
+## 1820    HIVStatusHIV         8.677744e-02   8.213478e-02 1.116245e+00
+## 1821    HIVStatusHIV         2.521558e-02   3.655740e-02 4.757595e-01
+## 1822    HIVStatusHIV        -6.863743e-02   9.283999e-02 5.465775e-01
+## 1823    HIVStatusHIV        -1.108706e-01   1.191938e-01 8.652180e-01
+## 1824    HIVStatusHIV        -1.664715e-01   1.628124e-01 1.045453e+00
+## 1825    HIVStatusHIV         1.463895e-01   1.485699e-01 9.708635e-01
+## 1826    HIVStatusHIV        -1.388403e-01   1.197824e-01 1.343521e+00
+## 1827    HIVStatusHIV        -4.782930e-02   3.484893e-02 1.883689e+00
+## 1828    HIVStatusHIV        -1.202951e-02   1.947176e-02 3.816675e-01
+## 1829    HIVStatusHIV        -4.678420e-02   4.430366e-02 1.115114e+00
+## 1830    HIVStatusHIV        -4.678420e-02   4.430366e-02 1.115114e+00
+## 1831    HIVStatusHIV        -1.810742e-01   1.720393e-01 1.107792e+00
+## 1832    HIVStatusHIV         6.444058e-02   6.059881e-02 1.130813e+00
+## 1833    HIVStatusHIV        -4.830580e-02   3.520466e-02 1.882774e+00
+## 1834    HIVStatusHIV         1.455397e-02   4.289361e-02 1.151272e-01
+## 1835    HIVStatusHIV         6.560583e-02   6.170822e-02 1.130313e+00
+## 1836    HIVStatusHIV        -4.756332e-02   4.651784e-02 1.045455e+00
+## 1837    HIVStatusHIV        -1.020718e-01   9.742967e-02 1.097562e+00
+## 1838    HIVStatusHIV        -8.902918e-02   7.400080e-02 1.447411e+00
+## 1839    HIVStatusHIV         9.921441e-02   9.373998e-02 1.120211e+00
+## 1840    HIVStatusHIV         3.534380e-02   2.529982e-02 1.951605e+00
+## 1841    HIVStatusHIV        -2.332273e-02   2.214450e-02 1.109244e+00
+## 1842    HIVStatusHIV        -2.332273e-02   2.214450e-02 1.109244e+00
+## 1843    HIVStatusHIV        -1.085766e-01   9.124884e-02 1.415851e+00
+## 1844    HIVStatusHIV        -2.284760e-02   2.167998e-02 1.110615e+00
+## 1845    HIVStatusHIV        -4.231883e-02   4.122529e-02 1.053755e+00
+## 1846    HIVStatusHIV         3.482950e-03   3.328690e-02 1.094832e-02
+## 1847    HIVStatusHIV         1.181939e-02   2.616123e-02 2.041143e-01
+## 1848    HIVStatusHIV        -6.357720e-02   4.943610e-02 1.653920e+00
+## 1849    HIVStatusHIV        -1.329417e-01   1.277728e-01 1.082545e+00
+## 1850    HIVStatusHIV        -1.329417e-01   1.277728e-01 1.082545e+00
+## 1851    HIVStatusHIV        -1.189083e-01   1.162946e-01 1.045455e+00
+## 1852    HIVStatusHIV         7.120688e-02   6.713425e-02 1.125008e+00
+## 1853    HIVStatusHIV         1.442649e-01   1.357920e-01 1.128687e+00
+## 1854    HIVStatusHIV         4.027276e-02   3.787173e-02 1.130817e+00
+## 1855    HIVStatusHIV         4.027276e-02   3.787173e-02 1.130817e+00
+## 1856    HIVStatusHIV        -2.291034e-02   2.173184e-02 1.111399e+00
+## 1857    HIVStatusHIV        -2.291034e-02   2.173184e-02 1.111399e+00
+## 1858    HIVStatusHIV        -2.420380e-02   2.287623e-02 1.119433e+00
+## 1859    HIVStatusHIV        -2.420380e-02   2.287623e-02 1.119433e+00
+## 1860    HIVStatusHIV        -1.206865e-01   1.159749e-01 1.082903e+00
+## 1861    HIVStatusHIV        -3.623762e-02   3.445778e-02 1.105974e+00
+## 1862    HIVStatusHIV         1.030069e-01   9.681772e-02 1.131939e+00
+## 1863    HIVStatusHIV         4.031214e-02   3.762923e-02 1.147681e+00
+## 1864    HIVStatusHIV         5.660602e-02   8.803411e-02 4.134502e-01
+## 1865    HIVStatusHIV        -3.173912e-02   3.091897e-02 1.053755e+00
+## 1866    HIVStatusHIV        -3.173912e-02   3.091897e-02 1.053755e+00
+## 1867    HIVStatusHIV         9.930492e-02   9.871171e-02 1.012055e+00
+## 1868    HIVStatusHIV         9.930492e-02   9.871171e-02 1.012055e+00
+## 1869    HIVStatusHIV         1.341694e-01   1.263178e-01 1.128179e+00
+## 1870    HIVStatusHIV         5.105322e-02   3.440180e-02 2.202338e+00
+## 1871    HIVStatusHIV         9.013106e-02   8.471550e-02 1.131939e+00
+## 1872    HIVStatusHIV        -5.742187e-02   3.272621e-02 3.078672e+00
+## 1873    HIVStatusHIV        -2.110599e-02   2.003299e-02 1.109992e+00
+## 1874    HIVStatusHIV         5.226928e-02   3.243207e-02 2.597429e+00
+## 1875    HIVStatusHIV         1.485471e-02   2.691652e-02 3.045723e-01
+## 1876    HIVStatusHIV        -8.323581e-02   8.140622e-02 1.045455e+00
+## 1877    HIVStatusHIV         1.189083e-02   1.162946e-02 1.045455e+00
+## 1878    HIVStatusHIV        -7.394322e-02   7.033585e-02 1.105206e+00
+## 1879    HIVStatusHIV         9.521509e-02   9.005298e-02 1.117932e+00
+## 1880    HIVStatusHIV         6.689584e-02   6.301824e-02 1.126849e+00
+## 1881    HIVStatusHIV        -1.902974e-02   4.871108e-02 1.526195e-01
+## 1882    HIVStatusHIV        -2.339210e-02   2.215183e-02 1.115114e+00
+## 1883    HIVStatusHIV         2.634167e-02   2.468919e-02 1.138342e+00
+## 1884    HIVStatusHIV        -7.241913e-02   6.865675e-02 1.112603e+00
+## 1885    HIVStatusHIV        -2.415842e-02   2.297185e-02 1.105974e+00
+## 1886    HIVStatusHIV         7.134498e-02   6.977676e-02 1.045455e+00
+## 1887    HIVStatusHIV        -3.567249e-02   3.488838e-02 1.045455e+00
+## 1888    HIVStatusHIV        -7.134498e-02   6.977676e-02 1.045455e+00
+## 1889    HIVStatusHIV         5.924319e-02   3.804828e-02 2.424414e+00
+## 1890    HIVStatusHIV         1.339493e-02   1.263750e-02 1.123464e+00
+## 1891    HIVStatusHIV        -2.416449e-02   2.306354e-02 1.097749e+00
+## 1892    HIVStatusHIV        -1.166138e-02   1.107225e-02 1.109247e+00
+## 1893    HIVStatusHIV        -1.166138e-02   1.107225e-02 1.109247e+00
+## 1894    HIVStatusHIV        -1.166138e-02   1.107225e-02 1.109247e+00
+## 1895    HIVStatusHIV        -6.337990e-02   6.028787e-02 1.105206e+00
+## 1896    HIVStatusHIV         2.621310e-02   2.463630e-02 1.132103e+00
+## 1897    HIVStatusHIV         2.621310e-02   2.463630e-02 1.132103e+00
+## 1898    HIVStatusHIV         2.356800e-02   2.560989e-02 8.468962e-01
+## 1899    HIVStatusHIV         1.189083e-02   1.162946e-02 1.045455e+00
+## 1900    HIVStatusHIV         2.568400e-02   2.416381e-02 1.129781e+00
+## 1901    HIVStatusHIV        -2.115522e-02   2.005465e-02 1.112769e+00
+## 1902    HIVStatusHIV        -1.145517e-02   1.086592e-02 1.111399e+00
+## 1903    HIVStatusHIV        -4.183634e-02   3.959740e-02 1.116283e+00
+## 1904    HIVStatusHIV        -1.821186e-02   3.231834e-02 3.175489e-01
+## 1905    HIVStatusHIV         3.567249e-02   3.488838e-02 1.045455e+00
+## 1906    HIVStatusHIV        -2.402212e-02   2.285310e-02 1.104924e+00
+## 1907    HIVStatusHIV         1.345738e-02   1.261722e-02 1.137612e+00
+## 1908    HIVStatusHIV         1.345738e-02   1.261722e-02 1.137612e+00
+## 1909    HIVStatusHIV        -4.213989e-02   3.993121e-02 1.113684e+00
+## 1910    HIVStatusHIV         2.378166e-02   2.325892e-02 1.045455e+00
+## 1911    HIVStatusHIV        -1.030536e-01   9.916696e-02 1.079922e+00
+## 1912    HIVStatusHIV        -1.169607e-02   1.107591e-02 1.115117e+00
+## 1913    HIVStatusHIV        -1.169607e-02   1.107591e-02 1.115117e+00
+## 1914    HIVStatusHIV        -1.169607e-02   1.107591e-02 1.115117e+00
+## 1915    HIVStatusHIV        -1.169607e-02   1.107591e-02 1.115117e+00
+## 1916    HIVStatusHIV        -1.169607e-02   1.107591e-02 1.115117e+00
+## 1917    HIVStatusHIV        -1.169607e-02   1.107591e-02 1.115117e+00
+## 1918    HIVStatusHIV        -1.207921e-02   1.148593e-02 1.105974e+00
+## 1919    HIVStatusHIV        -1.207921e-02   1.148593e-02 1.105974e+00
+## 1920    HIVStatusHIV        -1.189083e-02   1.162946e-02 1.045455e+00
+## 1921    HIVStatusHIV        -1.189083e-02   1.162946e-02 1.045455e+00
+## 1922    HIVStatusHIV        -1.165674e-02   1.107147e-02 1.108521e+00
+## 1923    HIVStatusHIV        -1.208225e-02   1.153177e-02 1.097750e+00
+## 1924    HIVStatusHIV        -3.168995e-02   3.014393e-02 1.105206e+00
+## 1925    HIVStatusHIV         1.336531e-02   1.262769e-02 1.120238e+00
+## 1926    HIVStatusHIV         1.310655e-02   1.231815e-02 1.132103e+00
+## 1927    HIVStatusHIV         3.946604e-02   3.705050e-02 1.134642e+00
+## 1928    HIVStatusHIV        -1.209442e-02   1.151014e-02 1.104100e+00
+## 1929    HIVStatusHIV        -5.725201e-02   5.509276e-02 1.079922e+00
+## 1930    HIVStatusHIV        -2.106995e-02   1.996560e-02 1.113684e+00
+## 1931    HIVStatusHIV        -2.413730e-02   2.319497e-02 1.082903e+00
+## 1932    HIVStatusHIV         1.189083e-02   1.162946e-02 1.045455e+00
+## 1933    HIVStatusHIV        -1.102694e-02   1.045101e-02 1.113253e+00
+## 1934    HIVStatusHIV        -2.284845e-02   2.168049e-02 1.110645e+00
+## 1935    HIVStatusHIV        -2.495278e-02   2.518678e-02 9.815051e-01
+## 1936    HIVStatusHIV        -2.495278e-02   2.518678e-02 9.815051e-01
+## 1937    HIVStatusHIV        -2.338807e-02   2.217847e-02 1.112053e+00
+## 1938    HIVStatusHIV         1.337917e-02   1.260365e-02 1.126849e+00
+## 1939    HIVStatusHIV         1.242471e-02   1.221920e-02 1.033921e+00
+## 1940    HIVStatusHIV        -3.027605e-01   2.875803e-01 1.108358e+00
+## 1941    HIVStatusHIV         1.289049e-02   1.212060e-02 1.131074e+00
+## 1942 MothChildMother         5.544548e+04   1.887806e+06 8.626163e-04
+## 1943 MothChildMother        -1.884367e+06   4.657222e+05 1.637107e+01
+## 1944 MothChildMother        -1.200823e+06   5.822301e+05 4.253720e+00
+## 1945 MothChildMother         6.081656e+06   2.170732e+06 7.849302e+00
+## 1946 MothChildMother         3.537821e+06   1.691472e+06 4.374637e+00
+## 1947 MothChildMother        -1.417844e+06   3.856761e+05 1.351485e+01
+## 1948 MothChildMother        -1.127497e+05   1.295451e+05 7.575109e-01
+## 1949 MothChildMother         9.338708e+04   8.614884e+04 1.175100e+00
+## 1950 MothChildMother         6.371588e+04   9.196123e+04 4.800493e-01
+## 1951 MothChildMother         6.269315e+05   4.837589e+05 1.679508e+00
+## 1952 MothChildMother        -6.749208e+03   2.534460e+04 7.091443e-02
+## 1953 MothChildMother        -1.486818e+04   2.183899e+04 4.635005e-01
+## 1954 MothChildMother         2.207381e+03   2.476195e+03 7.946663e-01
+## 1955 MothChildMother        -1.861381e+05   1.811074e+05 1.056325e+00
+## 1956 MothChildMother         8.540783e+04   4.416672e+04 3.739428e+00
+## 1957 MothChildMother        -1.183864e+03   1.235949e+04 9.174934e-03
+## 1958 MothChildMother         9.140473e+03   6.843388e+03 1.784001e+00
+## 1959 MothChildMother         9.684195e+03   9.569952e+03 1.024018e+00
+## 1960 MothChildMother        -1.567137e+03   2.756002e+03 3.233367e-01
+## 1961 MothChildMother         9.457010e+04   6.652378e+04 2.020942e+00
+## 1962 MothChildMother         4.540980e+03   2.751736e+03 2.723239e+00
+## 1963 MothChildMother         1.695775e+05   1.664262e+05 1.038229e+00
+## 1964 MothChildMother         2.386287e+03   4.194869e+03 3.236001e-01
+## 1965 MothChildMother         2.837683e+03   1.366355e+03 4.313213e+00
+## 1966 MothChildMother         2.776449e+03   2.618074e+03 1.124645e+00
+## 1967 MothChildMother         8.934916e+02   9.852064e+02 8.224821e-01
+## 1968 MothChildMother         5.963713e+02   8.297175e+02 5.166221e-01
+## 1969 MothChildMother        -1.614439e+03   1.744027e+03 8.569134e-01
+## 1970 MothChildMother        -1.125235e+02   8.335429e+02 1.822344e-02
+## 1971 MothChildMother        -2.598415e+03   1.744218e+03 2.219298e+00
+## 1972 MothChildMother        -1.060366e+02   1.668592e+03 4.038415e-03
+## 1973 MothChildMother         1.315728e+03   3.905615e+03 1.134889e-01
+## 1974 MothChildMother         1.455710e+03   4.011851e+03 1.316620e-01
+## 1975 MothChildMother        -4.839963e+03   4.531834e+03 1.140607e+00
+## 1976 MothChildMother        -2.954202e+02   8.598554e+02 1.180401e-01
+## 1977 MothChildMother         3.114074e+04   3.084779e+04 1.019084e+00
+## 1978 MothChildMother        -6.902244e+03   3.933929e+03 3.078418e+00
+## 1979 MothChildMother        -1.295684e+03   2.246386e+03 3.326822e-01
+## 1980 MothChildMother         2.481933e+03   2.542571e+03 9.528706e-01
+## 1981 MothChildMother         1.138283e+03   2.897735e+03 1.543060e-01
+## 1982 MothChildMother         4.931563e+03   5.004530e+03 9.710520e-01
+## 1983 MothChildMother         1.335885e+03   1.602256e+03 6.951439e-01
+## 1984 MothChildMother        -2.003876e+02   9.847567e+02 4.140796e-02
+## 1985 MothChildMother        -8.961096e+02   8.976976e+02 9.964652e-01
+## 1986 MothChildMother        -1.104230e+03   9.909517e+02 1.241693e+00
+## 1987 MothChildMother        -8.985370e+02   3.141388e+03 8.181423e-02
+## 1988 MothChildMother         3.405910e+03   1.650787e+03 4.256810e+00
+## 1989 MothChildMother         4.173224e+02   1.384304e+03 9.088255e-02
+## 1990 MothChildMother         2.532507e+02   5.554646e+02 2.078684e-01
+## 1991 MothChildMother        -4.402697e+03   5.034859e+03 7.646504e-01
+## 1992 MothChildMother         1.273810e+03   1.183784e+03 1.157882e+00
+## 1993 MothChildMother        -2.877727e+03   3.325260e+03 7.489416e-01
+## 1994 MothChildMother        -3.854640e+03   3.793272e+03 1.032618e+00
+## 1995 MothChildMother         2.691824e+03   2.538740e+03 1.124235e+00
+## 1996 MothChildMother         4.841055e+03   2.977938e+03 2.642705e+00
+## 1997 MothChildMother        -2.403196e+03   4.538350e+03 2.804027e-01
+## 1998 MothChildMother         3.828057e+02   3.330689e+02 1.320957e+00
+## 1999 MothChildMother         6.024198e+02   6.093111e+02 9.775079e-01
+## 2000 MothChildMother        -1.413500e+03   2.573279e+03 3.017295e-01
+## 2001 MothChildMother        -7.649843e+01   4.033336e+02 3.597297e-02
+## 2002 MothChildMother         2.961400e+03   2.665147e+03 1.234673e+00
+## 2003 MothChildMother         7.727827e+03   5.165675e+03 2.238003e+00
+## 2004 MothChildMother         5.472152e+03   2.812827e+03 3.784689e+00
+## 2005 MothChildMother        -2.635029e+04   2.314048e+04 1.296660e+00
+## 2006 MothChildMother         5.561102e+02   3.301050e+02 2.838034e+00
+## 2007 MothChildMother        -7.442829e+02   7.449717e+02 9.981516e-01
+## 2008 MothChildMother        -2.426912e+03   1.929604e+03 1.581874e+00
+## 2009 MothChildMother         4.259468e+02   2.593631e+02 2.697083e+00
+## 2010 MothChildMother        -5.144682e+02   8.108857e+02 4.025297e-01
+## 2011 MothChildMother         2.059004e+02   5.130178e+02 1.610829e-01
+## 2012 MothChildMother        -1.116838e+03   8.377667e+02 1.777192e+00
+## 2013 MothChildMother         1.422086e+04   1.303552e+04 1.190130e+00
+## 2014 MothChildMother         3.412602e+01   2.762009e+02 1.526585e-02
+## 2015 MothChildMother         2.418606e+03   1.584301e+03 2.330531e+00
+## 2016 MothChildMother         4.211002e+02   2.478382e+02 2.886917e+00
+## 2017 MothChildMother        -5.522951e+02   3.862602e+02 2.044478e+00
+## 2018 MothChildMother         1.108401e+03   8.730729e+02 1.611733e+00
+## 2019 MothChildMother         4.050204e+02   6.200587e+02 4.266662e-01
+## 2020 MothChildMother        -5.543109e+02   4.573537e+02 1.468935e+00
+## 2021 MothChildMother         8.282401e+00   5.211790e+01 2.525450e-02
+## 2022 MothChildMother         7.851326e+02   5.097683e+02 2.372141e+00
+## 2023 MothChildMother         1.819397e+03   1.291210e+03 1.985460e+00
+## 2024 MothChildMother         4.555768e+02   2.320989e+02 3.852807e+00
+## 2025 MothChildMother         5.035017e+02   6.567549e+02 5.877535e-01
+## 2026 MothChildMother         3.210395e+03   2.712002e+03 1.401319e+00
+## 2027 MothChildMother         2.613935e+02   3.362708e+02 6.042425e-01
+## 2028 MothChildMother        -2.526707e+03   1.780298e+03 2.014300e+00
+## 2029 MothChildMother         1.900175e+02   3.030975e+02 3.930272e-01
+## 2030 MothChildMother        -3.124767e+02   2.073150e+02 2.271819e+00
+## 2031 MothChildMother         1.981199e+01   7.317210e+01 7.331036e-02
+## 2032 MothChildMother        -3.105324e+02   1.376644e+02 5.088273e+00
+## 2033 MothChildMother        -1.656452e+02   2.960307e+02 3.131008e-01
+## 2034 MothChildMother        -9.537640e+03   9.121608e+03 1.093299e+00
+## 2035 MothChildMother         9.445026e+01   1.099604e+02 7.377912e-01
+## 2036 MothChildMother         2.204365e+02   4.074986e+02 2.926272e-01
+## 2037 MothChildMother         9.210351e+02   4.303839e+02 4.579734e+00
+## 2038 MothChildMother         1.277487e+03   1.255656e+03 1.035074e+00
+## 2039 MothChildMother         3.703567e+02   1.972266e+02 3.526221e+00
+## 2040 MothChildMother        -4.138680e+03   4.275985e+03 9.368098e-01
+## 2041 MothChildMother        -1.921299e+03   1.104891e+03 3.023789e+00
+## 2042 MothChildMother         1.068129e+03   1.039411e+03 1.056020e+00
+## 2043 MothChildMother         6.267423e+02   5.543840e+02 1.278076e+00
+## 2044 MothChildMother         1.276846e+02   1.730906e+02 5.441638e-01
+## 2045 MothChildMother        -7.446761e+01   2.758395e+02 7.288226e-02
+## 2046 MothChildMother         5.533650e+02   3.501168e+02 2.498029e+00
+## 2047 MothChildMother         1.491736e+02   1.153141e+02 1.673474e+00
+## 2048 MothChildMother         7.501608e+02   4.786854e+02 2.455887e+00
+## 2049 MothChildMother         1.952507e+02   2.322996e+02 7.064607e-01
+## 2050 MothChildMother        -1.278516e+02   4.052942e+02 9.951116e-02
+## 2051 MothChildMother         5.164718e+02   3.735355e+02 1.911742e+00
+## 2052 MothChildMother        -5.577737e+02   3.567444e+02 2.444566e+00
+## 2053 MothChildMother         8.687137e+01   1.851022e+02 2.202573e-01
+## 2054 MothChildMother         2.915970e+02   1.519617e+02 3.682119e+00
+## 2055 MothChildMother         2.366193e+01   2.839954e+02 6.941890e-03
+## 2056 MothChildMother        -5.932369e+02   3.691019e+02 2.583234e+00
+## 2057 MothChildMother         1.924084e+03   1.548801e+03 1.543323e+00
+## 2058 MothChildMother         1.157511e+03   1.378749e+03 7.048223e-01
+## 2059 MothChildMother        -3.955062e+02   2.286140e+02 2.992961e+00
+## 2060 MothChildMother         4.075267e+02   3.526132e+02 1.335719e+00
+## 2061 MothChildMother         2.459317e+02   1.371441e+02 3.215695e+00
+## 2062 MothChildMother         8.491489e+02   5.359389e+02 2.510366e+00
+## 2063 MothChildMother        -7.162404e+01   1.519929e+02 2.220604e-01
+## 2064 MothChildMother         1.072410e+03   7.068670e+02 2.301686e+00
+## 2065 MothChildMother         2.322804e+02   3.085793e+02 5.666197e-01
+## 2066 MothChildMother        -2.963191e+02   2.302343e+02 1.656453e+00
+## 2067 MothChildMother         2.745819e+02   2.891113e+02 9.020151e-01
+## 2068 MothChildMother        -2.313537e+02   6.540641e+02 1.251158e-01
+## 2069 MothChildMother         2.890501e+01   1.434433e+02 4.060559e-02
+## 2070 MothChildMother        -5.187313e+03   4.396843e+03 1.391884e+00
+## 2071 MothChildMother        -5.139707e+02   4.530084e+02 1.287254e+00
+## 2072 MothChildMother         6.976288e+02   4.902737e+02 2.024751e+00
+## 2073 MothChildMother         2.271388e+03   2.094623e+03 1.175901e+00
+## 2074 MothChildMother        -4.922904e+02   5.380448e+02 8.371550e-01
+## 2075 MothChildMother         1.058929e+02   2.254195e+02 2.206736e-01
+## 2076 MothChildMother         8.380940e+01   4.551765e+01 3.390204e+00
+## 2077 MothChildMother         3.368239e+02   2.667619e+02 1.594256e+00
+## 2078 MothChildMother         3.015515e+02   3.033244e+02 9.883442e-01
+## 2079 MothChildMother         3.012572e+02   2.315395e+02 1.692875e+00
+## 2080 MothChildMother         1.922225e+02   1.858013e+02 1.070314e+00
+## 2081 MothChildMother        -3.264934e+01   3.862845e+02 7.143882e-03
+## 2082 MothChildMother        -1.387075e+02   2.390465e+02 3.366939e-01
+## 2083 MothChildMother         4.407236e+02   6.328472e+02 4.849924e-01
+## 2084 MothChildMother        -4.666646e+02   2.557857e+02 3.328567e+00
+## 2085 MothChildMother         3.637474e+01   3.134709e+01 1.346497e+00
+## 2086 MothChildMother         8.305754e+01   7.393635e+01 1.261950e+00
+## 2087 MothChildMother         4.836747e+02   3.148577e+02 2.359816e+00
+## 2088 MothChildMother         1.414609e+03   1.587045e+03 7.945008e-01
+## 2089 MothChildMother        -5.331496e+02   2.115680e+03 6.350359e-02
+## 2090 MothChildMother        -1.126095e+01   2.593207e+01 1.885714e-01
+## 2091 MothChildMother        -2.051008e+02   1.058035e+02 3.757809e+00
+## 2092 MothChildMother         1.823968e+02   2.215131e+02 6.780092e-01
+## 2093 MothChildMother         4.332766e+02   3.814792e+02 1.289997e+00
+## 2094 MothChildMother         5.604502e+03   5.247614e+03 1.140644e+00
+## 2095 MothChildMother        -2.342942e+02   1.672008e+02 1.963569e+00
+## 2096 MothChildMother        -6.126292e+02   5.370388e+02 1.301320e+00
+## 2097 MothChildMother        -1.159292e+02   7.121803e+01 2.649756e+00
+## 2098 MothChildMother        -4.884041e+02   1.340670e+03 1.327135e-01
+## 2099 MothChildMother         4.597534e+01   4.347675e+01 1.118242e+00
+## 2100 MothChildMother         1.247282e+01   2.691620e+02 2.147345e-03
+## 2101 MothChildMother         1.642086e+01   2.620958e+01 3.925287e-01
+## 2102 MothChildMother         2.733091e+02   1.951625e+02 1.961171e+00
+## 2103 MothChildMother         3.544677e+01   3.886315e+01 8.319120e-01
+## 2104 MothChildMother        -3.955771e+01   9.621995e+01 1.690176e-01
+## 2105 MothChildMother         1.102871e+02   7.482104e+01 2.172713e+00
+## 2106 MothChildMother         7.235686e+01   9.025413e+01 6.427252e-01
+## 2107 MothChildMother         3.011647e+02   1.842170e+02 2.672691e+00
+## 2108 MothChildMother         1.972685e+02   1.746781e+02 1.275378e+00
+## 2109 MothChildMother         5.863897e+02   4.737338e+02 1.532159e+00
+## 2110 MothChildMother         9.310712e+01   9.607374e+01 9.391964e-01
+## 2111 MothChildMother        -1.679922e+02   1.345063e+02 1.559887e+00
+## 2112 MothChildMother         2.435993e+03   1.982035e+03 1.510530e+00
+## 2113 MothChildMother        -1.931238e+02   2.437156e+02 6.279214e-01
+## 2114 MothChildMother         4.449564e+01   5.778092e+01 5.930154e-01
+## 2115 MothChildMother        -5.894201e+01   3.946796e+01 2.230285e+00
+## 2116 MothChildMother        -5.322173e+01   3.703209e+01 2.065483e+00
+## 2117 MothChildMother        -6.304109e+01   1.240351e+02 2.583203e-01
+## 2118 MothChildMother        -1.951022e+03   1.745773e+03 1.248961e+00
+## 2119 MothChildMother         2.337164e+02   2.572772e+02 8.252312e-01
+## 2120 MothChildMother         2.181310e+02   1.207568e+02 3.262959e+00
+## 2121 MothChildMother         1.053793e+02   1.022312e+02 1.062536e+00
+## 2122 MothChildMother        -7.784758e+00   4.577816e+01 2.891835e-02
+## 2123 MothChildMother        -7.008661e+02   6.024251e+02 1.353518e+00
+## 2124 MothChildMother         1.712285e+03   1.693649e+03 1.022128e+00
+## 2125 MothChildMother        -2.001393e+02   6.774216e+01 8.728645e+00
+## 2126 MothChildMother        -6.164338e+02   4.179125e+02 2.175716e+00
+## 2127 MothChildMother        -1.023154e+01   6.432209e+01 2.530242e-02
+## 2128 MothChildMother        -6.541310e+02   6.721367e+02 9.471400e-01
+## 2129 MothChildMother         9.240661e+01   1.051965e+02 7.716198e-01
+## 2130 MothChildMother         1.680735e+02   1.530494e+02 1.205966e+00
+## 2131 MothChildMother        -2.137606e+02   1.473169e+02 2.105474e+00
+## 2132 MothChildMother         2.583349e+01   2.295022e+01 1.267046e+00
+## 2133 MothChildMother         2.342741e+02   1.285881e+02 3.319305e+00
+## 2134 MothChildMother         1.356652e+01   2.701590e+01 2.521726e-01
+## 2135 MothChildMother         1.824901e+02   1.541216e+02 1.402011e+00
+## 2136 MothChildMother         1.013159e+03   9.855707e+02 1.056768e+00
+## 2137 MothChildMother         5.568968e+01   6.101853e+01 8.329634e-01
+## 2138 MothChildMother         6.003154e+02   3.793588e+02 2.504141e+00
+## 2139 MothChildMother         2.598227e+00   2.310689e+01 1.264361e-02
+## 2140 MothChildMother        -3.787191e+02   2.361866e+02 2.571129e+00
+## 2141 MothChildMother        -1.233842e+02   9.012970e+01 1.874060e+00
+## 2142 MothChildMother         7.068234e+01   8.418194e+01 7.049916e-01
+## 2143 MothChildMother         4.388635e+01   4.828210e+01 8.262028e-01
+## 2144 MothChildMother        -9.464988e+01   5.167819e+01 3.354482e+00
+## 2145 MothChildMother         7.229992e+00   4.083500e+01 3.134806e-02
+## 2146 MothChildMother        -2.508335e+01   2.943985e+01 7.259386e-01
+## 2147 MothChildMother         2.707139e+01   2.066407e+01 1.716285e+00
+## 2148 MothChildMother        -1.913077e+01   2.977654e+01 4.127776e-01
+## 2149 MothChildMother         7.211404e+01   5.617355e+01 1.648071e+00
+## 2150 MothChildMother         2.278562e+01   3.693328e+01 3.806151e-01
+## 2151 MothChildMother        -1.937949e+02   1.757071e+02 1.216483e+00
+## 2152 MothChildMother         8.189043e+01   9.406639e+01 7.578746e-01
+## 2153 MothChildMother        -2.060625e+02   1.242407e+02 2.750874e+00
+## 2154 MothChildMother         3.054145e+01   6.201187e+01 2.425658e-01
+## 2155 MothChildMother         4.755346e+02   4.250985e+02 1.251368e+00
+## 2156 MothChildMother         2.087711e+01   1.506776e+02 1.919744e-02
+## 2157 MothChildMother        -1.089560e+01   1.748174e+01 3.884478e-01
+## 2158 MothChildMother         4.806619e+00   1.754736e+01 7.503361e-02
+## 2159 MothChildMother         5.573612e+02   4.512879e+02 1.525338e+00
+## 2160 MothChildMother         4.733776e+01   5.388973e+01 7.716198e-01
+## 2161 MothChildMother         9.146187e+01   8.634575e+01 1.122014e+00
+## 2162 MothChildMother        -2.350451e+02   1.658801e+02 2.007770e+00
+## 2163 MothChildMother        -2.823860e+02   1.898211e+02 2.213082e+00
+## 2164 MothChildMother        -1.598466e+03   1.483903e+03 1.160369e+00
+## 2165 MothChildMother         5.356466e+01   8.383290e+01 4.082515e-01
+## 2166 MothChildMother        -6.447374e+01   1.578840e+02 1.667591e-01
+## 2167 MothChildMother         3.962764e+00   1.063210e+01 1.389180e-01
+## 2168 MothChildMother        -1.719976e+02   1.266949e+02 1.843004e+00
+## 2169 MothChildMother         1.725467e+01   1.649524e+01 1.094198e+00
+## 2170 MothChildMother         5.878265e+01   5.842493e+01 1.012283e+00
+## 2171 MothChildMother         3.205650e+02   3.259726e+02 9.670969e-01
+## 2172 MothChildMother        -1.455633e+02   2.028559e+02 5.149064e-01
+## 2173 MothChildMother        -8.361753e-01   1.964792e+01 1.811179e-03
+## 2174 MothChildMother        -2.947377e+01   3.262972e+01 8.159143e-01
+## 2175 MothChildMother         1.586483e+01   3.688916e+01 1.849582e-01
+## 2176 MothChildMother        -6.723095e+00   1.841603e+01 1.332743e-01
+## 2177 MothChildMother         5.177245e+01   5.893822e+01 7.716198e-01
+## 2178 MothChildMother        -4.831702e+00   1.370539e+01 1.242846e-01
+## 2179 MothChildMother         7.322398e+00   8.335884e+00 7.716198e-01
+## 2180 MothChildMother         3.592455e+01   3.986476e+01 8.120907e-01
+## 2181 MothChildMother         8.508547e+00   1.021924e+01 6.932238e-01
+## 2182 MothChildMother        -3.331055e+01   3.827265e+01 7.575069e-01
+## 2183 MothChildMother        -1.205578e+01   1.934322e+01 3.884478e-01
+## 2184 MothChildMother         3.398537e+01   3.885008e+01 7.652444e-01
+## 2185 MothChildMother        -5.495974e+02   3.139993e+02 3.063600e+00
+## 2186 MothChildMother        -1.878685e+01   1.159880e+01 2.623503e+00
+## 2187 MothChildMother        -7.891768e+01   6.824508e+01 1.337229e+00
+## 2188 MothChildMother         1.289155e+01   1.467585e+01 7.716198e-01
+## 2189 MothChildMother        -1.155135e+01   1.853388e+01 3.884478e-01
+## 2190 MothChildMother         2.687154e+02   3.805166e+02 4.986983e-01
+## 2191 MothChildMother        -5.610446e+01   3.973601e+01 1.993546e+00
+## 2192 MothChildMother         1.391821e+01   1.054480e+01 1.742168e+00
+## 2193 MothChildMother         7.345316e+02   4.885339e+02 2.260640e+00
+## 2194 MothChildMother         4.347293e+00   1.219392e+01 1.271017e-01
+## 2195 MothChildMother        -6.607978e+00   1.060235e+01 3.884478e-01
+## 2196 MothChildMother         2.497107e+02   1.567583e+02 2.537540e+00
+## 2197 MothChildMother        -1.013231e+03   9.948192e+02 1.037357e+00
+## 2198 MothChildMother         1.227178e+02   1.071323e+02 1.312122e+00
+## 2199 MothChildMother         6.795746e+01   4.130123e+01 2.707374e+00
+## 2200 MothChildMother        -1.185401e+01   1.901949e+01 3.884478e-01
+## 2201 MothChildMother        -8.386341e+00   8.062780e+00 1.081871e+00
+## 2202 MothChildMother         1.942806e+00   1.011715e+01 3.687591e-02
+## 2203 MothChildMother        -1.874835e+01   1.759831e+01 1.134970e+00
+## 2204 MothChildMother         1.858330e+02   1.707772e+02 1.184094e+00
+## 2205 MothChildMother        -4.590275e+00   7.364993e+00 3.884479e-01
+## 2206 MothChildMother         4.050672e+01   1.377824e+02 8.643037e-02
+## 2207 MothChildMother         1.144545e+01   1.058750e+01 1.168634e+00
+## 2208 MothChildMother         1.098697e+01   1.566064e+01 4.921939e-01
+## 2209 MothChildMother        -2.273060e+02   1.718630e+02 1.749270e+00
+## 2210 MothChildMother         1.960876e+02   1.995600e+02 9.655022e-01
+## 2211 MothChildMother        -2.773988e+02   2.498345e+02 1.232833e+00
+## 2212 MothChildMother        -2.516838e+01   1.575811e+01 2.550952e+00
+## 2213 MothChildMother         1.605879e+01   1.050117e+01 2.338569e+00
+## 2214 MothChildMother        -2.925670e+00   4.694172e+00 3.884478e-01
+## 2215 MothChildMother         5.156619e+00   5.870341e+00 7.716198e-01
+## 2216 MothChildMother         2.648451e+02   3.053238e+02 7.524240e-01
+## 2217 MothChildMother         1.344236e+03   1.079513e+03 1.550584e+00
+## 2218 MothChildMother         1.107429e+02   2.398914e+02 2.131093e-01
+## 2219 MothChildMother         2.269418e+02   2.209426e+02 1.055042e+00
+## 2220 MothChildMother         2.834076e+02   3.501192e+02 6.552258e-01
+## 2221 MothChildMother        -2.711586e+01   5.788791e+01 2.194175e-01
+## 2222 MothChildMother        -7.894703e+00   3.474792e+01 5.161953e-02
+## 2223 MothChildMother        -1.430815e+01   9.484856e+01 2.275649e-02
+## 2224 MothChildMother        -6.065402e+01   5.757173e+01 1.109943e+00
+## 2225 MothChildMother         2.115063e+01   1.330492e+01 2.527100e+00
+## 2226 MothChildMother        -3.207094e+00   9.482078e+00 1.143975e-01
+## 2227 MothChildMother        -1.076414e+02   1.071308e+02 1.009554e+00
+## 2228 MothChildMother         4.515517e+02   4.785270e+02 8.904349e-01
+## 2229 MothChildMother        -4.531088e+01   6.822029e+01 4.411415e-01
+## 2230 MothChildMother         4.114768e+01   3.331148e+01 1.525818e+00
+## 2231 MothChildMother         4.425472e+01   4.218686e+01 1.100436e+00
+## 2232 MothChildMother        -1.061238e+00   5.777726e+00 3.373738e-02
+## 2233 MothChildMother        -2.185704e+02   1.594735e+02 1.878476e+00
+## 2234 MothChildMother         4.154590e+02   2.942382e+02 1.993694e+00
+## 2235 MothChildMother        -3.842917e+01   3.842126e+01 1.000412e+00
+## 2236 MothChildMother         2.863031e+02   2.796748e+02 1.047961e+00
+## 2237 MothChildMother         4.397649e+00   5.002319e+00 7.728557e-01
+## 2238 MothChildMother        -1.504587e+02   1.433496e+02 1.101644e+00
+## 2239 MothChildMother         1.745706e+02   1.699559e+02 1.055042e+00
+## 2240 MothChildMother         1.288828e+02   1.012930e+02 1.618941e+00
+## 2241 MothChildMother         1.420019e+02   1.116342e+02 1.618059e+00
+## 2242 MothChildMother        -2.226266e+00   1.181314e+01 3.551594e-02
+## 2243 MothChildMother         6.187942e+00   7.044409e+00 7.716198e-01
+## 2244 MothChildMother         3.038935e+02   2.991007e+02 1.032305e+00
+## 2245 MothChildMother         5.362883e+00   6.105155e+00 7.716198e-01
+## 2246 MothChildMother         1.122797e+02   1.407310e+02 6.365356e-01
+## 2247 MothChildMother        -5.728698e+00   5.486206e+00 1.090354e+00
+## 2248 MothChildMother        -1.863917e+01   3.147248e+01 3.507447e-01
+## 2249 MothChildMother        -9.772313e+00   6.847869e+00 2.036497e+00
+## 2250 MothChildMother        -2.068146e+00   3.318294e+00 3.884478e-01
+## 2251 MothChildMother        -5.536029e+00   3.078253e+01 3.234359e-02
+## 2252 MothChildMother         6.102792e+00   2.474784e+01 6.081106e-02
+## 2253 MothChildMother         1.083532e+02   1.055079e+02 1.054662e+00
+## 2254 MothChildMother        -1.361950e+00   2.185218e+00 3.884478e-01
+## 2255 MothChildMother         3.362820e+01   2.642995e+01 1.618880e+00
+## 2256 MothChildMother        -9.596711e+01   8.343433e+01 1.322986e+00
+## 2257 MothChildMother        -2.602930e+01   4.227606e+01 3.790843e-01
+## 2258 MothChildMother        -5.417251e+01   4.261310e+01 1.616113e+00
+## 2259 MothChildMother        -2.067287e+02   1.723450e+02 1.438813e+00
+## 2260 MothChildMother         1.368852e+01   1.459158e+02 8.800516e-03
+## 2261 MothChildMother         4.122543e+01   4.402005e+01 8.770601e-01
+## 2262 MothChildMother         1.097520e+01   6.359867e+01 2.978029e-02
+## 2263 MothChildMother         7.893168e-01   1.149391e+00 4.715927e-01
+## 2264 MothChildMother         2.951187e+02   3.219893e+02 8.400602e-01
+## 2265 MothChildMother         1.217294e+02   1.185460e+02 1.054429e+00
+## 2266 MothChildMother        -2.055303e+02   2.000718e+02 1.055309e+00
+## 2267 MothChildMother         5.201308e+00   3.832943e+01 1.841452e-02
+## 2268 MothChildMother        -8.836190e-01   4.368082e+00 4.092121e-02
+## 2269 MothChildMother        -1.535328e+01   1.204853e+01 1.623806e+00
+## 2270 MothChildMother         4.434692e+00   5.048493e+00 7.716198e-01
+## 2271 MothChildMother         2.335645e+01   1.564842e+01 2.227780e+00
+## 2272 MothChildMother        -2.106421e+01   3.641743e+01 3.345582e-01
+## 2273 MothChildMother        -2.499208e+02   1.613040e+02 2.400571e+00
+## 2274 MothChildMother        -3.556381e+01   2.451553e+01 2.104428e+00
+## 2275 MothChildMother        -4.492412e+00   5.783261e+00 6.034117e-01
+## 2276 MothChildMother         1.709961e+03   1.712822e+03 9.966617e-01
+## 2277 MothChildMother         1.645717e+01   1.889417e+01 7.586731e-01
+## 2278 MothChildMother        -3.403233e+00   2.969277e+01 1.313657e-02
+## 2279 MothChildMother         6.492428e+01   8.255818e+01 6.184350e-01
+## 2280 MothChildMother         5.440780e+01   2.961901e+01 3.374281e+00
+## 2281 MothChildMother         2.221763e+02   2.115195e+02 1.103303e+00
+## 2282 MothChildMother         6.515360e+00   7.412085e+00 7.726736e-01
+## 2283 MothChildMother        -6.142131e+01   7.229972e+01 7.217137e-01
+## 2284 MothChildMother        -4.388505e+00   7.041257e+00 3.884478e-01
+## 2285 MothChildMother         5.483402e+01   3.885639e+01 1.991477e+00
+## 2286 MothChildMother         1.662829e+02   1.626269e+02 1.045467e+00
+## 2287 MothChildMother        -5.949340e+01   3.350621e+01 3.152730e+00
+## 2288 MothChildMother        -2.597210e+01   2.396375e+01 1.174639e+00
+## 2289 MothChildMother        -3.169211e+01   4.266669e+01 5.517273e-01
+## 2290 MothChildMother         1.210710e+02   1.185669e+02 1.042685e+00
+## 2291 MothChildMother        -4.846918e+01   4.959418e+01 9.551466e-01
+## 2292 MothChildMother        -3.631866e+00   5.827247e+00 3.884478e-01
+## 2293 MothChildMother        -1.361950e+00   2.185218e+00 3.884478e-01
+## 2294 MothChildMother         2.480576e+00   3.493945e+01 5.040491e-03
+## 2295 MothChildMother         1.289672e+01   1.077559e+01 1.432440e+00
+## 2296 MothChildMother         9.330683e+01   7.552941e+01 1.526141e+00
+## 2297 MothChildMother        -1.350677e+01   1.088423e+01 1.539954e+00
+## 2298 MothChildMother        -2.578197e+01   2.737468e+01 8.870214e-01
+## 2299 MothChildMother        -1.770166e+02   1.813914e+02 9.523463e-01
+## 2300 MothChildMother        -3.015104e+00   2.887477e+00 1.090354e+00
+## 2301 MothChildMother         2.476220e+01   2.107953e+01 1.379929e+00
+## 2302 MothChildMother         1.724320e+00   1.314571e+01 1.720551e-02
+## 2303 MothChildMother         4.853967e+01   4.710171e+01 1.061990e+00
+## 2304 MothChildMother         4.711358e+01   2.208280e+01 4.551809e+00
+## 2305 MothChildMother        -2.306002e-01   1.369211e+00 2.836470e-02
+## 2306 MothChildMother        -1.879538e+02   1.924531e+02 9.537891e-01
+## 2307 MothChildMother         3.198180e+01   2.223258e+01 2.069314e+00
+## 2308 MothChildMother         1.407928e+02   1.416302e+02 9.882099e-01
+## 2309 MothChildMother        -1.322742e+01   1.414610e+01 8.743322e-01
+## 2310 MothChildMother         1.210948e+03   1.183920e+03 1.046180e+00
+## 2311 MothChildMother        -5.277474e+01   3.380753e+01 2.436830e+00
+## 2312 MothChildMother        -1.628106e+01   1.627771e+01 1.000412e+00
+## 2313 MothChildMother         6.182749e+01   6.125217e+01 1.018874e+00
+## 2314 MothChildMother         2.617656e+02   2.513875e+02 1.084271e+00
+## 2315 MothChildMother        -2.269916e+00   3.642030e+00 3.884478e-01
+## 2316 MothChildMother         2.115679e+02   2.420296e+02 7.641217e-01
+## 2317 MothChildMother         1.078865e+02   1.044841e+02 1.066188e+00
+## 2318 MothChildMother        -1.160179e+00   1.861482e+00 3.884478e-01
+## 2319 MothChildMother         1.546986e+00   1.761102e+00 7.716198e-01
+## 2320 MothChildMother        -2.498242e+01   2.159041e+01 1.338898e+00
+## 2321 MothChildMother        -7.350395e+01   7.020653e+01 1.096141e+00
+## 2322 MothChildMother        -1.192878e+01   1.056298e+01 1.275319e+00
+## 2323 MothChildMother         2.578309e+00   2.935170e+00 7.716198e-01
+## 2324 MothChildMother        -9.827705e-02   6.960278e-01 1.993660e-02
+## 2325 MothChildMother        -3.047129e+01   3.924115e+01 6.029734e-01
+## 2326 MothChildMother         4.703894e+01   4.647128e+01 1.024580e+00
+## 2327 MothChildMother         6.923005e+01   6.172907e+01 1.257795e+00
+## 2328 MothChildMother         2.703178e+02   2.332196e+02 1.343443e+00
+## 2329 MothChildMother        -1.409718e+02   1.339094e+02 1.108261e+00
+## 2330 MothChildMother         2.163973e+00   2.375742e+00 8.296696e-01
+## 2331 MothChildMother        -8.766857e+00   7.139753e+00 1.507723e+00
+## 2332 MothChildMother        -1.765490e+00   2.832690e+00 3.884479e-01
+## 2333 MothChildMother         1.190294e+01   1.346768e+01 7.811297e-01
+## 2334 MothChildMother        -6.151380e+01   5.968343e+01 1.062277e+00
+## 2335 MothChildMother         1.586899e+00   6.470167e+00 6.015440e-02
+## 2336 MothChildMother         1.079226e+02   1.052813e+02 1.050805e+00
+## 2337 MothChildMother        -2.971970e-01   2.107075e+01 1.989430e-04
+## 2338 MothChildMother        -3.301678e+01   2.918566e+01 1.279766e+00
+## 2339 MothChildMother         2.640865e+01   1.835023e+01 2.071140e+00
+## 2340 MothChildMother         1.463631e+01   1.007939e+01 2.108600e+00
+## 2341 MothChildMother        -4.539840e-01   7.284063e-01 3.884487e-01
+## 2342 MothChildMother         1.271607e+01   1.775818e+01 5.127539e-01
+## 2343 MothChildMother         6.677831e+01   2.941169e+01 5.155025e+00
+## 2344 MothChildMother        -1.512306e+00   2.397475e+00 3.978973e-01
+## 2345 MothChildMother         1.346173e+02   8.971645e+01 2.251424e+00
+## 2346 MothChildMother         4.587020e+01   4.479091e+01 1.048773e+00
+## 2347 MothChildMother        -4.472818e+00   1.841592e+01 5.898963e-02
+## 2348 MothChildMother         8.636680e+00   8.461744e+00 1.041775e+00
+## 2349 MothChildMother        -3.102903e+01   6.812060e+01 2.074815e-01
+## 2350 MothChildMother        -9.715243e+00   9.461289e+00 1.054403e+00
+## 2351 MothChildMother        -4.035413e-01   6.474723e-01 3.884487e-01
+## 2352 MothChildMother         5.397394e+01   5.220541e+01 1.068901e+00
+## 2353 MothChildMother         7.162564e+01   6.985959e+01 1.051199e+00
+## 2354 MothChildMother         7.199310e+01   6.703156e+01 1.153515e+00
+## 2355 MothChildMother        -1.818302e+01   2.605832e+01 4.868992e-01
+## 2356 MothChildMother         2.119872e+02   2.014124e+02 1.107764e+00
+## 2357 MothChildMother         2.104528e+00   2.006258e+00 1.100363e+00
+## 2358 MothChildMother         2.599057e+01   2.760554e+01 8.864187e-01
+## 2359 MothChildMother        -9.584091e-01   1.537746e+00 3.884479e-01
+## 2360 MothChildMother        -7.208076e+01   5.400407e+01 1.781500e+00
+## 2361 MothChildMother         4.458512e+01   4.360265e+01 1.045572e+00
+## 2362 MothChildMother         1.114113e+01   1.093007e+01 1.038993e+00
+## 2363 MothChildMother         2.475177e+00   2.817764e+00 7.716198e-01
+## 2364 MothChildMother        -2.859544e+01   2.032305e+01 1.979775e+00
+## 2365 MothChildMother         3.513346e+01   3.538599e+01 9.857782e-01
+## 2366 MothChildMother         1.005732e+01   9.828826e+00 1.047034e+00
+## 2367 MothChildMother         1.005732e+01   9.828826e+00 1.047034e+00
+## 2368 MothChildMother        -2.226865e+01   2.269182e+01 9.630503e-01
+## 2369 MothChildMother         1.843108e+02   1.794326e+02 1.055113e+00
+## 2370 MothChildMother         1.046290e+02   1.282664e+02 6.653928e-01
+## 2371 MothChildMother        -5.044267e-01   8.093404e-01 3.884486e-01
+## 2372 MothChildMother         2.368721e+01   3.554233e+01 4.441567e-01
+## 2373 MothChildMother        -6.427125e+00   1.165444e+01 3.041240e-01
+## 2374 MothChildMother        -1.485468e+01   2.404941e+01 3.815200e-01
+## 2375 MothChildMother         3.500006e+02   3.489482e+02 1.006041e+00
+## 2376 MothChildMother         2.012235e+01   2.052367e+01 9.612738e-01
+## 2377 MothChildMother         1.159763e+00   2.935653e+00 1.560734e-01
+## 2378 MothChildMother        -2.919162e+01   2.768734e+01 1.111614e+00
+## 2379 MothChildMother        -2.552323e+01   2.462376e+01 1.074392e+00
+## 2380 MothChildMother         3.294646e+00   3.246357e+00 1.029971e+00
+## 2381 MothChildMother         3.020199e+00   2.614859e+00 1.334058e+00
+## 2382 MothChildMother         7.219271e-01   8.218479e-01 7.716206e-01
+## 2383 MothChildMother        -2.589741e+01   3.761856e+01 4.739237e-01
+## 2384 MothChildMother        -1.811165e+01   1.748880e+01 1.072496e+00
+## 2385 MothChildMother         5.694260e+02   5.691814e+02 1.000860e+00
+## 2386 MothChildMother         5.441873e+01   7.252348e+01 5.630403e-01
+## 2387 MothChildMother        -1.261065e+00   2.023350e+00 3.884478e-01
+## 2388 MothChildMother         8.570099e+00   8.407744e+00 1.038993e+00
+## 2389 MothChildMother         1.031324e+00   1.174069e+00 7.716205e-01
+## 2390 MothChildMother        -4.051861e+01   3.966045e+01 1.043743e+00
+## 2391 MothChildMother        -7.497313e+01   5.166446e+01 2.105850e+00
+## 2392 MothChildMother         2.814059e-01   1.386976e+00 4.116500e-02
+## 2393 MothChildMother         2.170116e+01   2.215422e+01 9.595174e-01
+## 2394 MothChildMother         1.288035e+01   1.122736e+01 1.316134e+00
+## 2395 MothChildMother         6.187947e-01   7.044411e-01 7.716205e-01
+## 2396 MothChildMother         1.515521e+01   1.731745e+01 7.658721e-01
+## 2397 MothChildMother        -3.081174e+01   2.984716e+01 1.065679e+00
+## 2398 MothChildMother         3.092522e+01   2.077281e+01 2.216333e+00
+## 2399 MothChildMother         9.182390e+00   9.276553e+00 9.798016e-01
+## 2400 MothChildMother        -1.785695e+01   1.391966e+01 1.645725e+00
+## 2401 MothChildMother        -8.870352e+01   8.655968e+01 1.050148e+00
+## 2402 MothChildMother         1.778712e+01   1.786881e+01 9.908784e-01
+## 2403 MothChildMother         2.205385e+01   1.598004e+01 1.904641e+00
+## 2404 MothChildMother        -3.468602e-02   2.456569e-01 1.993660e-02
+## 2405 MothChildMother        -3.717014e+01   3.584429e+01 1.075346e+00
+## 2406 MothChildMother        -1.946447e+00   8.571571e+00 5.156610e-02
+## 2407 MothChildMother        -4.050186e+01   3.912140e+01 1.071818e+00
+## 2408 MothChildMother         9.281920e-01   1.056662e+00 7.716205e-01
+## 2409 MothChildMother         2.578309e+00   2.935171e+00 7.716198e-01
+## 2410 MothChildMother        -9.584091e-01   1.537746e+00 3.884479e-01
+## 2411 MothChildMother        -2.396468e+01   2.321446e+01 1.065679e+00
+## 2412 MothChildMother         1.705361e+01   1.658838e+01 1.056878e+00
+## 2413 MothChildMother         2.681442e+00   3.052577e+00 7.716198e-01
+## 2414 MothChildMother        -8.065938e+01   7.719471e+01 1.091779e+00
+## 2415 MothChildMother         2.333080e+02   2.515326e+02 8.603408e-01
+## 2416 MothChildMother        -5.885555e+01   3.930841e+01 2.241836e+00
+## 2417 MothChildMother        -3.019579e+01   2.962291e+01 1.039052e+00
+## 2418 MothChildMother        -2.390647e+00   2.231904e+00 1.147307e+00
+## 2419 MothChildMother         3.480211e+01   3.360193e+01 1.072711e+00
+## 2420 MothChildMother        -4.575298e+00   3.965413e+00 1.331257e+00
+## 2421 MothChildMother        -2.344903e+00   2.532814e+00 8.571236e-01
+## 2422 MothChildMother        -1.242426e+01   1.202781e+01 1.067008e+00
+## 2423 MothChildMother         1.959515e+00   2.230730e+00 7.716198e-01
+## 2424 MothChildMother        -2.054116e+01   1.989811e+01 1.065679e+00
+## 2425 MothChildMother        -2.054116e+01   1.989811e+01 1.065679e+00
+## 2426 MothChildMother        -6.030223e-01   5.774953e-01 1.090360e+00
+## 2427 MothChildMother         1.745706e+01   1.699559e+01 1.055042e+00
+## 2428 MothChildMother         2.006330e+01   1.962119e+01 1.045572e+00
+## 2429 MothChildMother        -5.516068e+00   5.207207e+00 1.122146e+00
+## 2430 MothChildMother        -2.388107e+01   1.529992e+01 2.436292e+00
+## 2431 MothChildMother        -5.233389e+01   5.065105e+01 1.067552e+00
+## 2432 MothChildMother        -7.061962e-01   1.133076e+00 3.884478e-01
+## 2433 MothChildMother        -1.583791e+01   1.540254e+01 1.057331e+00
+## 2434 MothChildMother        -2.601910e+01   2.509101e+01 1.075346e+00
+## 2435 MothChildMother        -6.764257e+00   1.012250e+01 4.465441e-01
+## 2436 MothChildMother        -2.592403e+01   2.845140e+01 8.302285e-01
+## 2437 MothChildMother        -1.611274e+01   1.906961e+01 7.139287e-01
+## 2438 MothChildMother         7.162556e+01   6.970143e+01 1.055973e+00
+## 2439 MothChildMother         7.030701e+01   6.677526e+01 1.108577e+00
+## 2440 MothChildMother        -3.673578e+00   7.788607e+00 2.224636e-01
+## 2441 MothChildMother        -2.312401e-02   1.637713e-01 1.993660e-02
+## 2442 MothChildMother         3.018963e+01   3.484129e+01 7.508048e-01
+## 2443 MothChildMother        -1.711763e+01   1.658176e+01 1.065679e+00
+## 2444 MothChildMother        -4.423019e+00   7.332170e+00 3.638920e-01
+## 2445 MothChildMother        -3.091210e+00   3.010407e+00 1.054402e+00
+## 2446 MothChildMother        -2.025931e+01   1.983023e+01 1.043743e+00
+## 2447 MothChildMother        -1.184378e+01   6.382823e+00 3.443142e+00
+## 2448 MothChildMother         3.093973e-01   3.522206e-01 7.716205e-01
+## 2449 MothChildMother        -3.867435e+01   3.817052e+01 1.026573e+00
+## 2450 MothChildMother        -4.522667e-01   4.331215e-01 1.090360e+00
+## 2451 MothChildMother        -4.522667e-01   4.331215e-01 1.090360e+00
+## 2452 MothChildMother        -1.031264e+01   1.026840e+01 1.008636e+00
+## 2453 MothChildMother        -1.348572e+01   1.393544e+01 9.364988e-01
+## 2454 MothChildMother         7.684812e+01   7.499708e+01 1.049972e+00
+## 2455 MothChildMother         3.642614e+01   3.819086e+01 9.097194e-01
+## 2456 MothChildMother         1.246933e+01   1.213971e+01 1.055042e+00
+## 2457 MothChildMother        -2.146895e+01   2.077926e+01 1.067484e+00
+## 2458 MothChildMother        -3.026560e-01   4.856042e-01 3.884487e-01
+## 2459 MothChildMother        -1.610790e+01   1.373024e+01 1.376327e+00
+## 2460 MothChildMother        -8.282840e+00   8.018542e+00 1.067008e+00
+## 2461 MothChildMother         3.428040e+00   3.363097e+00 1.038993e+00
+## 2462 MothChildMother         2.078633e+01   2.021498e+01 1.057326e+00
+## 2463 MothChildMother        -1.734683e-02   1.228275e-01 1.994568e-02
+## 2464 MothChildMother        -3.782721e+01   3.676204e+01 1.058789e+00
+## 2465 MothChildMother         7.710625e+00   7.486883e+00 1.060662e+00
+## 2466 MothChildMother         1.201754e+01   1.782258e+01 4.546634e-01
+## 2467 MothChildMother         1.490127e+01   1.472053e+01 1.024706e+00
+## 2468 MothChildMother        -3.485830e+00   3.265643e+00 1.139397e+00
+## 2469 MothChildMother        -3.459409e+01   3.100874e+01 1.244617e+00
+## 2470 MothChildMother        -1.091816e+01   1.313400e+01 6.910426e-01
+## 2471 MothChildMother         1.443853e+00   1.643695e+00 7.716198e-01
+## 2472 MothChildMother        -1.825546e+01   1.754948e+01 1.082074e+00
+## 2473 MothChildMother        -3.761063e+01   4.030493e+01 8.707730e-01
+## 2474 MothChildMother         1.221772e+01   9.727349e+00 1.577580e+00
+## 2475 MothChildMother         2.275863e+00   2.183110e+00 1.086779e+00
+## 2476 MothChildMother         4.022602e+00   3.874036e+00 1.078169e+00
+## 2477 MothChildMother         4.022602e+00   3.874036e+00 1.078169e+00
+## 2478 MothChildMother         5.116405e+01   4.980409e+01 1.055358e+00
+## 2479 MothChildMother        -2.208007e+00   2.150291e+00 1.054402e+00
+## 2480 MothChildMother         8.592163e+00   7.364933e+00 1.361029e+00
+## 2481 MothChildMother         5.606614e+00   6.896507e+00 6.609110e-01
+## 2482 MothChildMother        -6.902367e+00   6.682118e+00 1.067008e+00
+## 2483 MothChildMother         4.125298e-01   4.696274e-01 7.716205e-01
+## 2484 MothChildMother        -9.595311e-01   4.514420e+00 4.517667e-02
+## 2485 MothChildMother        -1.612065e+01   1.577634e+01 1.044125e+00
+## 2486 MothChildMother         1.712076e+01   1.685074e+01 1.032305e+00
+## 2487 MothChildMother        -1.490519e-01   2.190134e-01 4.631627e-01
+## 2488 MothChildMother         1.727336e+00   1.692349e+00 1.041775e+00
+## 2489 MothChildMother         1.727336e+00   1.692349e+00 1.041775e+00
+## 2490 MothChildMother         2.044163e+01   1.899670e+01 1.157910e+00
+## 2491 MothChildMother        -3.015111e-01   2.887476e-01 1.090360e+00
+## 2492 MothChildMother        -1.342035e+01   1.316574e+01 1.039052e+00
+## 2493 MothChildMother        -5.037742e+00   6.841743e+00 5.421736e-01
+## 2494 MothChildMother         3.361795e+00   3.373830e+00 9.928781e-01
+## 2495 MothChildMother        -1.916923e+01   1.832405e+01 1.094376e+00
+## 2496 MothChildMother         2.750241e+01   2.675220e+01 1.056872e+00
+## 2497 MothChildMother         2.750241e+01   2.675220e+01 1.056872e+00
+## 2498 MothChildMother         1.031324e+00   1.174069e+00 7.716205e-01
+## 2499 MothChildMother         1.994942e+01   1.946861e+01 1.050003e+00
+## 2500 MothChildMother        -1.509908e+01   1.469179e+01 1.056213e+00
+## 2501 MothChildMother        -7.251138e+00   7.020677e+00 1.066730e+00
+## 2502 MothChildMother        -7.251138e+00   7.020677e+00 1.066730e+00
+## 2503 MothChildMother        -1.156455e-02   8.188500e-02 1.994568e-02
+## 2504 MothChildMother        -1.156455e-02   8.188500e-02 1.994568e-02
+## 2505 MothChildMother         5.140417e+00   4.991256e+00 1.060662e+00
+## 2506 MothChildMother         5.140417e+00   4.991256e+00 1.060662e+00
+## 2507 MothChildMother         3.410741e+01   3.319116e+01 1.055973e+00
+## 2508 MothChildMother         7.481596e+00   7.283823e+00 1.055042e+00
+## 2509 MothChildMother        -3.035948e+00   2.904883e+00 1.092273e+00
+## 2510 MothChildMother        -1.115104e+01   1.075329e+01 1.075346e+00
+## 2511 MothChildMother        -3.828847e+00   1.152952e+01 1.102843e-01
+## 2512 MothChildMother        -1.006526e+01   9.874304e+00 1.039052e+00
+## 2513 MothChildMother        -1.006526e+01   9.874304e+00 1.039052e+00
+## 2514 MothChildMother         7.155065e+00   6.469721e+00 1.223083e+00
+## 2515 MothChildMother         7.155065e+00   6.469721e+00 1.223083e+00
+## 2516 MothChildMother        -2.407390e+01   2.339571e+01 1.058816e+00
+## 2517 MothChildMother        -1.746173e+00   3.103344e+00 3.166027e-01
+## 2518 MothChildMother        -2.656455e+00   2.541773e+00 1.092273e+00
+## 2519 MothChildMother        -4.215892e+00   4.424623e+00 9.078755e-01
+## 2520 MothChildMother        -6.847052e+00   6.632703e+00 1.065679e+00
+## 2521 MothChildMother        -7.558712e+00   6.503102e+00 1.350997e+00
+## 2522 MothChildMother        -3.194879e+00   2.921192e+00 1.196158e+00
+## 2523 MothChildMother         7.219271e-01   8.218480e-01 7.716205e-01
+## 2524 MothChildMother        -5.044267e-02   8.093404e-02 3.884487e-01
+## 2525 MothChildMother        -2.397291e+01   2.331871e+01 1.056897e+00
+## 2526 MothChildMother         2.548703e+01   2.494557e+01 1.043883e+00
+## 2527 MothChildMother        -1.719419e+01   1.671002e+01 1.058789e+00
+## 2528 MothChildMother        -9.378862e+00   1.090928e+01 7.391082e-01
+## 2529 MothChildMother         2.011301e+00   1.937018e+00 1.078169e+00
+## 2530 MothChildMother        -3.177036e+00   3.037921e+00 1.093683e+00
+## 2531 MothChildMother         1.460888e+01   1.420163e+01 1.058175e+00
+## 2532 MothChildMother         4.987731e+00   4.855882e+00 1.055042e+00
+## 2533 MothChildMother        -3.026560e-01   4.856042e-01 3.884486e-01
+## 2534 MothChildMother         3.093973e-01   3.522206e-01 7.716205e-01
+## 2535 MothChildMother         6.187947e-01   7.044411e-01 7.716205e-01
+## 2536 MothChildMother         1.616251e+01   1.109990e+01 2.120213e+00
+## 2537 MothChildMother        -2.333257e+00   2.274144e+00 1.052662e+00
+## 2538 MothChildMother         6.960422e+00   6.740913e+00 1.066188e+00
+## 2539 MothChildMother         8.636719e-01   8.461742e-01 1.041785e+00
+## 2540 MothChildMother         8.636719e-01   8.461742e-01 1.041785e+00
+## 2541 MothChildMother         8.636719e-01   8.461742e-01 1.041785e+00
+## 2542 MothChildMother        -2.054821e+01   1.998746e+01 1.056897e+00
+## 2543 MothChildMother        -2.628670e+00   2.537286e+00 1.073330e+00
+## 2544 MothChildMother        -2.628670e+00   2.537286e+00 1.073330e+00
+## 2545 MothChildMother        -1.804175e+00   5.576677e+00 1.046662e-01
+## 2546 MothChildMother        -5.044267e-02   8.093404e-02 3.884487e-01
+## 2547 MothChildMother        -4.676951e-01   4.993972e-01 8.770683e-01
+## 2548 MothChildMother        -6.709657e+00   6.535406e+00 1.054036e+00
+## 2549 MothChildMother        -5.782276e-03   4.094250e-02 1.994568e-02
+## 2550 MothChildMother        -1.536369e+01   1.470376e+01 1.091779e+00
+## 2551 MothChildMother        -1.265216e+01   1.008604e+01 1.573577e+00
+## 2552 MothChildMother        -1.513280e-01   2.428021e-01 3.884486e-01
+## 2553 MothChildMother         4.434506e+00   4.349372e+00 1.039531e+00
+## 2554 MothChildMother        -2.552323e+00   2.462376e+00 1.074392e+00
+## 2555 MothChildMother        -2.552323e+00   2.462376e+00 1.074392e+00
+## 2556 MothChildMother        -1.425857e+01   1.382515e+01 1.063683e+00
+## 2557 MothChildMother        -1.008853e-01   1.618681e-01 3.884487e-01
+## 2558 MothChildMother        -2.594128e-01   5.330842e-01 2.368052e-01
+## 2559 MothChildMother         1.005655e+00   9.685087e-01 1.078180e+00
+## 2560 MothChildMother         1.005655e+00   9.685087e-01 1.078180e+00
+## 2561 MothChildMother         1.005655e+00   9.685087e-01 1.078180e+00
+## 2562 MothChildMother         1.005655e+00   9.685087e-01 1.078180e+00
+## 2563 MothChildMother         1.005655e+00   9.685087e-01 1.078180e+00
+## 2564 MothChildMother         1.005655e+00   9.685087e-01 1.078180e+00
+## 2565 MothChildMother         2.493865e+00   2.427941e+00 1.055042e+00
+## 2566 MothChildMother         2.493865e+00   2.427941e+00 1.055042e+00
+## 2567 MothChildMother         1.031324e-01   1.174069e-01 7.716205e-01
+## 2568 MothChildMother         1.031324e-01   1.174069e-01 7.716205e-01
+## 2569 MothChildMother         8.554035e-01   8.451423e-01 1.024430e+00
+## 2570 MothChildMother         3.480212e+00   3.370456e+00 1.066188e+00
+## 2571 MothChildMother        -1.027411e+01   9.993731e+00 1.056897e+00
+## 2572 MothChildMother        -3.369349e+00   3.279866e+00 1.055309e+00
+## 2573 MothChildMother        -1.314335e+00   1.268643e+00 1.073330e+00
+## 2574 MothChildMother        -4.561624e+00   4.386462e+00 1.081460e+00
+## 2575 MothChildMother         3.481373e+00   3.396171e+00 1.050805e+00
+## 2576 MothChildMother        -1.441182e-01   2.961579e-01 2.368052e-01
+## 2577 MothChildMother        -7.129283e+00   6.912573e+00 1.063683e+00
+## 2578 MothChildMother         6.821482e+00   6.638232e+00 1.055973e+00
+## 2579 MothChildMother        -5.044267e-02   8.093404e-02 3.884487e-01
+## 2580 MothChildMother        -2.315068e+00   2.252116e+00 1.056686e+00
+## 2581 MothChildMother        -2.933509e-01   2.932920e-01 1.000402e+00
+## 2582 MothChildMother         2.150318e-01   2.506225e-01 7.361479e-01
+## 2583 MothChildMother         2.150318e-01   2.506225e-01 7.361479e-01
+## 2584 MothChildMother         2.004335e+00   1.945544e+00 1.061350e+00
+## 2585 MothChildMother        -3.438837e+00   3.342004e+00 1.058789e+00
+## 2586 MothChildMother         2.080698e+00   1.992931e+00 1.090018e+00
+## 2587 MothChildMother         2.063294e+01   2.036972e+01 1.026011e+00
+## 2588 MothChildMother        -4.461865e-01   4.327966e-01 1.062833e+00
+##      Unadj p-value  Lower 95% CI  Upper 95% CI
+## 1     2.373294e-01 -3.097095e+04  1.250199e+05
+## 2     5.226371e-01 -4.276698e+03  8.417042e+03
+## 3     6.196683e-02 -4.770759e+02  1.953880e+04
+## 4     1.823554e-02  1.039262e+04  1.120259e+05
+## 5     2.082000e-02  7.206499e+03  8.762628e+04
+## 6     6.467052e-01 -3.699351e+03  2.297068e+03
+## 7     3.909353e-02  5.677489e+01  2.212527e+03
+## 8     8.868597e-02 -3.142228e+02  4.467458e+03
+## 9     3.682936e-02  1.256762e+02  3.983884e+03
+## 10    1.629165e-01 -1.697902e+03  1.008964e+04
+## 11    6.923834e-02 -3.949660e+01  1.042411e+03
+## 12    1.880255e-02  4.906451e+01  5.429022e+02
+## 13    3.145980e-01 -1.215866e+02  3.778257e+02
+## 14    3.056075e-01 -2.764234e+03  8.664555e+02
+## 15    5.903872e-02 -2.705998e+01  1.444970e+03
+## 16    3.697000e-03  4.957384e+01  2.556552e+02
+## 17    5.215727e-02 -1.926472e+00  4.145877e+02
+## 18    3.069271e-01 -7.440399e+01  2.364419e+02
+## 19    7.192961e-02 -8.405956e+00  1.970218e+02
+## 20    1.267076e-01 -1.787554e+02  1.440447e+03
+## 21    1.445679e-02  1.972350e+01  1.788910e+02
+## 22    3.050310e-01 -9.591346e+02  3.065162e+03
+## 23    2.940624e-01 -5.202595e+01  1.719064e+02
+## 24    1.344301e-02  9.389761e+00  8.130010e+01
+## 25    7.777211e-01 -6.316341e+01  8.441952e+01
+## 26    1.331248e-01 -1.934581e+01  1.462052e+02
+## 27    6.805805e-02 -4.116401e+00  1.151077e+02
+## 28    4.085077e-01 -7.016419e+01  2.854024e+01
+## 29    8.335491e-01 -3.460506e+01  2.790282e+01
+## 30    7.995502e-02 -8.167871e+00  1.450134e+02
+## 31    8.627111e-01 -1.053635e+02  8.827879e+01
+## 32    3.823786e-02  5.225495e+00  1.875742e+02
+## 33    8.926197e-02 -1.187013e+01  1.666383e+02
+## 34    1.921040e-01 -1.157592e+01  5.763989e+01
+## 35    5.130584e-02 -2.362562e-01  8.356509e+01
+## 36    2.564048e-01 -2.582661e+02  9.688157e+02
+## 37    9.369573e-01 -3.899453e+01  3.596935e+01
+## 38    9.388334e-01 -5.912050e+01  5.466557e+01
+## 39    2.397158e-01 -3.803058e+01  1.520542e+02
+## 40    2.108098e-01 -3.029038e+01  1.372687e+02
+## 41    1.241263e-01 -2.492426e+01  2.064409e+02
+## 42    3.560756e-02  2.913769e+00  8.368049e+01
+## 43    3.001062e-01 -2.994116e+01  9.711284e+01
+## 44    8.790696e-01 -1.785354e+01  1.528134e+01
+## 45    8.858301e-02 -9.297639e+00  1.324917e+02
+## 46    8.002746e-01 -5.131582e+01  6.652694e+01
+## 47    3.639807e-02  4.080098e+00  1.247978e+02
+## 48    5.304509e-01 -2.714767e+01  5.270618e+01
+## 49    1.506239e-01 -5.184358e+00  3.370012e+01
+## 50    1.390149e-01 -1.323147e+01  9.471239e+01
+## 51    1.449171e-01 -7.829748e+00  5.328039e+01
+## 52    6.321542e-01 -1.997238e+01  3.288122e+01
+## 53    3.417261e-01 -8.007487e+00  2.309502e+01
+## 54    2.216660e-01 -1.198680e+01  5.169435e+01
+## 55    7.906798e-02 -6.806458e+00  1.240818e+02
+## 56    4.145027e-02  1.397152e+00  7.069345e+01
+## 57    9.711960e-01 -2.240051e+01  2.159007e+01
+## 58    3.542553e-01 -8.946981e+00  2.498454e+01
+## 59    1.106154e-01 -3.830818e+00  3.736331e+01
+## 60    2.286737e-01 -6.428723e+00  2.689678e+01
+## 61    1.941768e-01 -4.324811e+01  2.129772e+02
+## 62    1.153678e-01 -2.034054e+01  1.865196e+02
+## 63    4.462104e-02  1.626594e+00  1.337868e+02
+## 64    5.981421e-01 -4.185278e+01  7.264303e+01
+## 65    7.031351e-02 -1.276650e+00  3.206845e+01
+## 66    3.527409e-01 -1.390403e+01  4.959964e+00
+## 67    1.400517e-01 -6.080701e+00  4.312988e+01
+## 68    1.286954e-02  3.189331e+00  2.689441e+01
+## 69    3.890508e-01 -1.184228e+01  3.041139e+01
+## 70    1.233840e-01 -3.913943e+00  3.268172e+01
+## 71    1.929284e-01 -1.786736e+01  3.604220e+00
+## 72    2.143721e-01 -5.921961e+01  2.639413e+02
+## 73    3.498758e-01 -3.817186e+01  1.351781e+01
+## 74    9.486970e-02 -5.153987e+00  6.458146e+01
+## 75    8.351025e-01 -1.695975e+01  1.370313e+01
+## 76    4.581286e-01 -1.088379e+01  2.414294e+01
+## 77    7.994364e-02 -1.841784e+00  3.271018e+01
+## 78    2.194669e-02  3.420153e+00  4.388418e+01
+## 79    8.586052e-01 -6.146669e+00  5.122375e+00
+## 80    8.685768e-01 -5.837225e+00  6.913700e+00
+## 81    9.328486e-02 -2.055258e+00  2.654976e+01
+## 82    1.231434e-01 -7.830576e+00  6.555904e+01
+## 83    3.871700e-02  4.766810e-01  1.790429e+01
+## 84    1.752860e-01 -4.234074e+00  2.321980e+01
+## 85    2.103710e-01 -2.041620e+01  9.271357e+01
+## 86    6.574266e-01 -1.918450e+01  1.210485e+01
+## 87    1.448795e-01 -3.253613e+00  2.214729e+01
+## 88    5.767207e-01 -2.551394e+01  1.420291e+01
+## 89    9.703617e-01 -6.392804e+00  6.154938e+00
+## 90    3.643532e-01 -2.466871e+00  6.717572e+00
+## 91    9.811017e-01 -3.073913e+00  3.000499e+00
+## 92    6.440294e-01 -1.561749e+01  2.525292e+01
+## 93    3.229057e-01 -1.333860e+02  4.394793e+01
+## 94    3.854897e-01 -6.400410e+00  1.657209e+01
+## 95    2.772454e-01 -1.563841e+01  5.454584e+01
+## 96    2.212178e-02  1.980036e+00  2.562136e+01
+## 97    5.801994e-02 -7.420585e-01  4.441415e+01
+## 98    1.164651e-01 -2.042318e+00  1.847581e+01
+## 99    4.002399e-01 -5.465723e+01  2.182988e+01
+## 100   2.014291e-01 -1.784693e+01  3.762233e+00
+## 101   3.034896e-01 -6.179926e+00  1.984075e+01
+## 102   2.414754e-01 -8.048268e+00  3.195471e+01
+## 103   5.969917e-01 -2.219242e+01  1.276272e+01
+## 104   4.883586e-01 -4.276500e+00  8.953979e+00
+## 105   1.818683e-01 -2.701703e+00  1.424471e+01
+## 106   2.691394e-01 -4.912625e+00  1.761252e+01
+## 107   6.710245e-02 -7.833065e-01  2.302334e+01
+## 108   8.510256e-01 -1.086760e+01  8.966984e+00
+## 109   9.811121e-01 -7.646379e+00  7.463860e+00
+## 110   4.215731e-01 -7.661781e+00  1.831282e+01
+## 111   3.485135e-01 -5.874837e+00  1.664763e+01
+## 112   1.314384e-01 -3.047916e+00  2.341354e+01
+## 113   1.832398e-02  1.033014e+00  1.118068e+01
+## 114   5.508499e-01 -1.007008e+01  1.888089e+01
+## 115   2.134998e-01 -1.750732e+01  3.912224e+00
+## 116   1.861112e-01 -1.078722e+01  5.551189e+01
+## 117   3.279399e-01 -1.435927e+01  4.297774e+01
+## 118   2.517984e-01 -4.625460e+00  1.764984e+01
+## 119   9.729426e-02 -2.358326e+00  2.826781e+01
+## 120   6.572539e-02 -2.725747e-01  8.655769e+00
+## 121   5.592730e-02 -4.696779e-01  3.759934e+01
+## 122   1.464384e-01 -1.536674e+00  1.032706e+01
+## 123   7.635323e-02 -1.930481e+00  3.838248e+01
+## 124   3.462487e-01 -9.037713e+00  2.576054e+01
+## 125   2.004164e-01 -7.683194e+00  1.611405e+00
+## 126   2.800415e-01 -1.272867e+01  4.398763e+01
+## 127   9.968823e-01 -7.095299e+00  7.067065e+00
+## 128   3.573751e-01 -6.809984e+00  1.886818e+01
+## 129   5.324682e-01 -2.806403e+01  1.450570e+01
+## 130   6.893321e-01 -5.351962e+00  3.538608e+00
+## 131   7.211109e-02 -8.860020e-01  2.061267e+01
+## 132   2.701345e-01 -1.699012e+01  6.070376e+01
+## 133   4.123171e-01 -5.476959e+00  2.246397e+00
+## 134   8.478659e-01 -3.812712e+00  3.132875e+00
+## 135   9.488011e-02 -5.446503e-01  6.823341e+00
+## 136   5.437923e-01 -7.860839e+00  1.491577e+01
+## 137   1.054211e-01 -2.048086e+00  2.150636e+01
+## 138   2.404995e-01 -6.671652e+00  2.659160e+01
+## 139   1.378717e-01 -1.176081e+00  8.505032e+00
+## 140   4.351626e-01 -3.118544e+00  7.244897e+00
+## 141   3.544635e-01 -1.738923e+01  6.230374e+00
+## 142   4.996672e-01 -8.842258e+00  1.813233e+01
+## 143   8.284437e-01 -3.066569e+00  2.455983e+00
+## 144   2.029061e-01 -9.569227e-01  4.505943e+00
+## 145   7.617088e-01 -3.481795e+00  2.548771e+00
+## 146   2.634047e-01 -2.249112e+00  8.226799e+00
+## 147   1.763344e-01 -1.044154e+01  5.689582e+01
+## 148   7.716915e-01 -2.210479e+01  2.978714e+01
+## 149   4.988813e-01 -5.731673e+00  2.791056e+00
+## 150   3.934732e-01 -6.145132e+00  2.417225e+00
+## 151   3.938880e-01 -4.825717e+00  1.225652e+01
+## 152   4.347469e-01 -5.600687e+00  1.302249e+01
+## 153   2.722982e-01 -4.328709e+01  1.535193e+02
+## 154   4.558383e-01 -1.746117e+00  3.890836e+00
+## 155   3.092852e-01 -7.771893e+00  2.462727e+00
+## 156   2.688871e-01 -9.977856e+00  2.780679e+00
+## 157   7.625071e-01 -1.435350e+01  1.958640e+01
+## 158   3.064801e-01 -2.146873e+00  6.831398e+00
+## 159   2.238296e-01 -1.404577e+00  6.000165e+00
+## 160   3.063187e-01 -1.236051e+00  3.935024e+00
+## 161   4.328136e-01 -2.796311e+00  6.527900e+00
+## 162   2.939059e-01 -1.801042e+00  5.953979e+00
+## 163   2.435606e-01 -9.862315e-01  3.883769e+00
+## 164   8.734296e-02 -4.193027e-01  6.145246e+00
+## 165   5.155286e-01 -1.995311e+00  3.976600e+00
+## 166   4.958883e-01 -2.877546e+00  5.941731e+00
+## 167   2.585509e-01 -5.827832e+00  2.169120e+01
+## 168   1.952241e-01 -6.907205e+00  3.382748e+01
+## 169   2.019811e-01 -1.687270e+00  7.981776e+00
+## 170   3.248210e-01 -2.499937e+00  7.547149e+00
+## 171   2.063886e-01 -1.491644e+01  6.904521e+01
+## 172   3.197081e-01 -5.725189e+00  1.869451e+00
+## 173   2.889336e-01 -2.404992e+00  8.075714e+00
+## 174   9.063856e-01 -1.919140e+00  1.701878e+00
+## 175   3.070345e-01 -6.802694e+00  2.141365e+00
+## 176   9.948332e-01 -2.629277e+00  2.611960e+00
+## 177   3.490080e-01 -2.586469e+01  9.139091e+00
+## 178   1.632491e-01 -1.944766e+00  1.153030e+01
+## 179   4.178151e-01 -1.444301e+00  3.479878e+00
+## 180   1.073851e-01 -6.148127e-01  6.272819e+00
+## 181   2.697784e-01 -1.159256e+00  4.146964e+00
+## 182   5.386645e-01 -8.270346e+00  1.583079e+01
+## 183   3.933002e-01 -2.091737e+01  5.319759e+01
+## 184   2.273309e-01 -5.804834e-01  2.442567e+00
+## 185   4.745013e-01 -3.163556e+00  6.798699e+00
+## 186   6.835997e-02 -1.228830e-01  3.384482e+00
+## 187   9.679781e-01 -9.461124e+00  9.856797e+00
+## 188   3.177091e-01 -5.206961e+00  1.603699e+01
+## 189   6.794957e-01 -3.070711e+00  4.711076e+00
+## 190   6.066748e-01 -4.647259e+00  2.713738e+00
+## 191   2.074215e-01 -7.663503e-01  3.529572e+00
+## 192   6.742022e-01 -3.197036e+00  4.942964e+00
+## 193   3.898464e-01 -7.289486e-01  1.868551e+00
+## 194   2.912560e-01 -1.650645e+00  5.502190e+00
+## 195   2.930206e-01 -5.785424e+00  1.917859e+01
+## 196   2.286976e-01 -9.894932e-01  4.139467e+00
+## 197   1.838322e-01 -4.809941e+00  2.507457e+01
+## 198   5.492949e-02 -3.641847e-02  3.485815e+00
+## 199   2.182783e-01 -3.618272e+00  8.264150e-01
+## 200   8.645601e-01 -1.392885e+00  1.658436e+00
+## 201   4.131050e-01 -1.332335e+00  3.242833e+00
+## 202   2.247900e-01 -1.045953e+00  4.449555e+00
+## 203   1.365414e-01 -2.315390e+00  3.163284e-01
+## 204   3.287202e-01 -1.739749e+00  5.195984e+00
+## 205   4.047620e-01 -7.987136e-01  1.979820e+00
+## 206   2.577560e-01 -7.929329e-01  2.959833e+00
+## 207   4.560283e-01 -1.227669e+00  2.734563e+00
+## 208   8.278983e-01 -3.189487e+00  2.552581e+00
+## 209   5.896738e-01 -3.057949e+00  5.379664e+00
+## 210   2.654892e-01 -3.201429e+00  8.816928e-01
+## 211   6.096139e-01 -3.351416e+00  1.966065e+00
+## 212   4.275518e-01 -1.807494e+00  4.266046e+00
+## 213   2.111077e-01 -5.617066e-01  2.541943e+00
+## 214   2.552232e-01 -3.759007e+00  1.416225e+01
+## 215   2.038601e-01 -1.199867e+00  5.623235e+00
+## 216   3.177091e-01 -3.866059e+00  1.255250e+00
+## 217   2.725088e-01 -6.582367e-01  2.332790e+00
+## 218   2.054253e-01 -2.012174e+00  9.357820e+00
+## 219   3.177091e-01 -2.667405e+00  8.215375e+00
+## 220   2.802461e-01 -1.429692e+00  4.937393e+00
+## 221   1.634397e-01 -2.855465e+00  4.822470e-01
+## 222   4.199386e-01 -3.724560e+00  1.552885e+00
+## 223   3.299246e-01 -2.228035e+01  7.484657e+00
+## 224   7.947447e-01 -1.574726e+00  2.056747e+00
+## 225   2.785122e-01 -2.016472e+00  7.003794e+00
+## 226   8.861510e-01 -1.759563e+00  1.519990e+00
+## 227   3.406755e-01 -1.976633e+00  6.834436e-01
+## 228   9.595344e-01 -9.064252e-01  9.546018e-01
+## 229   4.242847e-01 -1.311452e+00  3.116627e+00
+## 230   2.466870e-01 -2.343494e+00  9.117497e+00
+## 231   7.601282e-01 -2.995148e+00  2.187780e+00
+## 232   3.191803e-01 -7.010065e-01  2.150039e+00
+## 233   6.304846e-01 -1.226065e+00  7.428283e-01
+## 234   2.305027e-01 -4.998094e-01  2.075061e+00
+## 235   2.763937e-01 -3.699320e+00  1.057592e+00
+## 236   3.177091e-01 -2.917293e+00  8.985007e+00
+## 237   5.323285e-01 -9.016878e-01  4.659506e-01
+## 238   3.177091e-01 -4.126052e-01  1.270788e+00
+## 239   3.119630e-01 -1.945113e+00  6.090599e+00
+## 240   4.662806e-01 -1.125537e+00  5.155307e-01
+## 241   3.255239e-01 -1.742547e+00  5.783324e-01
+## 242   3.177091e-01 -4.277723e+00  1.388910e+00
+## 243   3.146879e-01 -1.910881e+00  5.936454e+00
+## 244   5.761934e-01 -2.280062e+00  1.268160e+00
+## 245   2.969241e-01 -7.465280e-01  2.444985e+00
+## 246   1.305310e-01 -3.123135e+00  4.029454e-01
+## 247   3.177091e-01 -7.264176e-01  2.237303e+00
+## 248   3.177091e-01 -4.098738e+00  1.330797e+00
+## 249   4.157888e-01 -4.100537e+00  9.922845e+00
+## 250   3.250997e-01 -6.838298e-01  2.062841e+00
+## 251   2.317355e-01 -2.953208e-01  1.219784e+00
+## 252   9.809830e-02 -1.515754e+00  1.791281e+01
+## 253   3.301870e-01 -5.895984e-01  1.753862e+00
+## 254   3.177091e-01 -2.344693e+00  7.612856e-01
+## 255   6.580997e-02 -1.782752e-01  5.633255e+00
+## 256   5.699937e-01 -1.729553e+00  3.141277e+00
+## 257   2.947156e-01 -9.972200e-01  3.288382e+00
+## 258   9.922521e-02 -4.350897e-01  5.042866e+00
+## 259   3.177091e-01 -4.206129e+00  1.365665e+00
+## 260   2.923583e-01 -6.849654e-01  2.275354e+00
+## 261   3.643045e-01 -1.629711e+00  5.984017e-01
+## 262   6.001265e-01 -1.100522e+00  6.360520e-01
+## 263   1.282508e-01 -6.661301e-01  5.282866e+00
+## 264   3.177091e-01 -1.628756e+00  5.288320e-01
+## 265   4.273075e-01 -1.470471e+00  3.472383e+00
+## 266   2.931825e-01 -4.780564e-01  1.583949e+00
+## 267   6.359755e-01 -1.002461e+00  6.124570e-01
+## 268   1.427594e-01 -1.768933e-01  1.225713e+00
+## 269   2.844761e-01 -1.647590e+00  5.611967e+00
+## 270   1.507482e-01 -4.620924e+00  7.115597e-01
+## 271   1.564098e-01 -1.297177e+00  2.084547e-01
+## 272   1.315662e-01 -2.243069e-01  1.720932e+00
+## 273   3.177091e-01 -1.038108e+00  3.370578e-01
+## 274   3.177091e-01 -2.905670e-01  8.949210e-01
+## 275   2.700862e-01 -1.610154e+00  5.753853e+00
+## 276   2.597119e-01 -1.875002e+01  6.949523e+01
+## 277   1.700404e-01 -1.212998e+00  6.875020e+00
+## 278   2.959291e-01 -2.180350e+00  7.162872e+00
+## 279   3.105239e-01 -3.065207e+00  9.638194e+00
+## 280   4.259444e-01 -1.171853e+00  2.775154e+00
+## 281   2.476893e-01 -8.397407e-01  3.254524e+00
+## 282   6.382091e-01 -1.426401e+00  2.326814e+00
+## 283   2.426066e-01 -2.712239e-01  1.072076e+00
+## 284   1.283430e-01 -1.977501e-01  1.566817e+00
+## 285   2.435748e-01 -1.829805e+00  4.646805e-01
+## 286   2.083171e-01 -1.906715e+00  4.157802e-01
+## 287   3.194087e-01 -4.397330e+00  1.347822e+01
+## 288   8.525983e-01 -6.847991e-01  8.282344e-01
+## 289   1.992264e-01 -4.363833e-01  2.093309e+00
+## 290   2.938133e-01 -7.224954e-01  2.389151e+00
+## 291   3.349209e-01 -1.112902e+00  3.789507e-01
+## 292   9.750505e-01 -9.153281e-01  8.865755e-01
+## 293   1.591737e-01 -1.546249e+00  9.432015e+00
+## 294   2.909579e-01 -2.787578e+00  9.300712e+00
+## 295   3.014211e-01 -1.599660e+00  5.167803e+00
+## 296   3.172530e-01 -2.517074e-01  7.762447e-01
+## 297   1.676004e-01 -1.641746e+00  2.851049e-01
+## 298   2.959291e-01 -1.677192e+00  5.509901e+00
+## 299   1.700708e-01 -1.254473e+00  7.108703e+00
+## 300   1.618159e-01 -6.305129e-01  3.775336e+00
+## 301   3.346692e-01 -2.261720e+00  7.696103e-01
+## 302   3.177091e-01 -3.486804e-01  1.073905e+00
+## 303   3.085486e-01 -1.819603e+00  5.754756e+00
+## 304   3.177091e-01 -3.021897e-01  9.307179e-01
+## 305   2.924315e-01 -1.370282e+00  4.550831e+00
+## 306   2.923583e-01 -4.061092e-01  1.349035e+00
+## 307   5.321527e-01 -3.810711e-01  7.376569e-01
+## 308   5.126953e-01 -9.658936e-01  4.822124e-01
+## 309   3.177091e-01 -7.338353e-01  2.382650e-01
+## 310   8.050580e-01 -7.686650e-01  5.967291e-01
+## 311   1.539374e-01 -2.196713e-01  1.392254e+00
+## 312   1.420928e-01 -4.970123e-01  3.463478e+00
+## 313   3.177091e-01 -4.832574e-01  1.569062e-01
+## 314   8.838378e-02 -6.329089e-02  9.059149e-01
+## 315   5.525303e-01 -8.917371e-01  4.769519e-01
+## 316   2.706911e-01 -3.862790e-01  1.377496e+00
+## 317   6.595427e-01 -5.266281e-01  8.320122e-01
+## 318   6.917179e-01 -3.953386e-01  5.958728e-01
+## 319   2.076770e-01 -5.894980e-01  2.711701e+00
+## 320   4.841756e-01 -5.454526e-01  1.150993e+00
+## 321   4.520712e-01 -4.412835e-01  9.906727e-01
+## 322   2.925065e-01 -2.726031e-01  9.051276e-01
+## 323   3.246596e-01 -2.984951e+00  9.015414e+00
+## 324   2.813756e-01 -9.908918e-01  3.409351e+00
+## 325   3.046970e-01 -3.048989e+00  9.531240e-01
+## 326   1.044816e-01 -8.699535e-02  9.265463e-01
+## 327   3.789227e-01 -1.563427e-01  4.110704e-01
+## 328   7.369114e-01 -4.324366e-01  6.113453e-01
+## 329   3.177091e-01 -2.498877e-01  7.696321e-01
+## 330   2.994557e-01 -1.687798e-01  5.485136e-01
+## 331   9.878586e-01 -3.651436e-01  3.595172e-01
+## 332   2.833299e-01 -1.684571e+00  4.927323e-01
+## 333   2.137358e-01 -1.422250e+00  3.181673e-01
+## 334   3.054500e-01 -1.153185e+00  3.612993e-01
+## 335   2.850106e-01 -1.656558e+01  5.632785e+01
+## 336   3.115100e-01 -9.229452e-01  2.893764e+00
+## 337   4.780327e-01 -2.729066e-01  5.825749e-01
+## 338   3.141442e-01 -4.936168e-01  1.535902e+00
+## 339   4.376068e-02  2.653933e-02  1.870692e+00
+## 340   2.777578e-01 -2.000664e+00  6.966305e+00
+## 341   3.173047e-01 -3.722073e-01  1.147687e+00
+## 342   5.162136e-01 -5.416575e-01  1.078197e+00
+## 343   3.177091e-01 -1.557163e+00  5.055866e-01
+## 344   1.348788e-01 -4.438991e-01  3.299539e+00
+## 345   3.061064e-01 -9.395699e-01  2.993048e+00
+## 346   3.524772e-01 -1.601923e-01  5.710688e-02
+## 347   1.592339e-01 -6.236043e-01  1.022752e-01
+## 348   9.194520e-01 -5.517188e-01  4.975804e-01
+## 349   2.989119e-01 -1.035216e+00  3.369905e+00
+## 350   6.923305e-01 -2.813220e-01  4.236472e-01
+## 351   3.177091e-01 -1.288686e+00  4.184165e-01
+## 352   3.177091e-01 -4.832574e-01  1.569062e-01
+## 353   3.132889e-01 -4.502075e-01  1.404296e+00
+## 354   1.438844e-01 -1.067160e-01  7.324628e-01
+## 355   2.233109e-01 -4.342501e-01  1.859264e+00
+## 356   2.500092e-01 -9.183257e-01  2.390486e-01
+## 357   4.171984e-01 -4.304997e-01  1.784402e-01
+## 358   4.070904e-01 -2.627817e+00  1.065584e+00
+## 359   2.923583e-01 -2.137417e-01  7.100182e-01
+## 360   1.450192e-01 -1.484580e-01  1.009383e+00
+## 361   1.460878e-01 -9.841073e-02  6.632527e-01
+## 362   3.081704e-01 -2.871736e-01  9.092399e-01
+## 363   6.220019e-02 -2.427144e-02  9.761944e-01
+## 364   5.389560e-01 -3.020740e-01  1.578889e-01
+## 365   4.083043e-01 -2.668301e+00  1.084884e+00
+## 366   2.730342e-01 -1.378461e-01  4.876552e-01
+## 367   3.042318e-01 -1.226262e+00  3.928195e+00
+## 368   1.239786e-01 -5.792484e-02  4.805460e-01
+## 369   2.886960e-01 -1.161707e+01  3.903835e+01
+## 370   5.297521e-01 -2.240525e-01  4.355173e-01
+## 371   2.909575e-01 -1.180996e+00  3.940379e+00
+## 372   3.742500e-01 -4.073149e-01  1.082894e+00
+## 373   2.840408e-01 -4.715651e+00  1.608493e+01
+## 374   3.177091e-01 -8.054289e-01  2.615103e-01
+## 375   2.753115e-01 -4.463219e+00  1.566849e+01
+## 376   2.962749e-01 -8.887649e-01  2.916653e+00
+## 377   3.177091e-01 -4.116637e-01  1.336608e-01
+## 378   3.177091e-01 -8.717011e-02  2.684763e-01
+## 379   4.906872e-01 -2.266601e-01  4.725276e-01
+## 380   2.688664e-01 -3.287736e-01  1.179816e+00
+## 381   1.768797e-01 -3.917243e-01  7.212784e-02
+## 382   3.177091e-01 -1.452835e-01  4.474605e-01
+## 383   2.877036e-01 -1.896168e-01  6.392096e-01
+## 384   3.502455e-02  2.262113e-02  6.213175e-01
+## 385   2.952674e-01 -3.960031e-01  1.303610e+00
+## 386   2.921639e-01 -3.445984e-01  1.145402e+00
+## 387   2.549995e-01 -4.548694e+00  1.715158e+01
+## 388   3.770601e-01 -7.824002e-01  2.962630e-01
+## 389   2.947682e-01 -1.103756e-01  3.639096e-01
+## 390   2.476003e-01 -6.357796e-01  1.639897e-01
+## 391   3.177091e-01 -6.264447e-01  2.033969e-01
+## 392   7.646406e-01 -5.364684e-01  3.942911e-01
+## 393   4.052966e-01 -3.528434e-01  1.425148e-01
+## 394   1.434080e-01 -1.776655e-01  1.224328e+00
+## 395   2.977460e-01 -8.951634e-01  2.924401e+00
+## 396   6.445341e-01 -1.878258e-01  3.034767e-01
+## 397   3.135207e-01 -3.973691e-01  1.274791e-01
+## 398   1.298809e-01 -1.527471e-01  1.191591e+00
+## 399   1.246680e-01 -7.821218e-02  6.440300e-01
+## 400   3.177086e-01 -1.610859e-01  5.230202e-02
+## 401   2.920111e-01 -3.128820e-01  1.040479e+00
+## 402   2.392243e-02  6.961090e-02  9.840268e-01
+## 403   3.025018e-01 -5.255990e-01  1.632267e-01
+## 404   1.312215e-01 -2.492311e-01  1.918622e+00
+## 405   2.962376e-01 -4.600371e-01  1.509874e+00
+## 406   1.983097e-01 -7.579113e-02  3.652776e-01
+## 407   2.936449e-01 -1.571117e-01  5.198099e-01
+## 408   3.177080e-01 -3.549091e-01  1.093092e+00
+## 409   4.907683e-01 -5.788991e-02  2.777256e-02
+## 410   3.177086e-01 -1.431874e-01  4.649068e-02
+## 411   2.949280e-01 -5.088988e-01  1.677014e+00
+## 412   3.048141e-01 -4.031884e-01  1.289326e+00
+## 413   2.745306e-01 -5.400662e-01  1.900935e+00
+## 414   2.298666e-01 -1.387369e-01  5.775364e-01
+## 415   2.808403e-01 -3.830001e+00  1.320098e+01
+## 416   2.658960e-01 -9.575307e-02  3.471841e-01
+## 417   2.593794e-01 -2.511826e-01  9.321030e-01
+## 418   3.177091e-01 -3.400700e-01  1.104155e-01
+## 419   1.860865e-01 -7.854844e-01  1.526161e-01
+## 420   3.057391e-01 -2.623574e-01  8.366656e-01
+## 421   2.937404e-01 -2.038851e-01  6.743611e-01
+## 422   3.177091e-01 -1.394722e-01  4.295621e-01
+## 423   7.833809e-01 -1.565496e-01  1.180348e-01
+## 424   2.984695e-01 -3.075630e-01  1.002553e+00
+## 425   2.940438e-01 -1.643679e-01  5.431429e-01
+## 426   2.940438e-01 -1.643679e-01  5.431429e-01
+## 427   3.053456e-01 -8.465889e-02  2.702960e-01
+## 428   2.985827e-01 -1.017186e+00  3.314541e+00
+## 429   3.143949e-01 -1.142600e+00  3.552664e+00
+## 430   3.177086e-01 -1.789843e-01  5.811335e-02
+## 431   2.156023e-01 -2.230479e-01  9.885132e-01
+## 432   4.897455e-01 -1.506582e-01  3.146316e-01
+## 433   6.636719e-01 -2.012546e-01  3.160203e-01
+## 434   2.952876e-01 -6.876302e+00  2.263481e+01
+## 435   2.753158e-01 -1.367848e-01  4.801872e-01
+## 436   1.100470e-01 -2.155310e-02  2.118468e-01
+## 437   6.934399e-01 -2.966840e-01  1.973276e-01
+## 438   3.004842e-01 -3.641223e-01  1.123925e-01
+## 439   2.931532e-01 -9.016761e-02  2.987804e-01
+## 440   1.658973e-01 -3.261527e-02  1.899421e-01
+## 441   3.177086e-01 -4.067935e-02  1.252890e-01
+## 442   6.917200e-01 -2.031241e-01  3.061573e-01
+## 443   3.041939e-01 -7.606655e-02  2.436985e-01
+## 444   2.958331e-01 -1.123629e+01  3.692432e+01
+## 445   3.324139e-01 -6.497822e-01  1.921226e+00
+## 446   3.177091e-01 -4.474605e-01  1.452835e-01
+## 447   2.937404e-01 -1.568347e-01  5.187393e-01
+## 448   3.177086e-01 -5.811335e-02  1.789843e-01
+## 449   3.087445e-01 -2.060146e-01  6.511757e-01
+## 450   3.261251e-01 -5.447256e-01  1.810896e-01
+## 451   7.549646e-01 -2.617785e-01  1.898606e-01
+## 452   3.179701e-01 -1.714989e-01  5.278094e-01
+## 453   1.534432e-01 -5.755804e-02  3.661561e-01
+## 454   3.177086e-01 -3.486801e-02  1.073906e-01
+## 455   1.026873e-01 -5.922315e-02  6.485507e-01
+## 456   3.759609e-01 -1.787648e-01  6.751448e-02
+## 457   1.364589e-01 -7.446423e-02  5.454590e-01
+## 458   3.156791e-01 -6.822832e-02  2.113595e-01
+## 459   7.652361e-01 -1.930596e-01  2.624608e-01
+## 460   3.836048e-01 -4.725780e-01  1.817195e-01
+## 461   3.137032e-01 -1.305296e-01  4.066634e-01
+## 462   2.010963e-01 -1.119477e-01  5.319379e-01
+## 463   2.877036e-01 -6.692358e-02  2.256034e-01
+## 464   3.001987e-01 -5.534856e-01  1.706948e-01
+## 465   7.662191e-01 -1.064702e-01  1.445496e-01
+## 466   3.023472e-01 -5.155267e-01  1.600243e-01
+## 467   3.177086e-01 -5.230202e-02  1.610859e-01
+## 468   3.177091e-01 -1.452835e-01  4.474605e-01
+## 469   3.177091e-01 -3.400700e-01  1.104155e-01
+## 470   3.759609e-01 -1.390393e-01  5.251126e-02
+## 471   2.969586e-01 -1.420727e-01  4.652591e-01
+## 472   3.177091e-01 -1.510949e-01  4.653589e-01
+## 473   3.414663e-01 -5.484517e-01  1.900289e-01
+## 474   2.991697e-01 -4.976777e+00  1.618801e+01
+## 475   2.939332e-01 -3.273319e-01  9.902433e-02
+## 476   3.776053e-01 -1.675220e-01  6.351574e-02
+## 477   9.700448e-01 -4.391208e-02  4.562762e-02
+## 478   2.954992e-01 -2.857134e-01  9.398710e-01
+## 479   2.728355e-01 -2.764802e-01  7.810031e-02
+## 480   8.547788e-01 -1.182528e-02  1.426129e-02
+## 481   3.038887e-01 -1.563232e-01  4.874924e-02
+## 482   3.177091e-01 -1.104155e-01  3.400700e-01
+## 483   3.759609e-01 -1.191765e-01  4.500966e-02
+## 484   3.759609e-01 -1.191765e-01  4.500966e-02
+## 485   2.923581e-01 -4.274831e-02  1.420037e-01
+## 486   2.959291e-01 -1.677192e-01  5.509901e-01
+## 487   3.057391e-01 -1.180609e-01  3.764995e-01
+## 488   2.931139e-01 -1.908389e-01  6.324437e-01
+## 489   4.733041e-01 -9.145577e-02  4.245893e-02
+## 490   3.021218e-01 -7.508959e-01  2.329268e-01
+## 491   3.177091e-01 -2.505779e-01  8.135877e-02
+## 492   2.982658e-01 -7.366635e-02  2.402773e-01
+## 493   3.001987e-01 -3.874399e-01  1.194863e-01
+## 494   1.709413e-01 -3.324840e-02  1.873610e-01
+## 495   3.766791e-01 -4.176643e-01  1.580095e-01
+## 496   7.349131e-01 -2.474342e-01  1.745360e-01
+## 497   2.989969e-01 -6.021016e-01  1.959493e+00
+## 498   2.930453e-01 -3.763075e-01  1.247357e+00
+## 499   6.361680e-01 -1.085133e-01  6.631596e-02
+## 500   2.877036e-01 -4.461572e-02  1.504022e-01
+## 501   4.321185e-01 -2.539415e-01  5.936733e-01
+## 502   3.759609e-01 -9.931375e-02  3.750805e-02
+## 503   2.343647e-01 -2.995766e-02  1.223982e-01
+## 504   4.907814e-01 -1.841912e-02  8.836749e-03
+## 505   3.087445e-01 -1.030073e-01  3.255878e-01
+## 506   6.037263e-02 -1.844857e-01  3.936834e-03
+## 507   3.177086e-01 -1.743401e-02  5.369528e-02
+## 508   7.359608e-01 -2.288040e-01  1.616307e-01
+## 509   2.923581e-01 -3.206123e-02  1.065027e-01
+## 510   2.923581e-01 -3.206123e-02  1.065027e-01
+## 511   5.321834e-01 -6.128790e-02  3.166281e-02
+## 512   4.497903e-01 -1.996777e-01  8.854040e-02
+## 513   2.979497e-01 -6.598635e-01  2.154357e+00
+## 514   3.305453e-01 -2.336163e-01  6.942534e-01
+## 515   2.959291e-01 -1.197994e-01  3.935644e-01
+## 516   3.019900e-01 -3.192715e-01  9.899823e-02
+## 517   3.177086e-01 -1.073906e-01  3.486801e-02
+## 518   4.479458e-01 -2.589477e-02  5.861440e-02
+## 519   3.038887e-01 -1.042155e-01  3.249949e-02
+## 520   2.937404e-01 -6.273387e-02  2.074957e-01
+## 521   3.033691e-01 -1.156464e-01  3.714188e-01
+## 522   2.877110e-01 -3.346243e-02  1.128012e-01
+## 523   3.039489e-01 -5.617934e-01  1.752263e-01
+## 524   2.939107e-01 -7.237165e-02  2.392463e-01
+## 525   4.559186e-01 -1.307045e-01  2.912000e-01
+## 526   3.102131e-01 -8.992822e-02  2.830259e-01
+## 527   2.017745e-01 -6.067209e-02  1.281222e-02
+## 528   2.866238e-01 -2.085333e-01  6.164677e-02
+## 529   2.360198e-01 -5.633413e-02  2.286133e-01
+## 530   3.177091e-01 -8.135877e-02  2.505779e-01
+## 531   3.914560e-01 -2.233579e-01  8.745657e-02
+## 532   6.462789e-01 -2.178219e-01  1.351673e-01
+## 533   1.874719e-01 -5.894703e-02  3.010454e-01
+## 534   3.213630e-01 -2.525125e-02  7.697198e-02
+## 535   2.906603e-01 -6.475608e-02  2.162602e-01
+## 536   2.906603e-01 -6.475608e-02  2.162602e-01
+## 537   2.967283e-01 -4.258506e-01  1.395561e+00
+## 538   4.907814e-01 -1.315652e-02  6.311964e-03
+## 539   1.987872e-01 -5.357146e-02  2.575575e-01
+## 540   3.123694e-01 -5.925798e-02  1.853316e-01
+## 541   3.038887e-01 -8.684624e-02  2.708291e-02
+## 542   3.177086e-01 -2.324534e-02  7.159371e-02
+## 543   2.034803e-01 -6.987768e-02  3.281016e-01
+## 544   6.814339e-01 -2.986328e-02  4.568700e-02
+## 545   3.085486e-01 -1.025128e-01  3.242116e-01
+## 546   1.804774e-01 -4.423924e-02  8.322587e-03
+## 547   2.936449e-01 -3.142234e-02  1.039620e-01
+## 548   2.936449e-01 -3.142234e-02  1.039620e-01
+## 549   2.537031e-01 -1.688145e-01  6.396031e-01
+## 550   2.923581e-01 -2.137415e-02  7.100183e-02
+## 551   3.776053e-01 -7.445423e-02  2.822922e-02
+## 552   9.731602e-01 -9.285195e-02  9.609546e-02
+## 553   5.469048e-01 -4.601813e-02  8.685840e-02
+## 554   5.338149e-01 -1.222696e-01  6.334575e-02
+## 555   2.983410e-01 -2.667810e-01  8.699586e-01
+## 556   2.983410e-01 -2.667810e-01  8.699586e-01
+## 557   3.177086e-01 -5.811335e-02  1.789843e-01
+## 558   3.050147e-01 -1.121728e-01  3.584946e-01
+## 559   3.070125e-01 -1.904451e-01  5.994475e-02
+## 560   3.023276e-01 -1.028746e-01  3.193135e-02
+## 561   3.023276e-01 -1.028746e-01  3.193135e-02
+## 562   2.877110e-01 -2.230829e-02  7.520079e-02
+## 563   2.877110e-01 -2.230829e-02  7.520079e-02
+## 564   2.939107e-01 -4.824777e-02  1.594975e-01
+## 565   2.939107e-01 -4.824777e-02  1.594975e-01
+## 566   2.989969e-01 -2.867151e-01  9.330921e-01
+## 567   2.959291e-01 -7.187966e-02  2.361386e-01
+## 568   6.852075e-01 -1.562155e-02  1.026715e-02
+## 569   3.001987e-01 -1.660457e-01  5.120843e-02
+## 570   6.327708e-01 -9.379034e-02  1.542652e-01
+## 571   3.776053e-01 -5.584068e-02  2.117191e-02
+## 572   3.776053e-01 -5.584068e-02  2.117191e-02
+## 573   2.838869e-01 -4.534186e-02  1.547366e-01
+## 574   2.838869e-01 -4.534186e-02  1.547366e-01
+## 575   3.043286e-01 -3.422500e-01  1.068708e-01
+## 576   9.278769e-01 -3.410202e-02  3.109122e-02
+## 577   6.852075e-01 -1.366886e-02  8.983757e-03
+## 578   2.070640e-01 -1.060570e-02  4.893109e-02
+## 579   3.759609e-01 -3.972550e-02  1.500322e-02
+## 580   2.860921e-01 -1.006820e-01  2.971299e-02
+## 581   9.499372e-01 -3.563484e-02  3.342265e-02
+## 582   3.177086e-01 -4.067935e-02  1.252890e-01
+## 583   3.177086e-01 -1.789843e-02  5.811335e-03
+## 584   3.790743e-01 -1.394650e-01  5.306178e-02
+## 585   3.064181e-01 -1.447425e-01  4.606587e-01
+## 586   3.039489e-01 -2.553606e-01  7.964831e-02
+## 587   8.520200e-01 -3.668220e-02  4.439921e-02
+## 588   2.906603e-01 -3.237804e-02  1.081301e-01
+## 589   2.961388e-01 -4.112036e-02  1.252497e-02
+## 590   2.947624e-01 -1.412961e-01  4.658632e-01
+## 591   2.959291e-01 -4.791978e-02  1.574257e-01
+## 592   3.177086e-01 -1.073906e-01  3.486801e-02
+## 593   3.177086e-01 -1.743401e-02  5.369528e-02
+## 594   3.177086e-01 -3.486801e-02  1.073906e-01
+## 595   1.446773e-01 -3.436110e-02  2.342881e-01
+## 596   3.058561e-01 -3.307713e-02  1.037577e-02
+## 597   2.962749e-01 -5.733967e-02  1.881712e-01
+## 598   2.936439e-01 -1.571113e-02  5.198102e-02
+## 599   2.936439e-01 -1.571113e-02  5.198102e-02
+## 600   2.936439e-01 -1.571113e-02  5.198102e-02
+## 601   3.790743e-01 -1.195414e-01  4.548153e-02
+## 602   3.024523e-01 -3.250906e-02  1.009430e-02
+## 603   3.024523e-01 -3.250906e-02  1.009430e-02
+## 604   6.410275e-01 -3.782987e-02  6.144724e-02
+## 605   3.177086e-01 -1.789843e-02  5.811335e-03
+## 606   6.223469e-01 -2.896326e-03  4.840557e-03
+## 607   3.891285e-01 -3.786774e-02  1.474844e-02
+## 608   2.877110e-01 -1.115414e-02  3.760039e-02
+## 609   3.414663e-01 -1.044670e-01  3.619597e-02
+## 610   1.771786e-01 -7.454108e-02  1.375004e-02
+## 611   3.177086e-01 -5.369528e-02  1.743401e-02
+## 612   2.974232e-01 -4.547887e-02  1.487216e-01
+## 613   3.004842e-01 -3.641223e-02  1.123925e-02
+## 614   3.004842e-01 -3.641223e-02  1.123925e-02
+## 615   3.679007e-01 -8.838916e-02  3.274144e-02
+## 616   3.177086e-01 -3.579686e-02  1.162267e-02
+## 617   2.930931e-01 -1.018414e-01  3.375261e-01
+## 618   2.906592e-01 -1.618897e-02  5.406510e-02
+## 619   2.906592e-01 -1.618897e-02  5.406510e-02
+## 620   2.906592e-01 -1.618897e-02  5.406510e-02
+## 621   2.906592e-01 -1.618897e-02  5.406510e-02
+## 622   2.906592e-01 -1.618897e-02  5.406510e-02
+## 623   2.906592e-01 -1.618897e-02  5.406510e-02
+## 624   2.959291e-01 -2.395989e-02  7.871287e-02
+## 625   2.959291e-01 -2.395989e-02  7.871287e-02
+## 626   3.177086e-01 -5.811335e-03  1.789843e-02
+## 627   3.177086e-01 -5.811335e-03  1.789843e-02
+## 628   2.948359e-01 -1.575193e-02  5.192339e-02
+## 629   2.962748e-01 -2.866983e-02  9.408560e-02
+## 630   3.790743e-01 -5.977070e-02  2.274076e-02
+## 631   3.046969e-01 -4.998343e-02  1.562498e-02
+## 632   3.024523e-01 -1.625453e-02  5.047152e-03
+## 633   2.995043e-01 -5.864180e-02  1.804698e-02
+## 634   2.977460e-01 -2.887624e-02  9.433552e-02
+## 635   2.930931e-01 -5.657855e-02  1.875145e-01
+## 636   3.679007e-01 -4.419458e-02  1.637072e-02
+## 637   2.989969e-01 -5.734301e-02  1.866184e-01
+## 638   3.177086e-01 -1.789843e-02  5.811335e-03
+## 639   9.094649e-01 -4.585275e-03  5.150104e-03
+## 640   2.909649e-01 -2.127960e-02  7.099750e-02
+## 641   3.323176e-01 -1.296709e-02  3.835007e-02
+## 642   3.323176e-01 -1.296709e-02  3.835007e-02
+## 643   2.922543e-01 -3.257470e-02  1.082436e-01
+## 644   3.039489e-01 -5.107213e-02  1.592966e-02
+## 645   2.995398e-01 -1.202370e-02  3.906553e-02
+## 646   2.945275e-01 -4.011432e-01  1.323561e+00
+## 647   4.784047e-01 -2.674570e-03  1.253782e-03
+## 648   9.675458e-01 -3.829068e+02  3.673327e+02
+## 649   4.981188e-05  9.782568e+01  2.807313e+02
+## 650   4.026136e-02  5.334145e+00  2.348728e+02
+## 651   5.144302e-03 -1.042394e+03 -1.835744e+02
+## 652   3.645211e-02 -6.916661e+02 -2.251332e+01
+## 653   2.320962e-04  6.646390e+01  2.178241e+02
+## 654   3.757027e-01 -1.391410e+01  3.686436e+01
+## 655   2.882996e-01 -2.629269e+01  7.814354e+00
+## 656   4.946847e-01 -2.443485e+01  1.180754e+01
+## 657   1.953924e-01 -1.587244e+02  3.243845e+01
+## 658   7.447380e-01 -4.123347e+00  5.766176e+00
+## 659   4.793963e-01 -2.724748e+00  5.801556e+00
+## 660   4.232554e-01 -5.694373e-01  2.390941e-01
+## 661   3.040880e-01 -1.694102e+01  5.429205e+01
+## 662   5.338386e-02 -1.733081e+01  1.254078e-01
+## 663   9.168742e-01 -2.300958e+00  2.559803e+00
+## 664   1.966679e-01 -2.250135e+00  4.629332e-01
+## 665   3.111043e-01 -2.890671e+00  9.208703e-01
+## 666   5.155124e-01 -3.641013e-01  7.256647e-01
+## 667   1.556483e-01 -2.266122e+01  3.621314e+00
+## 668   1.287070e-01 -9.618523e-01  1.218475e-01
+## 669   3.083515e-01 -4.996543e+01  1.578946e+01
+## 670   6.137719e-01 -1.044429e+00  6.166865e-01
+## 671   5.315233e-02 -5.346800e-01  3.609174e-03
+## 672   3.359958e-01 -7.727123e-01  2.638732e-01
+## 673   4.865569e-01 -2.380878e-01  1.133322e-01
+## 674   6.801590e-01 -1.868039e-01  1.218778e-01
+## 675   3.093131e-01 -1.657528e-01  5.230413e-01
+## 676   7.477321e-01 -1.384048e-01  1.927470e-01
+## 677   1.118191e-01 -6.375841e-02  6.119164e-01
+## 678   8.121752e-01 -2.954792e-01  3.770100e-01
+## 679   7.467924e-01 -8.967675e-01  6.430998e-01
+## 680   7.405104e-01 -9.219370e-01  6.554107e-01
+## 681   2.783837e-01 -3.971400e-01  1.379970e+00
+## 682   5.586123e-01 -1.146592e-01  2.122034e-01
+## 683   3.138593e-01 -9.227678e+00  2.963208e+00
+## 684   7.544680e-02 -7.185392e-02  1.473826e+00
+## 685   5.240714e-01 -2.999822e-01  5.889170e-01
+## 686   3.445487e-01 -7.479876e-01  2.612641e-01
+## 687   7.129073e-01 -6.816322e-01  4.661525e-01
+## 688   3.305886e-01 -1.480764e+00  4.983358e-01
+## 689   4.533439e-01 -4.344216e-01  1.939980e-01
+## 690   7.116583e-01 -1.469265e-01  2.152247e-01
+## 691   2.892954e-01 -8.130435e-02  2.726986e-01
+## 692   2.688476e-01 -8.403194e-02  3.015714e-01
+## 693   7.509550e-01 -5.195422e-01  7.203143e-01
+## 694   4.424836e-02 -6.536675e-01 -8.519802e-03
+## 695   8.226721e-01 -3.054961e-01  2.428017e-01
+## 696   7.880016e-01 -1.241941e-01  9.422682e-02
+## 697   3.834232e-01 -5.483991e-01  1.426765e+00
+## 698   3.127356e-01 -3.541378e-01  1.133524e-01
+## 699   3.915979e-01 -3.674502e-01  9.381383e-01
+## 700   3.096407e-01 -3.586053e-01  1.130510e+00
+## 701   2.888315e-01 -7.736564e-01  2.303245e-01
+## 702   1.067233e-01 -1.073462e+00  1.042098e-01
+## 703   6.018812e-01 -6.545598e-01  1.129412e+00
+## 704   3.310577e-01 -1.007835e-01  3.396099e-02
+## 705   3.805927e-01 -1.744205e-01  6.659872e-02
+## 706   5.669543e-01 -3.578973e-01  6.532820e-01
+## 707   7.566976e-01 -6.515483e-02  8.962094e-02
+## 708   2.682753e-01 -8.304260e-01  2.309378e-01
+## 709   1.348791e-01 -1.799545e+00  2.421001e-01
+## 710   5.250805e-02 -1.107171e+00  5.968784e-03
+## 711   2.549126e-01 -1.905590e+00  7.187633e+00
+## 712   1.266290e-01 -1.156663e-01  1.434207e-02
+## 713   3.070349e-01 -7.013250e-02  2.227969e-01
+## 714   1.998282e-01 -1.303804e-01  6.235132e-01
+## 715   1.039603e-01 -9.200569e-02  8.569969e-03
+## 716   4.816364e-01 -1.021652e-01  2.166147e-01
+## 717   7.185083e-01 -1.197083e-01  8.251735e-02
+## 718   1.660701e-01 -4.838664e-02  2.814654e-01
+## 719   2.751577e-01 -4.010178e+00  1.141722e+00
+## 720   9.119380e-01 -5.564096e-02  6.229574e-02
+## 721   1.291476e-01 -5.564885e-01  7.081134e-02
+## 722   1.353796e-01 -8.951043e-02  1.209853e-02
+## 723   1.138419e-01 -1.419561e-02  1.327023e-01
+## 724   2.096702e-01 -2.828196e-01  6.207207e-02
+## 725   5.463682e-01 -1.590729e-01  8.420125e-02
+## 726   2.071557e-01 -3.203737e-02  1.477438e-01
+## 727   7.823519e-01 -7.909602e-03  1.050515e-02
+## 728   1.286401e-01 -1.790316e-01  2.266431e-02
+## 729   1.614174e-01 -4.383216e-01  7.300093e-02
+## 730   6.121801e-02 -8.829188e-02  2.028711e-03
+## 731   4.686758e-01 -1.773453e-01  8.160614e-02
+## 732   2.373764e-01 -8.591056e-01  2.128650e-01
+## 733   5.142791e-01 -9.027463e-02  4.519600e-02
+## 734   1.530466e-01 -9.481127e-02  6.049541e-01
+## 735   6.457702e-01 -7.654846e-02  4.746509e-02
+## 736   1.065145e-01 -7.237942e-03  7.478539e-02
+## 737   9.844793e-01 -1.379704e-02  1.407367e-02
+## 738   1.614892e-02  6.129880e-03  6.005805e-02
+## 739   3.974956e-01 -3.111796e-02  7.839310e-02
+## 740   2.958770e-01 -8.365055e-01  2.748525e+00
+## 741   4.730727e-01 -2.414700e-02  1.120545e-02
+## 742   6.965106e-01 -8.485837e-02  5.669007e-02
+## 743   3.494175e-02 -1.760498e-01 -6.449631e-03
+## 744   3.143374e-01 -3.761970e-01  1.209717e-01
+## 745   8.142827e-02 -7.166563e-02  4.210130e-03
+## 746   3.322525e-01 -4.238226e-01  1.253674e+00
+## 747   7.914860e-02 -2.265946e-02  4.120754e-01
+## 748   3.040311e-01 -3.133242e-01  9.775148e-02
+## 749   2.574592e-01 -1.736415e-01  4.646792e-02
+## 750   6.232143e-01 -4.673868e-02  2.800327e-02
+## 751   7.299530e-01 -4.444198e-02  6.344257e-02
+## 752   1.281832e-01 -1.226845e-01  1.545891e-02
+## 753   1.997430e-01 -3.152688e-02  6.589604e-03
+## 754   1.258815e-01 -1.680311e-01  2.067191e-02
+## 755   4.824314e-01 -6.318563e-02  2.984574e-02
+## 756   7.190827e-01 -6.544345e-02  9.486211e-02
+## 757   2.034116e-01 -1.208800e-01  2.573575e-02
+## 758   9.825377e-02 -1.082377e-02  1.275666e-01
+## 759   8.132903e-01 -3.786321e-02  2.971925e-02
+## 760   6.078365e-02 -5.781330e-02  1.279842e-03
+## 761   9.343411e-01 -5.197794e-02  5.653932e-02
+## 762   9.850634e-02 -1.149932e-02  1.349359e-01
+## 763   2.190049e-01 -4.981544e-01  1.141511e-01
+## 764   4.119082e-01 -3.865328e-01  1.583974e-01
+## 765   4.794273e-02  3.980184e-04  8.750299e-02
+## 766   2.738164e-01 -1.064191e-01  3.016144e-02
+## 767   8.807789e-02 -5.003132e-02  3.471450e-03
+## 768   1.128879e-01 -1.923644e-01  2.032639e-02
+## 769   5.530053e-01 -2.040572e-02  3.812131e-02
+## 770   1.335630e-01 -2.465698e-01  3.276271e-02
+## 771   4.738541e-01 -8.307770e-02  3.860987e-02
+## 772   1.781912e-01 -1.422993e-02  7.667387e-02
+## 773   3.970676e-01 -6.865605e-02  2.722663e-02
+## 774   7.220360e-01 -1.052548e-01  1.519357e-01
+## 775   9.664191e-01 -2.399743e-02  2.505099e-02
+## 776   2.386284e-01 -3.448970e-01  1.384980e+00
+## 777   2.554578e-01 -3.735878e-02  1.406296e-01
+## 778   1.610227e-01 -1.657987e-01  2.753727e-02
+## 779   2.781430e-01 -6.426691e-01  1.848054e-01
+## 780   3.457145e-01 -5.490865e-02  1.567253e-01
+## 781   6.790741e-01 -5.386119e-02  3.508552e-02
+## 782   7.871754e-02 -1.540331e-02  8.359556e-04
+## 783   2.235772e-01 -8.621941e-02  2.016087e-02
+## 784   3.261368e-01 -9.033191e-02  3.003109e-02
+## 785   2.133669e-01 -6.851853e-02  1.530185e-02
+## 786   3.249543e-01 -5.518503e-02  1.828640e-02
+## 787   9.237446e-01 -7.231408e-02  7.973987e-02
+## 788   5.027073e-01 -3.170008e-02  6.464741e-02
+## 789   4.931239e-01 -1.688466e-01  8.135688e-02
+## 790   6.451628e-02 -2.857212e-03  9.771020e-02
+## 791   3.061277e-01 -8.272469e-03  2.597035e-03
+## 792   3.069766e-01 -2.252060e-02  7.087863e-03
+## 793   1.326720e-01 -1.100072e-01  1.449297e-02
+## 794   3.786355e-01 -4.542494e-01  1.726479e-01
+## 795   8.041974e-01 -3.638729e-01  4.692566e-01
+## 796   4.523683e-01 -3.878655e-03  8.702361e-03
+## 797   4.211852e-02  7.779852e-04  4.290994e-02
+## 798   4.205832e-01 -6.207738e-02  2.591755e-02
+## 799   2.716235e-01 -1.178145e-01  3.314324e-02
+## 800   2.854769e-01 -1.601485e+00  4.716921e-01
+## 801   1.496469e-01 -8.681745e-03  5.686688e-02
+## 802   2.540442e-01 -4.410321e-02  1.668866e-01
+## 803   9.202472e-02 -2.125232e-03  2.815177e-02
+## 804   7.170653e-01 -2.151988e-01  3.128272e-01
+## 805   3.131632e-01 -1.064817e-02  3.412488e-03
+## 806   9.756049e-01 -5.396458e-02  5.230653e-02
+## 807   6.274486e-01 -5.393314e-03  3.252469e-03
+## 808   1.766693e-01 -6.523213e-02  1.199581e-02
+## 809   4.175726e-01 -9.029592e-03  3.745728e-03
+## 810   6.388674e-01 -1.429185e-02  2.329031e-02
+## 811   1.551249e-01 -2.511374e-02  3.997729e-03
+## 812   4.884326e-01 -2.396074e-02  1.144544e-02
+## 813   1.121610e-01 -6.605946e-02  6.914181e-03
+## 814   2.888641e-01 -4.771732e-02  1.420735e-02
+## 815   2.178155e-01 -1.534409e-01  3.497284e-02
+## 816   3.391215e-01 -2.847369e-02  9.804750e-03
+## 817   1.705973e-01 -7.795497e-03  4.402574e-02
+## 818   2.197826e-01 -6.370910e-01  1.464972e-01
+## 819   4.104932e-01 -2.786880e-02  6.821708e-02
+## 820   5.109758e-01 -1.315571e-02  6.547714e-03
+## 821   9.583977e-02 -1.150135e-03  1.415359e-02
+## 822   1.358334e-01 -1.987377e-03  1.464181e-02
+## 823   5.844180e-01 -1.770423e-02  3.140991e-02
+## 824   2.632107e-01 -1.473474e-01  5.393378e-01
+## 825   3.591421e-01 -7.468214e-02  2.707391e-02
+## 826   7.884272e-02 -4.534494e-02  2.470381e-03
+## 827   3.284317e-01 -2.994880e-02  1.001970e-02
+## 828   7.512428e-01 -7.155997e-03  9.917420e-03
+## 829   2.477536e-01 -4.860237e-02  1.883184e-01
+## 830   3.159903e-01 -5.062245e-01  1.635586e-01
+## 831   2.655052e-03  7.085088e-03  3.365904e-02
+## 832   1.340058e-01 -1.929733e-02  1.446214e-01
+## 833   8.215217e-01 -1.117308e-02  1.407962e-02
+## 834   3.178344e-01 -6.468300e-02  1.991470e-01
+## 835   4.313700e-01 -2.405105e-02  1.027177e-02
+## 836   2.927092e-01 -4.661217e-02  1.404739e-02
+## 837   1.279449e-01 -6.490456e-03  5.163535e-02
+## 838   2.742132e-01 -6.068220e-03  1.722170e-03
+## 839   7.870683e-02 -4.853228e-02  2.633037e-03
+## 840   7.200880e-01 -6.216993e-03  4.295067e-03
+## 841   2.418216e-01 -4.869256e-02  1.228071e-02
+## 842   3.038229e-01 -2.972325e-01  9.267340e-02
+## 843   4.112585e-01 -1.667707e-02  6.824460e-03
+## 844   1.144346e-01 -1.362202e-01  1.468221e-02
+## 845   9.298216e-01 -4.027320e-03  4.406276e-03
+## 846   1.085326e-01 -8.408294e-03  8.439985e-02
+## 847   1.586856e-01 -4.961451e-03  3.037009e-02
+## 848   4.414730e-01 -2.301105e-02  1.003382e-02
+## 849   3.659687e-01 -1.408809e-02  5.194039e-03
+## 850   5.932892e-02 -3.861255e-04  2.000818e-02
+## 851   9.878097e-01 -7.049356e-03  7.160126e-03
+## 852   3.225327e-01 -2.772070e-03  8.422268e-03
+## 853   2.124560e-01 -5.778280e-03  1.284964e-03
+## 854   4.409504e-01 -3.553796e-03  8.158765e-03
+## 855   2.489517e-01 -1.798128e-02  4.661963e-03
+## 856   7.512480e-01 -7.043490e-03  5.082325e-03
+## 857   2.659815e-01 -1.494950e-02  5.418806e-02
+## 858   4.189367e-01 -2.640825e-02  1.098691e-02
+## 859   8.400963e-02 -2.867591e-03  4.556652e-02
+## 860   6.455983e-01 -1.503364e-02  9.319440e-03
+## 861   2.632342e-01 -1.319911e-01  3.606304e-02
+## 862   8.843817e-01 -3.196317e-02  2.754783e-02
+## 863   4.313701e-01 -2.476231e-03  5.798021e-03
+## 864   9.547349e-01 -3.150837e-03  2.973473e-03
+## 865   2.164820e-01 -1.455294e-01  3.296948e-02
+## 866   4.313700e-01 -1.232079e-02  5.261990e-03
+## 867   2.905787e-01 -2.638729e-02  7.899270e-03
+## 868   1.567364e-01 -9.053193e-03  5.620221e-02
+## 869   1.334128e-01 -8.754605e-03  6.598086e-02
+## 870   2.809312e-01 -1.312847e-01  4.523680e-01
+## 871   5.397329e-01 -2.176907e-02  1.139346e-02
+## 872   6.853314e-01 -2.474062e-02  3.763629e-02
+## 873   8.868597e-01 -1.946950e-03  2.251744e-03
+## 874   1.758431e-01 -7.711934e-03  4.214838e-02
+## 875   3.647153e-01 -4.884608e-03  1.795353e-03
+## 876   3.233886e-01 -1.746057e-02  5.760665e-03
+## 877   3.257202e-01 -9.663905e-02  3.209090e-02
+## 878   4.712677e-01 -2.525923e-02  5.462030e-02
+## 879   8.231897e-01 -3.139479e-03  3.947415e-03
+## 880   3.348462e-01 -3.284344e-03  9.647395e-03
+## 881   7.394518e-01 -8.376023e-03  5.945803e-03
+## 882   5.519003e-01 -2.917249e-03  5.460037e-03
+## 883   4.313701e-01 -1.347503e-02  5.754944e-03
+## 884   6.572778e-01 -2.136288e-03  3.386468e-03
+## 885   4.313700e-01 -1.905831e-03  8.139461e-04
+## 886   4.159228e-01 -9.210290e-03  3.807178e-03
+## 887   5.921931e-01 -2.717368e-03  1.550857e-03
+## 888   3.624072e-01 -4.066553e-03  1.112688e-02
+## 889   4.313701e-01 -2.739903e-03  6.415403e-03
+## 890   4.338068e-01 -8.867855e-03  3.806475e-03
+## 891   7.961884e-02 -6.523167e-03  1.169681e-01
+## 892   1.040486e-01 -3.775267e-04  4.047562e-03
+## 893   2.252757e-01 -5.149177e-03  2.185896e-02
+## 894   4.313701e-01 -3.355336e-03  1.433004e-03
+## 895   4.313701e-01 -2.625263e-03  6.146976e-03
+## 896   4.813874e-01 -1.021493e-01  4.815561e-02
+## 897   1.625531e-01 -2.245458e-03  1.337684e-02
+## 898   2.060152e-01 -3.143845e-03  6.779589e-04
+## 899   1.324371e-01 -1.706309e-01  2.242903e-02
+## 900   8.663209e-01 -2.200466e-03  1.852383e-03
+## 901   4.313700e-01 -1.501788e-03  3.516392e-03
+## 902   1.127948e-01 -5.601830e-02  5.912069e-03
+## 903   3.076625e-01 -9.372054e-02  2.971797e-01
+## 904   2.569924e-01 -3.341781e-02  8.927666e-03
+## 905   1.117550e-01 -1.395664e-02  1.452971e-03
+## 906   4.313701e-01 -2.694047e-03  6.308032e-03
+## 907   3.003364e-01 -7.098340e-04  2.300708e-03
+## 908   9.619783e-01 -2.173746e-03  2.282124e-03
+## 909   2.380304e-01 -1.401810e-03  5.642695e-03
+## 910   2.765711e-01 -5.242700e-02  1.499715e-02
+## 911   4.313700e-01 -1.043227e-03  2.442685e-03
+## 912   7.698722e-01 -3.124509e-02  2.312924e-02
+## 913   3.046282e-01 -2.671883e-03  8.350676e-04
+## 914   5.559373e-01 -4.117708e-03  2.214997e-03
+## 915   1.844799e-01 -1.090312e-02  5.662887e-02
+## 916   3.255710e-01 -5.918233e-02  1.964454e-02
+## 917   2.616052e-01 -2.094130e-02  7.709120e-02
+## 918   7.522317e-02 -2.902422e-04  6.000319e-03
+## 919   1.443004e-01 -3.228624e-03  4.720325e-04
+## 920   4.313701e-01 -6.649138e-04  1.556876e-03
+## 921   4.313700e-01 -1.342134e-03  5.732015e-04
+## 922   3.849721e-01 -8.704556e-02  3.357806e-02
+## 923   2.133239e-01 -3.508537e-01  7.833850e-02
+## 924   6.465729e-01 -5.837724e-02  3.624145e-02
+## 925   3.042904e-01 -6.656419e-02  2.078293e-02
+## 926   4.190138e-01 -9.765454e-02  4.063494e-02
+## 927   5.770389e-01 -7.973463e-03  1.431602e-02
+## 928   8.274110e-01 -6.137203e-03  7.673482e-03
+## 929   8.840683e-01 -1.733743e-02  2.012445e-02
+## 930   2.893945e-01 -5.203840e-03  1.744844e-02
+## 931   1.220832e-01 -4.465853e-03  5.271763e-04
+## 932   5.583364e-01 -1.483583e-03  2.746978e-03
+## 933   3.084371e-01 -1.012190e-02  3.202247e-02
+## 934   3.454718e-01 -1.400199e-01  4.902501e-02
+## 935   5.115552e-01 -8.940120e-03  1.794395e-02
+## 936   2.159238e-01 -1.079054e-02  2.438361e-03
+## 937   2.941325e-01 -1.285979e-02  3.892750e-03
+## 938   6.875103e-01 -1.048545e-03  1.590055e-03
+## 939   1.684460e-01 -9.298601e-03  5.324944e-02
+## 940   1.577688e-01 -1.000152e-01  1.623183e-02
+## 941   3.196905e-01 -3.555899e-03  1.089047e-02
+## 942   3.060526e-01 -8.410335e-02  2.639728e-02
+## 943   4.277907e-01 -1.155514e-03  4.898282e-04
+## 944   2.882019e-01 -1.291872e-02  4.348069e-02
+## 945   3.042904e-01 -5.120323e-02  1.598687e-02
+## 946   2.031665e-01 -3.320994e-02  7.061902e-03
+## 947   2.022081e-01 -3.642672e-02  7.709011e-03
+## 948   6.851218e-01 -2.136032e-03  3.250393e-03
+## 949   4.313701e-01 -1.610561e-03  6.878419e-04
+## 950   3.095044e-01 -8.984133e-02  2.848688e-02
+## 951   4.313700e-01 -1.395820e-03  5.961296e-04
+## 952   4.237548e-01 -3.916635e-02  1.646245e-02
+## 953   2.978394e-01 -4.832251e-04  1.578192e-03
+## 954   5.463441e-01 -4.295194e-03  8.114805e-03
+## 955   1.169022e-01 -2.934303e-04  2.640413e-03
+## 956   4.313700e-01 -4.700253e-04  1.100550e-03
+## 957   8.097874e-01 -5.339148e-03  6.834131e-03
+## 958   8.261616e-01 -5.421612e-03  4.328991e-03
+## 959   3.108975e-01 -3.157347e-02  1.005218e-02
+## 960   4.313701e-01 -3.095289e-04  7.247527e-04
+## 961   2.109648e-01 -8.551412e-03  1.888377e-03
+## 962   2.447247e-01 -6.668334e-03  2.614100e-02
+## 963   5.160855e-01 -5.538386e-03  1.102695e-02
+## 964   1.928123e-01 -2.803203e-03  1.390507e-02
+## 965   2.299309e-01 -1.311745e-02  5.459077e-02
+## 966   9.206504e-01 -3.024806e-02  2.732208e-02
+## 967   3.561840e-01 -1.279326e-02  4.603612e-03
+## 968   8.595545e-01 -1.369503e-02  1.142706e-02
+## 969   4.488980e-01 -3.507578e-04  1.552545e-04
+## 970   3.590676e-01 -9.336145e-02  3.383929e-02
+## 971   3.051744e-01 -3.566539e-02  1.116500e-02
+## 972   3.043449e-01 -1.872500e-02  5.996324e-02
+## 973   8.940155e-01 -8.058764e-03  7.032934e-03
+## 974   6.994105e-01 -6.429346e-04  9.584005e-04
+## 975   1.960133e-01 -8.069166e-04  3.935504e-03
+## 976   4.313701e-01 -1.154236e-03  4.929533e-04
+## 977   1.480007e-01 -5.374879e-03  8.099325e-04
+## 978   5.594433e-01 -5.016817e-03  9.271947e-03
+## 979   1.214628e-01 -6.651049e-03  5.673713e-02
+## 980   1.330864e-01 -1.140730e-03  8.624203e-03
+## 981   3.586453e-01 -7.042409e-04  1.945025e-03
+## 982   3.178836e-01 -5.111297e-01  1.660384e-01
+## 983   4.363372e-01 -4.305762e-03  1.857888e-03
+## 984   8.994134e-01 -5.467863e-03  6.221753e-03
+## 985   4.284970e-01 -2.290236e-02  9.722787e-03
+## 986   6.906313e-02 -1.128343e-02  4.239752e-04
+## 987   2.929545e-01 -6.424580e-02  1.937643e-02
+## 988   4.281851e-01 -1.710307e-03  7.256068e-04
+## 989   3.975576e-01 -8.087322e-03  2.037093e-02
+## 990   4.313701e-01 -9.973707e-04  2.335314e-03
+## 991   1.534968e-01 -1.325554e-02  2.084553e-03
+## 992   3.064916e-01 -4.888948e-02  1.536480e-02
+## 993   7.613638e-02 -6.240952e-04  1.249995e-02
+## 994   2.687184e-01 -2.056664e-03  7.384193e-03
+## 995   4.593435e-01 -5.227915e-03  1.156918e-02
+## 996   3.071496e-01 -3.562275e-02  1.121721e-02
+## 997   3.295772e-01 -4.903135e-03  1.460953e-02
+## 998   4.313701e-01 -8.254102e-04  1.932674e-03
+## 999   4.313701e-01 -3.095288e-04  7.247526e-04
+## 1000  9.355042e-01 -7.189142e-03  6.619039e-03
+## 1001  2.487166e-01 -3.359749e-03  8.702958e-04
+## 1002  2.165595e-01 -2.448352e-02  5.548669e-03
+## 1003  1.875864e-01 -7.203802e-04  3.676676e-03
+## 1004  3.440690e-01 -2.785547e-03  7.984878e-03
+## 1005  3.294419e-01 -1.792328e-02  5.342451e-02
+## 1006  2.978394e-01 -2.543290e-04  8.306274e-04
+## 1007  2.454543e-01 -6.640240e-03  1.698663e-03
+## 1008  8.972877e-01 -2.766038e-03  2.424195e-03
+## 1009  3.033648e-01 -1.421097e-02  4.424726e-03
+## 1010  3.405227e-02 -9.162140e-03 -3.582015e-04
+## 1011  5.799816e-01 -2.331216e-04  4.165662e-04
+## 1012  3.291206e-01 -1.898476e-02  5.663827e-02
+## 1013  1.539033e-01 -7.606714e-03  1.199888e-03
+## 1014  3.199896e-01 -4.216522e-02  1.377921e-02
+## 1015  3.361437e-01 -1.407068e-03  4.118754e-03
+## 1016  3.062851e-01 -3.562033e-01  1.118777e-01
+## 1017  1.174465e-01 -1.333156e-03  1.191765e-02
+## 1018  3.196904e-01 -1.506507e-03  4.613903e-03
+## 1019  3.143250e-01 -1.831469e-02  5.889147e-03
+## 1020  2.985867e-01 -7.648376e-02  2.347208e-02
+## 1021  4.313701e-01 -5.158814e-04  1.207921e-03
+## 1022  3.804154e-01 -6.964489e-02  2.658133e-02
+## 1023  3.017755e-01 -3.150851e-02  9.763694e-03
+## 1024  4.313701e-01 -2.636727e-04  6.173819e-04
+## 1025  4.313701e-01 -4.026404e-04  1.719605e-04
+## 1026  2.492092e-01 -1.750515e-03  6.745168e-03
+## 1027  2.954065e-01 -6.411367e-03  2.109662e-02
+## 1028  2.435031e-01 -8.449931e-04  3.328321e-03
+## 1029  4.313700e-01 -6.710672e-04  2.866008e-04
+## 1030  9.640399e-01 -1.296460e-04  1.238157e-04
+## 1031  4.432657e-01 -4.691817e-03  1.072089e-02
+## 1032  3.111216e-01 -1.392161e-02  4.435178e-03
+## 1033  2.628215e-01 -1.916077e-02  5.227501e-03
+## 1034  2.466766e-01 -7.386692e-02  1.898545e-02
+## 1035  2.925028e-01 -1.219222e-02  4.048245e-02
+## 1036  4.180661e-01 -5.516641e-04  2.290878e-04
+## 1037  1.913432e-01 -4.832113e-04  2.415938e-03
+## 1038  4.313700e-01 -4.012411e-04  9.394942e-04
+## 1039  4.161899e-01 -3.798057e-03  1.570872e-03
+## 1040  3.025290e-01 -5.563804e-03  1.791429e-02
+## 1041  7.988517e-01 -1.406679e-03  1.082976e-03
+## 1042  3.052787e-01 -3.166919e-02  9.917071e-03
+## 1043  9.929609e-01 -4.130315e-03  4.167666e-03
+## 1044  2.582692e-01 -2.422927e-03  9.027364e-03
+## 1045  1.498184e-01 -6.319582e-03  9.660967e-04
+## 1046  1.461805e-01 -3.483757e-03  5.172970e-04
+## 1047  4.313697e-01 -1.031763e-04  2.415843e-04
+## 1048  4.715311e-01 -4.821546e-03  2.230856e-03
+## 1049  2.331412e-02 -1.258509e-02 -9.175932e-04
+## 1050  4.224636e-01 -3.327371e-04  7.937913e-04
+## 1051  1.333373e-01 -3.129320e-02  4.149118e-03
+## 1052  3.057213e-01 -1.348386e-02  4.227978e-03
+## 1053  8.134644e-01 -3.189492e-03  4.062564e-03
+## 1054  3.072103e-01 -2.557636e-03  8.055163e-04
+## 1055  6.460467e-01 -1.026743e-02  1.655173e-02
+## 1056  3.053158e-01 -8.745350e-04  2.792433e-03
+## 1057  4.313698e-01 -9.171224e-05  2.147416e-04
+## 1058  3.011494e-01 -1.576242e-02  4.875149e-03
+## 1059  3.051688e-01 -2.102220e-02  6.580859e-03
+## 1060  2.827671e-01 -2.049444e-02  5.983608e-03
+## 1061  4.872137e-01 -3.308573e-03  6.942135e-03
+## 1062  2.930400e-01 -6.153690e-02  1.856439e-02
+## 1063  2.993364e-01 -6.216382e-04  1.912111e-04
+## 1064  3.453365e-01 -8.084910e-03  2.829767e-03
+## 1065  4.313700e-01 -2.178166e-04  5.100111e-04
+## 1066  1.821912e-01 -3.381673e-03  1.779643e-02
+## 1067  3.064265e-01 -1.312387e-02  4.123726e-03
+## 1068  3.078496e-01 -3.302380e-03  1.042035e-03
+## 1069  4.313700e-01 -6.442245e-04  2.751367e-04
+## 1070  1.595753e-01 -1.128751e-03  6.865687e-03
+## 1071  3.203578e-01 -1.053323e-02  3.445741e-03
+## 1072  3.060334e-01 -2.969971e-03  9.321233e-04
+## 1073  3.060334e-01 -2.969971e-03  9.321233e-04
+## 1074  3.215211e-01 -2.203229e-03  6.712996e-03
+## 1075  3.042603e-01 -5.402484e-02  1.686633e-02
+## 1076  4.140659e-01 -3.588951e-02  1.477607e-02
+## 1077  4.313698e-01 -1.146403e-04  2.684271e-04
+## 1078  5.031107e-01 -9.410005e-03  4.617604e-03
+## 1079  5.881620e-01 -1.653977e-03  2.916796e-03
+## 1080  5.411480e-01 -3.261203e-03  6.216010e-03
+## 1081  3.156818e-01 -1.049129e-01  3.386687e-02
+## 1082  3.259575e-01 -6.124896e-03  2.035229e-03
+## 1083  6.745572e-01 -7.041298e-04  4.556575e-04
+## 1084  2.911054e-01 -2.505630e-03  8.356114e-03
+## 1085  3.000302e-01 -2.280039e-03  7.396913e-03
+## 1086  3.097847e-01 -9.851398e-04  3.126246e-04
+## 1087  2.626571e-01 -8.118692e-04  2.213673e-04
+## 1088  4.313697e-01 -1.878989e-04  8.024821e-05
+## 1089  4.934997e-01 -4.818421e-03  9.993139e-03
+## 1090  3.004758e-01 -1.616915e-03  5.238514e-03
+## 1091  3.167830e-01 -1.709963e-01  5.537344e-02
+## 1092  4.527076e-01 -1.980736e-02  8.834125e-03
+## 1093  4.313701e-01 -2.866008e-04  6.710673e-04
+## 1094  3.078496e-01 -2.540292e-03  8.015656e-04
+## 1095  4.313698e-01 -2.684271e-04  1.146403e-04
+## 1096  3.070454e-01 -3.720353e-03  1.181845e-02
+## 1097  1.467770e-01 -2.632152e-03  1.764051e-02
+## 1098  7.617954e-01 -2.500577e-04  3.415553e-04
+## 1099  3.266666e-01 -6.619349e-03  2.203844e-03
+## 1100  2.505150e-01 -3.548002e-03  9.253428e-04
+## 1101  4.313697e-01 -1.610562e-04  6.878418e-05
+## 1102  3.753162e-01 -4.961181e-03  1.870828e-03
+## 1103  3.019621e-01 -2.778774e-03  8.962362e-03
+## 1104  1.365578e-01 -7.220468e-03  9.866081e-04
+## 1105  3.217774e-01 -2.776900e-03  9.120440e-04
+## 1106  1.868385e-01 -8.884444e-04  4.553395e-03
+## 1107  3.055008e-01 -8.123148e-03  2.592332e-02
+## 1108  3.190853e-01 -5.358549e-03  1.746651e-03
+## 1109  1.675041e-01 -5.384058e-03  9.344010e-04
+## 1110  9.640399e-01 -4.575743e-05  4.369967e-05
+## 1111  2.997964e-01 -3.320535e-03  1.078015e-02
+## 1112  8.231012e-01 -1.496113e-03  1.881354e-03
+## 1113  3.006654e-01 -3.619348e-03  1.171930e-02
+## 1114  4.313698e-01 -2.415844e-04  1.031763e-04
+## 1115  4.313700e-01 -6.710672e-04  2.866008e-04
+## 1116  4.313700e-01 -2.178166e-04  5.100111e-04
+## 1117  3.019621e-01 -2.161268e-03  6.970726e-03
+## 1118  3.038879e-01 -4.995046e-03  1.557696e-03
+## 1119  4.313700e-01 -6.979099e-04  2.980648e-04
+## 1120  2.961048e-01 -7.090830e-03  2.328213e-02
+## 1121  3.528601e-01 -7.372242e-02  2.630686e-02
+## 1122  1.343742e-01 -1.822420e-03  1.361050e-02
+## 1123  3.080677e-01 -2.796186e-03  8.855873e-03
+## 1124  2.644585e-01 -1.886295e-04  6.874026e-04
+## 1125  3.003049e-01 -1.014381e-02  3.129358e-03
+## 1126  2.192597e-01 -2.968821e-04  1.294112e-03
+## 1127  3.574651e-01 -2.590338e-04  7.175336e-04
+## 1128  3.017629e-01 -1.115308e-03  3.599357e-03
+## 1129  4.313700e-01 -5.100111e-04  2.178166e-04
+## 1130  3.019621e-01 -1.852516e-03  5.974908e-03
+## 1131  3.019621e-01 -1.852516e-03  5.974908e-03
+## 1132  2.978381e-01 -5.086564e-05  1.661256e-04
+## 1133  3.042904e-01 -5.120323e-03  1.598687e-03
+## 1134  3.064265e-01 -5.905744e-03  1.855677e-03
+## 1135  2.896979e-01 -4.599627e-04  1.540772e-03
+## 1136  1.189540e-01 -6.151510e-04  5.401412e-03
+## 1137  3.015742e-01 -4.707200e-03  1.519988e-02
+## 1138  4.313700e-01 -1.604964e-04  3.757977e-04
+## 1139  3.039415e-01 -1.434975e-03  4.600780e-03
+## 1140  2.997964e-01 -2.324374e-03  7.546105e-03
+## 1141  5.085780e-01 -1.316755e-03  2.657026e-03
+## 1142  3.625766e-01 -2.996659e-03  8.196019e-03
+## 1143  3.993561e-01 -2.136217e-03  5.359195e-03
+## 1144  3.041046e-01 -2.098548e-02  6.548530e-03
+## 1145  2.923550e-01 -2.028150e-02  6.105416e-03
+## 1146  6.363201e-01 -1.162415e-03  1.901629e-03
+## 1147  9.640399e-01 -3.050495e-05  2.913311e-05
+## 1148  3.889365e-01 -9.908015e-03  3.857196e-03
+## 1149  3.019621e-01 -1.543763e-03  4.979090e-03
+## 1150  5.467833e-01 -9.995738e-04  1.887066e-03
+## 1151  3.053158e-01 -2.782608e-04  8.885003e-04
+## 1152  3.070454e-01 -1.860176e-03  5.909223e-03
+## 1153  6.055431e-02 -5.329843e-05  2.456982e-03
+## 1154  4.313697e-01 -8.052812e-05  3.439209e-05
+## 1155  3.086678e-01 -3.608322e-03  1.140784e-02
+## 1156  2.978381e-01 -3.814923e-05  1.245942e-04
+## 1157  2.978381e-01 -3.814923e-05  1.245942e-04
+## 1158  3.162580e-01 -9.723231e-04  3.007098e-03
+## 1159  3.336004e-01 -1.388783e-03  4.093099e-03
+## 1160  3.054685e-01 -2.256050e-02  7.068717e-03
+## 1161  3.398597e-01 -1.121995e-02  3.871082e-03
+## 1162  3.042904e-01 -3.657373e-03  1.141919e-03
+## 1163  3.015714e-01 -1.932711e-03  6.240914e-03
+## 1164  4.313698e-01 -6.878418e-05  1.610562e-04
+## 1165  2.410395e-01 -1.084081e-03  4.311646e-03
+## 1166  3.017629e-01 -7.435385e-04  2.399571e-03
+## 1167  3.078496e-01 -1.016117e-03  3.206262e-04
+## 1168  3.037656e-01 -6.088298e-03  1.897930e-03
+## 1169  9.640682e-01 -2.287813e-05  2.185007e-05
+## 1170  3.035493e-01 -3.434543e-03  1.102468e-02
+## 1171  3.030027e-01 -2.257455e-03  7.021174e-04
+## 1172  4.988453e-01 -4.732931e-03  2.304564e-03
+## 1173  3.112883e-01 -4.416124e-03  1.407582e-03
+## 1174  2.755659e-01 -2.852574e-04  1.000564e-03
+## 1175  2.647562e-01 -2.628819e-03  9.569883e-03
+## 1176  4.070224e-01 -1.485020e-03  3.662729e-03
+## 1177  4.313700e-01 -3.757977e-04  1.604964e-04
+## 1178  2.985496e-01 -1.616033e-03  5.266441e-03
+## 1179  3.509970e-01 -4.155365e-03  1.170039e-02
+## 1180  2.089840e-01 -3.152953e-03  6.897363e-04
+## 1181  3.083739e-01 -6.559338e-04  2.072938e-04
+## 1182  2.989863e-01 -1.176601e-03  3.615274e-04
+## 1183  2.989863e-01 -1.176601e-03  3.615274e-04
+## 1184  3.042328e-01 -1.499311e-02  4.680400e-03
+## 1185  3.053158e-01 -1.987577e-04  6.346431e-04
+## 1186  2.430516e-01 -2.322860e-03  5.886858e-04
+## 1187  4.136119e-01 -1.928844e-03  7.933454e-04
+## 1188  3.017629e-01 -6.196154e-04  1.999643e-03
+## 1189  4.313697e-01 -1.073708e-04  4.585612e-05
+## 1190  8.450663e-01 -7.960012e-04  9.723099e-04
+## 1191  3.061375e-01 -1.481311e-03  4.718358e-03
+## 1192  3.095044e-01 -5.061484e-03  1.604895e-03
+## 1193  3.562539e-01 -2.569298e-05  7.138722e-05
+## 1194  3.072103e-01 -5.115272e-04  1.611033e-04
+## 1195  3.072103e-01 -5.115272e-04  1.611033e-04
+## 1196  2.817129e-01 -5.817672e-03  1.692712e-03
+## 1197  2.978381e-01 -2.543282e-05  8.306280e-05
+## 1198  3.080677e-01 -1.242749e-03  3.935944e-03
+## 1199  4.635935e-01 -8.428913e-04  1.849868e-03
+## 1200  3.268323e-01 -1.000372e-03  3.332159e-04
+## 1201  2.957357e-01 -1.681774e-03  5.528255e-03
+## 1202  3.038886e-01 -8.062269e-03  2.514209e-03
+## 1203  3.038886e-01 -8.062269e-03  2.514209e-03
+## 1204  4.313698e-01 -2.684271e-04  1.146403e-04
+## 1205  3.054433e-01 -5.857048e-03  1.835009e-03
+## 1206  3.042337e-01 -1.370054e-03  4.388795e-03
+## 1207  3.017649e-01 -6.525824e-04  2.106022e-03
+## 1208  3.017649e-01 -6.525824e-04  2.106022e-03
+## 1209  9.640682e-01 -1.525209e-05  1.456672e-05
+## 1210  9.640682e-01 -1.525209e-05  1.456672e-05
+## 1211  3.030027e-01 -1.504970e-03  4.680783e-04
+## 1212  3.030027e-01 -1.504970e-03  4.680783e-04
+## 1213  3.041046e-01 -9.993086e-03  3.118348e-03
+## 1214  3.042904e-01 -2.194424e-03  6.851517e-04
+## 1215  2.969452e-01 -2.626385e-04  8.601227e-04
+## 1216  2.997964e-01 -9.961604e-04  3.234045e-03
+## 1217  7.440811e-01 -1.886776e-03  2.640912e-03
+## 1218  3.080677e-01 -9.320621e-04  2.951958e-03
+## 1219  3.080677e-01 -9.320621e-04  2.951958e-03
+## 1220  2.690153e-01 -2.013374e-03  5.613458e-04
+## 1221  2.690153e-01 -2.013374e-03  5.613458e-04
+## 1222  3.035692e-01 -2.183678e-03  7.009061e-03
+## 1223  5.801823e-01 -4.380696e-04  7.825344e-04
+## 1224  2.969452e-01 -2.298087e-04  7.526074e-04
+## 1225  3.315602e-01 -4.384862e-04  1.299487e-03
+## 1226  3.019621e-01 -6.175052e-04  1.991636e-03
+## 1227  2.460610e-01 -5.219970e-04  2.035761e-03
+## 1228  2.751759e-01 -2.538731e-04  8.916485e-04
+## 1229  4.313698e-01 -1.878989e-04  8.024821e-05
+## 1230  4.313698e-01 -1.146403e-05  2.684271e-05
+## 1231  3.039641e-01 -2.180958e-03  6.992056e-03
+## 1232  3.068546e-01 -7.498017e-03  2.358984e-03
+## 1233  3.035493e-01 -1.561156e-03  5.011220e-03
+## 1234  3.911668e-01 -1.206654e-03  3.083745e-03
+## 1235  2.989863e-01 -5.883007e-04  1.807637e-04
+## 1236  2.957570e-01 -2.779680e-04  9.136642e-04
+## 1237  3.035699e-01 -4.281053e-03  1.333768e-03
+## 1238  3.042904e-01 -1.462949e-03  4.567678e-04
+## 1239  4.313698e-01 -6.878418e-05  1.610562e-04
+## 1240  4.313697e-01 -8.052812e-05  3.439209e-05
+## 1241  4.313698e-01 -1.610562e-04  6.878418e-05
+## 1242  1.452616e-01 -3.822005e-03  5.632594e-04
+## 1243  3.049823e-01 -2.129242e-04  6.805529e-04
+## 1244  3.017755e-01 -2.032807e-03  6.299158e-04
+## 1245  3.072081e-01 -2.557639e-04  8.055120e-05
+## 1246  3.072081e-01 -2.557639e-04  8.055120e-05
+## 1247  3.072081e-01 -2.557639e-04  8.055120e-05
+## 1248  3.039641e-01 -1.869392e-03  5.993191e-03
+## 1249  3.003373e-01 -2.344328e-04  7.598394e-04
+## 1250  3.003373e-01 -2.344328e-04  7.598394e-04
+## 1251  7.506559e-01 -9.202577e-04  1.276410e-03
+## 1252  4.313698e-01 -1.146403e-05  2.684271e-05
+## 1253  3.534635e-01 -5.048912e-05  1.412744e-04
+## 1254  3.046248e-01 -6.121447e-04  1.958638e-03
+## 1255  9.640682e-01 -7.626045e-06  7.283358e-06
+## 1256  2.961048e-01 -1.350634e-03  4.434692e-03
+## 1257  2.097875e-01 -7.143364e-04  3.252923e-03
+## 1258  4.313698e-01 -3.439209e-05  8.052812e-05
+## 1259  3.078546e-01 -1.307483e-03  4.125702e-04
+## 1260  3.000302e-01 -2.280039e-04  7.396913e-04
+## 1261  3.000302e-01 -2.280039e-04  7.396913e-04
+## 1262  3.024161e-01 -1.288575e-03  4.150354e-03
+## 1263  4.313698e-01 -2.292806e-05  5.368541e-05
+## 1264  6.883296e-01 -7.504881e-05  1.136721e-04
+## 1265  2.989839e-01 -2.941508e-04  9.038133e-05
+## 1266  2.989839e-01 -2.941508e-04  9.038133e-05
+## 1267  2.989839e-01 -2.941508e-04  9.038133e-05
+## 1268  2.989839e-01 -2.941508e-04  9.038133e-05
+## 1269  2.989839e-01 -2.941508e-04  9.038133e-05
+## 1270  2.989839e-01 -2.941508e-04  9.038133e-05
+## 1271  3.042904e-01 -7.314747e-04  2.283839e-04
+## 1272  3.042904e-01 -7.314747e-04  2.283839e-04
+## 1273  4.313697e-01 -2.684271e-05  1.146403e-05
+## 1274  4.313697e-01 -2.684271e-05  1.146403e-05
+## 1275  3.112388e-01 -2.547296e-04  8.118004e-05
+## 1276  3.017754e-01 -1.016404e-03  3.149578e-04
+## 1277  3.039641e-01 -9.346962e-04  2.996596e-03
+## 1278  3.043448e-01 -3.069672e-04  9.830040e-04
+## 1279  3.003373e-01 -1.172164e-04  3.799197e-04
+## 1280  2.984863e-01 -4.038633e-04  1.316392e-03
+## 1281  3.052786e-01 -1.021587e-03  3.199055e-04
+## 1282  6.883296e-01 -4.169378e-05  6.315118e-05
+## 1283  3.024161e-01 -6.442877e-04  2.075177e-03
+## 1284  3.041046e-01 -1.998617e-03  6.236695e-04
+## 1285  4.313698e-01 -1.146403e-05  2.684271e-05
+## 1286  3.040366e-01 -2.104540e-04  6.745602e-04
+## 1287  3.196927e-01 -2.714439e-05  8.313322e-05
+## 1288  4.386892e-01 -5.699067e-05  2.470972e-05
+## 1289  4.386892e-01 -5.699067e-05  2.470972e-05
+## 1290  3.027639e-01 -5.892844e-04  1.831488e-04
+## 1291  3.035493e-01 -3.122312e-04  1.002244e-03
+## 1292  2.964690e-01 -6.044167e-04  1.842885e-04
+## 1293  3.108504e-01 -6.145165e-03  1.956193e-03
+## 1294  3.033449e-01 -3.982944e-05  1.279286e-04
+## 1295  2.294848e-01 -8.311549e+04  1.993407e+04
+## 1296  1.878165e-01 -3.064818e+03  1.562223e+04
+## 1297  7.525937e-01 -1.084506e+04  7.839945e+03
+## 1298  4.234720e-01 -3.461805e+04  1.454201e+04
+## 1299  2.117107e-01 -3.518293e+04  7.796646e+03
+## 1300  8.980828e-01 -5.685303e+03  6.480327e+03
+## 1301  8.065731e-01 -3.147557e+03  2.448471e+03
+## 1302  3.517764e-01 -2.455353e+03  8.737478e+02
+## 1303  1.797596e-01 -2.625106e+03  4.917658e+02
+## 1304  2.385274e-01 -1.414878e+03  5.683935e+03
+## 1305  5.333927e-01 -1.410524e+03  7.302358e+02
+## 1306  9.953648e-01 -6.946678e+02  6.905619e+02
+## 1307  3.041605e-01 -7.316850e+02  2.283608e+02
+## 1308  2.897562e-01 -6.156533e+02  2.061920e+03
+## 1309  9.847124e-01 -3.645799e+02  3.717789e+02
+## 1310  6.000680e-01 -2.142194e+02  1.237977e+02
+## 1311  3.739995e-01 -2.252993e+02  8.469233e+01
+## 1312  2.880960e-01 -1.400331e+02  4.714700e+02
+## 1313  3.436476e-01 -1.377740e+02  4.801000e+01
+## 1314  1.917444e-01 -1.527676e+02  7.621481e+02
+## 1315  9.222055e-02 -2.358221e+02  1.787324e+01
+## 1316  2.990352e-01 -5.281737e+02  1.718700e+03
+## 1317  5.449170e-01 -7.089411e+01  1.342632e+02
+## 1318  7.829645e-01 -4.945603e+01  6.563057e+01
+## 1319  2.896310e-01 -4.176324e+01  1.399271e+02
+## 1320  1.235525e-01 -2.754054e+02  3.304330e+01
+## 1321  5.075668e-02 -2.157500e+02  3.546342e-01
+## 1322  1.652815e-01 -2.572709e+01  1.504462e+02
+## 1323  1.260350e-01 -1.052775e+01  8.543592e+01
+## 1324  2.739811e-01 -1.698828e+02  4.817521e+01
+## 1325  5.487161e-01 -1.311835e+02  2.468493e+02
+## 1326  5.627826e-02 -1.524378e+02  2.012990e+00
+## 1327  4.649223e-01 -1.778880e+02  8.126405e+01
+## 1328  8.930503e-01 -8.588105e+01  9.853096e+01
+## 1329  1.914116e-01 -1.401897e+02  2.804968e+01
+## 1330  2.568081e-01 -4.024344e+02  1.074391e+02
+## 1331  7.923673e-01 -4.623892e+01  6.058635e+01
+## 1332  3.110545e-01 -3.332534e+01  1.046256e+02
+## 1333  5.021132e-01 -8.901037e+01  4.359954e+01
+## 1334  8.210687e-01 -7.375107e+01  5.849095e+01
+## 1335  9.200918e-02 -1.125812e+02  8.496302e+00
+## 1336  2.031654e-01 -1.001825e+02  2.130311e+01
+## 1337  2.730114e-01 -1.898922e+02  5.367292e+01
+## 1338  4.787498e-01 -1.756302e+01  3.744103e+01
+## 1339  1.564556e-01 -1.151771e+02  1.851501e+01
+## 1340  5.150328e-01 -3.673609e+01  7.327852e+01
+## 1341  2.157116e-01 -1.620213e+02  3.657675e+01
+## 1342  6.405536e-01 -4.618348e+01  7.506982e+01
+## 1343  6.963886e-01 -3.877709e+01  2.590069e+01
+## 1344  4.984101e-01 -1.187474e+02  5.777470e+01
+## 1345  8.121890e-01 -3.880179e+01  3.041122e+01
+## 1346  4.422083e-01 -5.618214e+01  1.286529e+02
+## 1347  2.938277e-01 -6.905762e+01  2.088443e+01
+## 1348  3.012728e-01 -1.179682e+01  3.812748e+01
+## 1349  3.078852e-01 -5.014462e+01  1.582433e+01
+## 1350  7.700590e-01 -6.649190e+01  4.923331e+01
+## 1351  2.511238e-01 -1.381399e+01  5.284510e+01
+## 1352  9.598097e-01 -2.621288e+01  2.759636e+01
+## 1353  6.117611e-01 -5.392911e+01  3.174306e+01
+## 1354  3.018537e-01 -4.696869e+01  1.455785e+01
+## 1355  2.519345e-01 -1.410305e+02  3.697843e+01
+## 1356  1.028204e-01 -7.744400e+01  7.086756e+00
+## 1357  4.288402e-01 -6.028664e+01  2.561198e+01
+## 1358  2.137352e-01 -3.500473e+02  7.830781e+01
+## 1359  5.609855e-01 -4.571679e+01  2.479970e+01
+## 1360  2.003545e-01 -4.852637e+00  2.314468e+01
+## 1361  6.857469e-01 -7.173252e+01  4.718256e+01
+## 1362  6.957929e-01 -2.645821e+01  1.765732e+01
+## 1363  5.511410e-01 -3.806475e+01  2.031169e+01
+## 1364  1.454267e-01 -3.510097e+01  5.179969e+00
+## 1365  1.058108e-01 -3.524817e+00  3.679907e+01
+## 1366  3.412310e-01 -5.029211e+01  1.452405e+02
+## 1367  2.273094e-01 -1.876058e+01  7.894831e+01
+## 1368  8.286700e-01 -2.422672e+01  3.024070e+01
+## 1369  3.507584e-01 -1.518134e+01  4.277265e+01
+## 1370  3.467216e-01 -4.982818e+01  1.750291e+01
+## 1371  1.597045e-01 -1.912926e+01  3.147819e+00
+## 1372  3.696851e-01 -4.145113e+01  1.542108e+01
+## 1373  7.994281e-01 -1.164175e+01  8.969706e+00
+## 1374  8.518772e-01 -1.372819e+01  1.133997e+01
+## 1375  3.386735e-01 -1.578778e+01  5.429974e+00
+## 1376  1.552702e-01 -3.705463e+01  5.904891e+00
+## 1377  1.455806e-01 -2.558257e+01  3.780089e+00
+## 1378  8.212010e-01 -2.201540e+01  1.746319e+01
+## 1379  6.043894e-01 -3.361937e+01  1.956149e+01
+## 1380  2.705530e-01 -1.315916e+01  4.694863e+01
+## 1381  2.090597e-01 -3.857689e+01  8.442087e+00
+## 1382  2.807354e-01 -1.522647e+01  5.249961e+01
+## 1383  2.293847e-01 -3.811368e+00  1.589829e+01
+## 1384  6.539924e-01 -1.043235e+01  6.548916e+00
+## 1385  9.826037e-01 -5.911918e+00  5.781824e+00
+## 1386  7.104780e-01 -4.720276e+01  3.216973e+01
+## 1387  2.929738e-01 -4.129392e+01  1.369087e+02
+## 1388  3.772592e-01 -3.222158e+01  1.220675e+01
+## 1389  2.813253e-01 -1.039717e+02  3.021329e+01
+## 1390  9.693386e-02 -2.461072e+01  2.040048e+00
+## 1391  9.432418e-01 -2.235626e+01  2.078900e+01
+## 1392  4.091219e-01 -2.683743e+01  1.093117e+01
+## 1393  2.890867e-01 -3.070543e+01  1.030556e+02
+## 1394  4.598696e-01 -1.159053e+01  2.562296e+01
+## 1395  2.873693e-01 -4.711314e+00  1.589907e+01
+## 1396  3.659409e-01 -1.831830e+01  6.753188e+00
+## 1397  3.785013e-01 -1.754171e+01  4.616816e+01
+## 1398  9.549546e-01 -1.143686e+01  1.211564e+01
+## 1399  9.916755e-01 -1.349203e+01  1.363645e+01
+## 1400  2.944397e-01 -3.325872e+01  1.007726e+01
+## 1401  4.486885e-01 -2.377937e+01  1.052095e+01
+## 1402  1.536058e-01 -5.089305e+00  3.233601e+01
+## 1403  3.133428e-01 -5.976055e+00  1.863772e+01
+## 1404  9.737146e-01 -2.357542e+01  2.279586e+01
+## 1405  1.992385e-01 -3.498036e+01  7.292661e+00
+## 1406  1.157849e-01 -4.447577e+01  4.875397e+00
+## 1407  2.500927e-01 -1.418693e+01  3.694153e+00
+## 1408  6.494430e-01 -3.421548e+01  2.133316e+01
+## 1409  1.704256e-01 -5.768449e+00  3.261363e+01
+## 1410  3.027187e-01 -2.669848e+01  8.296723e+00
+## 1411  9.116738e-01 -2.063992e+01  1.842876e+01
+## 1412  2.523934e-01 -3.300430e+01  8.668651e+00
+## 1413  3.042314e-01 -4.190488e+01  1.308140e+01
+## 1414  3.779851e-01 -1.128586e+01  4.282864e+00
+## 1415  1.949153e-01 -2.087443e+01  4.255414e+00
+## 1416  1.208047e-01 -1.993837e+01  2.319893e+00
+## 1417  7.793532e-02 -3.088822e+01  1.635950e+00
+## 1418  9.086786e-01 -2.062109e+01  1.834087e+01
+## 1419  1.860930e-02  1.430525e+00  1.568815e+01
+## 1420  2.730082e-01 -8.465548e+01  2.392756e+01
+## 1421  2.173063e-01 -2.567629e+00  1.129129e+01
+## 1422  3.462807e-01 -3.660030e+01  1.284175e+01
+## 1423  3.718200e-01 -3.706609e+01  1.386090e+01
+## 1424  4.814468e-01 -3.457667e+00  7.333695e+00
+## 1425  2.364529e-01 -1.735447e+01  4.283961e+00
+## 1426  2.669767e-01 -2.298525e+01  6.363305e+00
+## 1427  6.555070e-01 -5.898729e+00  9.375414e+00
+## 1428  7.316882e-02 -4.859018e-01  1.083894e+01
+## 1429  1.400301e-01 -1.207368e+01  1.701895e+00
+## 1430  7.262235e-01 -9.658019e+00  1.385949e+01
+## 1431  5.706742e-01 -1.144095e+01  6.306296e+00
+## 1432  2.887469e-01 -4.878954e+01  1.452119e+01
+## 1433  6.163984e-01 -4.280829e+00  7.220548e+00
+## 1434  9.605335e-01 -6.187245e+00  6.507762e+00
+## 1435  2.667627e-01 -9.413074e+00  3.402689e+01
+## 1436  7.721503e-01 -6.325329e+00  8.518315e+00
+## 1437  6.678467e-01 -3.814776e+00  5.953367e+00
+## 1438  2.049732e-01 -8.557540e+00  1.836021e+00
+## 1439  2.960716e-01 -2.480416e+00  8.145068e+00
+## 1440  3.258154e-01 -3.173518e+00  9.554264e+00
+## 1441  1.177818e-01 -4.067685e+01  4.568626e+00
+## 1442  5.002202e-01 -9.418353e+00  1.929425e+01
+## 1443  4.768542e-01 -5.287945e+00  1.131344e+01
+## 1444  3.266657e-01 -4.136247e+00  1.242344e+01
+## 1445  9.957647e-01 -6.797591e+00  6.760870e+00
+## 1446  8.923916e-01 -8.782221e+00  1.008441e+01
+## 1447  2.759928e-01 -5.867817e+01  1.675291e+01
+## 1448  1.703202e-01 -8.763748e+00  1.549017e+00
+## 1449  3.401006e-01 -3.011858e+00  8.724022e+00
+## 1450  2.597705e-01 -5.179868e+00  1.919465e+01
+## 1451  6.642023e-01 -7.106977e+00  1.115099e+01
+## 1452  3.208238e-01 -1.299513e+01  4.256691e+00
+## 1453  9.865782e-01 -4.577510e+00  4.499600e+00
+## 1454  2.961124e-01 -7.614964e+00  2.319276e+00
+## 1455  4.332649e-01 -2.818817e+00  6.574295e+00
+## 1456  2.816170e-01 -1.152299e+01  3.351681e+00
+## 1457  2.281061e-01 -7.065132e+00  1.684606e+00
+## 1458  3.086312e-01 -7.813718e+00  2.471229e+00
+## 1459  8.434607e-01 -6.067386e+00  4.956696e+00
+## 1460  2.468244e-01 -2.033222e+00  7.906191e+00
+## 1461  3.085297e-01 -4.002856e+01  1.265597e+01
+## 1462  2.985130e-01 -2.134168e+01  6.548066e+00
+## 1463  5.156825e-01 -5.269925e+00  2.644976e+00
+## 1464  2.231919e-01 -1.531504e+01  3.575123e+00
+## 1465  3.145407e-01 -2.859846e+01  9.201641e+00
+## 1466  3.899731e-01 -4.101286e+00  1.050998e+01
+## 1467  2.965123e-01 -1.540096e+01  4.696426e+00
+## 1468  9.991260e-01 -3.559081e+00  3.555105e+00
+## 1469  3.060626e-01 -4.106733e+00  1.308391e+01
+## 1470  2.111055e-01 -1.654740e+00  7.488424e+00
+## 1471  3.910643e-01 -7.165845e+00  1.831744e+01
+## 1472  8.370364e-01 -6.472390e+00  5.242940e+00
+## 1473  1.389600e-01 -8.937425e-01  6.400631e+00
+## 1474  1.898722e-01 -9.094305e+00  1.804466e+00
+## 1475  2.528467e-01 -8.040427e+00  2.115411e+00
+## 1476  6.814205e-01 -1.279948e+01  8.366207e+00
+## 1477  8.300635e-01 -2.264505e+01  1.817515e+01
+## 1478  5.440701e-02 -4.091339e+00  3.832877e-02
+## 1479  2.301570e-01 -1.522826e+01  3.662631e+00
+## 1480  2.976052e-02 -5.190702e+00 -2.678712e-01
+## 1481  5.619943e-01 -1.925999e+01  1.046535e+01
+## 1482  3.065567e-01 -3.107699e+01  9.768644e+00
+## 1483  5.648420e-01 -3.680733e+00  6.742018e+00
+## 1484  7.761686e-01 -6.111623e+00  8.185601e+00
+## 1485  7.513402e-01 -5.438183e+00  3.924494e+00
+## 1486  4.176271e-01 -3.555126e+00  8.569117e+00
+## 1487  5.414881e-01 -2.796540e+00  1.468045e+00
+## 1488  8.494980e-01 -2.429445e+00  2.000544e+00
+## 1489  3.007898e-01 -5.075044e+00  1.642659e+01
+## 1490  3.388770e-01 -7.033577e+00  2.420402e+00
+## 1491  6.409640e-01 -1.342090e+01  8.261755e+00
+## 1492  7.584880e-02 -5.943244e+00  2.938265e-01
+## 1493  2.978348e-01 -1.183515e+00  3.865363e+00
+## 1494  4.389102e-01 -3.625008e+00  1.572423e+00
+## 1495  7.525406e-01 -4.695130e+00  3.393884e+00
+## 1496  1.672945e-01 -3.200542e+00  5.546867e-01
+## 1497  1.452242e-01 -6.384175e-01  4.333328e+00
+## 1498  2.977291e-01 -1.018200e+01  3.116563e+00
+## 1499  3.005928e-01 -4.047213e+00  1.249652e+00
+## 1500  3.108205e-01 -5.427266e+00  1.727513e+00
+## 1501  7.396531e-01 -3.383433e+00  2.402436e+00
+## 1502  2.414412e-01 -1.899268e+00  7.541840e+00
+## 1503  6.214919e-01 -1.032791e+01  6.171516e+00
+## 1504  1.932688e-01 -7.137160e-01  3.531716e+00
+## 1505  2.491461e-01 -1.972481e+00  7.602280e+00
+## 1506  3.350053e-01 -8.293902e+00  2.824770e+00
+## 1507  2.757375e-01 -3.314141e+00  9.453945e-01
+## 1508  2.534496e-01 -6.214752e+00  1.638755e+00
+## 1509  8.634839e-02 -3.895013e+00  2.596514e-01
+## 1510  3.065567e-01 -2.354941e+00  7.491774e+00
+## 1511  2.384631e-01 -4.560991e+00  1.135056e+00
+## 1512  1.555924e-01 -1.299751e+00  8.136854e+00
+## 1513  3.065567e-01 -1.592002e+01  5.004250e+00
+## 1514  2.572725e-01 -3.134441e+00  8.382318e-01
+## 1515  8.830070e-02 -1.529815e-01  2.193781e+00
+## 1516  3.407720e-01 -1.735163e+00  5.017105e+00
+## 1517  3.094181e-01 -5.332746e+00  1.682256e+01
+## 1518  5.183585e-01 -1.349151e+00  2.675376e+00
+## 1519  4.577388e-01 -5.059398e+00  2.279062e+00
+## 1520  8.860987e-01 -2.989953e+00  3.461449e+00
+## 1521  3.856545e-02  5.307581e-02  1.964808e+00
+## 1522  5.688659e-01 -1.080611e+00  1.966282e+00
+## 1523  7.902175e-01 -1.867705e+00  1.421286e+00
+## 1524  4.813440e-01 -3.034505e+00  1.430422e+00
+## 1525  1.319853e-01 -4.567432e-01  3.489957e+00
+## 1526  2.884992e-01 -4.214887e+00  1.253486e+00
+## 1527  5.196208e-01 -1.125079e+00  2.226071e+00
+## 1528  3.719178e-01 -3.355334e+00  1.255025e+00
+## 1529  2.485532e-01 -1.872088e+00  7.231632e+00
+## 1530  3.065567e-01 -1.741144e+01  5.473057e+00
+## 1531  3.681813e-01 -7.088133e-01  1.912215e+00
+## 1532  3.065567e-01 -2.462574e+00  7.740778e-01
+## 1533  3.036523e-01 -1.177908e+01  3.670694e+00
+## 1534  3.031357e-01 -7.196179e-01  2.312799e+00
+## 1535  9.243701e-02 -3.447609e-01  4.529083e+00
+## 1536  3.065567e-01 -2.605699e+00  8.289510e+00
+## 1537  3.051276e-01 -1.149127e+01  3.596823e+00
+## 1538  3.028077e-01 -3.937337e+00  1.223880e+00
+## 1539  2.706712e-01 -2.283080e+00  6.401802e-01
+## 1540  1.520719e-01 -8.203202e-01  5.273139e+00
+## 1541  3.065567e-01 -4.335518e+00  1.362813e+00
+## 1542  3.065567e-01 -2.496674e+00  7.942668e+00
+## 1543  8.547385e-01 -3.184308e+00  2.640249e+00
+## 1544  4.930143e-01 -1.824378e+00  8.788793e-01
+## 1545  2.839639e-01 -2.220743e+00  6.508977e-01
+## 1546  8.608312e-02 -7.688448e+00  5.092999e-01
+## 1547  3.130152e-01 -3.419638e+00  1.095444e+00
+## 1548  3.065567e-01 -1.428228e+00  4.543622e+00
+## 1549  2.776887e-01 -2.718673e+00  7.806002e-01
+## 1550  2.277850e-01 -1.523978e+01  3.628801e+00
+## 1551  9.950580e-01 -1.501070e+00  1.491613e+00
+## 1552  3.042773e-01 -7.834653e+00  2.446070e+00
+## 1553  3.065567e-01 -2.562089e+00  8.150773e+00
+## 1554  2.919929e-01 -2.073054e+00  6.233519e-01
+## 1555  3.021123e-01 -1.004492e+00  3.238316e+00
+## 1556  5.961063e-01 -1.237859e+00  2.155476e+00
+## 1557  1.771348e-01 -2.112487e+00  3.895714e-01
+## 1558  3.065567e-01 -9.921279e-01  3.156257e+00
+## 1559  3.749009e-01 -1.756129e+00  6.615693e-01
+## 1560  3.009019e-01 -3.029010e+00  9.361389e-01
+## 1561  3.598577e-01 -7.472735e-01  2.057649e+00
+## 1562  2.422893e-01 -2.842398e+00  7.182006e-01
+## 1563  2.423002e-01 -2.143978e+00  5.417512e-01
+## 1564  1.367649e-01 -1.189161e+00  8.686382e+00
+## 1565  1.975692e-01 -4.866606e-01  2.354441e+00
+## 1566  1.547153e-01 -3.154611e+00  5.006406e-01
+## 1567  3.065567e-01 -6.323453e-01  2.011680e+00
+## 1568  3.065567e-01 -1.734207e+00  5.451252e-01
+## 1569  4.672869e-01 -1.335981e+00  2.911124e+00
+## 1570  3.397353e-01 -4.264407e+01  1.470811e+01
+## 1571  1.546793e-01 -4.293534e+00  6.812063e-01
+## 1572  2.929588e-01 -3.147800e+00  9.493842e-01
+## 1573  4.899628e-01 -3.577076e+00  1.713537e+00
+## 1574  5.082083e-01 -5.175280e+00  2.563037e+00
+## 1575  4.006725e-01 -2.399475e+00  9.592665e-01
+## 1576  4.277826e-01 -7.080692e-01  1.670377e+00
+## 1577  1.562118e-01 -1.330554e+00  2.135083e-01
+## 1578  3.503984e-01 -2.346594e+00  8.321125e-01
+## 1579  2.014621e-01 -7.590007e-01  3.599881e+00
+## 1580  1.286934e-01 -2.459742e-01  1.941965e+00
+## 1581  4.891343e-01 -4.681921e+00  2.239351e+00
+## 1582  3.954105e-02  3.920474e-02  1.598652e+00
+## 1583  2.920797e-01 -1.255180e+00  3.775259e-01
+## 1584  2.973470e-01 -1.482557e+00  4.532579e-01
+## 1585  2.985502e-01 -6.741095e-01  2.196831e+00
+## 1586  9.003349e-01 -2.613622e+00  2.970433e+00
+## 1587  3.968887e-01 -3.143708e+00  1.246185e+00
+## 1588  2.919332e-01 -8.559773e+00  2.573378e+00
+## 1589  3.083822e-01 -9.109726e-01  2.882493e+00
+## 1590  3.060571e-01 -1.501722e+00  4.713476e-01
+## 1591  6.915560e-01 -1.465332e+00  2.209134e+00
+## 1592  2.929588e-01 -2.421385e+00  7.302955e-01
+## 1593  1.582964e-01 -4.671386e+00  7.610215e-01
+## 1594  9.995335e-01 -1.229752e+00  1.229019e+00
+## 1595  2.986726e-01 -1.370014e+00  4.463022e+00
+## 1596  3.065567e-01 -2.081048e+00  6.541503e-01
+## 1597  2.898730e-01 -1.500098e+00  5.022210e+00
+## 1598  3.065567e-01 -1.803575e+00  5.669302e-01
+## 1599  2.937322e-01 -2.074473e+00  6.271765e-01
+## 1600  2.919487e-01 -1.241452e+00  3.732435e-01
+## 1601  5.446330e-01 -5.768138e-01  1.092929e+00
+## 1602  3.292959e-01 -6.796183e-01  2.026570e+00
+## 1603  3.065567e-01 -4.470027e-01  1.422050e+00
+## 1604  4.806620e-01 -8.107451e-01  1.722129e+00
+## 1605  1.079407e-01 -1.583160e+00  1.564067e-01
+## 1606  3.410843e-01 -2.426150e+00  8.397735e-01
+## 1607  3.065567e-01 -2.943676e-01  9.364718e-01
+## 1608  5.076761e-01 -8.343402e-01  4.128085e-01
+## 1609  8.285057e-01 -1.229115e+00  1.534561e+00
+## 1610  2.119457e-01 -2.662762e+00  5.907274e-01
+## 1611  3.389462e-01 -1.658715e+00  5.709034e-01
+## 1612  6.605867e-01 -2.363382e+00  1.498239e+00
+## 1613  9.476854e-01 -1.168369e+00  1.092676e+00
+## 1614  7.631428e-01 -5.288357e-01  7.210064e-01
+## 1615  2.898385e-01 -2.859950e-01  9.575930e-01
+## 1616  2.931140e-01 -7.341766e-01  2.215367e-01
+## 1617  3.460716e-01 -3.405674e+00  1.194283e+00
+## 1618  2.192436e-01 -1.373701e+00  3.151180e-01
+## 1619  2.898673e-01 -6.944551e-01  2.325022e+00
+## 1620  1.356396e-01 -8.152293e-01  1.104553e-01
+## 1621  3.290602e-01 -8.172374e-01  2.738871e-01
+## 1622  6.439215e-01 -4.559480e-01  7.373713e-01
+## 1623  3.065567e-01 -1.491418e+00  4.688077e-01
+## 1624  9.145290e-01 -4.628118e-01  4.147561e-01
+## 1625  5.035849e-01 -4.233157e-01  8.619153e-01
+## 1626  7.813921e-01 -1.350214e+00  1.795624e+00
+## 1627  1.862882e-01 -5.280637e-01  2.714757e+00
+## 1628  2.541654e-01 -6.096219e-01  2.305774e+00
+## 1629  2.700804e-01 -2.517128e+01  7.043775e+00
+## 1630  3.036269e-01 -5.594993e+00  1.743425e+00
+## 1631  9.775457e-01 -4.504504e-01  4.635763e-01
+## 1632  4.792836e-02  8.595892e-03  1.876496e+00
+## 1633  1.124259e-01 -1.458567e+00  1.531945e-01
+## 1634  5.193317e-01 -2.705496e+00  1.366687e+00
+## 1635  3.061138e-01 -2.220703e+00  6.971326e-01
+## 1636  1.247536e-01 -1.178730e+00  1.432791e-01
+## 1637  3.065567e-01 -9.485179e-01  3.017520e+00
+## 1638  3.144041e-01 -2.432061e+00  7.822153e-01
+## 1639  2.905227e-01 -5.073966e-01  1.695243e+00
+## 1640  4.834639e-01 -6.166577e-01  1.302983e+00
+## 1641  1.865394e-01 -1.716289e-01  8.810949e-01
+## 1642  8.419323e-01 -2.833248e-01  3.475112e-01
+## 1643  2.940254e-01 -1.278289e+00  3.868183e-01
+## 1644  1.567517e-01 -6.155592e-01  9.916692e-02
+## 1645  3.065567e-01 -7.849803e-01  2.497258e+00
+## 1646  3.065567e-01 -2.943676e-01  9.364718e-01
+## 1647  5.012215e-01 -8.406853e-01  4.111227e-01
+## 1648  1.803812e-01 -9.107881e-01  1.712467e-01
+## 1649  2.423430e-01 -8.731878e-01  3.455055e+00
+## 1650  2.389975e-01 -4.400342e-01  1.764405e+00
+## 1651  2.527969e-01 -1.026850e-01  3.903658e-01
+## 1652  3.679577e-01 -7.281792e-01  1.965528e+00
+## 1653  2.919487e-01 -6.533956e-01  1.964439e-01
+## 1654  1.025904e-01 -7.695476e-01  7.016454e-02
+## 1655  6.493626e-02 -5.751679e-01  1.726977e-02
+## 1656  2.544362e-01 -2.227591e-01  8.416983e-01
+## 1657  2.587051e-01 -4.338949e-01  1.614055e+00
+## 1658  5.354606e-01 -3.068364e-01  5.905758e-01
+## 1659  3.389602e-01 -1.042918e+00  3.030004e+00
+## 1660  1.156601e-01 -9.368861e-02  8.559959e-01
+## 1661  3.492023e-01 -1.409817e+00  4.983970e-01
+## 1662  1.234258e-01 -7.814717e-01  9.363140e-02
+## 1663  2.838747e-01 -1.739002e+01  5.095527e+00
+## 1664  6.867176e-01 -7.453225e-01  4.909312e-01
+## 1665  2.919328e-01 -3.626470e+00  1.090247e+00
+## 1666  1.689690e-01 -1.417861e-01  8.091953e-01
+## 1667  3.578760e-01 -1.003107e+01  3.625001e+00
+## 1668  3.065567e-01 -4.906127e-01  1.560786e+00
+## 1669  2.638339e-01 -1.032373e+01  2.826682e+00
+## 1670  2.947605e-01 -1.075207e+00  3.261080e-01
+## 1671  3.065567e-01 -2.507576e-01  7.977352e-01
+## 1672  3.065567e-01 -5.202621e-01  1.635376e-01
+## 1673  1.559844e-01 -5.300150e-01  8.490738e-02
+## 1674  2.920210e-01 -1.947682e+00  5.857050e-01
+## 1675  2.269326e-01 -1.506083e-01  6.348120e-01
+## 1676  3.065567e-01 -8.671035e-01  2.725626e-01
+## 1677  2.917691e-01 -5.567869e-01  1.673042e-01
+## 1678  9.708530e-01 -7.313675e-01  7.591544e-01
+## 1679  4.276262e-01 -4.534136e-01  1.921381e-01
+## 1680  1.446339e-01 -1.103365e-01  7.525906e-01
+## 1681  2.657707e-01 -1.149326e+01  3.168441e+00
+## 1682  2.813055e-01 -1.252542e+00  3.639546e-01
+## 1683  2.825214e-01 -7.043238e-01  2.054717e-01
+## 1684  2.752658e-01 -3.336796e-01  1.171589e+00
+## 1685  3.065567e-01 -3.815877e-01  1.213945e+00
+## 1686  3.735080e-01 -4.143710e-01  1.103610e+00
+## 1687  2.629923e-01 -5.554445e-01  1.516302e-01
+## 1688  1.328736e-01 -1.173600e+00  1.549167e-01
+## 1689  2.933680e-01 -1.074271e+00  3.244165e-01
+## 1690  2.874468e-01 -8.869057e-02  2.992262e-01
+## 1691  2.546838e-01 -1.914922e-01  7.228942e-01
+## 1692  1.286900e-01 -7.480596e-01  9.474794e-02
+## 1693  1.223272e-01 -4.010844e-01  4.747561e-02
+## 1694  3.065562e-01 -9.812244e-02  3.121574e-01
+## 1695  2.463308e-01 -6.872480e-01  1.764032e-01
+## 1696  2.627866e-01 -3.024190e-01  1.108617e+00
+## 1697  2.906290e-01 -3.046980e-01  1.017674e+00
+## 1698  8.907982e-02 -7.786649e-02  1.097490e+00
+## 1699  2.926825e-01 -6.889526e-01  2.076105e-01
+## 1700  3.823222e-01 -2.390222e-01  9.163607e-02
+## 1701  2.922463e-01 -3.336258e-01  1.003984e-01
+## 1702  1.061141e-01 -1.160504e+00  1.116589e-01
+## 1703  2.875885e-01 -2.390476e-01  8.061397e-01
+## 1704  3.065562e-01 -8.721995e-02  2.774732e-01
+## 1705  2.940091e-01 -7.288076e-01  2.205307e-01
+## 1706  2.895919e-01 -2.225425e-01  7.457173e-01
+## 1707  2.698605e-01 -7.031686e-01  1.966216e-01
+## 1708  4.434777e-01 -5.061166e-01  2.215884e-01
+## 1709  2.696461e-01 -8.704904e+00  2.432289e+00
+## 1710  2.304619e-01 -2.755877e-01  6.636803e-02
+## 1711  4.246694e-01 -4.003659e-01  1.686076e-01
+## 1712  3.065567e-01 -2.071476e-01  6.589987e-01
+## 1713  1.569752e-01 -2.544415e-01  1.576827e+00
+## 1714  2.887952e-01 -2.101802e-01  7.060732e-01
+## 1715  2.921657e-01 -4.335253e-01  1.304284e-01
+## 1716  3.065567e-01 -8.324194e-01  2.616601e-01
+## 1717  2.848625e-01 -2.309030e-01  6.787432e-02
+## 1718  4.641225e-01 -3.461398e-01  1.578807e-01
+## 1719  2.927620e-01 -3.348596e-01  1.009324e-01
+## 1720  2.927620e-01 -3.348596e-01  1.009324e-01
+## 1721  3.117907e-01 -4.740949e-01  1.513327e-01
+## 1722  3.003557e-01 -5.613362e-01  1.819291e+00
+## 1723  2.234529e-01 -1.447583e+00  3.383079e-01
+## 1724  3.065562e-01 -1.090249e-01  3.468415e-01
+## 1725  1.204518e-01 -4.992008e-01  5.784959e-02
+## 1726  6.794029e-01 -2.370689e-01  3.637596e-01
+## 1727  5.997718e-01 -1.353074e-01  2.342454e-01
+## 1728  2.993488e-01 -1.475269e+01  4.537982e+00
+## 1729  2.842625e-01 -2.528408e-01  8.618129e-01
+## 1730  6.009818e-01 -1.203240e-01  6.963584e-02
+## 1731  3.873530e-01 -2.464981e-01  6.354944e-01
+## 1732  2.861574e-01 -1.127190e-01  3.818667e-01
+## 1733  2.925519e-01 -2.101539e-01  6.330238e-02
+## 1734  1.446240e-01 -1.932774e-01  2.833385e-02
+## 1735  3.065562e-01 -2.427891e-01  7.631745e-02
+## 1736  6.851948e-01 -2.929849e-01  1.925586e-01
+## 1737  2.917678e-01 -4.480417e-01  1.346277e-01
+## 1738  2.939405e-01 -2.416552e+01  7.310710e+00
+## 1739  2.502564e-01 -7.634847e-01  1.989277e-01
+## 1740  3.065567e-01 -2.725626e-01  8.671035e-01
+## 1741  2.921657e-01 -3.334810e-01  1.003296e-01
+## 1742  3.065562e-01 -3.468415e-01  1.090249e-01
+## 1743  2.995323e-01 -1.100122e+00  3.385907e-01
+## 1744  5.326453e-01 -5.166788e-01  9.993071e-01
+## 1745  7.544418e-01 -3.726738e-01  5.142104e-01
+## 1746  2.884912e-01 -3.318440e-01  1.115864e+00
+## 1747  4.248311e-01 -2.251991e-01  5.345627e-01
+## 1748  3.065562e-01 -2.081049e-01  6.541496e-02
+## 1749  9.967193e-01 -3.292699e-01  3.306543e-01
+## 1750  2.920837e-01 -2.716647e-01  8.171079e-02
+## 1751  8.791881e-01 -1.299754e-01  1.518299e-01
+## 1752  2.885675e-01 -1.175205e-01  3.950806e-01
+## 1753  6.446628e-01 -5.552271e-01  3.437041e-01
+## 1754  3.014078e-01 -8.285626e-01  2.564658e-01
+## 1755  2.884247e-01 -2.242509e-01  7.542293e-01
+## 1756  6.485183e-01 -1.885626e-01  1.174049e-01
+## 1757  2.917691e-01 -1.965130e-01  5.904854e-02
+## 1758  2.840352e-01 -1.114660e-01  3.802136e-01
+## 1759  9.348337e-01 -6.392130e-02  6.948676e-02
+## 1760  2.872866e-01 -3.096391e-01  1.045202e+00
+## 1761  3.065562e-01 -3.121574e-01  9.812244e-02
+## 1762  3.065567e-01 -8.671035e-01  2.725626e-01
+## 1763  3.065567e-01 -2.071476e-01  6.589987e-01
+## 1764  2.920837e-01 -2.112948e-01  6.355283e-02
+## 1765  2.935775e-01 -1.729478e-01  5.226222e-02
+## 1766  3.065567e-01 -9.017877e-01  2.834651e-01
+## 1767  2.907203e-01 -6.270906e-01  1.878089e-01
+## 1768  2.912925e-01 -1.062622e+01  3.188210e+00
+## 1769  7.831644e-01 -4.308510e-01  5.716055e-01
+## 1770  3.046438e-01 -2.770176e-01  8.658285e-02
+## 1771  9.550404e-01 -6.973538e-02  7.386607e-02
+## 1772  2.949605e-01 -3.469346e-01  1.052897e-01
+## 1773  3.369840e-01 -1.749479e-01  5.109570e-01
+## 1774  2.882191e-01 -8.694090e-02  2.926021e-01
+## 1775  2.877085e-01 -9.961210e-02  3.357931e-01
+## 1776  3.065567e-01 -6.589987e-01  2.071476e-01
+## 1777  2.920837e-01 -1.811098e-01  5.447386e-02
+## 1778  2.920837e-01 -1.811098e-01  5.447386e-02
+## 1779  2.919483e-01 -1.306792e-01  3.928875e-02
+## 1780  2.929588e-01 -2.421385e-01  7.302955e-02
+## 1781  2.887952e-01 -9.458108e-02  3.177329e-01
+## 1782  2.918902e-01 -6.190374e-01  1.860800e-01
+## 1783  4.791781e-01 -1.760422e-01  8.264558e-02
+## 1784  2.868928e-01 -2.264331e-01  7.652989e-01
+## 1785  3.065567e-01 -1.526351e-01  4.855780e-01
+## 1786  2.920865e-01 -4.166878e-01  1.253317e-01
+## 1787  2.840352e-01 -7.802619e-02  2.661495e-01
+## 1788  7.941884e-01 -2.295459e-01  1.756177e-01
+## 1789  2.399980e-01 -7.970575e-02  3.183221e-01
+## 1790  4.976873e-01 -1.357421e-01  2.793667e-01
+## 1791  2.980489e-01 -7.307854e-01  2.239021e-01
+## 1792  2.892785e-01 -2.222475e-01  7.454683e-01
+## 1793  6.002577e-02 -6.362430e-03  3.079062e-01
+## 1794  2.917691e-01 -1.310087e-01  3.936569e-02
+## 1795  1.860402e-01 -9.857020e-02  5.074531e-01
+## 1796  2.920837e-01 -1.509248e-01  4.539488e-02
+## 1797  2.446079e-02 -1.266786e-01 -8.722009e-03
+## 1798  2.876021e-01 -7.606327e-02  2.564969e-01
+## 1799  2.995323e-01 -5.500608e-01  1.692953e-01
+## 1800  7.221131e-02 -1.354086e-02  3.137440e-01
+## 1801  3.065562e-01 -1.040525e-01  3.270748e-02
+## 1802  1.463944e-01 -4.728771e-01  7.033926e-02
+## 1803  2.919483e-01 -9.800937e-02  2.946656e-02
+## 1804  2.919483e-01 -9.800937e-02  2.946656e-02
+## 1805  2.878867e-01 -2.610259e-01  8.794206e-01
+## 1806  4.126004e-01 -5.864466e-02  1.428942e-01
+## 1807  2.941845e-01 -8.272366e-01  2.504509e-01
+## 1808  2.365712e-01 -1.104874e-01  4.473734e-01
+## 1809  2.929588e-01 -1.729560e-01  5.216397e-02
+## 1810  2.859496e-01 -6.732931e-02  2.282488e-01
+## 1811  3.065562e-01 -6.541496e-02  2.081049e-01
+## 1812  1.668416e-01 -2.159867e-01  3.732092e-02
+## 1813  2.877085e-01 -6.640807e-02  2.238621e-01
+## 1814  2.921657e-01 -1.333924e-01  4.013183e-02
+## 1815  2.873961e-01 -5.984973e-02  2.019551e-01
+## 1816  2.917780e-01 -9.825596e-02  2.952493e-02
+## 1817  2.884485e-01 -1.245588e-01  4.189005e-01
+## 1818  2.900406e-01 -1.035606e-01  3.094918e-02
+## 1819  1.393469e-01 -2.792066e-02  1.992720e-01
+## 1820  2.907285e-01 -7.420378e-02  2.477587e-01
+## 1821  4.903494e-01 -4.643560e-02  9.686677e-02
+## 1822  4.597195e-01 -2.506005e-01  1.133256e-01
+## 1823  3.522826e-01 -3.444861e-01  1.227449e-01
+## 1824  3.065567e-01 -4.855780e-01  1.526351e-01
+## 1825  3.244649e-01 -1.448021e-01  4.375811e-01
+## 1826  2.464139e-01 -3.736095e-01  9.592899e-02
+## 1827  1.699155e-01 -1.161319e-01  2.047335e-02
+## 1828  5.367122e-01 -5.019346e-02  2.613445e-02
+## 1829  2.909730e-01 -1.336178e-01  4.004938e-02
+## 1830  2.909730e-01 -1.336178e-01  4.004938e-02
+## 1831  2.925625e-01 -5.182650e-01  1.561166e-01
+## 1832  2.876021e-01 -5.433090e-02  1.832121e-01
+## 1833  1.700192e-01 -1.173057e-01  2.069407e-02
+## 1834  7.343808e-01 -6.951596e-02  9.862390e-02
+## 1835  2.877085e-01 -5.534006e-02  1.865517e-01
+## 1836  3.065562e-01 -1.387366e-01  4.360997e-02
+## 1837  2.948017e-01 -2.930305e-01  8.888683e-02
+## 1838  2.289438e-01 -2.340681e-01  5.600972e-02
+## 1839  2.898730e-01 -8.451258e-02  2.829414e-01
+## 1840  1.624140e-01 -1.424292e-02  8.493053e-02
+## 1841  2.922463e-01 -6.672515e-02  2.007969e-02
+## 1842  2.922463e-01 -6.672515e-02  2.007969e-02
+## 1843  2.340876e-01 -2.874210e-01  7.026788e-02
+## 1844  2.919483e-01 -6.533958e-02  1.964438e-02
+## 1845  3.046438e-01 -1.231189e-01  3.848126e-02
+## 1846  9.166660e-01 -6.175818e-02  6.872408e-02
+## 1847  6.514202e-01 -3.945568e-02  6.309446e-02
+## 1848  1.984263e-01 -1.604702e-01  3.331577e-02
+## 1849  2.981290e-01 -3.833718e-01  1.174883e-01
+## 1850  2.981290e-01 -3.833718e-01  1.174883e-01
+## 1851  3.065562e-01 -3.468415e-01  1.090249e-01
+## 1852  2.888427e-01 -6.037384e-02  2.027876e-01
+## 1853  2.880556e-01 -1.218824e-01  4.104123e-01
+## 1854  2.876010e-01 -3.395447e-02  1.145000e-01
+## 1855  2.876010e-01 -3.395447e-02  1.145000e-01
+## 1856  2.917780e-01 -6.550397e-02  1.968329e-02
+## 1857  2.917780e-01 -6.550397e-02  1.968329e-02
+## 1858  2.900406e-01 -6.904038e-02  2.063279e-02
+## 1859  2.900406e-01 -6.904038e-02  2.063279e-02
+## 1860  2.980489e-01 -3.479931e-01  1.066200e-01
+## 1861  2.929588e-01 -1.037736e-01  3.129838e-02
+## 1862  2.873620e-01 -8.675231e-02  2.927662e-01
+## 1863  2.840352e-01 -3.343979e-02  1.140641e-01
+## 1864  5.202235e-01 -1.159377e-01  2.291497e-01
+## 1865  3.046438e-01 -9.233919e-02  2.886095e-02
+## 1866  3.046438e-01 -9.233919e-02  2.886095e-02
+## 1867  3.144110e-01 -9.416647e-02  2.927763e-01
+## 1868  3.144110e-01 -9.416647e-02  2.927763e-01
+## 1869  2.881640e-01 -1.134089e-01  3.817477e-01
+## 1870  1.378016e-01 -1.637307e-02  1.184795e-01
+## 1871  2.873620e-01 -7.590827e-02  2.561704e-01
+## 1872  7.932529e-02 -1.215641e-01  6.720314e-03
+## 1873  2.920837e-01 -6.036994e-02  1.815795e-02
+## 1874  1.070372e-01 -1.129641e-02  1.158350e-01
+## 1875  5.810301e-01 -3.790070e-02  6.761012e-02
+## 1876  3.065562e-01 -2.427891e-01  7.631745e-02
+## 1877  3.065562e-01 -1.090249e-02  3.468415e-02
+## 1878  2.931264e-01 -2.117989e-01  6.391251e-02
+## 1879  2.903642e-01 -8.128550e-02  2.717157e-01
+## 1880  2.884485e-01 -5.661764e-02  1.904093e-01
+## 1881  6.960445e-01 -1.145017e-01  7.644223e-02
+## 1882  2.909730e-01 -6.680889e-02  2.002469e-02
+## 1883  2.860028e-01 -2.204826e-02  7.473160e-02
+## 1884  2.915169e-01 -2.069839e-01  6.214563e-02
+## 1885  2.929588e-01 -6.918242e-02  2.086559e-02
+## 1886  3.065562e-01 -6.541496e-02  2.081049e-01
+## 1887  3.065562e-01 -1.040525e-01  3.270748e-02
+## 1888  3.065562e-01 -2.081049e-01  6.541496e-02
+## 1889  1.194579e-01 -1.533008e-02  1.338164e-01
+## 1890  2.891739e-01 -1.137410e-02  3.816397e-02
+## 1891  2.947605e-01 -6.936820e-02  2.103922e-02
+## 1892  2.922456e-01 -3.336259e-02  1.003983e-02
+## 1893  2.922456e-01 -3.336259e-02  1.003983e-02
+## 1894  2.922456e-01 -3.336259e-02  1.003983e-02
+## 1895  2.931264e-01 -1.815419e-01  5.478215e-02
+## 1896  2.873273e-01 -2.207316e-02  7.449936e-02
+## 1897  2.873273e-01 -2.207316e-02  7.449936e-02
+## 1898  3.574319e-01 -2.662646e-02  7.376246e-02
+## 1899  3.065562e-01 -1.090249e-02  3.468415e-02
+## 1900  2.878221e-01 -2.167621e-02  7.304420e-02
+## 1901  2.914809e-01 -6.046161e-02  1.815117e-02
+## 1902  2.917780e-01 -3.275199e-02  9.841645e-03
+## 1903  2.907203e-01 -1.194458e-01  3.577313e-02
+## 1904  5.730844e-01 -8.155464e-02  4.513092e-02
+## 1905  3.065562e-01 -3.270748e-02  1.040525e-01
+## 1906  2.931880e-01 -6.881337e-02  2.076913e-02
+## 1907  2.861574e-01 -1.127190e-02  3.818667e-02
+## 1908  2.861574e-01 -1.127190e-02  3.818667e-02
+## 1909  2.912825e-01 -1.204036e-01  3.612384e-02
+## 1910  3.065562e-01 -2.180499e-02  6.936831e-02
+## 1911  2.987150e-01 -2.974173e-01  9.131006e-02
+## 1912  2.909722e-01 -3.340446e-02  1.001233e-02
+## 1913  2.909722e-01 -3.340446e-02  1.001233e-02
+## 1914  2.909722e-01 -3.340446e-02  1.001233e-02
+## 1915  2.909722e-01 -3.340446e-02  1.001233e-02
+## 1916  2.909722e-01 -3.340446e-02  1.001233e-02
+## 1917  2.909722e-01 -3.340446e-02  1.001233e-02
+## 1918  2.929588e-01 -3.459121e-02  1.043279e-02
+## 1919  2.929588e-01 -3.459121e-02  1.043279e-02
+## 1920  3.065562e-01 -3.468415e-02  1.090249e-02
+## 1921  3.065562e-01 -3.468415e-02  1.090249e-02
+## 1922  2.924037e-01 -3.335641e-02  1.004294e-02
+## 1923  2.947604e-01 -3.468411e-02  1.051961e-02
+## 1924  2.931264e-01 -9.077097e-02  2.739108e-02
+## 1925  2.898672e-01 -1.138451e-02  3.811512e-02
+## 1926  2.873273e-01 -1.103658e-02  3.724968e-02
+## 1927  2.867873e-01 -3.315160e-02  1.120837e-01
+## 1928  2.933680e-01 -3.465389e-02  1.046505e-02
+## 1929  2.987150e-01 -1.652318e-01  5.072781e-02
+## 1930  2.912825e-01 -6.020181e-02  1.806192e-02
+## 1931  2.980489e-01 -6.959861e-02  2.132401e-02
+## 1932  3.065562e-01 -1.090249e-02  3.468415e-02
+## 1933  2.913759e-01 -3.151055e-02  9.456657e-03
+## 1934  2.919417e-01 -6.534143e-02  1.964453e-02
+## 1935  3.218275e-01 -7.431796e-02  2.441240e-02
+## 1936  3.218275e-01 -7.431796e-02  2.441240e-02
+## 1937  2.916360e-01 -6.685707e-02  2.008093e-02
+## 1938  2.884485e-01 -1.132353e-02  3.808186e-02
+## 1939  3.092395e-01 -1.152447e-02  3.637390e-02
+## 1940  2.924391e-01 -8.664076e-01  2.608866e-01
+## 1941  2.875464e-01 -1.086544e-02  3.664642e-02
+## 1942  9.765692e-01 -3.644586e+06  3.755477e+06
+## 1943  5.207389e-05 -2.797166e+06 -9.715685e+05
+## 1944  3.916445e-02 -2.341973e+06 -5.967330e+04
+## 1945  5.084033e-03  1.827098e+06  1.033621e+07
+## 1946  3.647760e-02  2.225966e+05  6.853046e+06
+## 1947  2.366835e-04 -2.173755e+06 -6.619322e+05
+## 1948  3.841086e-01 -3.666534e+05  1.411540e+05
+## 1949  2.783559e-01 -7.546155e+04  2.622357e+05
+## 1950  4.884000e-01 -1.165248e+05  2.439566e+05
+## 1951  1.949898e-01 -3.212186e+05  1.575082e+06
+## 1952  7.900100e-01 -5.642372e+04  4.292530e+04
+## 1953  4.959926e-01 -5.767182e+04  2.793546e+04
+## 1954  3.726929e-01 -2.645872e+03  7.060634e+03
+## 1955  3.040548e-01 -5.411021e+05  1.688260e+05
+## 1956  5.314263e-02 -1.157338e+03  1.719730e+05
+## 1957  9.236906e-01 -2.540801e+04  2.304028e+04
+## 1958  1.816588e-01 -4.272321e+03  2.255327e+04
+## 1959  3.115679e-01 -9.072567e+03  2.844096e+04
+## 1960  5.696093e-01 -6.968803e+03  3.834528e+03
+## 1961  1.551429e-01 -3.581412e+04  2.249543e+05
+## 1962  9.889712e-02 -8.523224e+02  9.934283e+03
+## 1963  3.082336e-01 -1.566118e+05  4.957668e+05
+## 1964  5.694521e-01 -5.835504e+03  1.060808e+04
+## 1965  3.781748e-02  1.596771e+02  5.515689e+03
+## 1966  2.889204e-01 -2.354882e+03  7.907780e+03
+## 1967  3.644554e-01 -1.037478e+03  2.824461e+03
+## 1968  4.722862e-01 -1.029845e+03  2.222588e+03
+## 1969  3.546039e-01 -5.032669e+03  1.803791e+03
+## 1970  8.926165e-01 -1.746238e+03  1.521191e+03
+## 1971  1.362950e-01 -6.017019e+03  8.201887e+02
+## 1972  9.493297e-01 -3.376417e+03  3.164344e+03
+## 1973  7.362065e-01 -6.339136e+03  8.970591e+03
+## 1974  7.167151e-01 -6.407373e+03  9.318793e+03
+## 1975  2.855241e-01 -1.372219e+04  4.042268e+03
+## 1976  7.311700e-01 -1.980706e+03  1.389865e+03
+## 1977  3.127365e-01 -2.931981e+04  9.160130e+04
+## 1978  7.933767e-02 -1.461260e+04  8.081152e+02
+## 1979  5.640840e-01 -5.698521e+03  3.107152e+03
+## 1980  3.289897e-01 -2.501415e+03  7.465282e+03
+## 1981  6.944539e-01 -4.541174e+03  6.817740e+03
+## 1982  3.244179e-01 -4.877136e+03  1.474026e+04
+## 1983  4.044203e-01 -1.804478e+03  4.476248e+03
+## 1984  8.387525e-01 -2.130475e+03  1.729700e+03
+## 1985  3.181673e-01 -2.655564e+03  8.633453e+02
+## 1986  2.651449e-01 -3.046460e+03  8.379993e+02
+## 1987  7.748537e-01 -7.055544e+03  5.258470e+03
+## 1988  3.909326e-02  1.704270e+02  6.641392e+03
+## 1989  7.630582e-01 -2.295863e+03  3.130508e+03
+## 1990  6.484433e-01 -8.354400e+02  1.341941e+03
+## 1991  3.818771e-01 -1.427084e+04  5.465446e+03
+## 1992  2.819052e-01 -1.046364e+03  3.593985e+03
+## 1993  3.868115e-01 -9.395117e+03  3.639663e+03
+## 1994  3.095446e-01 -1.128932e+04  3.580037e+03
+## 1995  2.890084e-01 -2.284014e+03  7.667663e+03
+## 1996  1.040263e-01 -9.955969e+02  1.067771e+04
+## 1997  5.964374e-01 -1.129820e+04  6.491807e+03
+## 1998  2.504204e-01 -2.699974e+02  1.035609e+03
+## 1999  3.228148e-01 -5.918080e+02  1.796648e+03
+## 2000  5.828002e-01 -6.457035e+03  3.630035e+03
+## 2001  8.495713e-01 -8.670177e+02  7.140209e+02
+## 2002  2.665002e-01 -2.262192e+03  8.184993e+03
+## 2003  1.346548e-01 -2.396710e+03  1.785236e+04
+## 2004  5.172353e-02 -4.088820e+01  1.098519e+04
+## 2005  2.548243e-01 -7.170481e+04  1.900422e+04
+## 2006  9.205679e-02 -9.088367e+01  1.203104e+03
+## 2007  3.177582e-01 -2.204401e+03  7.158348e+02
+## 2008  2.084910e-01 -6.208866e+03  1.355042e+03
+## 2009  1.005320e-01 -8.239558e+01  9.342892e+02
+## 2010  5.257857e-01 -2.103775e+03  1.074838e+03
+## 2011  6.881615e-01 -7.995960e+02  1.211397e+03
+## 2012  1.824945e-01 -2.758831e+03  5.251542e+02
+## 2013  2.753033e-01 -1.132830e+04  3.977001e+04
+## 2014  9.016676e-01 -5.072179e+02  5.754699e+02
+## 2015  1.268586e-01 -6.865670e+02  5.523779e+03
+## 2016  8.930167e-02 -6.465380e+01  9.068542e+02
+## 2017  1.527593e-01 -1.309351e+03  2.047609e+02
+## 2018  2.042484e-01 -6.027901e+02  2.819593e+03
+## 2019  5.136293e-01 -8.102723e+02  1.620313e+03
+## 2020  2.255138e-01 -1.450708e+03  3.420858e+02
+## 2021  8.737346e-01 -9.386681e+01  1.104316e+02
+## 2022  1.235176e-01 -2.139949e+02  1.784260e+03
+## 2023  1.588164e-01 -7.113285e+02  4.350123e+03
+## 2024  4.966282e-02  6.714015e-01  9.104822e+02
+## 2025  4.432891e-01 -7.837143e+02  1.790718e+03
+## 2026  2.365029e-01 -2.105031e+03  8.525820e+03
+## 2027  4.369639e-01 -3.976852e+02  9.204723e+02
+## 2028  1.558231e-01 -6.016027e+03  9.626134e+02
+## 2029  5.307125e-01 -4.040427e+02  7.840778e+02
+## 2030  1.317452e-01 -7.188066e+02  9.385327e+01
+## 2031  7.865765e-01 -1.236027e+02  1.632267e+02
+## 2032  2.408817e-02 -5.803498e+02 -4.071508e+01
+## 2033  5.757836e-01 -7.458546e+02  4.145643e+02
+## 2034  2.957414e-01 -2.741566e+04  8.340383e+03
+## 2035  3.903694e-01 -1.210682e+02  3.099687e+02
+## 2036  5.885419e-01 -5.782461e+02  1.019119e+03
+## 2037  3.235223e-02  7.749813e+01  1.764572e+03
+## 2038  3.089699e-01 -1.183554e+03  3.738527e+03
+## 2039  6.040530e-02 -1.620027e+01  7.569136e+02
+## 2040  3.330996e-01 -1.251946e+04  4.242096e+03
+## 2041  8.205158e-02 -4.086846e+03  2.442467e+02
+## 2042  3.041247e-01 -9.690802e+02  3.105338e+03
+## 2043  2.582571e-01 -4.598303e+02  1.713315e+03
+## 2044  4.607122e-01 -2.115668e+02  4.669360e+02
+## 2045  7.871855e-01 -6.151031e+02  4.661679e+02
+## 2046  1.139889e-01 -1.328513e+02  1.239581e+03
+## 2047  1.957939e-01 -7.683791e+01  3.751851e+02
+## 2048  1.170850e-01 -1.880454e+02  1.688367e+03
+## 2049  4.006213e-01 -2.600483e+02  6.505496e+02
+## 2050  7.524171e-01 -9.222137e+02  6.665104e+02
+## 2051  1.667698e-01 -2.156444e+02  1.248588e+03
+## 2052  1.179325e-01 -1.256980e+03  1.414324e+02
+## 2053  6.388440e-01 -2.759222e+02  4.496650e+02
+## 2054  5.499892e-02 -6.242474e+00  5.894365e+02
+## 2055  9.335987e-01 -5.329588e+02  5.802827e+02
+## 2056  1.080008e-01 -1.316663e+03  1.301895e+02
+## 2057  2.141239e-01 -1.111510e+03  4.959678e+03
+## 2058  4.011681e-01 -1.544788e+03  3.859810e+03
+## 2059  8.362714e-02 -8.435814e+02  5.256898e+01
+## 2060  2.477904e-01 -2.835825e+02  1.098636e+03
+## 2061  7.293523e-02 -2.286579e+01  5.147292e+02
+## 2062  1.130996e-01 -2.012721e+02  1.899570e+03
+## 2063  6.374745e-01 -3.695246e+02  2.262765e+02
+## 2064  1.292337e-01 -3.130242e+02  2.457843e+03
+## 2065  4.516053e-01 -3.725239e+02  8.370847e+02
+## 2066  1.980829e-01 -7.475701e+02  1.549319e+02
+## 2067  3.422420e-01 -2.920658e+02  8.412296e+02
+## 2068  7.235509e-01 -1.513296e+03  1.050588e+03
+## 2069  8.403012e-01 -2.522387e+02  3.100487e+02
+## 2070  2.380872e-01 -1.380497e+04  3.430341e+03
+## 2071  2.565546e-01 -1.401851e+03  3.739095e+02
+## 2072  1.547543e-01 -2.632899e+02  1.658548e+03
+## 2073  2.781920e-01 -1.833998e+03  6.376774e+03
+## 2074  3.602117e-01 -1.546839e+03  5.622580e+02
+## 2075  6.385272e-01 -3.359213e+02  5.477070e+02
+## 2076  6.558484e-02 -5.403552e+00  1.730223e+02
+## 2077  2.067191e-01 -1.860199e+02  8.596677e+02
+## 2078  3.201474e-01 -2.929534e+02  8.960563e+02
+## 2079  1.932225e-01 -1.525518e+02  7.550663e+02
+## 2080  3.008746e-01 -1.719413e+02  5.563863e+02
+## 2081  9.326418e-01 -7.897530e+02  7.244543e+02
+## 2082  5.617438e-01 -6.072300e+02  3.298150e+02
+## 2083  4.861696e-01 -7.996341e+02  1.681081e+03
+## 2084  6.808618e-02 -9.679954e+02  3.466611e+01
+## 2085  2.458915e-01 -2.506443e+01  9.781392e+01
+## 2086  2.612823e-01 -6.185504e+01  2.279701e+02
+## 2087  1.244969e-01 -1.334350e+02  1.100784e+03
+## 2088  3.727427e-01 -1.695942e+03  4.525160e+03
+## 2089  8.010417e-01 -4.679806e+03  3.613507e+03
+## 2090  6.641083e-01 -6.208687e+01  3.956497e+01
+## 2091  5.256141e-02 -4.124718e+02  2.270237e+00
+## 2092  4.102731e-01 -2.517609e+02  6.165545e+02
+## 2093  2.560485e-01 -3.144089e+02  1.180962e+03
+## 2094  2.855162e-01 -4.680633e+03  1.588964e+04
+## 2095  1.611321e-01 -5.620017e+02  9.341340e+01
+## 2096  2.539723e-01 -1.665206e+03  4.399474e+02
+## 2097  1.035658e-01 -2.555140e+02  2.365555e+01
+## 2098  7.156350e-01 -3.116068e+03  2.139260e+03
+## 2099  2.902974e-01 -3.923753e+01  1.311882e+02
+## 2100  9.630397e-01 -5.150751e+02  5.400207e+02
+## 2101  5.309732e-01 -3.494898e+01  6.779069e+01
+## 2102  1.613882e-01 -1.092024e+02  6.558206e+02
+## 2103  3.617202e-01 -4.072360e+01  1.116171e+02
+## 2104  6.809863e-01 -2.281453e+02  1.490299e+02
+## 2105  1.404782e-01 -3.635940e+01  2.569337e+02
+## 2106  4.227257e-01 -1.045380e+02  2.492517e+02
+## 2107  1.020833e-01 -5.989400e+01  6.622235e+02
+## 2108  2.587602e-01 -1.450942e+02  5.396313e+02
+## 2109  2.157887e-01 -3.421115e+02  1.514891e+03
+## 2110  3.324846e-01 -9.519394e+01  2.814082e+02
+## 2111  2.116818e-01 -4.316197e+02  9.563526e+01
+## 2112  2.190582e-01 -1.448724e+03  6.320710e+03
+## 2113  4.281188e-01 -6.707975e+02  2.845499e+02
+## 2114  4.412554e-01 -6.875289e+01  1.577442e+02
+## 2115  1.353288e-01 -1.362978e+02  1.841378e+01
+## 2116  1.506672e-01 -1.258033e+02  1.935982e+01
+## 2117  6.112765e-01 -3.061453e+02  1.800632e+02
+## 2118  2.637511e-01 -5.372674e+03  1.470630e+03
+## 2119  3.636551e-01 -2.705377e+02  7.379705e+02
+## 2120  7.086116e-02 -1.854798e+01  4.548100e+02
+## 2121  3.026376e-01 -9.499021e+01  3.057488e+02
+## 2122  8.649677e-01 -9.750830e+01  8.193878e+01
+## 2123  2.446640e-01 -1.881598e+03  4.798653e+02
+## 2124  3.120148e-01 -1.607207e+03  5.031777e+03
+## 2125  3.132492e-03 -3.329115e+02 -6.736714e+01
+## 2126  1.402043e-01 -1.435527e+03  2.026597e+02
+## 2127  8.736158e-01 -1.363005e+02  1.158374e+02
+## 2128  3.304484e-01 -1.971495e+03  6.632328e+02
+## 2129  3.797164e-01 -1.137748e+02  2.985880e+02
+## 2130  2.721324e-01 -1.318978e+02  4.680447e+02
+## 2131  1.467728e-01 -5.024964e+02  7.497529e+01
+## 2132  2.603215e-01 -1.914811e+01  7.081509e+01
+## 2133  6.847078e-02 -1.775391e+01  4.863022e+02
+## 2134  6.155494e-01 -3.938368e+01  6.651672e+01
+## 2135  2.363872e-01 -1.195828e+02  4.845630e+02
+## 2136  3.039535e-01 -9.185241e+02  2.944842e+03
+## 2137  3.614170e-01 -6.390445e+01  1.752838e+02
+## 2138  1.135474e-01 -1.432141e+02  1.343845e+03
+## 2139  9.104715e-01 -4.269044e+01  4.788689e+01
+## 2140  1.088300e-01 -8.416364e+02  8.419814e+01
+## 2141  1.710108e-01 -3.000352e+02  5.326673e+01
+## 2142  4.011115e-01 -9.431124e+01  2.356759e+02
+## 2143  3.633728e-01 -5.074483e+01  1.385175e+02
+## 2144  6.702229e-02 -1.959373e+02  6.637517e+00
+## 2145  8.594661e-01 -7.280513e+01  8.726511e+01
+## 2146  3.942028e-01 -8.278441e+01  3.261770e+01
+## 2147  1.901719e-01 -1.342944e+01  6.757223e+01
+## 2148  5.205630e-01 -7.749172e+01  3.923019e+01
+## 2149  1.992217e-01 -3.798410e+01  1.822122e+02
+## 2150  5.372742e-01 -4.960228e+01  9.517353e+01
+## 2151  2.700520e-01 -5.381745e+02  1.505847e+02
+## 2152  3.839945e-01 -1.024763e+02  2.662572e+02
+## 2153  9.720129e-02 -4.495698e+02  3.744466e+01
+## 2154  6.223590e-01 -9.099958e+01  1.520825e+02
+## 2155  2.632913e-01 -3.576432e+02  1.308712e+03
+## 2156  8.898019e-01 -2.744456e+02  3.161998e+02
+## 2157  5.331164e-01 -4.515918e+01  2.336799e+01
+## 2158  7.841441e-01 -2.958558e+01  3.919882e+01
+## 2159  2.168135e-01 -3.271469e+02  1.441869e+03
+## 2160  3.797164e-01 -5.828417e+01  1.529597e+02
+## 2161  2.894852e-01 -7.777270e+01  2.606964e+02
+## 2162  1.564953e-01 -5.601642e+02  9.007392e+01
+## 2163  1.368450e-01 -6.544286e+02  8.965647e+01
+## 2164  2.813891e-01 -4.506862e+03  1.309930e+03
+## 2165  5.228583e-01 -1.107448e+02  2.178741e+02
+## 2166  6.830083e-01 -3.739206e+02  2.449732e+02
+## 2167  7.093591e-01 -1.687577e+01  2.480129e+01
+## 2168  1.745993e-01 -4.203151e+02  7.631991e+01
+## 2169  2.955428e-01 -1.507540e+01  4.958474e+01
+## 2170  3.143566e-01 -5.572812e+01  1.732934e+02
+## 2171  3.254053e-01 -3.183296e+02  9.594597e+02
+## 2172  4.730226e-01 -5.431536e+02  2.520270e+02
+## 2173  9.660539e-01 -3.934540e+01  3.767304e+01
+## 2174  3.663774e-01 -9.342686e+01  3.447932e+01
+## 2175  6.671464e-01 -5.643659e+01  8.816626e+01
+## 2176  7.150610e-01 -4.281785e+01  2.937166e+01
+## 2177  3.797164e-01 -6.374435e+01  1.672892e+02
+## 2178  7.244332e-01 -3.169378e+01  2.203038e+01
+## 2179  3.797164e-01 -9.015634e+00  2.366043e+01
+## 2180  3.675028e-01 -4.220893e+01  1.140580e+02
+## 2181  4.050700e-01 -1.152080e+01  2.853789e+01
+## 2182  3.841099e-01 -1.083236e+02  4.170246e+01
+## 2183  5.331164e-01 -4.996780e+01  2.585624e+01
+## 2184  3.816923e-01 -4.215938e+01  1.101301e+02
+## 2185  8.006409e-02 -1.165025e+03  6.582985e+01
+## 2186  1.052917e-01 -4.152007e+01  3.946384e+00
+## 2187  2.475232e-01 -2.126756e+02  5.484022e+01
+## 2188  3.797164e-01 -1.587260e+01  4.165569e+01
+## 2189  5.331164e-01 -4.787710e+01  2.477439e+01
+## 2190  4.800726e-01 -4.770835e+02  1.014514e+03
+## 2191  1.579706e-01 -1.339856e+02  2.177668e+01
+## 2192  1.868643e-01 -6.749217e+00  3.458564e+01
+## 2193  1.326992e-01 -2.229773e+02  1.692040e+03
+## 2194  7.214562e-01 -1.955235e+01  2.824693e+01
+## 2195  5.331164e-01 -2.738821e+01  1.417225e+01
+## 2196  1.111679e-01 -5.753002e+01  5.569514e+02
+## 2197  3.084370e-01 -2.963040e+03  9.365793e+02
+## 2198  2.520108e-01 -8.725770e+01  3.326934e+02
+## 2199  9.988529e-02 -1.299147e+01  1.489064e+02
+## 2200  5.331164e-01 -4.913152e+01  2.542350e+01
+## 2201  2.982794e-01 -2.418910e+01  7.416418e+00
+## 2202  8.477179e-01 -1.788644e+01  2.177205e+01
+## 2203  2.867178e-01 -5.324040e+01  1.574370e+01
+## 2204  2.765242e-01 -1.488841e+02  5.205501e+02
+## 2205  5.331164e-01 -1.902540e+01  9.844846e+00
+## 2206  7.687652e-01 -2.295419e+02  3.105554e+02
+## 2207  2.796820e-01 -9.305677e+00  3.219658e+01
+## 2208  4.829503e-01 -1.970733e+01  4.168126e+01
+## 2209  1.859685e-01 -5.641512e+02  1.095393e+02
+## 2210  3.258045e-01 -1.950428e+02  5.872179e+02
+## 2211  2.668568e-01 -7.670656e+02  2.122679e+02
+## 2212  1.102278e-01 -5.605370e+01  5.716944e+00
+## 2213  1.262055e-01 -4.523129e+00  3.664071e+01
+## 2214  5.331164e-01 -1.212608e+01  6.274737e+00
+## 2215  3.797164e-01 -6.349038e+00  1.666228e+01
+## 2216  3.857099e-01 -3.335786e+02  8.632689e+02
+## 2217  2.130493e-01 -7.715706e+02  3.460042e+03
+## 2218  6.443412e-01 -3.594356e+02  5.809214e+02
+## 2219  3.043487e-01 -2.060978e+02  6.599814e+02
+## 2220  4.182505e-01 -4.028135e+02  9.696287e+02
+## 2221  6.394841e-01 -1.405741e+02  8.634235e+01
+## 2222  8.202688e-01 -7.599937e+01  6.020996e+01
+## 2223  8.800920e-01 -2.002079e+02  1.715916e+02
+## 2224  2.920944e-01 -1.734925e+02  5.218450e+01
+## 2225  1.119057e-01 -4.926526e+00  4.722779e+01
+## 2226  7.351922e-01 -2.179163e+01  1.537744e+01
+## 2227  3.150097e-01 -3.176140e+02  1.023312e+02
+## 2228  3.453595e-01 -4.863439e+02  1.389447e+03
+## 2229  5.065720e-01 -1.790202e+02  8.839842e+01
+## 2230  2.167411e-01 -2.414162e+01  1.064370e+02
+## 2231  2.941704e-01 -3.843000e+01  1.269394e+02
+## 2232  8.542665e-01 -1.238537e+01  1.026290e+01
+## 2233  1.705074e-01 -5.311328e+02  9.399192e+01
+## 2234  1.579552e-01 -1.612372e+02  9.921553e+02
+## 2235  3.172109e-01 -1.137335e+02  3.687512e+01
+## 2236  3.059771e-01 -2.618495e+02  8.344556e+02
+## 2237  3.793351e-01 -5.406715e+00  1.420201e+01
+## 2238  2.939056e-01 -4.314188e+02  1.305015e+02
+## 2239  3.043487e-01 -1.585368e+02  5.076780e+02
+## 2240  2.032395e-01 -6.964786e+01  3.274135e+02
+## 2241  2.033627e-01 -7.679702e+01  3.608009e+02
+## 2242  8.505186e-01 -2.537960e+01  2.092707e+01
+## 2243  3.797164e-01 -7.618846e+00  1.999473e+01
+## 2244  3.096179e-01 -2.823330e+02  8.901200e+02
+## 2245  3.797164e-01 -6.603000e+00  1.732877e+01
+## 2246  4.249681e-01 -1.635480e+02  3.881074e+02
+## 2247  2.963927e-01 -1.648146e+01  5.024068e+00
+## 2248  5.536919e-01 -8.032409e+01  4.304576e+01
+## 2249  1.535629e-01 -2.319389e+01  3.649264e+00
+## 2250  5.331164e-01 -8.571882e+00  4.435590e+00
+## 2251  8.572756e-01 -6.586867e+01  5.479661e+01
+## 2252  8.052186e-01 -4.240208e+01  5.460766e+01
+## 2253  3.044359e-01 -9.843857e+01  3.151450e+02
+## 2254  5.331164e-01 -5.644898e+00  2.920999e+00
+## 2255  2.032480e-01 -1.817354e+01  8.542995e+01
+## 2256  2.500568e-01 -2.594954e+02  6.756117e+01
+## 2257  5.380937e-01 -1.088889e+02  5.683026e+01
+## 2258  2.036347e-01 -1.376927e+02  2.934764e+01
+## 2259  2.303316e-01 -5.445186e+02  1.310613e+02
+## 2260  9.252592e-01 -2.723012e+02  2.996783e+02
+## 2261  3.490082e-01 -4.505228e+01  1.275031e+02
+## 2262  8.629897e-01 -1.136759e+02  1.356263e+02
+## 2263  4.922554e-01 -1.463448e+00  3.042082e+00
+## 2264  3.593796e-01 -3.359688e+02  9.262062e+02
+## 2265  3.044892e-01 -1.106164e+02  3.540752e+02
+## 2266  3.042876e-01 -5.976639e+02  1.866034e+02
+## 2267  8.920584e-01 -6.992299e+01  8.032560e+01
+## 2268  8.396901e-01 -9.444903e+00  7.677665e+00
+## 2269  2.025619e-01 -3.896796e+01  8.261403e+00
+## 2270  3.797164e-01 -5.460173e+00  1.432956e+01
+## 2271  1.355485e-01 -7.313902e+00  5.402680e+01
+## 2272  5.629873e-01 -9.244107e+01  5.031265e+01
+## 2273  1.212909e-01 -5.660708e+02  6.622920e+01
+## 2274  1.468733e-01 -8.361335e+01  1.248574e+01
+## 2275  4.372793e-01 -1.582739e+01  6.842570e+00
+## 2276  3.181196e-01 -1.647109e+03  5.067031e+03
+## 2277  3.837441e-01 -2.057472e+01  5.348906e+01
+## 2278  9.087504e-01 -6.159999e+01  5.479352e+01
+## 2279  4.316294e-01 -9.688678e+01  2.267353e+02
+## 2280  6.622147e-02 -3.644394e+00  1.124600e+02
+## 2281  2.935424e-01 -1.923943e+02  6.367469e+02
+## 2282  3.793912e-01 -8.012059e+00  2.104278e+01
+## 2283  3.955824e-01 -2.031262e+02  8.028354e+01
+## 2284  5.331164e-01 -1.818912e+01  9.412106e+00
+## 2285  1.581866e-01 -2.132311e+01  1.309911e+02
+## 2286  3.065533e-01 -1.524600e+02  4.850258e+02
+## 2287  7.580003e-02 -1.251644e+02  6.177576e+00
+## 2288  2.784501e-01 -7.294018e+01  2.099599e+01
+## 2289  4.576128e-01 -1.153173e+02  5.193306e+01
+## 2290  3.071979e-01 -1.113159e+02  3.534579e+02
+## 2291  3.284127e-01 -1.456720e+02  4.873361e+01
+## 2292  5.331164e-01 -1.505306e+01  7.789329e+00
+## 2293  5.331164e-01 -5.644898e+00  2.920999e+00
+## 2294  9.434006e-01 -6.599950e+01  7.096065e+01
+## 2295  2.313666e-01 -8.223050e+00  3.401650e+01
+## 2296  2.166926e-01 -5.472810e+01  2.413418e+02
+## 2297  2.146246e-01 -3.483946e+01  7.825921e+00
+## 2298  3.462858e-01 -7.943534e+01  2.787141e+01
+## 2299  3.291228e-01 -5.325371e+02  1.785039e+02
+## 2300  2.963927e-01 -8.674454e+00  2.644246e+00
+## 2301  2.401133e-01 -1.655291e+01  6.607731e+01
+## 2302  8.956410e-01 -2.404080e+01  2.748945e+01
+## 2303  3.027618e-01 -4.377798e+01  1.408573e+02
+## 2304  3.288398e-02  3.832092e+00  9.039506e+01
+## 2305  8.662543e-01 -2.914205e+00  2.453005e+00
+## 2306  3.287567e-01 -5.651549e+02  1.892473e+02
+## 2307  1.502891e-01 -1.159324e+01  7.555685e+01
+## 2308  3.201803e-01 -1.367973e+02  4.183829e+02
+## 2309  3.497587e-01 -4.095326e+01  1.449843e+01
+## 2310  3.063884e-01 -1.109492e+03  3.531388e+03
+## 2311  1.185155e-01 -1.190363e+02  1.348680e+01
+## 2312  3.172108e-01 -4.818479e+01  1.562266e+01
+## 2313  3.127863e-01 -5.822455e+01  1.818795e+02
+## 2314  2.977442e-01 -2.309449e+02  7.544761e+02
+## 2315  5.331164e-01 -9.408163e+00  4.868331e+00
+## 2316  3.820417e-01 -2.628014e+02  6.859371e+02
+## 2317  3.018081e-01 -9.689864e+01  3.126717e+02
+## 2318  5.331164e-01 -4.808617e+00  2.488258e+00
+## 2319  3.797164e-01 -1.904712e+00  4.998683e+00
+## 2320  2.472284e-01 -6.729885e+01  1.733400e+01
+## 2321  2.951147e-01 -2.111062e+02  6.409833e+01
+## 2322  2.587712e-01 -3.263184e+01  8.774288e+00
+## 2323  3.797164e-01 -3.174519e+00  8.331138e+00
+## 2324  8.877143e-01 -1.462467e+00  1.265912e+00
+## 2325  4.374458e-01 -1.073825e+02  4.643995e+01
+## 2326  3.114352e-01 -4.404310e+01  1.381210e+02
+## 2327  2.620689e-01 -5.175670e+01  1.902168e+02
+## 2328  2.464277e-01 -1.867842e+02  7.274197e+02
+## 2329  2.924602e-01 -4.034294e+02  1.214859e+02
+## 2330  3.623681e-01 -2.492396e+00  6.820342e+00
+## 2331  2.194869e-01 -2.276052e+01  5.226801e+00
+## 2332  5.331164e-01 -7.317460e+00  3.786479e+00
+## 2333  3.767958e-01 -1.449322e+01  3.829910e+01
+## 2334  3.026965e-01 -1.784912e+02  5.546356e+01
+## 2335  8.062521e-01 -1.109440e+01  1.426819e+01
+## 2336  3.053218e-01 -9.842498e+01  3.142701e+02
+## 2337  9.887464e-01 -4.159512e+01  4.100072e+01
+## 2338  2.579426e-01 -9.021963e+01  2.418606e+01
+## 2339  1.501093e-01 -9.557139e+00  6.237445e+01
+## 2340  1.464732e-01 -5.118941e+00  3.439156e+01
+## 2341  5.331160e-01 -1.881634e+00  9.736662e-01
+## 2342  4.739491e-01 -2.208932e+01  4.752146e+01
+## 2343  2.317920e-02  9.132450e+00  1.244242e+02
+## 2344  5.281772e-01 -6.211271e+00  3.186660e+00
+## 2345  1.334915e-01 -4.122375e+01  3.104583e+02
+## 2346  3.057899e-01 -4.191838e+01  1.336588e+02
+## 2347  8.081001e-01 -4.056735e+01  3.162172e+01
+## 2348  3.074091e-01 -7.948034e+00  2.522139e+01
+## 2349  6.487486e-01 -1.645430e+02  1.024849e+02
+## 2350  3.044952e-01 -2.825903e+01  8.828543e+00
+## 2351  5.331160e-01 -1.672564e+00  8.654811e-01
+## 2352  3.011939e-01 -4.834677e+01  1.562947e+02
+## 2353  3.052311e-01 -6.529664e+01  2.085479e+02
+## 2354  2.828146e-01 -5.938634e+01  2.033725e+02
+## 2355  4.853138e-01 -6.925638e+01  3.289035e+01
+## 2356  2.925685e-01 -1.827737e+02  6.067482e+02
+## 2357  2.941864e-01 -1.827664e+00  6.036721e+00
+## 2358  3.464496e-01 -2.811530e+01  8.009643e+01
+## 2359  5.331164e-01 -3.972335e+00  2.055517e+00
+## 2360  1.819653e-01 -1.779268e+02  3.376527e+01
+## 2361  3.065290e-01 -4.087451e+01  1.300447e+02
+## 2362  3.080557e-01 -1.028141e+01  3.256367e+01
+## 2363  3.797164e-01 -3.047538e+00  7.997892e+00
+## 2364  1.594141e-01 -6.842789e+01  1.123700e+01
+## 2365  3.207764e-01 -3.422180e+01  1.044887e+02
+## 2366  3.061911e-01 -9.206830e+00  2.932146e+01
+## 2367  3.061911e-01 -9.206830e+00  2.932146e+01
+## 2368  3.264196e-01 -6.674380e+01  2.220650e+01
+## 2369  3.043325e-01 -1.673706e+02  5.359923e+02
+## 2370  4.146625e-01 -1.467685e+02  3.560264e+02
+## 2371  5.331160e-01 -2.090705e+00  1.081851e+00
+## 2372  5.051230e-01 -4.597446e+01  9.334889e+01
+## 2373  5.813085e-01 -2.926940e+01  1.641516e+01
+## 2374  5.367909e-01 -6.199066e+01  3.228131e+01
+## 2375  3.158532e-01 -3.339253e+02  1.033926e+03
+## 2376  3.268661e-01 -2.010331e+01  6.034800e+01
+## 2377  6.927977e-01 -4.594011e+00  6.913536e+00
+## 2378  2.917315e-01 -8.345780e+01  2.507457e+01
+## 2379  2.999555e-01 -7.378491e+01  2.273844e+01
+## 2380  3.101655e-01 -3.068096e+00  9.657388e+00
+## 2381  2.480846e-01 -2.104829e+00  8.145228e+00
+## 2382  3.797162e-01 -8.888652e-01  2.332720e+00
+## 2383  4.911876e-01 -9.962844e+01  4.783361e+01
+## 2384  3.003823e-01 -5.238907e+01  1.616578e+01
+## 2385  3.171025e-01 -5.461490e+02  1.685001e+03
+## 2386  4.530378e-01 -8.772468e+01  1.965621e+02
+## 2387  5.331164e-01 -5.226757e+00  2.704628e+00
+## 2388  3.080557e-01 -7.908776e+00  2.504897e+01
+## 2389  3.797162e-01 -1.269808e+00  3.332457e+00
+## 2390  3.069524e-01 -1.182517e+02  3.721445e+01
+## 2391  1.467368e-01 -1.762336e+02  2.628736e+01
+## 2392  8.392198e-01 -2.437018e+00  2.999830e+00
+## 2393  3.273085e-01 -2.172031e+01  6.512263e+01
+## 2394  2.512871e-01 -9.124870e+00  3.488556e+01
+## 2395  3.797162e-01 -7.618845e-01  1.999474e+00
+## 2396  3.814971e-01 -1.878636e+01  4.909678e+01
+## 2397  3.019236e-01 -8.931110e+01  2.768763e+01
+## 2398  1.365570e-01 -9.788741e+00  7.163918e+01
+## 2399  3.222478e-01 -8.999321e+00  2.736410e+01
+## 2400  1.995418e-01 -4.513899e+01  9.425086e+00
+## 2401  3.054730e-01 -2.583574e+02  8.095033e+01
+## 2402  3.195278e-01 -1.723509e+01  5.280934e+01
+## 2403  1.675598e-01 -9.266455e+00  5.337416e+01
+## 2404  8.877143e-01 -5.161647e-01  4.467926e-01
+## 2405  2.997409e-01 -1.074237e+02  3.308338e+01
+## 2406  8.203602e-01 -1.874642e+01  1.485352e+01
+## 2407  3.005351e-01 -1.171784e+02  3.617468e+01
+## 2408  3.797162e-01 -1.142827e+00  2.999211e+00
+## 2409  3.797164e-01 -3.174519e+00  8.331138e+00
+## 2410  5.331164e-01 -3.972335e+00  2.055517e+00
+## 2411  3.019236e-01 -6.946419e+01  2.153482e+01
+## 2412  3.039284e-01 -1.545901e+01  4.956623e+01
+## 2413  3.797164e-01 -3.301500e+00  8.664383e+00
+## 2414  2.960774e-01 -2.319582e+02  7.063948e+01
+## 2415  3.536434e-01 -2.596869e+02  7.263029e+02
+## 2416  1.343214e-01 -1.358986e+02  1.818752e+01
+## 2417  3.080420e-01 -8.825563e+01  2.786404e+01
+## 2418  2.841135e-01 -6.765098e+00  1.983805e+00
+## 2419  3.003340e-01 -3.105647e+01  1.006607e+02
+## 2420  2.485817e-01 -1.234736e+01  3.196768e+00
+## 2421  3.545449e-01 -7.309127e+00  2.619320e+00
+## 2422  3.016222e-01 -3.599834e+01  1.114982e+01
+## 2423  3.797164e-01 -2.412635e+00  6.331665e+00
+## 2424  3.019236e-01 -5.954073e+01  1.845842e+01
+## 2425  3.019236e-01 -5.954073e+01  1.845842e+01
+## 2426  2.963915e-01 -1.734892e+00  5.288476e-01
+## 2427  3.043487e-01 -1.585368e+01  5.076780e+01
+## 2428  3.065290e-01 -1.839353e+01  5.852013e+01
+## 2429  2.894567e-01 -1.572201e+01  4.689870e+00
+## 2430  1.185562e-01 -5.386835e+01  6.106219e+00
+## 2431  3.014990e-01 -1.516081e+02  4.694034e+01
+## 2432  5.331164e-01 -2.926984e+00  1.514592e+00
+## 2433  3.038248e-01 -4.602633e+01  1.435052e+01
+## 2434  2.997409e-01 -7.519657e+01  2.315837e+01
+## 2435  5.039807e-01 -2.660400e+01  1.307548e+01
+## 2436  3.622065e-01 -8.168774e+01  2.983969e+01
+## 2437  3.981427e-01 -5.348849e+01  2.126302e+01
+## 2438  3.041356e-01 -6.498674e+01  2.082379e+02
+## 2439  2.923914e-01 -6.057010e+01  2.011841e+02
+## 2440  6.371692e-01 -1.893897e+01  1.159181e+01
+## 2441  8.877143e-01 -3.441098e-01  2.978617e-01
+## 2442  3.862215e-01 -3.809805e+01  9.847730e+01
+## 2443  3.019236e-01 -4.961728e+01  1.538202e+01
+## 2444  5.463526e-01 -1.879381e+01  9.947770e+00
+## 2445  3.044953e-01 -8.991499e+00  2.809080e+00
+## 2446  3.069524e-01 -5.912584e+01  1.860722e+01
+## 2447  6.351479e-02 -2.435388e+01  6.663245e-01
+## 2448  3.797162e-01 -3.809423e-01  9.997369e-01
+## 2449  3.109649e-01 -1.134872e+02  3.613850e+01
+## 2450  2.963915e-01 -1.301169e+00  3.966357e-01
+## 2451  2.963915e-01 -1.301169e+00  3.966357e-01
+## 2452  3.152298e-01 -3.043833e+01  9.813048e+00
+## 2453  3.331799e-01 -4.079868e+01  1.382723e+01
+## 2454  3.055135e-01 -7.014346e+01  2.238397e+02
+## 2455  3.401889e-01 -3.842657e+01  1.112789e+02
+## 2456  3.043487e-01 -1.132406e+01  3.626271e+01
+## 2457  3.015144e-01 -6.219556e+01  1.925766e+01
+## 2458  5.331160e-01 -1.254423e+00  6.491108e-01
+## 2459  2.407278e-01 -4.301868e+01  1.080288e+01
+## 2460  3.016222e-01 -2.399889e+01  7.433213e+00
+## 2461  3.080557e-01 -3.163510e+00  1.001959e+01
+## 2462  3.038258e-01 -1.883431e+01  6.040697e+01
+## 2463  8.876889e-01 -2.580843e-01  2.233907e-01
+## 2464  3.034915e-01 -1.098795e+02  3.422506e+01
+## 2465  3.030642e-01 -6.963397e+00  2.238465e+01
+## 2466  5.001287e-01 -2.291407e+01  4.694914e+01
+## 2467  3.114053e-01 -1.395044e+01  4.375298e+01
+## 2468  2.857798e-01 -9.886372e+00  2.914712e+00
+## 2469  2.645832e-01 -9.537011e+01  2.618193e+01
+## 2470  4.058100e-01 -3.666033e+01  1.482401e+01
+## 2471  3.797164e-01 -1.777731e+00  4.665437e+00
+## 2472  2.982340e-01 -5.265180e+01  1.614088e+01
+## 2473  3.507414e-01 -1.166068e+02  4.138557e+01
+## 2474  2.091097e-01 -6.847534e+00  3.128297e+01
+## 2475  2.971861e-01 -2.002953e+00  6.554679e+00
+## 2476  2.991075e-01 -3.570369e+00  1.161557e+01
+## 2477  2.991075e-01 -3.570369e+00  1.161557e+01
+## 2478  3.042763e-01 -4.645017e+01  1.487783e+02
+## 2479  3.044953e-01 -6.422500e+00  2.006486e+00
+## 2480  2.433592e-01 -5.842840e+00  2.302717e+01
+## 2481  4.162385e-01 -7.910291e+00  1.912352e+01
+## 2482  3.016222e-01 -1.999908e+01  6.194344e+00
+## 2483  3.797162e-01 -5.079230e-01  1.332983e+00
+## 2484  8.316795e-01 -9.807631e+00  7.888569e+00
+## 2485  3.068641e-01 -4.704171e+01  1.480042e+01
+## 2486  3.096179e-01 -1.590609e+01  5.014761e+01
+## 2487  4.961496e-01 -5.783102e-01  2.802064e-01
+## 2488  3.074091e-01 -1.589607e+00  5.044279e+00
+## 2489  3.074091e-01 -1.589607e+00  5.044279e+00
+## 2490  2.818994e-01 -1.679122e+01  5.767449e+01
+## 2491  2.963915e-01 -8.674461e-01  2.644238e-01
+## 2492  3.080420e-01 -3.922473e+01  1.238402e+01
+## 2493  4.615333e-01 -1.844731e+01  8.371828e+00
+## 2494  3.190399e-01 -3.250791e+00  9.974380e+00
+## 2495  2.955037e-01 -5.508370e+01  1.674524e+01
+## 2496  3.039298e-01 -2.493095e+01  7.993576e+01
+## 2497  3.039298e-01 -2.493095e+01  7.993576e+01
+## 2498  3.797162e-01 -1.269808e+00  3.332457e+00
+## 2499  3.055064e-01 -1.820836e+01  5.810721e+01
+## 2500  3.040805e-01 -4.389445e+01  1.369630e+01
+## 2501  3.016853e-01 -2.101141e+01  6.509136e+00
+## 2502  3.016853e-01 -2.101141e+01  6.509136e+00
+## 2503  8.876889e-01 -1.720562e-01  1.489271e-01
+## 2504  8.876889e-01 -1.720562e-01  1.489271e-01
+## 2505  3.030642e-01 -4.642264e+00  1.492310e+01
+## 2506  3.030642e-01 -4.642264e+00  1.492310e+01
+## 2507  3.041356e-01 -3.094607e+01  9.916088e+01
+## 2508  3.043487e-01 -6.794434e+00  2.175763e+01
+## 2509  2.959680e-01 -8.729415e+00  2.657518e+00
+## 2510  2.997409e-01 -3.222710e+01  9.925015e+00
+## 2511  7.398207e-01 -2.642629e+01  1.876859e+01
+## 2512  3.080420e-01 -2.941854e+01  9.288015e+00
+## 2513  3.080420e-01 -2.941854e+01  9.288015e+00
+## 2514  2.687564e-01 -5.525355e+00  1.983549e+01
+## 2515  2.687564e-01 -5.525355e+00  1.983549e+01
+## 2516  3.034855e-01 -6.992864e+01  2.178085e+01
+## 2517  5.736565e-01 -7.828616e+00  4.336270e+00
+## 2518  2.959680e-01 -7.638238e+00  2.325329e+00
+## 2519  3.406788e-01 -1.288799e+01  4.456211e+00
+## 2520  3.019236e-01 -1.984691e+01  6.152806e+00
+## 2521  2.451039e-01 -2.030456e+01  5.187134e+00
+## 2522  2.740909e-01 -8.920310e+00  2.530552e+00
+## 2523  3.797162e-01 -8.888653e-01  2.332720e+00
+## 2524  5.331160e-01 -2.090705e-01  1.081851e-01
+## 2525  3.039239e-01 -6.967674e+01  2.173091e+01
+## 2526  3.069202e-01 -2.340539e+01  7.437945e+01
+## 2527  3.034915e-01 -4.994522e+01  1.555685e+01
+## 2528  3.899467e-01 -3.076066e+01  1.200294e+01
+## 2529  2.991075e-01 -1.785184e+00  5.807786e+00
+## 2530  2.956566e-01 -9.131251e+00  2.777179e+00
+## 2531  3.036318e-01 -1.322580e+01  4.244356e+01
+## 2532  3.043487e-01 -4.529623e+00  1.450508e+01
+## 2533  5.331160e-01 -1.254423e+00  6.491108e-01
+## 2534  3.797162e-01 -3.809423e-01  9.997369e-01
+## 2535  3.797162e-01 -7.618846e-01  1.999474e+00
+## 2536  1.453663e-01 -5.592896e+00  3.791792e+01
+## 2537  3.048948e-01 -6.790498e+00  2.123984e+00
+## 2538  3.018081e-01 -6.251525e+00  2.017237e+01
+## 2539  3.074068e-01 -7.947992e-01  2.522143e+00
+## 2540  3.074068e-01 -7.947992e-01  2.522143e+00
+## 2541  3.074068e-01 -7.947992e-01  2.522143e+00
+## 2542  3.039239e-01 -5.972292e+01  1.862649e+01
+## 2543  3.001945e-01 -7.601658e+00  2.344319e+00
+## 2544  3.001945e-01 -7.601658e+00  2.344319e+00
+## 2545  7.463003e-01 -1.273426e+01  9.125910e+00
+## 2546  5.331160e-01 -2.090705e-01  1.081851e-01
+## 2547  3.490059e-01 -1.446496e+00  5.111055e-01
+## 2548  3.045793e-01 -1.951882e+01  6.099503e+00
+## 2549  8.876889e-01 -8.602810e-02  7.446355e-02
+## 2550  2.960774e-01 -4.418252e+01  1.345514e+01
+## 2551  2.096883e-01 -3.242044e+01  7.116115e+00
+## 2552  5.331160e-01 -6.272114e-01  3.245554e-01
+## 2553  3.079307e-01 -4.090107e+00  1.295912e+01
+## 2554  2.999555e-01 -7.378491e+00  2.273844e+00
+## 2555  2.999555e-01 -7.378491e+00  2.273844e+00
+## 2556  3.023767e-01 -4.135536e+01  1.283822e+01
+## 2557  5.331160e-01 -4.181409e-01  2.163703e-01
+## 2558  6.265232e-01 -1.304239e+00  7.854131e-01
+## 2559  2.991051e-01 -8.925870e-01  2.903897e+00
+## 2560  2.991051e-01 -8.925870e-01  2.903897e+00
+## 2561  2.991051e-01 -8.925870e-01  2.903897e+00
+## 2562  2.991051e-01 -8.925870e-01  2.903897e+00
+## 2563  2.991051e-01 -8.925870e-01  2.903897e+00
+## 2564  2.991051e-01 -8.925870e-01  2.903897e+00
+## 2565  3.043487e-01 -2.264811e+00  7.252542e+00
+## 2566  3.043487e-01 -2.264811e+00  7.252542e+00
+## 2567  3.797162e-01 -1.269808e-01  3.332456e-01
+## 2568  3.797162e-01 -1.269808e-01  3.332456e-01
+## 2569  3.114705e-01 -8.010450e-01  2.511852e+00
+## 2570  3.018080e-01 -3.125762e+00  1.008618e+01
+## 2571  3.039239e-01 -2.986146e+01  9.313246e+00
+## 2572  3.042875e-01 -9.797769e+00  3.059071e+00
+## 2573  3.001945e-01 -3.800829e+00  1.172160e+00
+## 2574  2.983713e-01 -1.315893e+01  4.035683e+00
+## 2575  3.053218e-01 -3.174999e+00  1.013774e+01
+## 2576  6.265232e-01 -7.245771e-01  4.363406e-01
+## 2577  3.023767e-01 -2.067768e+01  6.419112e+00
+## 2578  3.041356e-01 -6.189213e+00  1.983218e+01
+## 2579  5.331160e-01 -2.090705e-01  1.081851e-01
+## 2580  3.039722e-01 -6.729133e+00  2.098997e+00
+## 2581  3.172133e-01 -8.681926e-01  2.814908e-01
+## 2582  3.908976e-01 -2.761793e-01  7.062429e-01
+## 2583  3.908976e-01 -2.761793e-01  7.062429e-01
+## 2584  3.029075e-01 -1.808861e+00  5.817530e+00
+## 2585  3.034915e-01 -9.989044e+00  3.111370e+00
+## 2586  2.964672e-01 -1.825374e+00  5.986770e+00
+## 2587  3.110974e-01 -1.929098e+01  6.055685e+01
+## 2588  3.025699e-01 -1.294452e+00  4.020794e-01
+##                                          Taxon Adj p-value
+## 1                               Dolosigranulum  1.00000000
+## 2                                Streptococcus  1.00000000
+## 3                                    Moraxella  1.00000000
+## 4                               Staphylococcus  1.00000000
+## 5                              Corynebacterium  1.00000000
+## 6                                  Haemophilus  1.00000000
+## 7                               Anaerobacillus  1.00000000
+## 8                                   Paracoccus  1.00000000
+## 9                                Acinetobacter  1.00000000
+## 10                                 Pseudomonas  1.00000000
+## 11                            Alkalihalophilus  1.00000000
+## 12                                     Delftia  1.00000000
+## 13                          Noviherbaspirillum  1.00000000
+## 14                                   Weissella  1.00000000
+## 15                                 Escherichia  1.00000000
+## 16                                    Brucella  1.00000000
+## 17                                   Aeromonas  1.00000000
+## 18                                  Mycoplasma  1.00000000
+## 19                                     Kocuria  1.00000000
+## 20                                Enterobacter  1.00000000
+## 21                               Cutibacterium  1.00000000
+## 22                                    Listeria  1.00000000
+## 23                                 Micrococcus  1.00000000
+## 24                                Sphingomonas  1.00000000
+## 25                                    Knoellia  1.00000000
+## 26                                  Finegoldia  1.00000000
+## 27                               Peptoniphilus  1.00000000
+## 28                          Ornithinimicrobium  1.00000000
+## 29                                Nocardioides  1.00000000
+## 30                               Agrobacterium  1.00000000
+## 31                                   Neisseria  1.00000000
+## 32                                  Janibacter  1.00000000
+## 33                          Alkalihalobacillus  1.00000000
+## 34                           Halolactibacillus  1.00000000
+## 35                                Anaerococcus  1.00000000
+## 36                             Bifidobacterium  1.00000000
+## 37                                    Bacillus  1.00000000
+## 38                             Exiguobacterium  1.00000000
+## 39                                 Marmoricola  1.00000000
+## 40                             Brachybacterium  1.00000000
+## 41                                Salinicoccus  1.00000000
+## 42                                   Halomonas  1.00000000
+## 43                                  Suttonella  1.00000000
+## 44                                  Microvirga  1.00000000
+## 45                                      Rothia  1.00000000
+## 46                                 Planococcus  1.00000000
+## 47                              Herbaspirillum  1.00000000
+## 48                               Psychrobacter  1.00000000
+## 49                                     Dietzia  1.00000000
+## 50                                 Veillonella  1.00000000
+## 51                               Alishewanella  1.00000000
+## 52                                Glaesserella  1.00000000
+## 53                                 Helcococcus  1.00000000
+## 54                           Paenisporosarcina  1.00000000
+## 55                                Serinicoccus  1.00000000
+## 56                                     Gemella  1.00000000
+## 57                            Rubellimicrobium  1.00000000
+## 58                                  Lysobacter  1.00000000
+## 59                                  Variovorax  1.00000000
+## 60                               Tessaracoccus  1.00000000
+## 61                            Stenotrophomonas  1.00000000
+## 62                           Ligilactobacillus  1.00000000
+## 63                                  Klebsiella  1.00000000
+## 64                               Fusobacterium  1.00000000
+## 65                               Campylobacter  1.00000000
+## 66                                    Gordonia  1.00000000
+## 67                         Alkalihalobacterium  1.00000000
+## 68                              Brevibacterium  1.00000000
+## 69                           Pseudarthrobacter  1.00000000
+## 70                              Jeotgalicoccus  1.00000000
+## 71                                 Neobacillus  1.00000000
+## 72                                Enterococcus  1.00000000
+## 73                               Haematobacter  1.00000000
+## 74                                   Comamonas  1.00000000
+## 75                                   Kaistella  1.00000000
+## 76                                Aeribacillus  1.00000000
+## 77                              Bradyrhizobium  1.00000000
+## 78                                  Shewanella  1.00000000
+## 79                                Domibacillus  1.00000000
+## 80                                   Aquimonas  1.00000000
+## 81                                Cytobacillus  1.00000000
+## 82                               Thalassospira  1.00000000
+## 83                                 Citrobacter  1.00000000
+## 84                                 Rhodococcus  1.00000000
+## 85                                     Pantoea  1.00000000
+## 86                                Arthrobacter  1.00000000
+## 87                              Granulicatella  1.00000000
+## 88                                 Piscicoccus  1.00000000
+## 89                                  Aerococcus  1.00000000
+## 90                                 Actinotalea  1.00000000
+## 91                                    Priestia  1.00000000
+## 92                                Metabacillus  1.00000000
+## 93                               Pluralibacter  1.00000000
+## 94                              Negativicoccus  1.00000000
+## 95                                     Proteus  1.00000000
+## 96                             Flavisolibacter  1.00000000
+## 97                             Halopseudomonas  1.00000000
+## 98                             Nosocomiicoccus  1.00000000
+## 99                                Streptomyces  1.00000000
+## 100                             Planomicrobium  1.00000000
+## 101        Pusillimonas_(ex_Stolz_et_al._2005)  1.00000000
+## 102                                 Pedococcus  1.00000000
+## 103                                Eremococcus  1.00000000
+## 104                                   Massilia  1.00000000
+## 105                            Novosphingobium  1.00000000
+## 106                               Ruminococcus  1.00000000
+## 107                               Blastococcus  1.00000000
+## 108                               Cellulomonas  1.00000000
+## 109                                Pontibacter  1.00000000
+## 110                                Gardnerella  1.00000000
+## 111                              Anoxybacillus  1.00000000
+## 112                                 Lawsonella  1.00000000
+## 113                            Obesumbacterium  1.00000000
+## 114                            Epilithonimonas  1.00000000
+## 115                                Tepidimonas  1.00000000
+## 116                             Flavobacterium  1.00000000
+## 117                            Glutamicibacter  1.00000000
+## 118                                 Prevotella  1.00000000
+## 119                                Phycicoccus  1.00000000
+## 120                           Geodermatophilus  1.00000000
+## 121                        Limosilactobacillus  1.00000000
+## 122                              Sphaerobacter  1.00000000
+## 123                                   Schinkia  1.00000000
+## 124                         Mediterraneibacter  1.00000000
+## 125                            Alkalibacterium  1.00000000
+## 126                                 Fenollaria  1.00000000
+## 127                                      Bosea  1.00000000
+## 128                                  Lautropia  1.00000000
+## 129                      Pseudostreptobacillus  1.00000000
+## 130                                Nissabacter  1.00000000
+## 131                                 Luteimonas  1.00000000
+## 132                               Globicatella  1.00000000
+## 133                                    Thauera  1.00000000
+## 134                             Microbacterium  1.00000000
+## 135                                 Archangium  1.00000000
+## 136                              Enterocloster  1.00000000
+## 137                                 Leptothrix  1.00000000
+## 138                                Dyadobacter  1.00000000
+## 139                              Lactobacillus  1.00000000
+## 140                               Rhizorhabdus  1.00000000
+## 141                               Azospirillum  1.00000000
+## 142                                 Acidovorax  1.00000000
+## 143                              Aeromicrobium  1.00000000
+## 144                           Paenarthrobacter  1.00000000
+## 145                                Deinococcus  1.00000000
+## 146                               Burkholderia  1.00000000
+## 147                                Clostridium  1.00000000
+## 148                              Aquabacterium  1.00000000
+## 149                                  Aquincola  1.00000000
+## 150                                Macrococcus  1.00000000
+## 151                               Rheinheimera  1.00000000
+## 152                              Aliarcobacter  1.00000000
+## 153                                Collinsella  1.00000000
+## 154                                Brochothrix  1.00000000
+## 155                                Caulobacter  1.00000000
+## 156                                    Niallia  1.00000000
+## 157                              Brevundimonas  1.00000000
+## 158                               Desnuesiella  1.00000000
+## 159                                Rubrobacter  1.00000000
+## 160                                Pediococcus  1.00000000
+## 161                          Mycolicibacterium  1.00000000
+## 162                               Fimbriimonas  1.00000000
+## 163                                Tsuneonella  1.00000000
+## 164                           Methylobacterium  1.00000000
+## 165                                Lactococcus  1.00000000
+## 166                                    Devosia  1.00000000
+## 167                               Leptotrichia  1.00000000
+## 168                                Chishuiella  1.00000000
+## 169                            Pseudorhizobium  1.00000000
+## 170                            Cloacibacterium  1.00000000
+## 171                               Abyssicoccus  1.00000000
+## 172                          Pseudoxanthomonas  1.00000000
+## 173                          Thermoactinomyces  1.00000000
+## 174                                  Megamonas  1.00000000
+## 175                                Methylibium  1.00000000
+## 176                               Beutenbergia  1.00000000
+## 177                                     Vibrio  1.00000000
+## 178                                   Schaalia  1.00000000
+## 179                           Jeotgalibacillus  1.00000000
+## 180                                     Afipia  1.00000000
+## 181                                 Bryobacter  1.00000000
+## 182                                Bacteroides  1.00000000
+## 183                               Qipengyuania  1.00000000
+## 184                               Mesobacillus  1.00000000
+## 185                             Capnocytophaga  1.00000000
+## 186                               Gemmatimonas  1.00000000
+## 187                              Mesorhizobium  1.00000000
+## 188                                  Kallipyga  1.00000000
+## 189                                 Arenimonas  1.00000000
+## 190                                Sphingobium  1.00000000
+## 191                                Megasphaera  1.00000000
+## 192                              Erythrobacter  1.00000000
+## 193                              Youngiibacter  1.00000000
+## 194                           Mucilaginibacter  1.00000000
+## 195                                 Rufibacter  1.00000000
+## 196                              Methylorubrum  1.00000000
+## 197                           Sphingobacterium  1.00000000
+## 198                             Ferrimicrobium  1.00000000
+## 199                                Flaviflexus  1.00000000
+## 200                               Solibacillus  1.00000000
+## 201                                Phocaeicola  1.00000000
+## 202                       Paeniglutamicibacter  1.00000000
+## 203                              Achromobacter  1.00000000
+## 204                          Latilactobacillus  1.00000000
+## 205                                Nakamurella  1.00000000
+## 206                                 Legionella  1.00000000
+## 207                                 Cellvibrio  1.00000000
+## 208                                Leuconostoc  1.00000000
+## 209                             Viridibacillus  1.00000000
+## 210                                Leucobacter  1.00000000
+## 211                            Propionicicella  1.00000000
+## 212                                  Oerskovia  1.00000000
+## 213                            Catenibacterium  1.00000000
+## 214                          Saccharopolyspora  1.00000000
+## 215                          Paramesorhizobium  1.00000000
+## 216                                Silanimonas  1.00000000
+## 217                                    Blautia  1.00000000
+## 218                             Lancefieldella  1.00000000
+## 219                             Mageeibacillus  1.00000000
+## 220                              Fimbriiglobus  1.00000000
+## 221                            Croceibacterium  1.00000000
+## 222                                Gemmobacter  1.00000000
+## 223                                Curvibacter  1.00000000
+## 224                                    Ensifer  1.00000000
+## 225                             Mammaliicoccus  1.00000000
+## 226                              Halarcobacter  1.00000000
+## 227                          Janthinobacterium  1.00000000
+## 228                                   Belnapia  1.00000000
+## 229                            Pseudidiomarina  1.00000000
+## 230                            Nitratireductor  1.00000000
+## 231                               Schlegelella  1.00000000
+## 232                     Erysipelatoclostridium  1.00000000
+## 233                           Phenylobacterium  1.00000000
+## 234                            Luteipulveratus  1.00000000
+## 235                                Daejeonella  1.00000000
+## 236                                  Ezakiella  1.00000000
+## 237                                   Nigerium  1.00000000
+## 238                               Peribacillus  1.00000000
+## 239                               Alloiococcus  1.00000000
+## 240                               Trichococcus  1.00000000
+## 241                               Buttiauxella  1.00000000
+## 242                              Saccharothrix  1.00000000
+## 243                            Intestinibacter  1.00000000
+## 244                              Rodentibacter  1.00000000
+## 245                              Brevibacillus  1.00000000
+## 246                       Liquorilactobacillus  1.00000000
+## 247                                 Nonomuraea  1.00000000
+## 248                                  Thioclava  1.00000000
+## 249                               Pimelobacter  1.00000000
+## 250                                  Scytonema  1.00000000
+## 251                             Geosporobacter  1.00000000
+## 252                                  Kushneria  1.00000000
+## 253                                Eubacterium  1.00000000
+## 254                                  Catonella  1.00000000
+## 255                                 Roseomonas  1.00000000
+## 256                            Aggregatibacter  1.00000000
+## 257                                  Geobacter  1.00000000
+## 258                                 Xenophilus  1.00000000
+## 259                            Flavihumibacter  1.00000000
+## 260                                Akkermansia  1.00000000
+## 261                                Acetobacter  1.00000000
+## 262                         Altererythrobacter  1.00000000
+## 263                             Pseudonocardia  1.00000000
+## 264                             Fructobacillus  1.00000000
+## 265                         Peptostreptococcus  1.00000000
+## 266                                 Rubrivivax  1.00000000
+## 267                               Ciceribacter  1.00000000
+## 268                             Desulfuromonas  1.00000000
+## 269                      Pseudoglutamicibacter  1.00000000
+## 270                              Fictibacillus  1.00000000
+## 271                              Porphyromonas  1.00000000
+## 272                                 Caldilinea  1.00000000
+## 273                             Stomatobaculum  1.00000000
+## 274                         Pelagerythrobacter  1.00000000
+## 275                        Marinilactibacillus  1.00000000
+## 276                                   Kluyvera  1.00000000
+## 277                                Abiotrophia  1.00000000
+## 278                               Acidisphaera  1.00000000
+## 279                                  Pelomonas  1.00000000
+## 280                                 Kytococcus  1.00000000
+## 281                                Actinomyces  1.00000000
+## 282                             Carnobacterium  1.00000000
+## 283                              Robertmurraya  1.00000000
+## 284                             Micromonospora  1.00000000
+## 285                         Paucilactobacillus  1.00000000
+## 286                                 Agrococcus  1.00000000
+## 287                           Chryseobacterium  1.00000000
+## 288                             Lysinibacillus  1.00000000
+## 289                                  Demequina  1.00000000
+## 290                              Sphaerochaeta  1.00000000
+## 291                                 Riemerella  1.00000000
+## 292                              Amphibacillus  1.00000000
+## 293                              Nesterenkonia  1.00000000
+## 294                              Tenacibaculum  1.00000000
+## 295                                   Wenxinia  1.00000000
+## 296                                Pyrinomonas  1.00000000
+## 297                                     Asanoa  1.00000000
+## 298                               Sandaracinus  1.00000000
+## 299                                   Nocardia  1.00000000
+## 300                                Dermabacter  1.00000000
+## 301                                Cronobacter  1.00000000
+## 302                                Ornatilinea  1.00000000
+## 303                                 Solirubrum  1.00000000
+## 304                                Cereibacter  1.00000000
+## 305                              Rossellomorea  1.00000000
+## 306                           Thermanaerothrix  1.00000000
+## 307                            Solirubrobacter  1.00000000
+## 308                                 Raineyella  1.00000000
+## 309                                Azotobacter  1.00000000
+## 310                                Ramlibacter  1.00000000
+## 311                              Aquamicrobium  1.00000000
+## 312                           Faecalibacterium  1.00000000
+## 313                           Pararheinheimera  1.00000000
+## 314                               Chondromyces  1.00000000
+## 315                               Marinobacter  1.00000000
+## 316                                  Ralstonia  1.00000000
+## 317                               Sphingopyxis  1.00000000
+## 318  Halalkalibacterium_(ex_Joshi_et_al._2022)  1.00000000
+## 319                            Salinimicrobium  1.00000000
+## 320                                   Gillisia  1.00000000
+## 321                             Hyphomicrobium  1.00000000
+## 322                          Immundisolibacter  1.00000000
+## 323                               Methylovorus  1.00000000
+## 324                                 Pedobacter  1.00000000
+## 325                                Aequorivita  1.00000000
+## 326                                 Aureimonas  1.00000000
+## 327                                    Kurthia  1.00000000
+## 328                              Methylocystis  1.00000000
+## 329                              Snodgrassella  1.00000000
+## 330                               Hymenobacter  1.00000000
+## 331                                 Bergeyella  1.00000000
+## 332                              Paenibacillus  1.00000000
+## 333                               Alkanindiges  1.00000000
+## 334                                Aromatoleum  1.00000000
+## 335                          Pseudoalteromonas  1.00000000
+## 336                               Auraticoccus  1.00000000
+## 337                                      Dorea  1.00000000
+## 338                                  Facklamia  1.00000000
+## 339                                  Tolumonas  1.00000000
+## 340                                Geobacillus  1.00000000
+## 341                              Ilumatobacter  1.00000000
+## 342                                 Palleronia  1.00000000
+## 343                          Lachnoclostridium  1.00000000
+## 344                                Trueperella  1.00000000
+## 345                           Rhodopseudomonas  1.00000000
+## 346                                   Kingella  1.00000000
+## 347                              Terribacillus  1.00000000
+## 348                                Fannyhessea  1.00000000
+## 349                                  Rudanella  1.00000000
+## 350                        Lactiplantibacillus  1.00000000
+## 351                                 Rickettsia  1.00000000
+## 352                              Methylophilus  1.00000000
+## 353                               Algoriphagus  1.00000000
+## 354                          Sanguibacteroides  1.00000000
+## 355                                 Ureaplasma  1.00000000
+## 356                                Rubritepida  1.00000000
+## 357                                   Azoarcus  1.00000000
+## 358                       Pseudooctadecabacter  1.00000000
+## 359                                Cupriavidus  1.00000000
+## 360                            Oceanospirillum  1.00000000
+## 361                           Anaeromyxobacter  1.00000000
+## 362                               Oscillatoria  1.00000000
+## 363                                 Salmonella  1.00000000
+## 364                         Cellulosimicrobium  1.00000000
+## 365                                 Jannaschia  1.00000000
+## 366                             Curtobacterium  1.00000000
+## 367                                Alcanivorax  1.00000000
+## 368                               Conexibacter  1.00000000
+## 369                                Atopostipes  1.00000000
+## 370                            Salegentibacter  1.00000000
+## 371                                Acetivibrio  1.00000000
+## 372                                  Leifsonia  1.00000000
+## 373                          Pseudorhodoplanes  1.00000000
+## 374                                Agarivorans  1.00000000
+## 375                             Hydrogenophaga  1.00000000
+## 376                           Krasilnikoviella  1.00000000
+## 377                              Rickettsiella  1.00000000
+## 378                                 Bellilinea  1.00000000
+## 379                                 Romboutsia  1.00000000
+## 380                                Skermanella  1.00000000
+## 381                                 Morganella  1.00000000
+## 382                                    Nioella  1.00000000
+## 383                                   Simiduia  1.00000000
+## 384                                    Frankia  1.00000000
+## 385                                 Myxococcus  1.00000000
+## 386                                   Serratia  1.00000000
+## 387                              Virgibacillus  1.00000000
+## 388                               Avibacterium  1.00000000
+## 389                                Marinomonas  1.00000000
+## 390                               Turicibacter  1.00000000
+## 391                                 Merdimonas  1.00000000
+## 392                             Diaphorobacter  1.00000000
+## 393                                 Acidithrix  1.00000000
+## 394                                Tolypothrix  1.00000000
+## 395                                   Buchnera  1.00000000
+## 396                                 Margalitia  1.00000000
+## 397                                    Sarcina  1.00000000
+## 398                         Lacticaseibacillus  1.00000000
+## 399                                Pedosphaera  1.00000000
+## 400                                  Allgaiera  1.00000000
+## 401                               Lacrimispora  1.00000000
+## 402                                    Erwinia  1.00000000
+## 403                               Gulosibacter  1.00000000
+## 404                            Parabacteroides  1.00000000
+## 405                             Castellaniella  1.00000000
+## 406                              Sutcliffiella  1.00000000
+## 407                               Ruminobacter  1.00000000
+## 408                                 Vagococcus  1.00000000
+## 409                         Ketogulonicigenium  1.00000000
+## 410                         Aestuariimicrobium  1.00000000
+## 411                              Nitriliruptor  1.00000000
+## 412                                 Dokdonella  1.00000000
+## 413                                 Williamsia  1.00000000
+## 414                                  Rhizobium  1.00000000
+## 415                              Modestobacter  1.00000000
+## 416                                  Colwellia  1.00000000
+## 417                               Holdemanella  1.00000000
+## 418                                 Caldimonas  1.00000000
+## 419                      Phascolarctobacterium  1.00000000
+## 420                             Neomicrococcus  1.00000000
+## 421                                 Hyalangium  1.00000000
+## 422                                 Brevefilum  1.00000000
+## 423                               Sporosarcina  1.00000000
+## 424                               Geminicoccus  1.00000000
+## 425                              Falsiruegeria  1.00000000
+## 426                            Oceanibacterium  1.00000000
+## 427                              Allorhizobium  1.00000000
+## 428                          Pseudoclavibacter  1.00000000
+## 429                                Rhizobacter  1.00000000
+## 430                               Patulibacter  1.00000000
+## 431                                  Roseburia  1.00000000
+## 432                                Herbiconiux  1.00000000
+## 433                                 Nitrospira  1.00000000
+## 434                              Cryobacterium  1.00000000
+## 435                             Oceanobacillus  1.00000000
+## 436                                    Gemmata  1.00000000
+## 437                                 Rhodoferax  1.00000000
+## 438                           Chromohalobacter  1.00000000
+## 439                              Kitasatospora  1.00000000
+## 440                           Verrucomicrobium  1.00000000
+## 441                              Aphanizomenon  1.00000000
+## 442                           Senegalimassilia  1.00000000
+## 443                               Tepidibacter  1.00000000
+## 444                               Plesiocystis  1.00000000
+## 445                               Nitrosospira  1.00000000
+## 446                                   Yaniella  1.00000000
+## 447                            Subdoligranulum  1.00000000
+## 448                                  Spirosoma  1.00000000
+## 449                       Pseudoflavonifractor  1.00000000
+## 450                            Metaplanococcus  1.00000000
+## 451                              Sinorhizobium  1.00000000
+## 452                            Fredinandcohnia  1.00000000
+## 453                                Alcaligenes  1.00000000
+## 454                            Thermoleophilum  1.00000000
+## 455                                Oceanicella  1.00000000
+## 456                               Thiolapillus  1.00000000
+## 457                         Pseudobdellovibrio  1.00000000
+## 458                               Plantibacter  1.00000000
+## 459                                    Thermus  1.00000000
+## 460                              Quasibacillus  1.00000000
+## 461                               Cesiribacter  1.00000000
+## 462                              Sulfitobacter  1.00000000
+## 463                                Plesiomonas  1.00000000
+## 464                          Promicromonospora  1.00000000
+## 465                          Streptacidiphilus  1.00000000
+## 466                              Perlucidibaca  1.00000000
+## 467                                  Kutzneria  1.00000000
+## 468                               Sanguibacter  1.00000000
+## 469                             Oceaniovalibus  1.00000000
+## 470                           Neosynechococcus  1.00000000
+## 471                                Selenomonas  1.00000000
+## 472                             Alloprevotella  1.00000000
+## 473                                Providencia  1.00000000
+## 474                                  Dialister  1.00000000
+## 475                              Siminovitchia  1.00000000
+## 476                                 Aliivibrio  1.00000000
+## 477                              Aquimixticola  1.00000000
+## 478                               Chitinimonas  1.00000000
+## 479                            Pleomorphomonas  1.00000000
+## 480                                 Hyphomonas  1.00000000
+## 481                                  Caenibius  1.00000000
+## 482                              Spirillospora  1.00000000
+## 483                               Edaphobacter  1.00000000
+## 484                              Geminisphaera  1.00000000
+## 485                               Chloroflexus  1.00000000
+## 486                                Fervidicola  1.00000000
+## 487                             Cloacibacillus  1.00000000
+## 488                              Desulfovibrio  1.00000000
+## 489                                   Oligella  1.00000000
+## 490                              Adhaeribacter  1.00000000
+## 491                                    Lentzea  1.00000000
+## 492                             Chthoniobacter  1.00000000
+## 493                                  Rhodoluna  1.00000000
+## 494                                Kineococcus  1.00000000
+## 495                               Mobilicoccus  1.00000000
+## 496                              Oceanisphaera  1.00000000
+## 497                         Lentilactobacillus  1.00000000
+## 498                               Methylomonas  1.00000000
+## 499                               Halobacillus  1.00000000
+## 500                                Rhodovibrio  1.00000000
+## 501                            Pelagibacterium  1.00000000
+## 502                               Gottschalkia  1.00000000
+## 503                           Actinokineospora  1.00000000
+## 504                           Thalassobacillus  1.00000000
+## 505                                Stigmatella  1.00000000
+## 506                             Steroidobacter  1.00000000
+## 507                                  Pirellula  1.00000000
+## 508                                   Canicola  1.00000000
+## 509                            Desulfonatronum  1.00000000
+## 510                                Thermosinus  1.00000000
+## 511                              Blastochloris  1.00000000
+## 512                                Thermomonas  1.00000000
+## 513                                 Kerstersia  1.00000000
+## 514                            Intrasporangium  1.00000000
+## 515                                 Flexilinea  1.00000000
+## 516                             Clostridioides  1.00000000
+## 517                                  Pelosinus  1.00000000
+## 518                            Cardiobacterium  1.00000000
+## 519                                  Albimonas  1.00000000
+## 520                        Thermostaphylospora  1.00000000
+## 521                                Falseniella  1.00000000
+## 522                           Acidiferrobacter  1.00000000
+## 523                              Catellicoccus  1.00000000
+## 524                             Acidobacterium  1.00000000
+## 525                               Methylocella  1.00000000
+## 526                               Isoptericola  1.00000000
+## 527                               Tepidiphilus  1.00000000
+## 528                                  Kribbella  1.00000000
+## 529                                  Kosakonia  1.00000000
+## 530                               Nocardiopsis  1.00000000
+## 531                                 Weizmannia  1.00000000
+## 532                                 Mannheimia  1.00000000
+## 533                                  Niastella  1.00000000
+## 534                                Nitrobacter  1.00000000
+## 535                                  Limimonas  1.00000000
+## 536                                  Wolinella  1.00000000
+## 537                            Mycobacteroides  1.00000000
+## 538                           Negativibacillus  1.00000000
+## 539                             Rhodomicrobium  1.00000000
+## 540                                Caloramator  1.00000000
+## 541                                  Pandoraea  1.00000000
+## 542                                    Cnuella  1.00000000
+## 543                           Aurantiacibacter  1.00000000
+## 544                              Bavariicoccus  1.00000000
+## 545                                  Rugamonas  1.00000000
+## 546                                    Klenkia  1.00000000
+## 547                                 Colibacter  1.00000000
+## 548                             Nitratifractor  1.00000000
+## 549                                   Soonwooa  1.00000000
+## 550                               Tetrasphaera  1.00000000
+## 551                            Actinophytocola  1.00000000
+## 552                              Lactonifactor  1.00000000
+## 553                              Azohydromonas  1.00000000
+## 554                              Methylobacter  1.00000000
+## 555                          Actinomycetospora  1.00000000
+## 556                          Chroococcidiopsis  1.00000000
+## 557                             Arsenicicoccus  1.00000000
+## 558                           Pseudescherichia  1.00000000
+## 559                               Methylocapsa  1.00000000
+## 560                                Alteromonas  1.00000000
+## 561                               Psychromonas  1.00000000
+## 562                           Cryptosporangium  1.00000000
+## 563                            Marinospirillum  1.00000000
+## 564                                  Kangiella  1.00000000
+## 565                               Zavarzinella  1.00000000
+## 566                                   Sneathia  1.00000000
+## 567                               Niameybacter  1.00000000
+## 568                                     Nostoc  1.00000000
+## 569                                Coprococcus  1.00000000
+## 570                                 Roseateles  1.00000000
+## 571                          Dactylosporangium  1.00000000
+## 572                                    Jonesia  1.00000000
+## 573                          Ornithinibacillus  1.00000000
+## 574                          Ruminiclostridium  1.00000000
+## 575                                Tissierella  1.00000000
+## 576                               Microlunatus  1.00000000
+## 577                                Mariniphaga  1.00000000
+## 578                               Caballeronia  1.00000000
+## 579                                Merdibacter  1.00000000
+## 580                                  Salipiger  1.00000000
+## 581                              Pontibacillus  1.00000000
+## 582                               Croceicoccus  1.00000000
+## 583                                 Roseivivax  1.00000000
+## 584                               Dolosicoccus  1.00000000
+## 585                                  Yokenella  1.00000000
+## 586                              Melissococcus  1.00000000
+## 587                                 Sutterella  1.00000000
+## 588                                Xanthomonas  1.00000000
+## 589                                Lampropedia  1.00000000
+## 590                              Mycobacterium  1.00000000
+## 591                                 Maricaulis  1.00000000
+## 592                               Oribacterium  1.00000000
+## 593                               Planctopirus  1.00000000
+## 594                                     Ruania  1.00000000
+## 595                                    Cedecea  1.00000000
+## 596                                   Rahnella  1.00000000
+## 597                               Jeotgalibaca  1.00000000
+## 598                               Edwardsiella  1.00000000
+## 599                             Mycoplasmopsis  1.00000000
+## 600                           Pseudaminobacter  1.00000000
+## 601                               Bibersteinia  1.00000000
+## 602                                    Kribbia  1.00000000
+## 603                              Salinarimonas  1.00000000
+## 604                                 Shimwellia  1.00000000
+## 605                                 Bordetella  1.00000000
+## 606                                 Neofamilia  1.00000000
+## 607                              Lentibacillus  1.00000000
+## 608                              Thiohalomonas  1.00000000
+## 609                           Paeniclostridium  1.00000000
+## 610                             Actinobacillus  1.00000000
+## 611                             Salinibacillus  1.00000000
+## 612                           Terrisporobacter  1.00000000
+## 613                               Heyndrickxia  1.00000000
+## 614                                Lederbergia  1.00000000
+## 615                         Caldalkalibacillus  1.00000000
+## 616                               Beijerinckia  1.00000000
+## 617                                  Agromyces  1.00000000
+## 618                   Hydrogenoanaerobacterium  1.00000000
+## 619                        Massilioclostridium  1.00000000
+## 620                                Pasteurella  1.00000000
+## 621                             Rhodopirellula  1.00000000
+## 622                          Saccharomonospora  1.00000000
+## 623                                  Wolbachia  1.00000000
+## 624                                   Afifella  1.00000000
+## 625                              Ardenticatena  1.00000000
+## 626                       Companilactobacillus  1.00000000
+## 627                           Paraburkholderia  1.00000000
+## 628                                   Azospira  1.00000000
+## 629                                Barnesiella  1.00000000
+## 630                                   Marivita  1.00000000
+## 631                                 Altibacter  1.00000000
+## 632                               Dysgonomonas  1.00000000
+## 633                               Neorhizobium  1.00000000
+## 634                               Tumebacillus  1.00000000
+## 635                              Nitrosovibrio  1.00000000
+## 636                                 Glycomyces  1.00000000
+## 637                                 Salinicola  1.00000000
+## 638                               Methylosinus  1.00000000
+## 639                                 Xylophilus  1.00000000
+## 640                           Fusicatenibacter  1.00000000
+## 641                                  Azovibrio  1.00000000
+## 642                                   Geotalea  1.00000000
+## 643                              Microbulbifer  1.00000000
+## 644                                 Algoriella  1.00000000
+## 645                                   Shigella  1.00000000
+## 646                                 Mycetocola  1.00000000
+## 647                                  Urmitella  1.00000000
+## 648                             Dolosigranulum  1.00000000
+## 649                              Streptococcus  0.03222828
+## 650                                  Moraxella  1.00000000
+## 651                             Staphylococcus  1.00000000
+## 652                            Corynebacterium  1.00000000
+## 653                                Haemophilus  0.15016626
+## 654                             Anaerobacillus  1.00000000
+## 655                                 Paracoccus  1.00000000
+## 656                              Acinetobacter  1.00000000
+## 657                                Pseudomonas  1.00000000
+## 658                           Alkalihalophilus  1.00000000
+## 659                                    Delftia  1.00000000
+## 660                         Noviherbaspirillum  1.00000000
+## 661                                  Weissella  1.00000000
+## 662                                Escherichia  1.00000000
+## 663                                   Brucella  1.00000000
+## 664                                  Aeromonas  1.00000000
+## 665                                 Mycoplasma  1.00000000
+## 666                                    Kocuria  1.00000000
+## 667                               Enterobacter  1.00000000
+## 668                              Cutibacterium  1.00000000
+## 669                                   Listeria  1.00000000
+## 670                                Micrococcus  1.00000000
+## 671                               Sphingomonas  1.00000000
+## 672                                   Knoellia  1.00000000
+## 673                                 Finegoldia  1.00000000
+## 674                              Peptoniphilus  1.00000000
+## 675                         Ornithinimicrobium  1.00000000
+## 676                               Nocardioides  1.00000000
+## 677                              Agrobacterium  1.00000000
+## 678                                  Neisseria  1.00000000
+## 679                                 Janibacter  1.00000000
+## 680                         Alkalihalobacillus  1.00000000
+## 681                          Halolactibacillus  1.00000000
+## 682                               Anaerococcus  1.00000000
+## 683                            Bifidobacterium  1.00000000
+## 684                                   Bacillus  1.00000000
+## 685                            Exiguobacterium  1.00000000
+## 686                                Marmoricola  1.00000000
+## 687                            Brachybacterium  1.00000000
+## 688                               Salinicoccus  1.00000000
+## 689                                  Halomonas  1.00000000
+## 690                                 Suttonella  1.00000000
+## 691                                 Microvirga  1.00000000
+## 692                                     Rothia  1.00000000
+## 693                                Planococcus  1.00000000
+## 694                             Herbaspirillum  1.00000000
+## 695                              Psychrobacter  1.00000000
+## 696                                    Dietzia  1.00000000
+## 697                                Veillonella  1.00000000
+## 698                              Alishewanella  1.00000000
+## 699                               Glaesserella  1.00000000
+## 700                                Helcococcus  1.00000000
+## 701                          Paenisporosarcina  1.00000000
+## 702                               Serinicoccus  1.00000000
+## 703                                    Gemella  1.00000000
+## 704                           Rubellimicrobium  1.00000000
+## 705                                 Lysobacter  1.00000000
+## 706                                 Variovorax  1.00000000
+## 707                              Tessaracoccus  1.00000000
+## 708                           Stenotrophomonas  1.00000000
+## 709                          Ligilactobacillus  1.00000000
+## 710                                 Klebsiella  1.00000000
+## 711                              Fusobacterium  1.00000000
+## 712                              Campylobacter  1.00000000
+## 713                                   Gordonia  1.00000000
+## 714                        Alkalihalobacterium  1.00000000
+## 715                             Brevibacterium  1.00000000
+## 716                          Pseudarthrobacter  1.00000000
+## 717                             Jeotgalicoccus  1.00000000
+## 718                                Neobacillus  1.00000000
+## 719                               Enterococcus  1.00000000
+## 720                              Haematobacter  1.00000000
+## 721                                  Comamonas  1.00000000
+## 722                                  Kaistella  1.00000000
+## 723                               Aeribacillus  1.00000000
+## 724                             Bradyrhizobium  1.00000000
+## 725                                 Shewanella  1.00000000
+## 726                               Domibacillus  1.00000000
+## 727                                  Aquimonas  1.00000000
+## 728                               Cytobacillus  1.00000000
+## 729                              Thalassospira  1.00000000
+## 730                                Citrobacter  1.00000000
+## 731                                Rhodococcus  1.00000000
+## 732                                    Pantoea  1.00000000
+## 733                               Arthrobacter  1.00000000
+## 734                             Granulicatella  1.00000000
+## 735                                Piscicoccus  1.00000000
+## 736                                 Aerococcus  1.00000000
+## 737                                Actinotalea  1.00000000
+## 738                                   Priestia  1.00000000
+## 739                               Metabacillus  1.00000000
+## 740                              Pluralibacter  1.00000000
+## 741                             Negativicoccus  1.00000000
+## 742                                    Proteus  1.00000000
+## 743                            Flavisolibacter  1.00000000
+## 744                            Halopseudomonas  1.00000000
+## 745                            Nosocomiicoccus  1.00000000
+## 746                               Streptomyces  1.00000000
+## 747                             Planomicrobium  1.00000000
+## 748        Pusillimonas_(ex_Stolz_et_al._2005)  1.00000000
+## 749                                 Pedococcus  1.00000000
+## 750                                Eremococcus  1.00000000
+## 751                                   Massilia  1.00000000
+## 752                            Novosphingobium  1.00000000
+## 753                               Ruminococcus  1.00000000
+## 754                               Blastococcus  1.00000000
+## 755                               Cellulomonas  1.00000000
+## 756                                Pontibacter  1.00000000
+## 757                                Gardnerella  1.00000000
+## 758                              Anoxybacillus  1.00000000
+## 759                                 Lawsonella  1.00000000
+## 760                            Obesumbacterium  1.00000000
+## 761                            Epilithonimonas  1.00000000
+## 762                                Tepidimonas  1.00000000
+## 763                             Flavobacterium  1.00000000
+## 764                            Glutamicibacter  1.00000000
+## 765                                 Prevotella  1.00000000
+## 766                                Phycicoccus  1.00000000
+## 767                           Geodermatophilus  1.00000000
+## 768                        Limosilactobacillus  1.00000000
+## 769                              Sphaerobacter  1.00000000
+## 770                                   Schinkia  1.00000000
+## 771                         Mediterraneibacter  1.00000000
+## 772                            Alkalibacterium  1.00000000
+## 773                                 Fenollaria  1.00000000
+## 774                                      Bosea  1.00000000
+## 775                                  Lautropia  1.00000000
+## 776                      Pseudostreptobacillus  1.00000000
+## 777                                Nissabacter  1.00000000
+## 778                                 Luteimonas  1.00000000
+## 779                               Globicatella  1.00000000
+## 780                                    Thauera  1.00000000
+## 781                             Microbacterium  1.00000000
+## 782                                 Archangium  1.00000000
+## 783                              Enterocloster  1.00000000
+## 784                                 Leptothrix  1.00000000
+## 785                                Dyadobacter  1.00000000
+## 786                              Lactobacillus  1.00000000
+## 787                               Rhizorhabdus  1.00000000
+## 788                               Azospirillum  1.00000000
+## 789                                 Acidovorax  1.00000000
+## 790                              Aeromicrobium  1.00000000
+## 791                           Paenarthrobacter  1.00000000
+## 792                                Deinococcus  1.00000000
+## 793                               Burkholderia  1.00000000
+## 794                                Clostridium  1.00000000
+## 795                              Aquabacterium  1.00000000
+## 796                                  Aquincola  1.00000000
+## 797                                Macrococcus  1.00000000
+## 798                               Rheinheimera  1.00000000
+## 799                              Aliarcobacter  1.00000000
+## 800                                Collinsella  1.00000000
+## 801                                Brochothrix  1.00000000
+## 802                                Caulobacter  1.00000000
+## 803                                    Niallia  1.00000000
+## 804                              Brevundimonas  1.00000000
+## 805                               Desnuesiella  1.00000000
+## 806                                Rubrobacter  1.00000000
+## 807                                Pediococcus  1.00000000
+## 808                          Mycolicibacterium  1.00000000
+## 809                               Fimbriimonas  1.00000000
+## 810                                Tsuneonella  1.00000000
+## 811                           Methylobacterium  1.00000000
+## 812                                Lactococcus  1.00000000
+## 813                                    Devosia  1.00000000
+## 814                               Leptotrichia  1.00000000
+## 815                                Chishuiella  1.00000000
+## 816                            Pseudorhizobium  1.00000000
+## 817                            Cloacibacterium  1.00000000
+## 818                               Abyssicoccus  1.00000000
+## 819                          Pseudoxanthomonas  1.00000000
+## 820                          Thermoactinomyces  1.00000000
+## 821                                  Megamonas  1.00000000
+## 822                                Methylibium  1.00000000
+## 823                               Beutenbergia  1.00000000
+## 824                                     Vibrio  1.00000000
+## 825                                   Schaalia  1.00000000
+## 826                           Jeotgalibacillus  1.00000000
+## 827                                     Afipia  1.00000000
+## 828                                 Bryobacter  1.00000000
+## 829                                Bacteroides  1.00000000
+## 830                               Qipengyuania  1.00000000
+## 831                               Mesobacillus  1.00000000
+## 832                             Capnocytophaga  1.00000000
+## 833                               Gemmatimonas  1.00000000
+## 834                              Mesorhizobium  1.00000000
+## 835                                  Kallipyga  1.00000000
+## 836                                 Arenimonas  1.00000000
+## 837                                Sphingobium  1.00000000
+## 838                                Megasphaera  1.00000000
+## 839                              Erythrobacter  1.00000000
+## 840                              Youngiibacter  1.00000000
+## 841                           Mucilaginibacter  1.00000000
+## 842                                 Rufibacter  1.00000000
+## 843                              Methylorubrum  1.00000000
+## 844                           Sphingobacterium  1.00000000
+## 845                             Ferrimicrobium  1.00000000
+## 846                                Flaviflexus  1.00000000
+## 847                               Solibacillus  1.00000000
+## 848                                Phocaeicola  1.00000000
+## 849                       Paeniglutamicibacter  1.00000000
+## 850                              Achromobacter  1.00000000
+## 851                          Latilactobacillus  1.00000000
+## 852                                Nakamurella  1.00000000
+## 853                                 Legionella  1.00000000
+## 854                                 Cellvibrio  1.00000000
+## 855                                Leuconostoc  1.00000000
+## 856                             Viridibacillus  1.00000000
+## 857                                Leucobacter  1.00000000
+## 858                            Propionicicella  1.00000000
+## 859                                  Oerskovia  1.00000000
+## 860                            Catenibacterium  1.00000000
+## 861                          Saccharopolyspora  1.00000000
+## 862                          Paramesorhizobium  1.00000000
+## 863                                Silanimonas  1.00000000
+## 864                                    Blautia  1.00000000
+## 865                             Lancefieldella  1.00000000
+## 866                             Mageeibacillus  1.00000000
+## 867                              Fimbriiglobus  1.00000000
+## 868                            Croceibacterium  1.00000000
+## 869                                Gemmobacter  1.00000000
+## 870                                Curvibacter  1.00000000
+## 871                                    Ensifer  1.00000000
+## 872                             Mammaliicoccus  1.00000000
+## 873                              Halarcobacter  1.00000000
+## 874                          Janthinobacterium  1.00000000
+## 875                                   Belnapia  1.00000000
+## 876                            Pseudidiomarina  1.00000000
+## 877                            Nitratireductor  1.00000000
+## 878                               Schlegelella  1.00000000
+## 879                     Erysipelatoclostridium  1.00000000
+## 880                           Phenylobacterium  1.00000000
+## 881                            Luteipulveratus  1.00000000
+## 882                                Daejeonella  1.00000000
+## 883                                  Ezakiella  1.00000000
+## 884                                   Nigerium  1.00000000
+## 885                               Peribacillus  1.00000000
+## 886                               Alloiococcus  1.00000000
+## 887                               Trichococcus  1.00000000
+## 888                               Buttiauxella  1.00000000
+## 889                              Saccharothrix  1.00000000
+## 890                            Intestinibacter  1.00000000
+## 891                              Rodentibacter  1.00000000
+## 892                              Brevibacillus  1.00000000
+## 893                       Liquorilactobacillus  1.00000000
+## 894                                 Nonomuraea  1.00000000
+## 895                                  Thioclava  1.00000000
+## 896                               Pimelobacter  1.00000000
+## 897                                  Scytonema  1.00000000
+## 898                             Geosporobacter  1.00000000
+## 899                                  Kushneria  1.00000000
+## 900                                Eubacterium  1.00000000
+## 901                                  Catonella  1.00000000
+## 902                                 Roseomonas  1.00000000
+## 903                            Aggregatibacter  1.00000000
+## 904                                  Geobacter  1.00000000
+## 905                                 Xenophilus  1.00000000
+## 906                            Flavihumibacter  1.00000000
+## 907                                Akkermansia  1.00000000
+## 908                                Acetobacter  1.00000000
+## 909                         Altererythrobacter  1.00000000
+## 910                             Pseudonocardia  1.00000000
+## 911                             Fructobacillus  1.00000000
+## 912                         Peptostreptococcus  1.00000000
+## 913                                 Rubrivivax  1.00000000
+## 914                               Ciceribacter  1.00000000
+## 915                             Desulfuromonas  1.00000000
+## 916                      Pseudoglutamicibacter  1.00000000
+## 917                              Fictibacillus  1.00000000
+## 918                              Porphyromonas  1.00000000
+## 919                                 Caldilinea  1.00000000
+## 920                             Stomatobaculum  1.00000000
+## 921                         Pelagerythrobacter  1.00000000
+## 922                        Marinilactibacillus  1.00000000
+## 923                                   Kluyvera  1.00000000
+## 924                                Abiotrophia  1.00000000
+## 925                               Acidisphaera  1.00000000
+## 926                                  Pelomonas  1.00000000
+## 927                                 Kytococcus  1.00000000
+## 928                                Actinomyces  1.00000000
+## 929                             Carnobacterium  1.00000000
+## 930                              Robertmurraya  1.00000000
+## 931                             Micromonospora  1.00000000
+## 932                         Paucilactobacillus  1.00000000
+## 933                                 Agrococcus  1.00000000
+## 934                           Chryseobacterium  1.00000000
+## 935                             Lysinibacillus  1.00000000
+## 936                                  Demequina  1.00000000
+## 937                              Sphaerochaeta  1.00000000
+## 938                                 Riemerella  1.00000000
+## 939                              Amphibacillus  1.00000000
+## 940                              Nesterenkonia  1.00000000
+## 941                              Tenacibaculum  1.00000000
+## 942                                   Wenxinia  1.00000000
+## 943                                Pyrinomonas  1.00000000
+## 944                                     Asanoa  1.00000000
+## 945                               Sandaracinus  1.00000000
+## 946                                   Nocardia  1.00000000
+## 947                                Dermabacter  1.00000000
+## 948                                Cronobacter  1.00000000
+## 949                                Ornatilinea  1.00000000
+## 950                                 Solirubrum  1.00000000
+## 951                                Cereibacter  1.00000000
+## 952                              Rossellomorea  1.00000000
+## 953                           Thermanaerothrix  1.00000000
+## 954                            Solirubrobacter  1.00000000
+## 955                                 Raineyella  1.00000000
+## 956                                Azotobacter  1.00000000
+## 957                                Ramlibacter  1.00000000
+## 958                              Aquamicrobium  1.00000000
+## 959                           Faecalibacterium  1.00000000
+## 960                           Pararheinheimera  1.00000000
+## 961                               Chondromyces  1.00000000
+## 962                               Marinobacter  1.00000000
+## 963                                  Ralstonia  1.00000000
+## 964                               Sphingopyxis  1.00000000
+## 965  Halalkalibacterium_(ex_Joshi_et_al._2022)  1.00000000
+## 966                            Salinimicrobium  1.00000000
+## 967                                   Gillisia  1.00000000
+## 968                             Hyphomicrobium  1.00000000
+## 969                          Immundisolibacter  1.00000000
+## 970                               Methylovorus  1.00000000
+## 971                                 Pedobacter  1.00000000
+## 972                                Aequorivita  1.00000000
+## 973                                 Aureimonas  1.00000000
+## 974                                    Kurthia  1.00000000
+## 975                              Methylocystis  1.00000000
+## 976                              Snodgrassella  1.00000000
+## 977                               Hymenobacter  1.00000000
+## 978                                 Bergeyella  1.00000000
+## 979                              Paenibacillus  1.00000000
+## 980                               Alkanindiges  1.00000000
+## 981                                Aromatoleum  1.00000000
+## 982                          Pseudoalteromonas  1.00000000
+## 983                               Auraticoccus  1.00000000
+## 984                                      Dorea  1.00000000
+## 985                                  Facklamia  1.00000000
+## 986                                  Tolumonas  1.00000000
+## 987                                Geobacillus  1.00000000
+## 988                              Ilumatobacter  1.00000000
+## 989                                 Palleronia  1.00000000
+## 990                          Lachnoclostridium  1.00000000
+## 991                                Trueperella  1.00000000
+## 992                           Rhodopseudomonas  1.00000000
+## 993                                   Kingella  1.00000000
+## 994                              Terribacillus  1.00000000
+## 995                                Fannyhessea  1.00000000
+## 996                                  Rudanella  1.00000000
+## 997                        Lactiplantibacillus  1.00000000
+## 998                                 Rickettsia  1.00000000
+## 999                              Methylophilus  1.00000000
+## 1000                              Algoriphagus  1.00000000
+## 1001                         Sanguibacteroides  1.00000000
+## 1002                                Ureaplasma  1.00000000
+## 1003                               Rubritepida  1.00000000
+## 1004                                  Azoarcus  1.00000000
+## 1005                      Pseudooctadecabacter  1.00000000
+## 1006                               Cupriavidus  1.00000000
+## 1007                           Oceanospirillum  1.00000000
+## 1008                          Anaeromyxobacter  1.00000000
+## 1009                              Oscillatoria  1.00000000
+## 1010                                Salmonella  1.00000000
+## 1011                        Cellulosimicrobium  1.00000000
+## 1012                                Jannaschia  1.00000000
+## 1013                            Curtobacterium  1.00000000
+## 1014                               Alcanivorax  1.00000000
+## 1015                              Conexibacter  1.00000000
+## 1016                               Atopostipes  1.00000000
+## 1017                           Salegentibacter  1.00000000
+## 1018                               Acetivibrio  1.00000000
+## 1019                                 Leifsonia  1.00000000
+## 1020                         Pseudorhodoplanes  1.00000000
+## 1021                               Agarivorans  1.00000000
+## 1022                            Hydrogenophaga  1.00000000
+## 1023                          Krasilnikoviella  1.00000000
+## 1024                             Rickettsiella  1.00000000
+## 1025                                Bellilinea  1.00000000
+## 1026                                Romboutsia  1.00000000
+## 1027                               Skermanella  1.00000000
+## 1028                                Morganella  1.00000000
+## 1029                                   Nioella  1.00000000
+## 1030                                  Simiduia  1.00000000
+## 1031                                   Frankia  1.00000000
+## 1032                                Myxococcus  1.00000000
+## 1033                                  Serratia  1.00000000
+## 1034                             Virgibacillus  1.00000000
+## 1035                              Avibacterium  1.00000000
+## 1036                               Marinomonas  1.00000000
+## 1037                              Turicibacter  1.00000000
+## 1038                                Merdimonas  1.00000000
+## 1039                            Diaphorobacter  1.00000000
+## 1040                                Acidithrix  1.00000000
+## 1041                               Tolypothrix  1.00000000
+## 1042                                  Buchnera  1.00000000
+## 1043                                Margalitia  1.00000000
+## 1044                                   Sarcina  1.00000000
+## 1045                        Lacticaseibacillus  1.00000000
+## 1046                               Pedosphaera  1.00000000
+## 1047                                 Allgaiera  1.00000000
+## 1048                              Lacrimispora  1.00000000
+## 1049                                   Erwinia  1.00000000
+## 1050                              Gulosibacter  1.00000000
+## 1051                           Parabacteroides  1.00000000
+## 1052                            Castellaniella  1.00000000
+## 1053                             Sutcliffiella  1.00000000
+## 1054                              Ruminobacter  1.00000000
+## 1055                                Vagococcus  1.00000000
+## 1056                        Ketogulonicigenium  1.00000000
+## 1057                        Aestuariimicrobium  1.00000000
+## 1058                             Nitriliruptor  1.00000000
+## 1059                                Dokdonella  1.00000000
+## 1060                                Williamsia  1.00000000
+## 1061                                 Rhizobium  1.00000000
+## 1062                             Modestobacter  1.00000000
+## 1063                                 Colwellia  1.00000000
+## 1064                              Holdemanella  1.00000000
+## 1065                                Caldimonas  1.00000000
+## 1066                     Phascolarctobacterium  1.00000000
+## 1067                            Neomicrococcus  1.00000000
+## 1068                                Hyalangium  1.00000000
+## 1069                                Brevefilum  1.00000000
+## 1070                              Sporosarcina  1.00000000
+## 1071                              Geminicoccus  1.00000000
+## 1072                             Falsiruegeria  1.00000000
+## 1073                           Oceanibacterium  1.00000000
+## 1074                             Allorhizobium  1.00000000
+## 1075                         Pseudoclavibacter  1.00000000
+## 1076                               Rhizobacter  1.00000000
+## 1077                              Patulibacter  1.00000000
+## 1078                                 Roseburia  1.00000000
+## 1079                               Herbiconiux  1.00000000
+## 1080                                Nitrospira  1.00000000
+## 1081                             Cryobacterium  1.00000000
+## 1082                            Oceanobacillus  1.00000000
+## 1083                                   Gemmata  1.00000000
+## 1084                                Rhodoferax  1.00000000
+## 1085                          Chromohalobacter  1.00000000
+## 1086                             Kitasatospora  1.00000000
+## 1087                          Verrucomicrobium  1.00000000
+## 1088                             Aphanizomenon  1.00000000
+## 1089                          Senegalimassilia  1.00000000
+## 1090                              Tepidibacter  1.00000000
+## 1091                              Plesiocystis  1.00000000
+## 1092                              Nitrosospira  1.00000000
+## 1093                                  Yaniella  1.00000000
+## 1094                           Subdoligranulum  1.00000000
+## 1095                                 Spirosoma  1.00000000
+## 1096                      Pseudoflavonifractor  1.00000000
+## 1097                           Metaplanococcus  1.00000000
+## 1098                             Sinorhizobium  1.00000000
+## 1099                           Fredinandcohnia  1.00000000
+## 1100                               Alcaligenes  1.00000000
+## 1101                           Thermoleophilum  1.00000000
+## 1102                               Oceanicella  1.00000000
+## 1103                              Thiolapillus  1.00000000
+## 1104                        Pseudobdellovibrio  1.00000000
+## 1105                              Plantibacter  1.00000000
+## 1106                                   Thermus  1.00000000
+## 1107                             Quasibacillus  1.00000000
+## 1108                              Cesiribacter  1.00000000
+## 1109                             Sulfitobacter  1.00000000
+## 1110                               Plesiomonas  1.00000000
+## 1111                         Promicromonospora  1.00000000
+## 1112                         Streptacidiphilus  1.00000000
+## 1113                             Perlucidibaca  1.00000000
+## 1114                                 Kutzneria  1.00000000
+## 1115                              Sanguibacter  1.00000000
+## 1116                            Oceaniovalibus  1.00000000
+## 1117                          Neosynechococcus  1.00000000
+## 1118                               Selenomonas  1.00000000
+## 1119                            Alloprevotella  1.00000000
+## 1120                               Providencia  1.00000000
+## 1121                                 Dialister  1.00000000
+## 1122                             Siminovitchia  1.00000000
+## 1123                                Aliivibrio  1.00000000
+## 1124                             Aquimixticola  1.00000000
+## 1125                              Chitinimonas  1.00000000
+## 1126                           Pleomorphomonas  1.00000000
+## 1127                                Hyphomonas  1.00000000
+## 1128                                 Caenibius  1.00000000
+## 1129                             Spirillospora  1.00000000
+## 1130                              Edaphobacter  1.00000000
+## 1131                             Geminisphaera  1.00000000
+## 1132                              Chloroflexus  1.00000000
+## 1133                               Fervidicola  1.00000000
+## 1134                            Cloacibacillus  1.00000000
+## 1135                             Desulfovibrio  1.00000000
+## 1136                                  Oligella  1.00000000
+## 1137                             Adhaeribacter  1.00000000
+## 1138                                   Lentzea  1.00000000
+## 1139                            Chthoniobacter  1.00000000
+## 1140                                 Rhodoluna  1.00000000
+## 1141                               Kineococcus  1.00000000
+## 1142                              Mobilicoccus  1.00000000
+## 1143                             Oceanisphaera  1.00000000
+## 1144                        Lentilactobacillus  1.00000000
+## 1145                              Methylomonas  1.00000000
+## 1146                              Halobacillus  1.00000000
+## 1147                               Rhodovibrio  1.00000000
+## 1148                           Pelagibacterium  1.00000000
+## 1149                              Gottschalkia  1.00000000
+## 1150                          Actinokineospora  1.00000000
+## 1151                          Thalassobacillus  1.00000000
+## 1152                               Stigmatella  1.00000000
+## 1153                            Steroidobacter  1.00000000
+## 1154                                 Pirellula  1.00000000
+## 1155                                  Canicola  1.00000000
+## 1156                           Desulfonatronum  1.00000000
+## 1157                               Thermosinus  1.00000000
+## 1158                             Blastochloris  1.00000000
+## 1159                               Thermomonas  1.00000000
+## 1160                                Kerstersia  1.00000000
+## 1161                           Intrasporangium  1.00000000
+## 1162                                Flexilinea  1.00000000
+## 1163                            Clostridioides  1.00000000
+## 1164                                 Pelosinus  1.00000000
+## 1165                           Cardiobacterium  1.00000000
+## 1166                                 Albimonas  1.00000000
+## 1167                       Thermostaphylospora  1.00000000
+## 1168                               Falseniella  1.00000000
+## 1169                          Acidiferrobacter  1.00000000
+## 1170                             Catellicoccus  1.00000000
+## 1171                            Acidobacterium  1.00000000
+## 1172                              Methylocella  1.00000000
+## 1173                              Isoptericola  1.00000000
+## 1174                              Tepidiphilus  1.00000000
+## 1175                                 Kribbella  1.00000000
+## 1176                                 Kosakonia  1.00000000
+## 1177                              Nocardiopsis  1.00000000
+## 1178                                Weizmannia  1.00000000
+## 1179                                Mannheimia  1.00000000
+## 1180                                 Niastella  1.00000000
+## 1181                               Nitrobacter  1.00000000
+## 1182                                 Limimonas  1.00000000
+## 1183                                 Wolinella  1.00000000
+## 1184                           Mycobacteroides  1.00000000
+## 1185                          Negativibacillus  1.00000000
+## 1186                            Rhodomicrobium  1.00000000
+## 1187                               Caloramator  1.00000000
+## 1188                                 Pandoraea  1.00000000
+## 1189                                   Cnuella  1.00000000
+## 1190                          Aurantiacibacter  1.00000000
+## 1191                             Bavariicoccus  1.00000000
+## 1192                                 Rugamonas  1.00000000
+## 1193                                   Klenkia  1.00000000
+## 1194                                Colibacter  1.00000000
+## 1195                            Nitratifractor  1.00000000
+## 1196                                  Soonwooa  1.00000000
+## 1197                              Tetrasphaera  1.00000000
+## 1198                           Actinophytocola  1.00000000
+## 1199                             Lactonifactor  1.00000000
+## 1200                             Azohydromonas  1.00000000
+## 1201                             Methylobacter  1.00000000
+## 1202                         Actinomycetospora  1.00000000
+## 1203                         Chroococcidiopsis  1.00000000
+## 1204                            Arsenicicoccus  1.00000000
+## 1205                          Pseudescherichia  1.00000000
+## 1206                              Methylocapsa  1.00000000
+## 1207                               Alteromonas  1.00000000
+## 1208                              Psychromonas  1.00000000
+## 1209                          Cryptosporangium  1.00000000
+## 1210                           Marinospirillum  1.00000000
+## 1211                                 Kangiella  1.00000000
+## 1212                              Zavarzinella  1.00000000
+## 1213                                  Sneathia  1.00000000
+## 1214                              Niameybacter  1.00000000
+## 1215                                    Nostoc  1.00000000
+## 1216                               Coprococcus  1.00000000
+## 1217                                Roseateles  1.00000000
+## 1218                         Dactylosporangium  1.00000000
+## 1219                                   Jonesia  1.00000000
+## 1220                         Ornithinibacillus  1.00000000
+## 1221                         Ruminiclostridium  1.00000000
+## 1222                               Tissierella  1.00000000
+## 1223                              Microlunatus  1.00000000
+## 1224                               Mariniphaga  1.00000000
+## 1225                              Caballeronia  1.00000000
+## 1226                               Merdibacter  1.00000000
+## 1227                                 Salipiger  1.00000000
+## 1228                             Pontibacillus  1.00000000
+## 1229                              Croceicoccus  1.00000000
+## 1230                                Roseivivax  1.00000000
+## 1231                              Dolosicoccus  1.00000000
+## 1232                                 Yokenella  1.00000000
+## 1233                             Melissococcus  1.00000000
+## 1234                                Sutterella  1.00000000
+## 1235                               Xanthomonas  1.00000000
+## 1236                               Lampropedia  1.00000000
+## 1237                             Mycobacterium  1.00000000
+## 1238                                Maricaulis  1.00000000
+## 1239                              Oribacterium  1.00000000
+## 1240                              Planctopirus  1.00000000
+## 1241                                    Ruania  1.00000000
+## 1242                                   Cedecea  1.00000000
+## 1243                                  Rahnella  1.00000000
+## 1244                              Jeotgalibaca  1.00000000
+## 1245                              Edwardsiella  1.00000000
+## 1246                            Mycoplasmopsis  1.00000000
+## 1247                          Pseudaminobacter  1.00000000
+## 1248                              Bibersteinia  1.00000000
+## 1249                                   Kribbia  1.00000000
+## 1250                             Salinarimonas  1.00000000
+## 1251                                Shimwellia  1.00000000
+## 1252                                Bordetella  1.00000000
+## 1253                                Neofamilia  1.00000000
+## 1254                             Lentibacillus  1.00000000
+## 1255                             Thiohalomonas  1.00000000
+## 1256                          Paeniclostridium  1.00000000
+## 1257                            Actinobacillus  1.00000000
+## 1258                            Salinibacillus  1.00000000
+## 1259                          Terrisporobacter  1.00000000
+## 1260                              Heyndrickxia  1.00000000
+## 1261                               Lederbergia  1.00000000
+## 1262                        Caldalkalibacillus  1.00000000
+## 1263                              Beijerinckia  1.00000000
+## 1264                                 Agromyces  1.00000000
+## 1265                  Hydrogenoanaerobacterium  1.00000000
+## 1266                       Massilioclostridium  1.00000000
+## 1267                               Pasteurella  1.00000000
+## 1268                            Rhodopirellula  1.00000000
+## 1269                         Saccharomonospora  1.00000000
+## 1270                                 Wolbachia  1.00000000
+## 1271                                  Afifella  1.00000000
+## 1272                             Ardenticatena  1.00000000
+## 1273                      Companilactobacillus  1.00000000
+## 1274                          Paraburkholderia  1.00000000
+## 1275                                  Azospira  1.00000000
+## 1276                               Barnesiella  1.00000000
+## 1277                                  Marivita  1.00000000
+## 1278                                Altibacter  1.00000000
+## 1279                              Dysgonomonas  1.00000000
+## 1280                              Neorhizobium  1.00000000
+## 1281                              Tumebacillus  1.00000000
+## 1282                             Nitrosovibrio  1.00000000
+## 1283                                Glycomyces  1.00000000
+## 1284                                Salinicola  1.00000000
+## 1285                              Methylosinus  1.00000000
+## 1286                                Xylophilus  1.00000000
+## 1287                          Fusicatenibacter  1.00000000
+## 1288                                 Azovibrio  1.00000000
+## 1289                                  Geotalea  1.00000000
+## 1290                             Microbulbifer  1.00000000
+## 1291                                Algoriella  1.00000000
+## 1292                                  Shigella  1.00000000
+## 1293                                Mycetocola  1.00000000
+## 1294                                 Urmitella  1.00000000
+## 1295                            Dolosigranulum  1.00000000
+## 1296                             Streptococcus  1.00000000
+## 1297                                 Moraxella  1.00000000
+## 1298                            Staphylococcus  1.00000000
+## 1299                           Corynebacterium  1.00000000
+## 1300                               Haemophilus  1.00000000
+## 1301                            Anaerobacillus  1.00000000
+## 1302                                Paracoccus  1.00000000
+## 1303                             Acinetobacter  1.00000000
+## 1304                               Pseudomonas  1.00000000
+## 1305                          Alkalihalophilus  1.00000000
+## 1306                                   Delftia  1.00000000
+## 1307                        Noviherbaspirillum  1.00000000
+## 1308                                 Weissella  1.00000000
+## 1309                               Escherichia  1.00000000
+## 1310                                  Brucella  1.00000000
+## 1311                                 Aeromonas  1.00000000
+## 1312                                Mycoplasma  1.00000000
+## 1313                                   Kocuria  1.00000000
+## 1314                              Enterobacter  1.00000000
+## 1315                             Cutibacterium  1.00000000
+## 1316                                  Listeria  1.00000000
+## 1317                               Micrococcus  1.00000000
+## 1318                              Sphingomonas  1.00000000
+## 1319                                  Knoellia  1.00000000
+## 1320                                Finegoldia  1.00000000
+## 1321                             Peptoniphilus  1.00000000
+## 1322                        Ornithinimicrobium  1.00000000
+## 1323                              Nocardioides  1.00000000
+## 1324                             Agrobacterium  1.00000000
+## 1325                                 Neisseria  1.00000000
+## 1326                                Janibacter  1.00000000
+## 1327                        Alkalihalobacillus  1.00000000
+## 1328                         Halolactibacillus  1.00000000
+## 1329                              Anaerococcus  1.00000000
+## 1330                           Bifidobacterium  1.00000000
+## 1331                                  Bacillus  1.00000000
+## 1332                           Exiguobacterium  1.00000000
+## 1333                               Marmoricola  1.00000000
+## 1334                           Brachybacterium  1.00000000
+## 1335                              Salinicoccus  1.00000000
+## 1336                                 Halomonas  1.00000000
+## 1337                                Suttonella  1.00000000
+## 1338                                Microvirga  1.00000000
+## 1339                                    Rothia  1.00000000
+## 1340                               Planococcus  1.00000000
+## 1341                            Herbaspirillum  1.00000000
+## 1342                             Psychrobacter  1.00000000
+## 1343                                   Dietzia  1.00000000
+## 1344                               Veillonella  1.00000000
+## 1345                             Alishewanella  1.00000000
+## 1346                              Glaesserella  1.00000000
+## 1347                               Helcococcus  1.00000000
+## 1348                         Paenisporosarcina  1.00000000
+## 1349                              Serinicoccus  1.00000000
+## 1350                                   Gemella  1.00000000
+## 1351                          Rubellimicrobium  1.00000000
+## 1352                                Lysobacter  1.00000000
+## 1353                                Variovorax  1.00000000
+## 1354                             Tessaracoccus  1.00000000
+## 1355                          Stenotrophomonas  1.00000000
+## 1356                         Ligilactobacillus  1.00000000
+## 1357                                Klebsiella  1.00000000
+## 1358                             Fusobacterium  1.00000000
+## 1359                             Campylobacter  1.00000000
+## 1360                                  Gordonia  1.00000000
+## 1361                       Alkalihalobacterium  1.00000000
+## 1362                            Brevibacterium  1.00000000
+## 1363                         Pseudarthrobacter  1.00000000
+## 1364                            Jeotgalicoccus  1.00000000
+## 1365                               Neobacillus  1.00000000
+## 1366                              Enterococcus  1.00000000
+## 1367                             Haematobacter  1.00000000
+## 1368                                 Comamonas  1.00000000
+## 1369                                 Kaistella  1.00000000
+## 1370                              Aeribacillus  1.00000000
+## 1371                            Bradyrhizobium  1.00000000
+## 1372                                Shewanella  1.00000000
+## 1373                              Domibacillus  1.00000000
+## 1374                                 Aquimonas  1.00000000
+## 1375                              Cytobacillus  1.00000000
+## 1376                             Thalassospira  1.00000000
+## 1377                               Citrobacter  1.00000000
+## 1378                               Rhodococcus  1.00000000
+## 1379                                   Pantoea  1.00000000
+## 1380                              Arthrobacter  1.00000000
+## 1381                            Granulicatella  1.00000000
+## 1382                               Piscicoccus  1.00000000
+## 1383                                Aerococcus  1.00000000
+## 1384                               Actinotalea  1.00000000
+## 1385                                  Priestia  1.00000000
+## 1386                              Metabacillus  1.00000000
+## 1387                             Pluralibacter  1.00000000
+## 1388                            Negativicoccus  1.00000000
+## 1389                                   Proteus  1.00000000
+## 1390                           Flavisolibacter  1.00000000
+## 1391                           Halopseudomonas  1.00000000
+## 1392                           Nosocomiicoccus  1.00000000
+## 1393                              Streptomyces  1.00000000
+## 1394                            Planomicrobium  1.00000000
+## 1395       Pusillimonas_(ex_Stolz_et_al._2005)  1.00000000
+## 1396                                Pedococcus  1.00000000
+## 1397                               Eremococcus  1.00000000
+## 1398                                  Massilia  1.00000000
+## 1399                           Novosphingobium  1.00000000
+## 1400                              Ruminococcus  1.00000000
+## 1401                              Blastococcus  1.00000000
+## 1402                              Cellulomonas  1.00000000
+## 1403                               Pontibacter  1.00000000
+## 1404                               Gardnerella  1.00000000
+## 1405                             Anoxybacillus  1.00000000
+## 1406                                Lawsonella  1.00000000
+## 1407                           Obesumbacterium  1.00000000
+## 1408                           Epilithonimonas  1.00000000
+## 1409                               Tepidimonas  1.00000000
+## 1410                            Flavobacterium  1.00000000
+## 1411                           Glutamicibacter  1.00000000
+## 1412                                Prevotella  1.00000000
+## 1413                               Phycicoccus  1.00000000
+## 1414                          Geodermatophilus  1.00000000
+## 1415                       Limosilactobacillus  1.00000000
+## 1416                             Sphaerobacter  1.00000000
+## 1417                                  Schinkia  1.00000000
+## 1418                        Mediterraneibacter  1.00000000
+## 1419                           Alkalibacterium  1.00000000
+## 1420                                Fenollaria  1.00000000
+## 1421                                     Bosea  1.00000000
+## 1422                                 Lautropia  1.00000000
+## 1423                     Pseudostreptobacillus  1.00000000
+## 1424                               Nissabacter  1.00000000
+## 1425                                Luteimonas  1.00000000
+## 1426                              Globicatella  1.00000000
+## 1427                                   Thauera  1.00000000
+## 1428                            Microbacterium  1.00000000
+## 1429                                Archangium  1.00000000
+## 1430                             Enterocloster  1.00000000
+## 1431                                Leptothrix  1.00000000
+## 1432                               Dyadobacter  1.00000000
+## 1433                             Lactobacillus  1.00000000
+## 1434                              Rhizorhabdus  1.00000000
+## 1435                              Azospirillum  1.00000000
+## 1436                                Acidovorax  1.00000000
+## 1437                             Aeromicrobium  1.00000000
+## 1438                          Paenarthrobacter  1.00000000
+## 1439                               Deinococcus  1.00000000
+## 1440                              Burkholderia  1.00000000
+## 1441                               Clostridium  1.00000000
+## 1442                             Aquabacterium  1.00000000
+## 1443                                 Aquincola  1.00000000
+## 1444                               Macrococcus  1.00000000
+## 1445                              Rheinheimera  1.00000000
+## 1446                             Aliarcobacter  1.00000000
+## 1447                               Collinsella  1.00000000
+## 1448                               Brochothrix  1.00000000
+## 1449                               Caulobacter  1.00000000
+## 1450                                   Niallia  1.00000000
+## 1451                             Brevundimonas  1.00000000
+## 1452                              Desnuesiella  1.00000000
+## 1453                               Rubrobacter  1.00000000
+## 1454                               Pediococcus  1.00000000
+## 1455                         Mycolicibacterium  1.00000000
+## 1456                              Fimbriimonas  1.00000000
+## 1457                               Tsuneonella  1.00000000
+## 1458                          Methylobacterium  1.00000000
+## 1459                               Lactococcus  1.00000000
+## 1460                                   Devosia  1.00000000
+## 1461                              Leptotrichia  1.00000000
+## 1462                               Chishuiella  1.00000000
+## 1463                           Pseudorhizobium  1.00000000
+## 1464                           Cloacibacterium  1.00000000
+## 1465                              Abyssicoccus  1.00000000
+## 1466                         Pseudoxanthomonas  1.00000000
+## 1467                         Thermoactinomyces  1.00000000
+## 1468                                 Megamonas  1.00000000
+## 1469                               Methylibium  1.00000000
+## 1470                              Beutenbergia  1.00000000
+## 1471                                    Vibrio  1.00000000
+## 1472                                  Schaalia  1.00000000
+## 1473                          Jeotgalibacillus  1.00000000
+## 1474                                    Afipia  1.00000000
+## 1475                                Bryobacter  1.00000000
+## 1476                               Bacteroides  1.00000000
+## 1477                              Qipengyuania  1.00000000
+## 1478                              Mesobacillus  1.00000000
+## 1479                            Capnocytophaga  1.00000000
+## 1480                              Gemmatimonas  1.00000000
+## 1481                             Mesorhizobium  1.00000000
+## 1482                                 Kallipyga  1.00000000
+## 1483                                Arenimonas  1.00000000
+## 1484                               Sphingobium  1.00000000
+## 1485                               Megasphaera  1.00000000
+## 1486                             Erythrobacter  1.00000000
+## 1487                             Youngiibacter  1.00000000
+## 1488                          Mucilaginibacter  1.00000000
+## 1489                                Rufibacter  1.00000000
+## 1490                             Methylorubrum  1.00000000
+## 1491                          Sphingobacterium  1.00000000
+## 1492                            Ferrimicrobium  1.00000000
+## 1493                               Flaviflexus  1.00000000
+## 1494                              Solibacillus  1.00000000
+## 1495                               Phocaeicola  1.00000000
+## 1496                      Paeniglutamicibacter  1.00000000
+## 1497                             Achromobacter  1.00000000
+## 1498                         Latilactobacillus  1.00000000
+## 1499                               Nakamurella  1.00000000
+## 1500                                Legionella  1.00000000
+## 1501                                Cellvibrio  1.00000000
+## 1502                               Leuconostoc  1.00000000
+## 1503                            Viridibacillus  1.00000000
+## 1504                               Leucobacter  1.00000000
+## 1505                           Propionicicella  1.00000000
+## 1506                                 Oerskovia  1.00000000
+## 1507                           Catenibacterium  1.00000000
+## 1508                         Saccharopolyspora  1.00000000
+## 1509                         Paramesorhizobium  1.00000000
+## 1510                               Silanimonas  1.00000000
+## 1511                                   Blautia  1.00000000
+## 1512                            Lancefieldella  1.00000000
+## 1513                            Mageeibacillus  1.00000000
+## 1514                             Fimbriiglobus  1.00000000
+## 1515                           Croceibacterium  1.00000000
+## 1516                               Gemmobacter  1.00000000
+## 1517                               Curvibacter  1.00000000
+## 1518                                   Ensifer  1.00000000
+## 1519                            Mammaliicoccus  1.00000000
+## 1520                             Halarcobacter  1.00000000
+## 1521                         Janthinobacterium  1.00000000
+## 1522                                  Belnapia  1.00000000
+## 1523                           Pseudidiomarina  1.00000000
+## 1524                           Nitratireductor  1.00000000
+## 1525                              Schlegelella  1.00000000
+## 1526                    Erysipelatoclostridium  1.00000000
+## 1527                          Phenylobacterium  1.00000000
+## 1528                           Luteipulveratus  1.00000000
+## 1529                               Daejeonella  1.00000000
+## 1530                                 Ezakiella  1.00000000
+## 1531                                  Nigerium  1.00000000
+## 1532                              Peribacillus  1.00000000
+## 1533                              Alloiococcus  1.00000000
+## 1534                              Trichococcus  1.00000000
+## 1535                              Buttiauxella  1.00000000
+## 1536                             Saccharothrix  1.00000000
+## 1537                           Intestinibacter  1.00000000
+## 1538                             Rodentibacter  1.00000000
+## 1539                             Brevibacillus  1.00000000
+## 1540                      Liquorilactobacillus  1.00000000
+## 1541                                Nonomuraea  1.00000000
+## 1542                                 Thioclava  1.00000000
+## 1543                              Pimelobacter  1.00000000
+## 1544                                 Scytonema  1.00000000
+## 1545                            Geosporobacter  1.00000000
+## 1546                                 Kushneria  1.00000000
+## 1547                               Eubacterium  1.00000000
+## 1548                                 Catonella  1.00000000
+## 1549                                Roseomonas  1.00000000
+## 1550                           Aggregatibacter  1.00000000
+## 1551                                 Geobacter  1.00000000
+## 1552                                Xenophilus  1.00000000
+## 1553                           Flavihumibacter  1.00000000
+## 1554                               Akkermansia  1.00000000
+## 1555                               Acetobacter  1.00000000
+## 1556                        Altererythrobacter  1.00000000
+## 1557                            Pseudonocardia  1.00000000
+## 1558                            Fructobacillus  1.00000000
+## 1559                        Peptostreptococcus  1.00000000
+## 1560                                Rubrivivax  1.00000000
+## 1561                              Ciceribacter  1.00000000
+## 1562                            Desulfuromonas  1.00000000
+## 1563                     Pseudoglutamicibacter  1.00000000
+## 1564                             Fictibacillus  1.00000000
+## 1565                             Porphyromonas  1.00000000
+## 1566                                Caldilinea  1.00000000
+## 1567                            Stomatobaculum  1.00000000
+## 1568                        Pelagerythrobacter  1.00000000
+## 1569                       Marinilactibacillus  1.00000000
+## 1570                                  Kluyvera  1.00000000
+## 1571                               Abiotrophia  1.00000000
+## 1572                              Acidisphaera  1.00000000
+## 1573                                 Pelomonas  1.00000000
+## 1574                                Kytococcus  1.00000000
+## 1575                               Actinomyces  1.00000000
+## 1576                            Carnobacterium  1.00000000
+## 1577                             Robertmurraya  1.00000000
+## 1578                            Micromonospora  1.00000000
+## 1579                        Paucilactobacillus  1.00000000
+## 1580                                Agrococcus  1.00000000
+## 1581                          Chryseobacterium  1.00000000
+## 1582                            Lysinibacillus  1.00000000
+## 1583                                 Demequina  1.00000000
+## 1584                             Sphaerochaeta  1.00000000
+## 1585                                Riemerella  1.00000000
+## 1586                             Amphibacillus  1.00000000
+## 1587                             Nesterenkonia  1.00000000
+## 1588                             Tenacibaculum  1.00000000
+## 1589                                  Wenxinia  1.00000000
+## 1590                               Pyrinomonas  1.00000000
+## 1591                                    Asanoa  1.00000000
+## 1592                              Sandaracinus  1.00000000
+## 1593                                  Nocardia  1.00000000
+## 1594                               Dermabacter  1.00000000
+## 1595                               Cronobacter  1.00000000
+## 1596                               Ornatilinea  1.00000000
+## 1597                                Solirubrum  1.00000000
+## 1598                               Cereibacter  1.00000000
+## 1599                             Rossellomorea  1.00000000
+## 1600                          Thermanaerothrix  1.00000000
+## 1601                           Solirubrobacter  1.00000000
+## 1602                                Raineyella  1.00000000
+## 1603                               Azotobacter  1.00000000
+## 1604                               Ramlibacter  1.00000000
+## 1605                             Aquamicrobium  1.00000000
+## 1606                          Faecalibacterium  1.00000000
+## 1607                          Pararheinheimera  1.00000000
+## 1608                              Chondromyces  1.00000000
+## 1609                              Marinobacter  1.00000000
+## 1610                                 Ralstonia  1.00000000
+## 1611                              Sphingopyxis  1.00000000
+## 1612 Halalkalibacterium_(ex_Joshi_et_al._2022)  1.00000000
+## 1613                           Salinimicrobium  1.00000000
+## 1614                                  Gillisia  1.00000000
+## 1615                            Hyphomicrobium  1.00000000
+## 1616                         Immundisolibacter  1.00000000
+## 1617                              Methylovorus  1.00000000
+## 1618                                Pedobacter  1.00000000
+## 1619                               Aequorivita  1.00000000
+## 1620                                Aureimonas  1.00000000
+## 1621                                   Kurthia  1.00000000
+## 1622                             Methylocystis  1.00000000
+## 1623                             Snodgrassella  1.00000000
+## 1624                              Hymenobacter  1.00000000
+## 1625                                Bergeyella  1.00000000
+## 1626                             Paenibacillus  1.00000000
+## 1627                              Alkanindiges  1.00000000
+## 1628                               Aromatoleum  1.00000000
+## 1629                         Pseudoalteromonas  1.00000000
+## 1630                              Auraticoccus  1.00000000
+## 1631                                     Dorea  1.00000000
+## 1632                                 Facklamia  1.00000000
+## 1633                                 Tolumonas  1.00000000
+## 1634                               Geobacillus  1.00000000
+## 1635                             Ilumatobacter  1.00000000
+## 1636                                Palleronia  1.00000000
+## 1637                         Lachnoclostridium  1.00000000
+## 1638                               Trueperella  1.00000000
+## 1639                          Rhodopseudomonas  1.00000000
+## 1640                                  Kingella  1.00000000
+## 1641                             Terribacillus  1.00000000
+## 1642                               Fannyhessea  1.00000000
+## 1643                                 Rudanella  1.00000000
+## 1644                       Lactiplantibacillus  1.00000000
+## 1645                                Rickettsia  1.00000000
+## 1646                             Methylophilus  1.00000000
+## 1647                              Algoriphagus  1.00000000
+## 1648                         Sanguibacteroides  1.00000000
+## 1649                                Ureaplasma  1.00000000
+## 1650                               Rubritepida  1.00000000
+## 1651                                  Azoarcus  1.00000000
+## 1652                      Pseudooctadecabacter  1.00000000
+## 1653                               Cupriavidus  1.00000000
+## 1654                           Oceanospirillum  1.00000000
+## 1655                          Anaeromyxobacter  1.00000000
+## 1656                              Oscillatoria  1.00000000
+## 1657                                Salmonella  1.00000000
+## 1658                        Cellulosimicrobium  1.00000000
+## 1659                                Jannaschia  1.00000000
+## 1660                            Curtobacterium  1.00000000
+## 1661                               Alcanivorax  1.00000000
+## 1662                              Conexibacter  1.00000000
+## 1663                               Atopostipes  1.00000000
+## 1664                           Salegentibacter  1.00000000
+## 1665                               Acetivibrio  1.00000000
+## 1666                                 Leifsonia  1.00000000
+## 1667                         Pseudorhodoplanes  1.00000000
+## 1668                               Agarivorans  1.00000000
+## 1669                            Hydrogenophaga  1.00000000
+## 1670                          Krasilnikoviella  1.00000000
+## 1671                             Rickettsiella  1.00000000
+## 1672                                Bellilinea  1.00000000
+## 1673                                Romboutsia  1.00000000
+## 1674                               Skermanella  1.00000000
+## 1675                                Morganella  1.00000000
+## 1676                                   Nioella  1.00000000
+## 1677                                  Simiduia  1.00000000
+## 1678                                   Frankia  1.00000000
+## 1679                                Myxococcus  1.00000000
+## 1680                                  Serratia  1.00000000
+## 1681                             Virgibacillus  1.00000000
+## 1682                              Avibacterium  1.00000000
+## 1683                               Marinomonas  1.00000000
+## 1684                              Turicibacter  1.00000000
+## 1685                                Merdimonas  1.00000000
+## 1686                            Diaphorobacter  1.00000000
+## 1687                                Acidithrix  1.00000000
+## 1688                               Tolypothrix  1.00000000
+## 1689                                  Buchnera  1.00000000
+## 1690                                Margalitia  1.00000000
+## 1691                                   Sarcina  1.00000000
+## 1692                        Lacticaseibacillus  1.00000000
+## 1693                               Pedosphaera  1.00000000
+## 1694                                 Allgaiera  1.00000000
+## 1695                              Lacrimispora  1.00000000
+## 1696                                   Erwinia  1.00000000
+## 1697                              Gulosibacter  1.00000000
+## 1698                           Parabacteroides  1.00000000
+## 1699                            Castellaniella  1.00000000
+## 1700                             Sutcliffiella  1.00000000
+## 1701                              Ruminobacter  1.00000000
+## 1702                                Vagococcus  1.00000000
+## 1703                        Ketogulonicigenium  1.00000000
+## 1704                        Aestuariimicrobium  1.00000000
+## 1705                             Nitriliruptor  1.00000000
+## 1706                                Dokdonella  1.00000000
+## 1707                                Williamsia  1.00000000
+## 1708                                 Rhizobium  1.00000000
+## 1709                             Modestobacter  1.00000000
+## 1710                                 Colwellia  1.00000000
+## 1711                              Holdemanella  1.00000000
+## 1712                                Caldimonas  1.00000000
+## 1713                     Phascolarctobacterium  1.00000000
+## 1714                            Neomicrococcus  1.00000000
+## 1715                                Hyalangium  1.00000000
+## 1716                                Brevefilum  1.00000000
+## 1717                              Sporosarcina  1.00000000
+## 1718                              Geminicoccus  1.00000000
+## 1719                             Falsiruegeria  1.00000000
+## 1720                           Oceanibacterium  1.00000000
+## 1721                             Allorhizobium  1.00000000
+## 1722                         Pseudoclavibacter  1.00000000
+## 1723                               Rhizobacter  1.00000000
+## 1724                              Patulibacter  1.00000000
+## 1725                                 Roseburia  1.00000000
+## 1726                               Herbiconiux  1.00000000
+## 1727                                Nitrospira  1.00000000
+## 1728                             Cryobacterium  1.00000000
+## 1729                            Oceanobacillus  1.00000000
+## 1730                                   Gemmata  1.00000000
+## 1731                                Rhodoferax  1.00000000
+## 1732                          Chromohalobacter  1.00000000
+## 1733                             Kitasatospora  1.00000000
+## 1734                          Verrucomicrobium  1.00000000
+## 1735                             Aphanizomenon  1.00000000
+## 1736                          Senegalimassilia  1.00000000
+## 1737                              Tepidibacter  1.00000000
+## 1738                              Plesiocystis  1.00000000
+## 1739                              Nitrosospira  1.00000000
+## 1740                                  Yaniella  1.00000000
+## 1741                           Subdoligranulum  1.00000000
+## 1742                                 Spirosoma  1.00000000
+## 1743                      Pseudoflavonifractor  1.00000000
+## 1744                           Metaplanococcus  1.00000000
+## 1745                             Sinorhizobium  1.00000000
+## 1746                           Fredinandcohnia  1.00000000
+## 1747                               Alcaligenes  1.00000000
+## 1748                           Thermoleophilum  1.00000000
+## 1749                               Oceanicella  1.00000000
+## 1750                              Thiolapillus  1.00000000
+## 1751                        Pseudobdellovibrio  1.00000000
+## 1752                              Plantibacter  1.00000000
+## 1753                                   Thermus  1.00000000
+## 1754                             Quasibacillus  1.00000000
+## 1755                              Cesiribacter  1.00000000
+## 1756                             Sulfitobacter  1.00000000
+## 1757                               Plesiomonas  1.00000000
+## 1758                         Promicromonospora  1.00000000
+## 1759                         Streptacidiphilus  1.00000000
+## 1760                             Perlucidibaca  1.00000000
+## 1761                                 Kutzneria  1.00000000
+## 1762                              Sanguibacter  1.00000000
+## 1763                            Oceaniovalibus  1.00000000
+## 1764                          Neosynechococcus  1.00000000
+## 1765                               Selenomonas  1.00000000
+## 1766                            Alloprevotella  1.00000000
+## 1767                               Providencia  1.00000000
+## 1768                                 Dialister  1.00000000
+## 1769                             Siminovitchia  1.00000000
+## 1770                                Aliivibrio  1.00000000
+## 1771                             Aquimixticola  1.00000000
+## 1772                              Chitinimonas  1.00000000
+## 1773                           Pleomorphomonas  1.00000000
+## 1774                                Hyphomonas  1.00000000
+## 1775                                 Caenibius  1.00000000
+## 1776                             Spirillospora  1.00000000
+## 1777                              Edaphobacter  1.00000000
+## 1778                             Geminisphaera  1.00000000
+## 1779                              Chloroflexus  1.00000000
+## 1780                               Fervidicola  1.00000000
+## 1781                            Cloacibacillus  1.00000000
+## 1782                             Desulfovibrio  1.00000000
+## 1783                                  Oligella  1.00000000
+## 1784                             Adhaeribacter  1.00000000
+## 1785                                   Lentzea  1.00000000
+## 1786                            Chthoniobacter  1.00000000
+## 1787                                 Rhodoluna  1.00000000
+## 1788                               Kineococcus  1.00000000
+## 1789                              Mobilicoccus  1.00000000
+## 1790                             Oceanisphaera  1.00000000
+## 1791                        Lentilactobacillus  1.00000000
+## 1792                              Methylomonas  1.00000000
+## 1793                              Halobacillus  1.00000000
+## 1794                               Rhodovibrio  1.00000000
+## 1795                           Pelagibacterium  1.00000000
+## 1796                              Gottschalkia  1.00000000
+## 1797                          Actinokineospora  1.00000000
+## 1798                          Thalassobacillus  1.00000000
+## 1799                               Stigmatella  1.00000000
+## 1800                            Steroidobacter  1.00000000
+## 1801                                 Pirellula  1.00000000
+## 1802                                  Canicola  1.00000000
+## 1803                           Desulfonatronum  1.00000000
+## 1804                               Thermosinus  1.00000000
+## 1805                             Blastochloris  1.00000000
+## 1806                               Thermomonas  1.00000000
+## 1807                                Kerstersia  1.00000000
+## 1808                           Intrasporangium  1.00000000
+## 1809                                Flexilinea  1.00000000
+## 1810                            Clostridioides  1.00000000
+## 1811                                 Pelosinus  1.00000000
+## 1812                           Cardiobacterium  1.00000000
+## 1813                                 Albimonas  1.00000000
+## 1814                       Thermostaphylospora  1.00000000
+## 1815                               Falseniella  1.00000000
+## 1816                          Acidiferrobacter  1.00000000
+## 1817                             Catellicoccus  1.00000000
+## 1818                            Acidobacterium  1.00000000
+## 1819                              Methylocella  1.00000000
+## 1820                              Isoptericola  1.00000000
+## 1821                              Tepidiphilus  1.00000000
+## 1822                                 Kribbella  1.00000000
+## 1823                                 Kosakonia  1.00000000
+## 1824                              Nocardiopsis  1.00000000
+## 1825                                Weizmannia  1.00000000
+## 1826                                Mannheimia  1.00000000
+## 1827                                 Niastella  1.00000000
+## 1828                               Nitrobacter  1.00000000
+## 1829                                 Limimonas  1.00000000
+## 1830                                 Wolinella  1.00000000
+## 1831                           Mycobacteroides  1.00000000
+## 1832                          Negativibacillus  1.00000000
+## 1833                            Rhodomicrobium  1.00000000
+## 1834                               Caloramator  1.00000000
+## 1835                                 Pandoraea  1.00000000
+## 1836                                   Cnuella  1.00000000
+## 1837                          Aurantiacibacter  1.00000000
+## 1838                             Bavariicoccus  1.00000000
+## 1839                                 Rugamonas  1.00000000
+## 1840                                   Klenkia  1.00000000
+## 1841                                Colibacter  1.00000000
+## 1842                            Nitratifractor  1.00000000
+## 1843                                  Soonwooa  1.00000000
+## 1844                              Tetrasphaera  1.00000000
+## 1845                           Actinophytocola  1.00000000
+## 1846                             Lactonifactor  1.00000000
+## 1847                             Azohydromonas  1.00000000
+## 1848                             Methylobacter  1.00000000
+## 1849                         Actinomycetospora  1.00000000
+## 1850                         Chroococcidiopsis  1.00000000
+## 1851                            Arsenicicoccus  1.00000000
+## 1852                          Pseudescherichia  1.00000000
+## 1853                              Methylocapsa  1.00000000
+## 1854                               Alteromonas  1.00000000
+## 1855                              Psychromonas  1.00000000
+## 1856                          Cryptosporangium  1.00000000
+## 1857                           Marinospirillum  1.00000000
+## 1858                                 Kangiella  1.00000000
+## 1859                              Zavarzinella  1.00000000
+## 1860                                  Sneathia  1.00000000
+## 1861                              Niameybacter  1.00000000
+## 1862                                    Nostoc  1.00000000
+## 1863                               Coprococcus  1.00000000
+## 1864                                Roseateles  1.00000000
+## 1865                         Dactylosporangium  1.00000000
+## 1866                                   Jonesia  1.00000000
+## 1867                         Ornithinibacillus  1.00000000
+## 1868                         Ruminiclostridium  1.00000000
+## 1869                               Tissierella  1.00000000
+## 1870                              Microlunatus  1.00000000
+## 1871                               Mariniphaga  1.00000000
+## 1872                              Caballeronia  1.00000000
+## 1873                               Merdibacter  1.00000000
+## 1874                                 Salipiger  1.00000000
+## 1875                             Pontibacillus  1.00000000
+## 1876                              Croceicoccus  1.00000000
+## 1877                                Roseivivax  1.00000000
+## 1878                              Dolosicoccus  1.00000000
+## 1879                                 Yokenella  1.00000000
+## 1880                             Melissococcus  1.00000000
+## 1881                                Sutterella  1.00000000
+## 1882                               Xanthomonas  1.00000000
+## 1883                               Lampropedia  1.00000000
+## 1884                             Mycobacterium  1.00000000
+## 1885                                Maricaulis  1.00000000
+## 1886                              Oribacterium  1.00000000
+## 1887                              Planctopirus  1.00000000
+## 1888                                    Ruania  1.00000000
+## 1889                                   Cedecea  1.00000000
+## 1890                                  Rahnella  1.00000000
+## 1891                              Jeotgalibaca  1.00000000
+## 1892                              Edwardsiella  1.00000000
+## 1893                            Mycoplasmopsis  1.00000000
+## 1894                          Pseudaminobacter  1.00000000
+## 1895                              Bibersteinia  1.00000000
+## 1896                                   Kribbia  1.00000000
+## 1897                             Salinarimonas  1.00000000
+## 1898                                Shimwellia  1.00000000
+## 1899                                Bordetella  1.00000000
+## 1900                                Neofamilia  1.00000000
+## 1901                             Lentibacillus  1.00000000
+## 1902                             Thiohalomonas  1.00000000
+## 1903                          Paeniclostridium  1.00000000
+## 1904                            Actinobacillus  1.00000000
+## 1905                            Salinibacillus  1.00000000
+## 1906                          Terrisporobacter  1.00000000
+## 1907                              Heyndrickxia  1.00000000
+## 1908                               Lederbergia  1.00000000
+## 1909                        Caldalkalibacillus  1.00000000
+## 1910                              Beijerinckia  1.00000000
+## 1911                                 Agromyces  1.00000000
+## 1912                  Hydrogenoanaerobacterium  1.00000000
+## 1913                       Massilioclostridium  1.00000000
+## 1914                               Pasteurella  1.00000000
+## 1915                            Rhodopirellula  1.00000000
+## 1916                         Saccharomonospora  1.00000000
+## 1917                                 Wolbachia  1.00000000
+## 1918                                  Afifella  1.00000000
+## 1919                             Ardenticatena  1.00000000
+## 1920                      Companilactobacillus  1.00000000
+## 1921                          Paraburkholderia  1.00000000
+## 1922                                  Azospira  1.00000000
+## 1923                               Barnesiella  1.00000000
+## 1924                                  Marivita  1.00000000
+## 1925                                Altibacter  1.00000000
+## 1926                              Dysgonomonas  1.00000000
+## 1927                              Neorhizobium  1.00000000
+## 1928                              Tumebacillus  1.00000000
+## 1929                             Nitrosovibrio  1.00000000
+## 1930                                Glycomyces  1.00000000
+## 1931                                Salinicola  1.00000000
+## 1932                              Methylosinus  1.00000000
+## 1933                                Xylophilus  1.00000000
+## 1934                          Fusicatenibacter  1.00000000
+## 1935                                 Azovibrio  1.00000000
+## 1936                                  Geotalea  1.00000000
+## 1937                             Microbulbifer  1.00000000
+## 1938                                Algoriella  1.00000000
+## 1939                                  Shigella  1.00000000
+## 1940                                Mycetocola  1.00000000
+## 1941                                 Urmitella  1.00000000
+## 1942                            Dolosigranulum  1.00000000
+## 1943                             Streptococcus  0.03369181
+## 1944                                 Moraxella  1.00000000
+## 1945                            Staphylococcus  1.00000000
+## 1946                           Corynebacterium  1.00000000
+## 1947                               Haemophilus  0.15313421
+## 1948                            Anaerobacillus  1.00000000
+## 1949                                Paracoccus  1.00000000
+## 1950                             Acinetobacter  1.00000000
+## 1951                               Pseudomonas  1.00000000
+## 1952                          Alkalihalophilus  1.00000000
+## 1953                                   Delftia  1.00000000
+## 1954                        Noviherbaspirillum  1.00000000
+## 1955                                 Weissella  1.00000000
+## 1956                               Escherichia  1.00000000
+## 1957                                  Brucella  1.00000000
+## 1958                                 Aeromonas  1.00000000
+## 1959                                Mycoplasma  1.00000000
+## 1960                                   Kocuria  1.00000000
+## 1961                              Enterobacter  1.00000000
+## 1962                             Cutibacterium  1.00000000
+## 1963                                  Listeria  1.00000000
+## 1964                               Micrococcus  1.00000000
+## 1965                              Sphingomonas  1.00000000
+## 1966                                  Knoellia  1.00000000
+## 1967                                Finegoldia  1.00000000
+## 1968                             Peptoniphilus  1.00000000
+## 1969                        Ornithinimicrobium  1.00000000
+## 1970                              Nocardioides  1.00000000
+## 1971                             Agrobacterium  1.00000000
+## 1972                                 Neisseria  1.00000000
+## 1973                                Janibacter  1.00000000
+## 1974                        Alkalihalobacillus  1.00000000
+## 1975                         Halolactibacillus  1.00000000
+## 1976                              Anaerococcus  1.00000000
+## 1977                           Bifidobacterium  1.00000000
+## 1978                                  Bacillus  1.00000000
+## 1979                           Exiguobacterium  1.00000000
+## 1980                               Marmoricola  1.00000000
+## 1981                           Brachybacterium  1.00000000
+## 1982                              Salinicoccus  1.00000000
+## 1983                                 Halomonas  1.00000000
+## 1984                                Suttonella  1.00000000
+## 1985                                Microvirga  1.00000000
+## 1986                                    Rothia  1.00000000
+## 1987                               Planococcus  1.00000000
+## 1988                            Herbaspirillum  1.00000000
+## 1989                             Psychrobacter  1.00000000
+## 1990                                   Dietzia  1.00000000
+## 1991                               Veillonella  1.00000000
+## 1992                             Alishewanella  1.00000000
+## 1993                              Glaesserella  1.00000000
+## 1994                               Helcococcus  1.00000000
+## 1995                         Paenisporosarcina  1.00000000
+## 1996                              Serinicoccus  1.00000000
+## 1997                                   Gemella  1.00000000
+## 1998                          Rubellimicrobium  1.00000000
+## 1999                                Lysobacter  1.00000000
+## 2000                                Variovorax  1.00000000
+## 2001                             Tessaracoccus  1.00000000
+## 2002                          Stenotrophomonas  1.00000000
+## 2003                         Ligilactobacillus  1.00000000
+## 2004                                Klebsiella  1.00000000
+## 2005                             Fusobacterium  1.00000000
+## 2006                             Campylobacter  1.00000000
+## 2007                                  Gordonia  1.00000000
+## 2008                       Alkalihalobacterium  1.00000000
+## 2009                            Brevibacterium  1.00000000
+## 2010                         Pseudarthrobacter  1.00000000
+## 2011                            Jeotgalicoccus  1.00000000
+## 2012                               Neobacillus  1.00000000
+## 2013                              Enterococcus  1.00000000
+## 2014                             Haematobacter  1.00000000
+## 2015                                 Comamonas  1.00000000
+## 2016                                 Kaistella  1.00000000
+## 2017                              Aeribacillus  1.00000000
+## 2018                            Bradyrhizobium  1.00000000
+## 2019                                Shewanella  1.00000000
+## 2020                              Domibacillus  1.00000000
+## 2021                                 Aquimonas  1.00000000
+## 2022                              Cytobacillus  1.00000000
+## 2023                             Thalassospira  1.00000000
+## 2024                               Citrobacter  1.00000000
+## 2025                               Rhodococcus  1.00000000
+## 2026                                   Pantoea  1.00000000
+## 2027                              Arthrobacter  1.00000000
+## 2028                            Granulicatella  1.00000000
+## 2029                               Piscicoccus  1.00000000
+## 2030                                Aerococcus  1.00000000
+## 2031                               Actinotalea  1.00000000
+## 2032                                  Priestia  1.00000000
+## 2033                              Metabacillus  1.00000000
+## 2034                             Pluralibacter  1.00000000
+## 2035                            Negativicoccus  1.00000000
+## 2036                                   Proteus  1.00000000
+## 2037                           Flavisolibacter  1.00000000
+## 2038                           Halopseudomonas  1.00000000
+## 2039                           Nosocomiicoccus  1.00000000
+## 2040                              Streptomyces  1.00000000
+## 2041                            Planomicrobium  1.00000000
+## 2042       Pusillimonas_(ex_Stolz_et_al._2005)  1.00000000
+## 2043                                Pedococcus  1.00000000
+## 2044                               Eremococcus  1.00000000
+## 2045                                  Massilia  1.00000000
+## 2046                           Novosphingobium  1.00000000
+## 2047                              Ruminococcus  1.00000000
+## 2048                              Blastococcus  1.00000000
+## 2049                              Cellulomonas  1.00000000
+## 2050                               Pontibacter  1.00000000
+## 2051                               Gardnerella  1.00000000
+## 2052                             Anoxybacillus  1.00000000
+## 2053                                Lawsonella  1.00000000
+## 2054                           Obesumbacterium  1.00000000
+## 2055                           Epilithonimonas  1.00000000
+## 2056                               Tepidimonas  1.00000000
+## 2057                            Flavobacterium  1.00000000
+## 2058                           Glutamicibacter  1.00000000
+## 2059                                Prevotella  1.00000000
+## 2060                               Phycicoccus  1.00000000
+## 2061                          Geodermatophilus  1.00000000
+## 2062                       Limosilactobacillus  1.00000000
+## 2063                             Sphaerobacter  1.00000000
+## 2064                                  Schinkia  1.00000000
+## 2065                        Mediterraneibacter  1.00000000
+## 2066                           Alkalibacterium  1.00000000
+## 2067                                Fenollaria  1.00000000
+## 2068                                     Bosea  1.00000000
+## 2069                                 Lautropia  1.00000000
+## 2070                     Pseudostreptobacillus  1.00000000
+## 2071                               Nissabacter  1.00000000
+## 2072                                Luteimonas  1.00000000
+## 2073                              Globicatella  1.00000000
+## 2074                                   Thauera  1.00000000
+## 2075                            Microbacterium  1.00000000
+## 2076                                Archangium  1.00000000
+## 2077                             Enterocloster  1.00000000
+## 2078                                Leptothrix  1.00000000
+## 2079                               Dyadobacter  1.00000000
+## 2080                             Lactobacillus  1.00000000
+## 2081                              Rhizorhabdus  1.00000000
+## 2082                              Azospirillum  1.00000000
+## 2083                                Acidovorax  1.00000000
+## 2084                             Aeromicrobium  1.00000000
+## 2085                          Paenarthrobacter  1.00000000
+## 2086                               Deinococcus  1.00000000
+## 2087                              Burkholderia  1.00000000
+## 2088                               Clostridium  1.00000000
+## 2089                             Aquabacterium  1.00000000
+## 2090                                 Aquincola  1.00000000
+## 2091                               Macrococcus  1.00000000
+## 2092                              Rheinheimera  1.00000000
+## 2093                             Aliarcobacter  1.00000000
+## 2094                               Collinsella  1.00000000
+## 2095                               Brochothrix  1.00000000
+## 2096                               Caulobacter  1.00000000
+## 2097                                   Niallia  1.00000000
+## 2098                             Brevundimonas  1.00000000
+## 2099                              Desnuesiella  1.00000000
+## 2100                               Rubrobacter  1.00000000
+## 2101                               Pediococcus  1.00000000
+## 2102                         Mycolicibacterium  1.00000000
+## 2103                              Fimbriimonas  1.00000000
+## 2104                               Tsuneonella  1.00000000
+## 2105                          Methylobacterium  1.00000000
+## 2106                               Lactococcus  1.00000000
+## 2107                                   Devosia  1.00000000
+## 2108                              Leptotrichia  1.00000000
+## 2109                               Chishuiella  1.00000000
+## 2110                           Pseudorhizobium  1.00000000
+## 2111                           Cloacibacterium  1.00000000
+## 2112                              Abyssicoccus  1.00000000
+## 2113                         Pseudoxanthomonas  1.00000000
+## 2114                         Thermoactinomyces  1.00000000
+## 2115                                 Megamonas  1.00000000
+## 2116                               Methylibium  1.00000000
+## 2117                              Beutenbergia  1.00000000
+## 2118                                    Vibrio  1.00000000
+## 2119                                  Schaalia  1.00000000
+## 2120                          Jeotgalibacillus  1.00000000
+## 2121                                    Afipia  1.00000000
+## 2122                                Bryobacter  1.00000000
+## 2123                               Bacteroides  1.00000000
+## 2124                              Qipengyuania  1.00000000
+## 2125                              Mesobacillus  1.00000000
+## 2126                            Capnocytophaga  1.00000000
+## 2127                              Gemmatimonas  1.00000000
+## 2128                             Mesorhizobium  1.00000000
+## 2129                                 Kallipyga  1.00000000
+## 2130                                Arenimonas  1.00000000
+## 2131                               Sphingobium  1.00000000
+## 2132                               Megasphaera  1.00000000
+## 2133                             Erythrobacter  1.00000000
+## 2134                             Youngiibacter  1.00000000
+## 2135                          Mucilaginibacter  1.00000000
+## 2136                                Rufibacter  1.00000000
+## 2137                             Methylorubrum  1.00000000
+## 2138                          Sphingobacterium  1.00000000
+## 2139                            Ferrimicrobium  1.00000000
+## 2140                               Flaviflexus  1.00000000
+## 2141                              Solibacillus  1.00000000
+## 2142                               Phocaeicola  1.00000000
+## 2143                      Paeniglutamicibacter  1.00000000
+## 2144                             Achromobacter  1.00000000
+## 2145                         Latilactobacillus  1.00000000
+## 2146                               Nakamurella  1.00000000
+## 2147                                Legionella  1.00000000
+## 2148                                Cellvibrio  1.00000000
+## 2149                               Leuconostoc  1.00000000
+## 2150                            Viridibacillus  1.00000000
+## 2151                               Leucobacter  1.00000000
+## 2152                           Propionicicella  1.00000000
+## 2153                                 Oerskovia  1.00000000
+## 2154                           Catenibacterium  1.00000000
+## 2155                         Saccharopolyspora  1.00000000
+## 2156                         Paramesorhizobium  1.00000000
+## 2157                               Silanimonas  1.00000000
+## 2158                                   Blautia  1.00000000
+## 2159                            Lancefieldella  1.00000000
+## 2160                            Mageeibacillus  1.00000000
+## 2161                             Fimbriiglobus  1.00000000
+## 2162                           Croceibacterium  1.00000000
+## 2163                               Gemmobacter  1.00000000
+## 2164                               Curvibacter  1.00000000
+## 2165                                   Ensifer  1.00000000
+## 2166                            Mammaliicoccus  1.00000000
+## 2167                             Halarcobacter  1.00000000
+## 2168                         Janthinobacterium  1.00000000
+## 2169                                  Belnapia  1.00000000
+## 2170                           Pseudidiomarina  1.00000000
+## 2171                           Nitratireductor  1.00000000
+## 2172                              Schlegelella  1.00000000
+## 2173                    Erysipelatoclostridium  1.00000000
+## 2174                          Phenylobacterium  1.00000000
+## 2175                           Luteipulveratus  1.00000000
+## 2176                               Daejeonella  1.00000000
+## 2177                                 Ezakiella  1.00000000
+## 2178                                  Nigerium  1.00000000
+## 2179                              Peribacillus  1.00000000
+## 2180                              Alloiococcus  1.00000000
+## 2181                              Trichococcus  1.00000000
+## 2182                              Buttiauxella  1.00000000
+## 2183                             Saccharothrix  1.00000000
+## 2184                           Intestinibacter  1.00000000
+## 2185                             Rodentibacter  1.00000000
+## 2186                             Brevibacillus  1.00000000
+## 2187                      Liquorilactobacillus  1.00000000
+## 2188                                Nonomuraea  1.00000000
+## 2189                                 Thioclava  1.00000000
+## 2190                              Pimelobacter  1.00000000
+## 2191                                 Scytonema  1.00000000
+## 2192                            Geosporobacter  1.00000000
+## 2193                                 Kushneria  1.00000000
+## 2194                               Eubacterium  1.00000000
+## 2195                                 Catonella  1.00000000
+## 2196                                Roseomonas  1.00000000
+## 2197                           Aggregatibacter  1.00000000
+## 2198                                 Geobacter  1.00000000
+## 2199                                Xenophilus  1.00000000
+## 2200                           Flavihumibacter  1.00000000
+## 2201                               Akkermansia  1.00000000
+## 2202                               Acetobacter  1.00000000
+## 2203                        Altererythrobacter  1.00000000
+## 2204                            Pseudonocardia  1.00000000
+## 2205                            Fructobacillus  1.00000000
+## 2206                        Peptostreptococcus  1.00000000
+## 2207                                Rubrivivax  1.00000000
+## 2208                              Ciceribacter  1.00000000
+## 2209                            Desulfuromonas  1.00000000
+## 2210                     Pseudoglutamicibacter  1.00000000
+## 2211                             Fictibacillus  1.00000000
+## 2212                             Porphyromonas  1.00000000
+## 2213                                Caldilinea  1.00000000
+## 2214                            Stomatobaculum  1.00000000
+## 2215                        Pelagerythrobacter  1.00000000
+## 2216                       Marinilactibacillus  1.00000000
+## 2217                                  Kluyvera  1.00000000
+## 2218                               Abiotrophia  1.00000000
+## 2219                              Acidisphaera  1.00000000
+## 2220                                 Pelomonas  1.00000000
+## 2221                                Kytococcus  1.00000000
+## 2222                               Actinomyces  1.00000000
+## 2223                            Carnobacterium  1.00000000
+## 2224                             Robertmurraya  1.00000000
+## 2225                            Micromonospora  1.00000000
+## 2226                        Paucilactobacillus  1.00000000
+## 2227                                Agrococcus  1.00000000
+## 2228                          Chryseobacterium  1.00000000
+## 2229                            Lysinibacillus  1.00000000
+## 2230                                 Demequina  1.00000000
+## 2231                             Sphaerochaeta  1.00000000
+## 2232                                Riemerella  1.00000000
+## 2233                             Amphibacillus  1.00000000
+## 2234                             Nesterenkonia  1.00000000
+## 2235                             Tenacibaculum  1.00000000
+## 2236                                  Wenxinia  1.00000000
+## 2237                               Pyrinomonas  1.00000000
+## 2238                                    Asanoa  1.00000000
+## 2239                              Sandaracinus  1.00000000
+## 2240                                  Nocardia  1.00000000
+## 2241                               Dermabacter  1.00000000
+## 2242                               Cronobacter  1.00000000
+## 2243                               Ornatilinea  1.00000000
+## 2244                                Solirubrum  1.00000000
+## 2245                               Cereibacter  1.00000000
+## 2246                             Rossellomorea  1.00000000
+## 2247                          Thermanaerothrix  1.00000000
+## 2248                           Solirubrobacter  1.00000000
+## 2249                                Raineyella  1.00000000
+## 2250                               Azotobacter  1.00000000
+## 2251                               Ramlibacter  1.00000000
+## 2252                             Aquamicrobium  1.00000000
+## 2253                          Faecalibacterium  1.00000000
+## 2254                          Pararheinheimera  1.00000000
+## 2255                              Chondromyces  1.00000000
+## 2256                              Marinobacter  1.00000000
+## 2257                                 Ralstonia  1.00000000
+## 2258                              Sphingopyxis  1.00000000
+## 2259 Halalkalibacterium_(ex_Joshi_et_al._2022)  1.00000000
+## 2260                           Salinimicrobium  1.00000000
+## 2261                                  Gillisia  1.00000000
+## 2262                            Hyphomicrobium  1.00000000
+## 2263                         Immundisolibacter  1.00000000
+## 2264                              Methylovorus  1.00000000
+## 2265                                Pedobacter  1.00000000
+## 2266                               Aequorivita  1.00000000
+## 2267                                Aureimonas  1.00000000
+## 2268                                   Kurthia  1.00000000
+## 2269                             Methylocystis  1.00000000
+## 2270                             Snodgrassella  1.00000000
+## 2271                              Hymenobacter  1.00000000
+## 2272                                Bergeyella  1.00000000
+## 2273                             Paenibacillus  1.00000000
+## 2274                              Alkanindiges  1.00000000
+## 2275                               Aromatoleum  1.00000000
+## 2276                         Pseudoalteromonas  1.00000000
+## 2277                              Auraticoccus  1.00000000
+## 2278                                     Dorea  1.00000000
+## 2279                                 Facklamia  1.00000000
+## 2280                                 Tolumonas  1.00000000
+## 2281                               Geobacillus  1.00000000
+## 2282                             Ilumatobacter  1.00000000
+## 2283                                Palleronia  1.00000000
+## 2284                         Lachnoclostridium  1.00000000
+## 2285                               Trueperella  1.00000000
+## 2286                          Rhodopseudomonas  1.00000000
+## 2287                                  Kingella  1.00000000
+## 2288                             Terribacillus  1.00000000
+## 2289                               Fannyhessea  1.00000000
+## 2290                                 Rudanella  1.00000000
+## 2291                       Lactiplantibacillus  1.00000000
+## 2292                                Rickettsia  1.00000000
+## 2293                             Methylophilus  1.00000000
+## 2294                              Algoriphagus  1.00000000
+## 2295                         Sanguibacteroides  1.00000000
+## 2296                                Ureaplasma  1.00000000
+## 2297                               Rubritepida  1.00000000
+## 2298                                  Azoarcus  1.00000000
+## 2299                      Pseudooctadecabacter  1.00000000
+## 2300                               Cupriavidus  1.00000000
+## 2301                           Oceanospirillum  1.00000000
+## 2302                          Anaeromyxobacter  1.00000000
+## 2303                              Oscillatoria  1.00000000
+## 2304                                Salmonella  1.00000000
+## 2305                        Cellulosimicrobium  1.00000000
+## 2306                                Jannaschia  1.00000000
+## 2307                            Curtobacterium  1.00000000
+## 2308                               Alcanivorax  1.00000000
+## 2309                              Conexibacter  1.00000000
+## 2310                               Atopostipes  1.00000000
+## 2311                           Salegentibacter  1.00000000
+## 2312                               Acetivibrio  1.00000000
+## 2313                                 Leifsonia  1.00000000
+## 2314                         Pseudorhodoplanes  1.00000000
+## 2315                               Agarivorans  1.00000000
+## 2316                            Hydrogenophaga  1.00000000
+## 2317                          Krasilnikoviella  1.00000000
+## 2318                             Rickettsiella  1.00000000
+## 2319                                Bellilinea  1.00000000
+## 2320                                Romboutsia  1.00000000
+## 2321                               Skermanella  1.00000000
+## 2322                                Morganella  1.00000000
+## 2323                                   Nioella  1.00000000
+## 2324                                  Simiduia  1.00000000
+## 2325                                   Frankia  1.00000000
+## 2326                                Myxococcus  1.00000000
+## 2327                                  Serratia  1.00000000
+## 2328                             Virgibacillus  1.00000000
+## 2329                              Avibacterium  1.00000000
+## 2330                               Marinomonas  1.00000000
+## 2331                              Turicibacter  1.00000000
+## 2332                                Merdimonas  1.00000000
+## 2333                            Diaphorobacter  1.00000000
+## 2334                                Acidithrix  1.00000000
+## 2335                               Tolypothrix  1.00000000
+## 2336                                  Buchnera  1.00000000
+## 2337                                Margalitia  1.00000000
+## 2338                                   Sarcina  1.00000000
+## 2339                        Lacticaseibacillus  1.00000000
+## 2340                               Pedosphaera  1.00000000
+## 2341                                 Allgaiera  1.00000000
+## 2342                              Lacrimispora  1.00000000
+## 2343                                   Erwinia  1.00000000
+## 2344                              Gulosibacter  1.00000000
+## 2345                           Parabacteroides  1.00000000
+## 2346                            Castellaniella  1.00000000
+## 2347                             Sutcliffiella  1.00000000
+## 2348                              Ruminobacter  1.00000000
+## 2349                                Vagococcus  1.00000000
+## 2350                        Ketogulonicigenium  1.00000000
+## 2351                        Aestuariimicrobium  1.00000000
+## 2352                             Nitriliruptor  1.00000000
+## 2353                                Dokdonella  1.00000000
+## 2354                                Williamsia  1.00000000
+## 2355                                 Rhizobium  1.00000000
+## 2356                             Modestobacter  1.00000000
+## 2357                                 Colwellia  1.00000000
+## 2358                              Holdemanella  1.00000000
+## 2359                                Caldimonas  1.00000000
+## 2360                     Phascolarctobacterium  1.00000000
+## 2361                            Neomicrococcus  1.00000000
+## 2362                                Hyalangium  1.00000000
+## 2363                                Brevefilum  1.00000000
+## 2364                              Sporosarcina  1.00000000
+## 2365                              Geminicoccus  1.00000000
+## 2366                             Falsiruegeria  1.00000000
+## 2367                           Oceanibacterium  1.00000000
+## 2368                             Allorhizobium  1.00000000
+## 2369                         Pseudoclavibacter  1.00000000
+## 2370                               Rhizobacter  1.00000000
+## 2371                              Patulibacter  1.00000000
+## 2372                                 Roseburia  1.00000000
+## 2373                               Herbiconiux  1.00000000
+## 2374                                Nitrospira  1.00000000
+## 2375                             Cryobacterium  1.00000000
+## 2376                            Oceanobacillus  1.00000000
+## 2377                                   Gemmata  1.00000000
+## 2378                                Rhodoferax  1.00000000
+## 2379                          Chromohalobacter  1.00000000
+## 2380                             Kitasatospora  1.00000000
+## 2381                          Verrucomicrobium  1.00000000
+## 2382                             Aphanizomenon  1.00000000
+## 2383                          Senegalimassilia  1.00000000
+## 2384                              Tepidibacter  1.00000000
+## 2385                              Plesiocystis  1.00000000
+## 2386                              Nitrosospira  1.00000000
+## 2387                                  Yaniella  1.00000000
+## 2388                           Subdoligranulum  1.00000000
+## 2389                                 Spirosoma  1.00000000
+## 2390                      Pseudoflavonifractor  1.00000000
+## 2391                           Metaplanococcus  1.00000000
+## 2392                             Sinorhizobium  1.00000000
+## 2393                           Fredinandcohnia  1.00000000
+## 2394                               Alcaligenes  1.00000000
+## 2395                           Thermoleophilum  1.00000000
+## 2396                               Oceanicella  1.00000000
+## 2397                              Thiolapillus  1.00000000
+## 2398                        Pseudobdellovibrio  1.00000000
+## 2399                              Plantibacter  1.00000000
+## 2400                                   Thermus  1.00000000
+## 2401                             Quasibacillus  1.00000000
+## 2402                              Cesiribacter  1.00000000
+## 2403                             Sulfitobacter  1.00000000
+## 2404                               Plesiomonas  1.00000000
+## 2405                         Promicromonospora  1.00000000
+## 2406                         Streptacidiphilus  1.00000000
+## 2407                             Perlucidibaca  1.00000000
+## 2408                                 Kutzneria  1.00000000
+## 2409                              Sanguibacter  1.00000000
+## 2410                            Oceaniovalibus  1.00000000
+## 2411                          Neosynechococcus  1.00000000
+## 2412                               Selenomonas  1.00000000
+## 2413                            Alloprevotella  1.00000000
+## 2414                               Providencia  1.00000000
+## 2415                                 Dialister  1.00000000
+## 2416                             Siminovitchia  1.00000000
+## 2417                                Aliivibrio  1.00000000
+## 2418                             Aquimixticola  1.00000000
+## 2419                              Chitinimonas  1.00000000
+## 2420                           Pleomorphomonas  1.00000000
+## 2421                                Hyphomonas  1.00000000
+## 2422                                 Caenibius  1.00000000
+## 2423                             Spirillospora  1.00000000
+## 2424                              Edaphobacter  1.00000000
+## 2425                             Geminisphaera  1.00000000
+## 2426                              Chloroflexus  1.00000000
+## 2427                               Fervidicola  1.00000000
+## 2428                            Cloacibacillus  1.00000000
+## 2429                             Desulfovibrio  1.00000000
+## 2430                                  Oligella  1.00000000
+## 2431                             Adhaeribacter  1.00000000
+## 2432                                   Lentzea  1.00000000
+## 2433                            Chthoniobacter  1.00000000
+## 2434                                 Rhodoluna  1.00000000
+## 2435                               Kineococcus  1.00000000
+## 2436                              Mobilicoccus  1.00000000
+## 2437                             Oceanisphaera  1.00000000
+## 2438                        Lentilactobacillus  1.00000000
+## 2439                              Methylomonas  1.00000000
+## 2440                              Halobacillus  1.00000000
+## 2441                               Rhodovibrio  1.00000000
+## 2442                           Pelagibacterium  1.00000000
+## 2443                              Gottschalkia  1.00000000
+## 2444                          Actinokineospora  1.00000000
+## 2445                          Thalassobacillus  1.00000000
+## 2446                               Stigmatella  1.00000000
+## 2447                            Steroidobacter  1.00000000
+## 2448                                 Pirellula  1.00000000
+## 2449                                  Canicola  1.00000000
+## 2450                           Desulfonatronum  1.00000000
+## 2451                               Thermosinus  1.00000000
+## 2452                             Blastochloris  1.00000000
+## 2453                               Thermomonas  1.00000000
+## 2454                                Kerstersia  1.00000000
+## 2455                           Intrasporangium  1.00000000
+## 2456                                Flexilinea  1.00000000
+## 2457                            Clostridioides  1.00000000
+## 2458                                 Pelosinus  1.00000000
+## 2459                           Cardiobacterium  1.00000000
+## 2460                                 Albimonas  1.00000000
+## 2461                       Thermostaphylospora  1.00000000
+## 2462                               Falseniella  1.00000000
+## 2463                          Acidiferrobacter  1.00000000
+## 2464                             Catellicoccus  1.00000000
+## 2465                            Acidobacterium  1.00000000
+## 2466                              Methylocella  1.00000000
+## 2467                              Isoptericola  1.00000000
+## 2468                              Tepidiphilus  1.00000000
+## 2469                                 Kribbella  1.00000000
+## 2470                                 Kosakonia  1.00000000
+## 2471                              Nocardiopsis  1.00000000
+## 2472                                Weizmannia  1.00000000
+## 2473                                Mannheimia  1.00000000
+## 2474                                 Niastella  1.00000000
+## 2475                               Nitrobacter  1.00000000
+## 2476                                 Limimonas  1.00000000
+## 2477                                 Wolinella  1.00000000
+## 2478                           Mycobacteroides  1.00000000
+## 2479                          Negativibacillus  1.00000000
+## 2480                            Rhodomicrobium  1.00000000
+## 2481                               Caloramator  1.00000000
+## 2482                                 Pandoraea  1.00000000
+## 2483                                   Cnuella  1.00000000
+## 2484                          Aurantiacibacter  1.00000000
+## 2485                             Bavariicoccus  1.00000000
+## 2486                                 Rugamonas  1.00000000
+## 2487                                   Klenkia  1.00000000
+## 2488                                Colibacter  1.00000000
+## 2489                            Nitratifractor  1.00000000
+## 2490                                  Soonwooa  1.00000000
+## 2491                              Tetrasphaera  1.00000000
+## 2492                           Actinophytocola  1.00000000
+## 2493                             Lactonifactor  1.00000000
+## 2494                             Azohydromonas  1.00000000
+## 2495                             Methylobacter  1.00000000
+## 2496                         Actinomycetospora  1.00000000
+## 2497                         Chroococcidiopsis  1.00000000
+## 2498                            Arsenicicoccus  1.00000000
+## 2499                          Pseudescherichia  1.00000000
+## 2500                              Methylocapsa  1.00000000
+## 2501                               Alteromonas  1.00000000
+## 2502                              Psychromonas  1.00000000
+## 2503                          Cryptosporangium  1.00000000
+## 2504                           Marinospirillum  1.00000000
+## 2505                                 Kangiella  1.00000000
+## 2506                              Zavarzinella  1.00000000
+## 2507                                  Sneathia  1.00000000
+## 2508                              Niameybacter  1.00000000
+## 2509                                    Nostoc  1.00000000
+## 2510                               Coprococcus  1.00000000
+## 2511                                Roseateles  1.00000000
+## 2512                         Dactylosporangium  1.00000000
+## 2513                                   Jonesia  1.00000000
+## 2514                         Ornithinibacillus  1.00000000
+## 2515                         Ruminiclostridium  1.00000000
+## 2516                               Tissierella  1.00000000
+## 2517                              Microlunatus  1.00000000
+## 2518                               Mariniphaga  1.00000000
+## 2519                              Caballeronia  1.00000000
+## 2520                               Merdibacter  1.00000000
+## 2521                                 Salipiger  1.00000000
+## 2522                             Pontibacillus  1.00000000
+## 2523                              Croceicoccus  1.00000000
+## 2524                                Roseivivax  1.00000000
+## 2525                              Dolosicoccus  1.00000000
+## 2526                                 Yokenella  1.00000000
+## 2527                             Melissococcus  1.00000000
+## 2528                                Sutterella  1.00000000
+## 2529                               Xanthomonas  1.00000000
+## 2530                               Lampropedia  1.00000000
+## 2531                             Mycobacterium  1.00000000
+## 2532                                Maricaulis  1.00000000
+## 2533                              Oribacterium  1.00000000
+## 2534                              Planctopirus  1.00000000
+## 2535                                    Ruania  1.00000000
+## 2536                                   Cedecea  1.00000000
+## 2537                                  Rahnella  1.00000000
+## 2538                              Jeotgalibaca  1.00000000
+## 2539                              Edwardsiella  1.00000000
+## 2540                            Mycoplasmopsis  1.00000000
+## 2541                          Pseudaminobacter  1.00000000
+## 2542                              Bibersteinia  1.00000000
+## 2543                                   Kribbia  1.00000000
+## 2544                             Salinarimonas  1.00000000
+## 2545                                Shimwellia  1.00000000
+## 2546                                Bordetella  1.00000000
+## 2547                                Neofamilia  1.00000000
+## 2548                             Lentibacillus  1.00000000
+## 2549                             Thiohalomonas  1.00000000
+## 2550                          Paeniclostridium  1.00000000
+## 2551                            Actinobacillus  1.00000000
+## 2552                            Salinibacillus  1.00000000
+## 2553                          Terrisporobacter  1.00000000
+## 2554                              Heyndrickxia  1.00000000
+## 2555                               Lederbergia  1.00000000
+## 2556                        Caldalkalibacillus  1.00000000
+## 2557                              Beijerinckia  1.00000000
+## 2558                                 Agromyces  1.00000000
+## 2559                  Hydrogenoanaerobacterium  1.00000000
+## 2560                       Massilioclostridium  1.00000000
+## 2561                               Pasteurella  1.00000000
+## 2562                            Rhodopirellula  1.00000000
+## 2563                         Saccharomonospora  1.00000000
+## 2564                                 Wolbachia  1.00000000
+## 2565                                  Afifella  1.00000000
+## 2566                             Ardenticatena  1.00000000
+## 2567                      Companilactobacillus  1.00000000
+## 2568                          Paraburkholderia  1.00000000
+## 2569                                  Azospira  1.00000000
+## 2570                               Barnesiella  1.00000000
+## 2571                                  Marivita  1.00000000
+## 2572                                Altibacter  1.00000000
+## 2573                              Dysgonomonas  1.00000000
+## 2574                              Neorhizobium  1.00000000
+## 2575                              Tumebacillus  1.00000000
+## 2576                             Nitrosovibrio  1.00000000
+## 2577                                Glycomyces  1.00000000
+## 2578                                Salinicola  1.00000000
+## 2579                              Methylosinus  1.00000000
+## 2580                                Xylophilus  1.00000000
+## 2581                          Fusicatenibacter  1.00000000
+## 2582                                 Azovibrio  1.00000000
+## 2583                                  Geotalea  1.00000000
+## 2584                             Microbulbifer  1.00000000
+## 2585                                Algoriella  1.00000000
+## 2586                                  Shigella  1.00000000
+## 2587                                Mycetocola  1.00000000
+## 2588                                 Urmitella  1.00000000
+
+# Trying out plotting
+#run_gee_model(dat, unit_var = "Subject",
+#              taxon_level = "genus",
+#              fixed_cov = c("MothChild", "HIVStatus", "Age"),
+#              corstr = "ar1",
+#              plot_out = TRUE,
+#              plotsave_loc = #"/restricted/projectnb/infant-microbiome/work/aodom",
+#              plot_terms = "MothChild",
+#              width = 6, height = 4, units = "in", scale = 0.7)
+#
+
+
+
+

Add hotelling +

+
+test_hotelling_t2(dat = dat_0.05,
+                  test_index = which(dat_0.05$MothChild == "Infant" &
+                                       dat_0.05$timepoint == 6),
+                  taxon_level = "genus",
+                  # To avoid n < p, use top 5-6 species
+                  num_taxa = 6,
+                  paired = TRUE,
+                  grouping_var = "HIVStatus",
+                  pairing_var = "pairing")
+
## $df1
+## [1] 6
+## 
+## $df2
+## [1] 2
+## 
+## $crit_F
+## [1] 19.32953
+## 
+## $F_stat
+## [1] 2.578132
+## 
+## $pvalue
+## [1] 0.3056466
+
+test_hotelling_t2(dat = dat_0.05,
+                  test_index = which(dat_0.05$MothChild == "Mother" &
+                                      dat_0.05$timepoint == 0),
+                  taxon_level = "genus",
+                  # To avoid n < p, use top 5-6 species
+                  num_taxa = 12,
+                  grouping_var = "HIVStatus",
+                  unit_var = "Subject",
+                  paired = FALSE)
+
## $df1
+## [1] 12
+## 
+## $df2
+## [1] 7
+## 
+## $crit_F
+## [1] 3.574676
+## 
+## $F_stat
+## [1] 0.4781539
+## 
+## $pvalue
+## [1] 0.875078
+ +
## R version 4.3.1 (2023-06-16)
+## Platform: x86_64-pc-linux-gnu (64-bit)
+## Running under: AlmaLinux 8.9 (Midnight Oncilla)
+## 
+## Matrix products: default
+## BLAS:   /share/pkg.8/r/4.3.1/install/lib64/R/lib/libRblas.so 
+## LAPACK: /share/pkg.8/r/4.3.1/install/lib64/R/lib/libRlapack.so;  LAPACK version 3.11.0
+## 
+## locale:
+##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
+##  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
+##  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
+##  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
+##  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
+## [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
+## 
+## time zone: America/New_York
+## tzcode source: system (glibc)
+## 
+## attached base packages:
+## [1] stats     graphics  grDevices utils     datasets  methods   base     
+## 
+## other attached packages:
+##  [1] lubridate_1.9.3   forcats_1.0.0     stringr_1.5.1     dplyr_1.1.4      
+##  [5] purrr_1.0.2       readr_2.1.5       tidyr_1.3.0       tibble_3.2.1     
+##  [9] ggplot2_3.4.4     tidyverse_2.0.0   LegATo_0.0.0.9000 BiocStyle_2.28.0 
+## 
+## loaded via a namespace (and not attached):
+##   [1] rstudioapi_0.15.0           jsonlite_1.8.8             
+##   [3] umap_0.2.10.0               MultiAssayExperiment_1.28.0
+##   [5] magrittr_2.0.3              farver_2.1.1               
+##   [7] rmarkdown_2.25              geepack_1.3.9              
+##   [9] fs_1.6.3                    zlibbioc_1.48.0            
+##  [11] ragg_1.2.5                  vctrs_0.6.5                
+##  [13] memoise_2.0.1               paletteer_1.5.0            
+##  [15] RCurl_1.98-1.14             askpass_1.2.0              
+##  [17] BiocBaseUtils_1.4.0         htmltools_0.5.7            
+##  [19] S4Arrays_1.2.0              broom_1.0.5                
+##  [21] SparseArray_1.2.3           sass_0.4.8                 
+##  [23] TBSignatureProfiler_1.15.0  bslib_0.6.1                
+##  [25] htmlwidgets_1.6.4           desc_1.4.3                 
+##  [27] plyr_1.8.9                  covr_3.6.2                 
+##  [29] plotly_4.10.2               cachem_1.0.8               
+##  [31] lifecycle_1.0.4             iterators_1.0.14           
+##  [33] pkgconfig_2.0.3             Matrix_1.6-5               
+##  [35] R6_2.5.1                    fastmap_1.1.1              
+##  [37] GenomeInfoDbData_1.2.11     MatrixGenerics_1.14.0      
+##  [39] clue_0.3-65                 digest_0.6.34              
+##  [41] colorspace_2.1-0            rematch2_2.1.2             
+##  [43] spatial_7.3-16              S4Vectors_0.40.2           
+##  [45] DESeq2_1.40.1               RSpectra_0.16-1            
+##  [47] textshaping_0.3.6           GenomicRanges_1.54.1       
+##  [49] vegan_2.6-4                 labeling_0.4.3             
+##  [51] fansi_1.0.6                 timechange_0.2.0           
+##  [53] httr_1.4.7                  abind_1.4-5                
+##  [55] mgcv_1.8-42                 compiler_4.3.1             
+##  [57] withr_3.0.0                 backports_1.4.1            
+##  [59] inline_0.3.19               BiocParallel_1.36.0        
+##  [61] highr_0.10                  MASS_7.3-60                
+##  [63] tsne_0.1-3.1                openssl_2.1.1              
+##  [65] DelayedArray_0.28.0         fBasics_4022.94.9000       
+##  [67] permute_0.9-7               tools_4.3.1                
+##  [69] ape_5.7-1                   rentrez_1.2.3              
+##  [71] glue_1.7.0                  stabledist_0.7-1           
+##  [73] nlme_3.1-162                grid_4.3.1                 
+##  [75] cluster_2.1.4               reshape2_1.4.4             
+##  [77] generics_0.1.3              gtable_0.3.4               
+##  [79] tzdb_0.4.0                  data.table_1.14.10         
+##  [81] hms_1.1.3                   utf8_1.2.4                 
+##  [83] XVector_0.42.0              rmutil_1.1.10              
+##  [85] BiocGenerics_0.48.1         ggrepel_0.9.3              
+##  [87] foreach_1.5.2               pillar_1.9.0               
+##  [89] limma_3.56.2                splines_4.3.1              
+##  [91] lattice_0.21-8              GUniFrac_1.8               
+##  [93] tidyselect_1.2.0            locfit_1.5-9.8             
+##  [95] knitr_1.45                  bookdown_0.34              
+##  [97] IRanges_2.36.0              edgeR_3.42.4               
+##  [99] SummarizedExperiment_1.32.0 stats4_4.3.1               
+## [101] xfun_0.41                   Biobase_2.62.0             
+## [103] statmod_1.5.0               timeDate_4032.109          
+## [105] matrixStats_1.2.0           DT_0.28                    
+## [107] rex_1.2.1                   stringi_1.8.3              
+## [109] lazyeval_0.2.2              yaml_2.3.8                 
+## [111] evaluate_0.23               codetools_0.2-19           
+## [113] timeSeries_4030.106.9000    BiocManager_1.30.22        
+## [115] cli_3.6.2                   rpart_4.1.19               
+## [117] reticulate_1.30             systemfonts_1.0.4          
+## [119] munsell_0.5.0               jquerylib_0.1.4            
+## [121] Rcpp_1.0.12                 GenomeInfoDb_1.38.5        
+## [123] stable_1.1.6                png_0.1-8                  
+## [125] XML_3.99-0.16               parallel_4.3.1             
+## [127] modeest_2.4.0               ellipsis_0.3.2             
+## [129] pkgdown_2.0.7               assertthat_0.2.1           
+## [131] animalcules_1.18.2          ggalluvial_0.12.5          
+## [133] bitops_1.0-7                viridisLite_0.4.2          
+## [135] scales_1.3.0                statip_0.2.3               
+## [137] crayon_1.5.2                rlang_1.1.3                
+## [139] shinyjs_2.1.0
+
+
+ + + +
+ + + + +
+ + + + + + + + diff --git a/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-6-1.png b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 0000000..b92a97f Binary files /dev/null and b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-7-1.png b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 0000000..17dca00 Binary files /dev/null and b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-8-1.png b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 0000000..dfef513 Binary files /dev/null and b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-9-1.png b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 0000000..5e041d2 Binary files /dev/null and b/docs/articles/LegATo_vignette_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/articles/docs/animalcules_MAE_formatting.html b/docs/articles/docs/animalcules_MAE_formatting.html new file mode 100644 index 0000000..8e62778 --- /dev/null +++ b/docs/articles/docs/animalcules_MAE_formatting.html @@ -0,0 +1,118 @@ + + + + + + + + • LegATo + + + + + + + + + + + + +
+
+ + + + +
+
+ + + + +

This vignette will discuss the formatting of an animalcules MAE for +usage with the package.

+

Coming soon!

+

I will also add a function that properly creates a MAE with proper +checks…

+
+ + + +
+ + + + +
+ + + + + + + + diff --git a/docs/articles/index.html b/docs/articles/index.html new file mode 100644 index 0000000..63acea7 --- /dev/null +++ b/docs/articles/index.html @@ -0,0 +1,82 @@ + +Articles • LegATo + + +
+
+ + + +
+
+ + +
+

All vignettes

+

+ +
Introduction to LegATo
+
+
UNKNOWN TITLE
+
+
+
+
+ + +
+ + + + + + + + diff --git a/docs/authors.html b/docs/authors.html new file mode 100644 index 0000000..58a4a99 --- /dev/null +++ b/docs/authors.html @@ -0,0 +1,113 @@ + +Authors and Citation • LegATo + + +
+
+ + + +
+
+
+ + + +
  • +

    Aubrey Odom. Author, maintainer. +

    +
  • +
  • +

    Yilong Zhang. Contributor. +

    +
  • +
  • +

    Jared Pincus. Consultant. +

    +
  • +
  • +

    Jordan Pincus. Artist. +

    +
  • +
+
+
+

Citation

+ +
+
+ + +

Odom A (2024). +LegATo: LegATo: Longitudinal mEtaGenomic Analysis Toolkit. +R package version 0.0.0.9000. +

+
@Manual{,
+  title = {LegATo: LegATo: Longitudinal mEtaGenomic Analysis Toolkit},
+  author = {Aubrey Odom},
+  year = {2024},
+  note = {R package version 0.0.0.9000},
+}
+ +
+ +
+ + + +
+ + + + + + + + diff --git a/docs/bootstrap-toc.css b/docs/bootstrap-toc.css new file mode 100644 index 0000000..5a85941 --- /dev/null +++ b/docs/bootstrap-toc.css @@ -0,0 +1,60 @@ +/*! + * Bootstrap Table of Contents v0.4.1 (http://afeld.github.io/bootstrap-toc/) + * Copyright 2015 Aidan Feldman + * Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */ + +/* modified from https://github.com/twbs/bootstrap/blob/94b4076dd2efba9af71f0b18d4ee4b163aa9e0dd/docs/assets/css/src/docs.css#L548-L601 */ + +/* All levels of nav */ +nav[data-toggle='toc'] .nav > li > a { + display: block; + padding: 4px 20px; + font-size: 13px; + font-weight: 500; + color: #767676; +} +nav[data-toggle='toc'] .nav > li > a:hover, +nav[data-toggle='toc'] .nav > li > a:focus { + padding-left: 19px; + color: #563d7c; + text-decoration: none; + background-color: transparent; + border-left: 1px solid #563d7c; +} +nav[data-toggle='toc'] .nav > .active > a, +nav[data-toggle='toc'] .nav > .active:hover > a, +nav[data-toggle='toc'] .nav > .active:focus > a { + padding-left: 18px; + font-weight: bold; + color: #563d7c; + background-color: transparent; + border-left: 2px solid #563d7c; +} + +/* Nav: second level (shown on .active) */ +nav[data-toggle='toc'] .nav .nav { + display: none; /* Hide by default, but at >768px, show it */ + padding-bottom: 10px; +} +nav[data-toggle='toc'] .nav .nav > li > a { + padding-top: 1px; + padding-bottom: 1px; + padding-left: 30px; + font-size: 12px; + font-weight: normal; +} +nav[data-toggle='toc'] .nav .nav > li > a:hover, +nav[data-toggle='toc'] .nav .nav > li > a:focus { + padding-left: 29px; +} +nav[data-toggle='toc'] .nav .nav > .active > a, +nav[data-toggle='toc'] .nav .nav > .active:hover > a, +nav[data-toggle='toc'] .nav .nav > .active:focus > a { + padding-left: 28px; + font-weight: 500; +} + +/* from https://github.com/twbs/bootstrap/blob/e38f066d8c203c3e032da0ff23cd2d6098ee2dd6/docs/assets/css/src/docs.css#L631-L634 */ +nav[data-toggle='toc'] .nav > .active > ul { + display: block; +} diff --git a/docs/bootstrap-toc.js b/docs/bootstrap-toc.js new file mode 100644 index 0000000..1cdd573 --- /dev/null +++ b/docs/bootstrap-toc.js @@ -0,0 +1,159 @@ +/*! + * Bootstrap Table of Contents v0.4.1 (http://afeld.github.io/bootstrap-toc/) + * Copyright 2015 Aidan Feldman + * Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */ +(function() { + 'use strict'; + + window.Toc = { + helpers: { + // return all matching elements in the set, or their descendants + findOrFilter: function($el, selector) { + // http://danielnouri.org/notes/2011/03/14/a-jquery-find-that-also-finds-the-root-element/ + // http://stackoverflow.com/a/12731439/358804 + var $descendants = $el.find(selector); + return $el.filter(selector).add($descendants).filter(':not([data-toc-skip])'); + }, + + generateUniqueIdBase: function(el) { + var text = $(el).text(); + var anchor = text.trim().toLowerCase().replace(/[^A-Za-z0-9]+/g, '-'); + return anchor || el.tagName.toLowerCase(); + }, + + generateUniqueId: function(el) { + var anchorBase = this.generateUniqueIdBase(el); + for (var i = 0; ; i++) { + var anchor = anchorBase; + if (i > 0) { + // add suffix + anchor += '-' + i; + } + // check if ID already exists + if (!document.getElementById(anchor)) { + return anchor; + } + } + }, + + generateAnchor: function(el) { + if (el.id) { + return el.id; + } else { + var anchor = this.generateUniqueId(el); + el.id = anchor; + return anchor; + } + }, + + createNavList: function() { + return $(''); + }, + + createChildNavList: function($parent) { + var $childList = this.createNavList(); + $parent.append($childList); + return $childList; + }, + + generateNavEl: function(anchor, text) { + var $a = $(''); + $a.attr('href', '#' + anchor); + $a.text(text); + var $li = $('
  • '); + $li.append($a); + return $li; + }, + + generateNavItem: function(headingEl) { + var anchor = this.generateAnchor(headingEl); + var $heading = $(headingEl); + var text = $heading.data('toc-text') || $heading.text(); + return this.generateNavEl(anchor, text); + }, + + // Find the first heading level (`

    `, then `

    `, etc.) that has more than one element. Defaults to 1 (for `

    `). + getTopLevel: function($scope) { + for (var i = 1; i <= 6; i++) { + var $headings = this.findOrFilter($scope, 'h' + i); + if ($headings.length > 1) { + return i; + } + } + + return 1; + }, + + // returns the elements for the top level, and the next below it + getHeadings: function($scope, topLevel) { + var topSelector = 'h' + topLevel; + + var secondaryLevel = topLevel + 1; + var secondarySelector = 'h' + secondaryLevel; + + return this.findOrFilter($scope, topSelector + ',' + secondarySelector); + }, + + getNavLevel: function(el) { + return parseInt(el.tagName.charAt(1), 10); + }, + + populateNav: function($topContext, topLevel, $headings) { + var $context = $topContext; + var $prevNav; + + var helpers = this; + $headings.each(function(i, el) { + var $newNav = helpers.generateNavItem(el); + var navLevel = helpers.getNavLevel(el); + + // determine the proper $context + if (navLevel === topLevel) { + // use top level + $context = $topContext; + } else if ($prevNav && $context === $topContext) { + // create a new level of the tree and switch to it + $context = helpers.createChildNavList($prevNav); + } // else use the current $context + + $context.append($newNav); + + $prevNav = $newNav; + }); + }, + + parseOps: function(arg) { + var opts; + if (arg.jquery) { + opts = { + $nav: arg + }; + } else { + opts = arg; + } + opts.$scope = opts.$scope || $(document.body); + return opts; + } + }, + + // accepts a jQuery object, or an options object + init: function(opts) { + opts = this.helpers.parseOps(opts); + + // ensure that the data attribute is in place for styling + opts.$nav.attr('data-toggle', 'toc'); + + var $topContext = this.helpers.createChildNavList(opts.$nav); + var topLevel = this.helpers.getTopLevel(opts.$scope); + var $headings = this.helpers.getHeadings(opts.$scope, topLevel); + this.helpers.populateNav($topContext, topLevel, $headings); + } + }; + + $(function() { + $('nav[data-toggle="toc"]').each(function(i, el) { + var $nav = $(el); + Toc.init($nav); + }); + }); +})(); diff --git a/docs/docsearch.css b/docs/docsearch.css new file mode 100644 index 0000000..e5f1fe1 --- /dev/null +++ b/docs/docsearch.css @@ -0,0 +1,148 @@ +/* Docsearch -------------------------------------------------------------- */ +/* + Source: https://github.com/algolia/docsearch/ + License: MIT +*/ + +.algolia-autocomplete { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1 +} + +.algolia-autocomplete .ds-dropdown-menu { + width: 100%; + min-width: none; + max-width: none; + padding: .75rem 0; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, .1); + box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175); +} + +@media (min-width:768px) { + .algolia-autocomplete .ds-dropdown-menu { + width: 175% + } +} + +.algolia-autocomplete .ds-dropdown-menu::before { + display: none +} + +.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] { + padding: 0; + background-color: rgb(255,255,255); + border: 0; + max-height: 80vh; +} + +.algolia-autocomplete .ds-dropdown-menu .ds-suggestions { + margin-top: 0 +} + +.algolia-autocomplete .algolia-docsearch-suggestion { + padding: 0; + overflow: visible +} + +.algolia-autocomplete .algolia-docsearch-suggestion--category-header { + padding: .125rem 1rem; + margin-top: 0; + font-size: 1.3em; + font-weight: 500; + color: #00008B; + border-bottom: 0 +} + +.algolia-autocomplete .algolia-docsearch-suggestion--wrapper { + float: none; + padding-top: 0 +} + +.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column { + float: none; + width: auto; + padding: 0; + text-align: left +} + +.algolia-autocomplete .algolia-docsearch-suggestion--content { + float: none; + width: auto; + padding: 0 +} + +.algolia-autocomplete .algolia-docsearch-suggestion--content::before { + display: none +} + +.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header { + padding-top: .75rem; + margin-top: .75rem; + border-top: 1px solid rgba(0, 0, 0, .1) +} + +.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column { + display: block; + padding: .1rem 1rem; + margin-bottom: 0.1; + font-size: 1.0em; + font-weight: 400 + /* display: none */ +} + +.algolia-autocomplete .algolia-docsearch-suggestion--title { + display: block; + padding: .25rem 1rem; + margin-bottom: 0; + font-size: 0.9em; + font-weight: 400 +} + +.algolia-autocomplete .algolia-docsearch-suggestion--text { + padding: 0 1rem .5rem; + margin-top: -.25rem; + font-size: 0.8em; + font-weight: 400; + line-height: 1.25 +} + +.algolia-autocomplete .algolia-docsearch-footer { + width: 110px; + height: 20px; + z-index: 3; + margin-top: 10.66667px; + float: right; + font-size: 0; + line-height: 0; +} + +.algolia-autocomplete .algolia-docsearch-footer--logo { + background-image: url("data:image/svg+xml;utf8,"); + background-repeat: no-repeat; + background-position: 50%; + background-size: 100%; + overflow: hidden; + text-indent: -9000px; + width: 100%; + height: 100%; + display: block; + transform: translate(-8px); +} + +.algolia-autocomplete .algolia-docsearch-suggestion--highlight { + color: #FF8C00; + background: rgba(232, 189, 54, 0.1) +} + + +.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight { + box-shadow: inset 0 -2px 0 0 rgba(105, 105, 105, .5) +} + +.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content { + background-color: rgba(192, 192, 192, .15) +} diff --git a/docs/docsearch.js b/docs/docsearch.js new file mode 100644 index 0000000..b35504c --- /dev/null +++ b/docs/docsearch.js @@ -0,0 +1,85 @@ +$(function() { + + // register a handler to move the focus to the search bar + // upon pressing shift + "/" (i.e. "?") + $(document).on('keydown', function(e) { + if (e.shiftKey && e.keyCode == 191) { + e.preventDefault(); + $("#search-input").focus(); + } + }); + + $(document).ready(function() { + // do keyword highlighting + /* modified from https://jsfiddle.net/julmot/bL6bb5oo/ */ + var mark = function() { + + var referrer = document.URL ; + var paramKey = "q" ; + + if (referrer.indexOf("?") !== -1) { + var qs = referrer.substr(referrer.indexOf('?') + 1); + var qs_noanchor = qs.split('#')[0]; + var qsa = qs_noanchor.split('&'); + var keyword = ""; + + for (var i = 0; i < qsa.length; i++) { + var currentParam = qsa[i].split('='); + + if (currentParam.length !== 2) { + continue; + } + + if (currentParam[0] == paramKey) { + keyword = decodeURIComponent(currentParam[1].replace(/\+/g, "%20")); + } + } + + if (keyword !== "") { + $(".contents").unmark({ + done: function() { + $(".contents").mark(keyword); + } + }); + } + } + }; + + mark(); + }); +}); + +/* Search term highlighting ------------------------------*/ + +function matchedWords(hit) { + var words = []; + + var hierarchy = hit._highlightResult.hierarchy; + // loop to fetch from lvl0, lvl1, etc. + for (var idx in hierarchy) { + words = words.concat(hierarchy[idx].matchedWords); + } + + var content = hit._highlightResult.content; + if (content) { + words = words.concat(content.matchedWords); + } + + // return unique words + var words_uniq = [...new Set(words)]; + return words_uniq; +} + +function updateHitURL(hit) { + + var words = matchedWords(hit); + var url = ""; + + if (hit.anchor) { + url = hit.url_without_anchor + '?q=' + escape(words.join(" ")) + '#' + hit.anchor; + } else { + url = hit.url + '?q=' + escape(words.join(" ")); + } + + return url; +} diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..fc475b7 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,131 @@ + + + + + + + +LegATo: Longitudinal mEtaGenomic Analysis Toolkit • LegATo + + + + + + + + + + + + +
    +
    + + + + +
    +
    +
    + +

    A repository to hold the longitudinal microbiome toolkit (LMTK) package

    +
    +
    + + +
    + + +
    + +
    +

    +

    Site built with pkgdown 2.0.7.

    +
    + +
    +
    + + + + + + + + diff --git a/docs/link.svg b/docs/link.svg new file mode 100644 index 0000000..88ad827 --- /dev/null +++ b/docs/link.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/docs/pkgdown.css b/docs/pkgdown.css new file mode 100644 index 0000000..80ea5b8 --- /dev/null +++ b/docs/pkgdown.css @@ -0,0 +1,384 @@ +/* Sticky footer */ + +/** + * Basic idea: https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ + * Details: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css + * + * .Site -> body > .container + * .Site-content -> body > .container .row + * .footer -> footer + * + * Key idea seems to be to ensure that .container and __all its parents__ + * have height set to 100% + * + */ + +html, body { + height: 100%; +} + +body { + position: relative; +} + +body > .container { + display: flex; + height: 100%; + flex-direction: column; +} + +body > .container .row { + flex: 1 0 auto; +} + +footer { + margin-top: 45px; + padding: 35px 0 36px; + border-top: 1px solid #e5e5e5; + color: #666; + display: flex; + flex-shrink: 0; +} +footer p { + margin-bottom: 0; +} +footer div { + flex: 1; +} +footer .pkgdown { + text-align: right; +} +footer p { + margin-bottom: 0; +} + +img.icon { + float: right; +} + +/* Ensure in-page images don't run outside their container */ +.contents img { + max-width: 100%; + height: auto; +} + +/* Fix bug in bootstrap (only seen in firefox) */ +summary { + display: list-item; +} + +/* Typographic tweaking ---------------------------------*/ + +.contents .page-header { + margin-top: calc(-60px + 1em); +} + +dd { + margin-left: 3em; +} + +/* Section anchors ---------------------------------*/ + +a.anchor { + display: none; + margin-left: 5px; + width: 20px; + height: 20px; + + background-image: url(./link.svg); + background-repeat: no-repeat; + background-size: 20px 20px; + background-position: center center; +} + +h1:hover .anchor, +h2:hover .anchor, +h3:hover .anchor, +h4:hover .anchor, +h5:hover .anchor, +h6:hover .anchor { + display: inline-block; +} + +/* Fixes for fixed navbar --------------------------*/ + +.contents h1, .contents h2, .contents h3, .contents h4 { + padding-top: 60px; + margin-top: -40px; +} + +/* Navbar submenu --------------------------*/ + +.dropdown-submenu { + position: relative; +} + +.dropdown-submenu>.dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + border-radius: 0 6px 6px 6px; +} + +.dropdown-submenu:hover>.dropdown-menu { + display: block; +} + +.dropdown-submenu>a:after { + display: block; + content: " "; + float: right; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; + border-width: 5px 0 5px 5px; + border-left-color: #cccccc; + margin-top: 5px; + margin-right: -10px; +} + +.dropdown-submenu:hover>a:after { + border-left-color: #ffffff; +} + +.dropdown-submenu.pull-left { + float: none; +} + +.dropdown-submenu.pull-left>.dropdown-menu { + left: -100%; + margin-left: 10px; + border-radius: 6px 0 6px 6px; +} + +/* Sidebar --------------------------*/ + +#pkgdown-sidebar { + margin-top: 30px; + position: -webkit-sticky; + position: sticky; + top: 70px; +} + +#pkgdown-sidebar h2 { + font-size: 1.5em; + margin-top: 1em; +} + +#pkgdown-sidebar h2:first-child { + margin-top: 0; +} + +#pkgdown-sidebar .list-unstyled li { + margin-bottom: 0.5em; +} + +/* bootstrap-toc tweaks ------------------------------------------------------*/ + +/* All levels of nav */ + +nav[data-toggle='toc'] .nav > li > a { + padding: 4px 20px 4px 6px; + font-size: 1.5rem; + font-weight: 400; + color: inherit; +} + +nav[data-toggle='toc'] .nav > li > a:hover, +nav[data-toggle='toc'] .nav > li > a:focus { + padding-left: 5px; + color: inherit; + border-left: 1px solid #878787; +} + +nav[data-toggle='toc'] .nav > .active > a, +nav[data-toggle='toc'] .nav > .active:hover > a, +nav[data-toggle='toc'] .nav > .active:focus > a { + padding-left: 5px; + font-size: 1.5rem; + font-weight: 400; + color: inherit; + border-left: 2px solid #878787; +} + +/* Nav: second level (shown on .active) */ + +nav[data-toggle='toc'] .nav .nav { + display: none; /* Hide by default, but at >768px, show it */ + padding-bottom: 10px; +} + +nav[data-toggle='toc'] .nav .nav > li > a { + padding-left: 16px; + font-size: 1.35rem; +} + +nav[data-toggle='toc'] .nav .nav > li > a:hover, +nav[data-toggle='toc'] .nav .nav > li > a:focus { + padding-left: 15px; +} + +nav[data-toggle='toc'] .nav .nav > .active > a, +nav[data-toggle='toc'] .nav .nav > .active:hover > a, +nav[data-toggle='toc'] .nav .nav > .active:focus > a { + padding-left: 15px; + font-weight: 500; + font-size: 1.35rem; +} + +/* orcid ------------------------------------------------------------------- */ + +.orcid { + font-size: 16px; + color: #A6CE39; + /* margins are required by official ORCID trademark and display guidelines */ + margin-left:4px; + margin-right:4px; + vertical-align: middle; +} + +/* Reference index & topics ----------------------------------------------- */ + +.ref-index th {font-weight: normal;} + +.ref-index td {vertical-align: top; min-width: 100px} +.ref-index .icon {width: 40px;} +.ref-index .alias {width: 40%;} +.ref-index-icons .alias {width: calc(40% - 40px);} +.ref-index .title {width: 60%;} + +.ref-arguments th {text-align: right; padding-right: 10px;} +.ref-arguments th, .ref-arguments td {vertical-align: top; min-width: 100px} +.ref-arguments .name {width: 20%;} +.ref-arguments .desc {width: 80%;} + +/* Nice scrolling for wide elements --------------------------------------- */ + +table { + display: block; + overflow: auto; +} + +/* Syntax highlighting ---------------------------------------------------- */ + +pre, code, pre code { + background-color: #f8f8f8; + color: #333; +} +pre, pre code { + white-space: pre-wrap; + word-break: break-all; + overflow-wrap: break-word; +} + +pre { + border: 1px solid #eee; +} + +pre .img, pre .r-plt { + margin: 5px 0; +} + +pre .img img, pre .r-plt img { + background-color: #fff; +} + +code a, pre a { + color: #375f84; +} + +a.sourceLine:hover { + text-decoration: none; +} + +.fl {color: #1514b5;} +.fu {color: #000000;} /* function */ +.ch,.st {color: #036a07;} /* string */ +.kw {color: #264D66;} /* keyword */ +.co {color: #888888;} /* comment */ + +.error {font-weight: bolder;} +.warning {font-weight: bolder;} + +/* Clipboard --------------------------*/ + +.hasCopyButton { + position: relative; +} + +.btn-copy-ex { + position: absolute; + right: 0; + top: 0; + visibility: hidden; +} + +.hasCopyButton:hover button.btn-copy-ex { + visibility: visible; +} + +/* headroom.js ------------------------ */ + +.headroom { + will-change: transform; + transition: transform 200ms linear; +} +.headroom--pinned { + transform: translateY(0%); +} +.headroom--unpinned { + transform: translateY(-100%); +} + +/* mark.js ----------------------------*/ + +mark { + background-color: rgba(255, 255, 51, 0.5); + border-bottom: 2px solid rgba(255, 153, 51, 0.3); + padding: 1px; +} + +/* vertical spacing after htmlwidgets */ +.html-widget { + margin-bottom: 10px; +} + +/* fontawesome ------------------------ */ + +.fab { + font-family: "Font Awesome 5 Brands" !important; +} + +/* don't display links in code chunks when printing */ +/* source: https://stackoverflow.com/a/10781533 */ +@media print { + code a:link:after, code a:visited:after { + content: ""; + } +} + +/* Section anchors --------------------------------- + Added in pandoc 2.11: https://github.com/jgm/pandoc-templates/commit/9904bf71 +*/ + +div.csl-bib-body { } +div.csl-entry { + clear: both; +} +.hanging-indent div.csl-entry { + margin-left:2em; + text-indent:-2em; +} +div.csl-left-margin { + min-width:2em; + float:left; +} +div.csl-right-inline { + margin-left:2em; + padding-left:1em; +} +div.csl-indent { + margin-left: 2em; +} diff --git a/docs/pkgdown.js b/docs/pkgdown.js new file mode 100644 index 0000000..6f0eee4 --- /dev/null +++ b/docs/pkgdown.js @@ -0,0 +1,108 @@ +/* http://gregfranko.com/blog/jquery-best-practices/ */ +(function($) { + $(function() { + + $('.navbar-fixed-top').headroom(); + + $('body').css('padding-top', $('.navbar').height() + 10); + $(window).resize(function(){ + $('body').css('padding-top', $('.navbar').height() + 10); + }); + + $('[data-toggle="tooltip"]').tooltip(); + + var cur_path = paths(location.pathname); + var links = $("#navbar ul li a"); + var max_length = -1; + var pos = -1; + for (var i = 0; i < links.length; i++) { + if (links[i].getAttribute("href") === "#") + continue; + // Ignore external links + if (links[i].host !== location.host) + continue; + + var nav_path = paths(links[i].pathname); + + var length = prefix_length(nav_path, cur_path); + if (length > max_length) { + max_length = length; + pos = i; + } + } + + // Add class to parent
  • , and enclosing
  • if in dropdown + if (pos >= 0) { + var menu_anchor = $(links[pos]); + menu_anchor.parent().addClass("active"); + menu_anchor.closest("li.dropdown").addClass("active"); + } + }); + + function paths(pathname) { + var pieces = pathname.split("/"); + pieces.shift(); // always starts with / + + var end = pieces[pieces.length - 1]; + if (end === "index.html" || end === "") + pieces.pop(); + return(pieces); + } + + // Returns -1 if not found + function prefix_length(needle, haystack) { + if (needle.length > haystack.length) + return(-1); + + // Special case for length-0 haystack, since for loop won't run + if (haystack.length === 0) { + return(needle.length === 0 ? 0 : -1); + } + + for (var i = 0; i < haystack.length; i++) { + if (needle[i] != haystack[i]) + return(i); + } + + return(haystack.length); + } + + /* Clipboard --------------------------*/ + + function changeTooltipMessage(element, msg) { + var tooltipOriginalTitle=element.getAttribute('data-original-title'); + element.setAttribute('data-original-title', msg); + $(element).tooltip('show'); + element.setAttribute('data-original-title', tooltipOriginalTitle); + } + + if(ClipboardJS.isSupported()) { + $(document).ready(function() { + var copyButton = ""; + + $("div.sourceCode").addClass("hasCopyButton"); + + // Insert copy buttons: + $(copyButton).prependTo(".hasCopyButton"); + + // Initialize tooltips: + $('.btn-copy-ex').tooltip({container: 'body'}); + + // Initialize clipboard: + var clipboardBtnCopies = new ClipboardJS('[data-clipboard-copy]', { + text: function(trigger) { + return trigger.parentNode.textContent.replace(/\n#>[^\n]*/g, ""); + } + }); + + clipboardBtnCopies.on('success', function(e) { + changeTooltipMessage(e.trigger, 'Copied!'); + e.clearSelection(); + }); + + clipboardBtnCopies.on('error', function() { + changeTooltipMessage(e.trigger,'Press Ctrl+C or Command+C to copy'); + }); + }); + } +})(window.jQuery || window.$) diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml new file mode 100644 index 0000000..8810cfb --- /dev/null +++ b/docs/pkgdown.yml @@ -0,0 +1,8 @@ +pandoc: 3.1.1 +pkgdown: 2.0.7 +pkgdown_sha: ~ +articles: + LegATo_vignette: LegATo_vignette.html + animalcules_MAE_formatting: docs/animalcules_MAE_formatting.html +last_built: 2024-01-25T05:04Z + diff --git a/docs/reference/LegATo-package.html b/docs/reference/LegATo-package.html new file mode 100644 index 0000000..c26c5f1 --- /dev/null +++ b/docs/reference/LegATo-package.html @@ -0,0 +1,91 @@ + +LegATo: LegATo: Longitudinal mEtaGenomic Analysis Toolkit — LegATo-package • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    Streamlining longitudinal microbiome profiling in Bioconductor.

    +
    + + +
    +

    Author

    +

    Maintainer: Aubrey Odom aodom@bu.edu (ORCID)

    +

    Other contributors:

    + +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/Rplot001.png b/docs/reference/Rplot001.png new file mode 100644 index 0000000..17a3580 Binary files /dev/null and b/docs/reference/Rplot001.png differ diff --git a/docs/reference/clean_animalcules_MAE.html b/docs/reference/clean_animalcules_MAE.html new file mode 100644 index 0000000..c8f4a4b --- /dev/null +++ b/docs/reference/clean_animalcules_MAE.html @@ -0,0 +1,116 @@ + +Clean up taxon names in a MultiAssayExperiment — clean_animalcules_MAE • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This functional is an optional method for fixing up taxon names in a +MultiAssayExperiment to be run before filter_animalcules_MAE. +Specifically it removes brackets from species names, replaces species labeled +as "others" with "sp." and finally replaces underscores with spaces.

    +
    + +
    +
    clean_animalcules_MAE(dat)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + +
    +
    +

    Value

    + + +

    An animalcules-formatted MultiAssayExperiment object with + cleaned-up taxonomy nomenclature.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +clean_animalcules_MAE(in_dat)
    +#> Error in eval(expr, envir, enclos): object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/filter_animalcules_MAE.html b/docs/reference/filter_animalcules_MAE.html new file mode 100644 index 0000000..9387e5c --- /dev/null +++ b/docs/reference/filter_animalcules_MAE.html @@ -0,0 +1,125 @@ + +Filter a MultiAssayExperiment to a top percentage of taxa and label the rest +as "Other" — filter_animalcules_MAE • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes an animalcules-formatted MultiAssayExperiment +(MAE) object and identifies all taxa at the "genus" level that represent +<filter_pct average relative abundance across all samples in the MAE. +After identification at the genus level, taxa across the genus and species +levels are then consolidated into the category "Other".

    +
    + +
    +
    filter_animalcules_MAE(dat, filter_pct = 0.05)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    filter_pct
    +

    A double strictly between 0 and 1.

    + +
    +
    +

    Value

    + + +

    An animalcules-formatted MultiAssayExperiment object with + appropriate filtration.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +filter_animalcules_MAE(in_dat, 0.01)
    +#> Error in eval(expr, envir, enclos): object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/get_long_data.html b/docs/reference/get_long_data.html new file mode 100644 index 0000000..82b0e23 --- /dev/null +++ b/docs/reference/get_long_data.html @@ -0,0 +1,136 @@ + +Create a long data.frame from a MultiAssayExperiment counts object — get_long_data • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes a MultiAssayExperiment object and a specified +taxon level of interest and creates a long data.frame that can be used +more easily for plotting counts.

    +
    + +
    +
    get_long_data(dat, taxon_level, log = FALSE, counts_to_CPM = FALSE)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    taxon_level
    +

    Character string indicating the level of taxonomy to +aggregate the counts data. Must be the name of a column in +MultiAssayExperiment::rowData(dat).

    + + +
    log
    +

    logical. Indicate whether an assay returned should be the log of +whichever assay is specified in "output_name". If +counts_to_CPM = TRUE as well, then a log CPM assay will also be +created. Default is FALSE.

    + + +
    counts_to_CPM
    +

    logical. This argument only applies if the +input_type is a counts assay. If TRUE, then the output assays +will include a normalized CPM assay. If log = TRUE as well, then a +log CPM assay will also be created. Default is TRUE.

    + +
    +
    +

    Value

    + + +

    A data.frame consisting of the counts data, taxa, and + metadata.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +out <- get_long_data(in_dat, "genus", log = TRUE, counts_to_CPM = TRUE)
    +#> Error in eval(expr, envir, enclos): object 'in_dat' not found
    +head(out)
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/get_stacked_data.html b/docs/reference/get_stacked_data.html new file mode 100644 index 0000000..21dad78 --- /dev/null +++ b/docs/reference/get_stacked_data.html @@ -0,0 +1,96 @@ + +Documentation — get_stacked_data • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    Documentation

    +
    + +
    +
    get_stacked_data(dat, taxon_level = "genus", covariate_1, covariate_time)
    +
    + + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +get_stacked_data(in_dat, "genus", covariate_1 = "Sex", covariate_time = "Month")
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/get_summary_table.html b/docs/reference/get_summary_table.html new file mode 100644 index 0000000..371fff1 --- /dev/null +++ b/docs/reference/get_summary_table.html @@ -0,0 +1,120 @@ + +Create a table summarizing reads aggregated by grouping variables on a unit — get_summary_table • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes a MultiAssayExperiment of microbial read counts +and aggregates them by one or more grouping vars within a unit.

    +
    + +
    +
    get_summary_table(dat, group_vars)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    group_vars
    +

    A character string or character vector of covariates +found in colData(dat) to use in grouping counts. The variables +should be listed in order of desired grouping.

    + +
    +
    +

    Value

    + + +

    A data.frame of the grouping columns, mean_reads, sd_reads, +min_reads, max_reads and num_total.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +out <- get_summary_table(in_dat, c("Group", "Subject"))
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +head(out)
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/get_top_taxa.html b/docs/reference/get_top_taxa.html new file mode 100644 index 0000000..2a29520 --- /dev/null +++ b/docs/reference/get_top_taxa.html @@ -0,0 +1,123 @@ + +Obtain a data.frame of ordered taxa abundances at a given level — get_top_taxa • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes a MultiAssayExperiment object and returns a +data.frame of the present taxa at a user-supplied taxonomy level, +and outputs the average abundances of the taxa.

    +
    + +
    +
    get_top_taxa(dat, taxon_level = "genus")
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    taxon_level
    +

    Character string indicating the level of taxonomy to +aggregate the counts data. Must be the name of a column in +MultiAssayExperiment::rowData(dat).

    + +
    +
    +

    Value

    + + +

    A data.frame

    + + +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +out <- get_top_taxa(in_dat, "genus")
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +out
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/index.html b/docs/reference/index.html new file mode 100644 index 0000000..0d03540 --- /dev/null +++ b/docs/reference/index.html @@ -0,0 +1,134 @@ + +Function reference • LegATo + + +
    +
    + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    All functions

    +

    +
    +

    clean_animalcules_MAE()

    +

    Clean up taxon names in a MultiAssayExperiment

    +

    filter_animalcules_MAE()

    +

    Filter a MultiAssayExperiment to a top percentage of taxa and label the rest +as "Other"

    +

    get_long_data()

    +

    Create a long data.frame from a MultiAssayExperiment counts object

    +

    get_stacked_data()

    +

    Documentation

    +

    get_summary_table()

    +

    Create a table summarizing reads aggregated by grouping variables on a unit

    +

    get_top_taxa()

    +

    Obtain a data.frame of ordered taxa abundances at a given level

    +

    parse_MAE_SE()

    +

    Parse a MultiExperimentAssay object and extract the elements as data.frames

    +

    plot_alluvial()

    +

    Plot an alluvial diagram of microbial relative abundance

    +

    plot_spaghetti()

    +

    Plot a spaghetti volatility plot of microbial abundance for a given taxon

    +

    plot_stacked_area()

    +

    Plot a stacked area chart of microbial relative abundance

    +

    plot_stacked_bar()

    +

    Plot a stacked bar chart of microbial relative abundance

    +

    run_gee_model()

    +

    Compute Generalized Estimating Equations (GEEs)

    +

    test_hotelling_t2()

    +

    Conduct a multivariate Hotelling's T-squared test

    + + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/parse_MAE_SE.html b/docs/reference/parse_MAE_SE.html new file mode 100644 index 0000000..a58d1ce --- /dev/null +++ b/docs/reference/parse_MAE_SE.html @@ -0,0 +1,136 @@ + +Parse a MultiExperimentAssay object and extract the elements as data.frames — parse_MAE_SE • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes an animalcules-formatted MultiAssayExperiment +object and parses it to extract a named assay alongside the taxonomy and +metadata.

    +
    + +
    +
    parse_MAE_SE(dat, which_assay = NULL, type = "MAE")
    +
    + +
    +

    Arguments

    +
    dat
    +

    Either a MultiAssayExperiment or a +SummarizedExperiment object.

    + + +
    which_assay
    +

    Character string. This refers to the assay to be extracted +from the MultiAssayExperiment object if type = "MAE". Does not need +to be specified if type = "SE". Default is NULL.

    + + +
    type
    +

    One of "MAE" denoting a MultiAssayExperiment or "SE" +denoting a SummarizedExperiment.

    + +
    +
    +

    Value

    + + +

    Returns a list of 3 named data.frame elements, `counts`, `sam`, and + `tax` denoting the counts data, sample metadata table, and taxonomy table, + respectively.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +out <- parse_MAE_SE(in_dat)
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +head(out$tax)
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +head(out$sam)
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +head(out$counts)
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +
    +out2 <- parse_MAE_SE(in_dat[["MicrobeGenetics"]],
    +                     which_assay = "MGX", type = "SE")
    +#> Error in eval(expr, envir, enclos): object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/plot_alluvial.html b/docs/reference/plot_alluvial.html new file mode 100644 index 0000000..f19cfa9 --- /dev/null +++ b/docs/reference/plot_alluvial.html @@ -0,0 +1,161 @@ + +Plot an alluvial diagram of microbial relative abundance — plot_alluvial • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes a MultiAssayExperiment object and returns a +alluvial diagram of microbe relative abundances. The function takes a single +covariate as an optional variable by which to create a grid of multiple +plots.

    +
    + +
    +
    plot_alluvial(
    +  dat,
    +  taxon_level,
    +  covariate_1 = NULL,
    +  covariate_time,
    +  palette_input = NULL,
    +  title = paste("Relative abundance at", taxon_level, "level"),
    +  subtitle = NULL
    +)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    taxon_level
    +

    Character string indicating the level of taxonomy to +aggregate the counts data. Must be the name of a column in +MultiAssayExperiment::rowData(dat).

    + + +
    covariate_1
    +

    Character string giving the name of a column in +MultiAssayExperiment::colData(dat) on which to create multiple +plots. The default is NULL.

    + + +
    covariate_time
    +

    Character string giving the name of the discrete +time-based covariate in the metadata to group abundances by.

    + + +
    palette_input
    +

    A character vector of colors that is at minimum the same +length of the number of taxa (specified with taxon_level). +The default is NULL and relies on ggplot2's default scheme.

    + + +
    title
    +

    A character string providing the plot title.

    + + +
    subtitle
    +

    A character string providing the plot subtitle. The default +is NULL.

    + +
    +
    +

    Value

    + + +

    A ggplot2 plot.

    +
    +
    +

    Details

    +

    If further manipulation of specific parameters is desired, users can add +ggplot2 function calls to the output of the function.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +plot_alluvial(in_dat, taxon_level = "family", covariate_1 = "Group", covariate_time = "Month",
    +              palette_input = rainbow(25))
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/plot_spaghetti.html b/docs/reference/plot_spaghetti.html new file mode 100644 index 0000000..8df36e2 --- /dev/null +++ b/docs/reference/plot_spaghetti.html @@ -0,0 +1,174 @@ + +Plot a spaghetti volatility plot of microbial abundance for a given taxon — plot_spaghetti • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes a MultiAssayExperiment object and returns a +spaghetti plot of microbial abundance delineated by a unit, such as +a subject.

    +
    + +
    +
    plot_spaghetti(
    +  dat,
    +  covariate_time,
    +  covariate_1 = NULL,
    +  unit_var,
    +  taxon_level,
    +  which_taxon,
    +  palette_input = NULL,
    +  title = "Spaghetti Plot",
    +  subtitle = NULL
    +)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    covariate_time
    +

    Character string giving the name of the discrete +time-based covariate in the metadata to group abundances by.

    + + +
    covariate_1
    +

    Character string, the name of the covariate in `dat` +by which to color and group samples. Default is NULL.

    + + +
    unit_var
    +

    Character string, the name of the column delineating the +unit on which the microbial abundances are changing over time. This is +likely something akin to a subject that repeated measurements are made on.

    + + +
    taxon_level
    +

    Character string indicating the level of taxonomy to +aggregate the counts data. Must be the name of a column in +MultiAssayExperiment::rowData(dat).

    + + +
    which_taxon
    +

    Character string, the name of the taxon to plot at the +specified taxon level.

    + + +
    palette_input
    +

    A character vector of colors that is at minimum the same +length of the number of taxa (specified with taxon_level). +The default is NULL and relies on ggplot2's default scheme.

    + + +
    title
    +

    A character string providing the plot title.

    + + +
    subtitle
    +

    A character string providing the plot subtitle. The default +is NULL.

    + +
    +
    +

    Value

    + + +

    A ggplot2 plot.

    +
    +
    +

    Details

    +

    If further manipulation of specific parameters is desired, users can add +ggplot2 function calls to the output of the function.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +all_taxa <- get_top_taxa(in_dat, "phylum")
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +plot_spaghetti(in_dat, taxon_level = "phylum", covariate_1 = "Group", covariate_time = "Month",
    +              unit_var = "Subject", which_taxon = all_taxa$taxon[1],
    +              palette_input = rainbow(25))
    +#> Error in eval(expr, envir, enclos): object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/plot_stacked_area.html b/docs/reference/plot_stacked_area.html new file mode 100644 index 0000000..039b709 --- /dev/null +++ b/docs/reference/plot_stacked_area.html @@ -0,0 +1,162 @@ + +Plot a stacked area chart of microbial relative abundance — plot_stacked_area • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes a MultiAssayExperiment object and returns a +stacked area chart of microbe relative abundances. The function takes a single +covariate as an optional variable by which to create a grid of multiple +plots.

    +
    + +
    +
    plot_stacked_area(
    +  dat,
    +  taxon_level,
    +  covariate_1 = NULL,
    +  covariate_time,
    +  palette_input = NULL,
    +  title = paste("Relative abundance at", taxon_level, "level"),
    +  subtitle = NULL
    +)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    taxon_level
    +

    Character string indicating the level of taxonomy to +aggregate the counts data. Must be the name of a column in +MultiAssayExperiment::rowData(dat).

    + + +
    covariate_1
    +

    Character string giving the name of a column in +MultiAssayExperiment::colData(dat) on which to create multiple +plots. The default is NULL.

    + + +
    covariate_time
    +

    Character string giving the name of the discrete +time-based covariate in the metadata to group abundances by.

    + + +
    palette_input
    +

    A character vector of colors that is at minimum the same +length of the number of taxa (specified with taxon_level). +The default is NULL and relies on ggplot2's default scheme.

    + + +
    title
    +

    A character string providing the plot title.

    + + +
    subtitle
    +

    A character string providing the plot subtitle. The default +is NULL.

    + +
    +
    +

    Value

    + + +

    A ggplot2 plot.

    +
    +
    +

    Details

    +

    If further manipulation of specific parameters is desired, users can add +ggplot2 function calls to the output of the function.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +plot_stacked_area(in_dat, taxon_level = "phylum", covariate_1 = "Group",
    +                  covariate_time = "Month",
    +                  palette_input = rainbow(25))
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/plot_stacked_bar.html b/docs/reference/plot_stacked_bar.html new file mode 100644 index 0000000..19a0441 --- /dev/null +++ b/docs/reference/plot_stacked_bar.html @@ -0,0 +1,160 @@ + +Plot a stacked bar chart of microbial relative abundance — plot_stacked_bar • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes a MultiAssayExperiment object and returns a +stacked bar plot of microbe relative abundances. The function takes a single +covariate as an optional variable by which to create multiple gridded plots.

    +
    + +
    +
    plot_stacked_bar(
    +  dat,
    +  taxon_level,
    +  covariate_1 = NULL,
    +  covariate_time,
    +  palette_input = NULL,
    +  title = paste("Relative abundance at", taxon_level, "level"),
    +  subtitle = NULL
    +)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an +animalcules output.

    + + +
    taxon_level
    +

    Character string indicating the level of taxonomy to +aggregate the counts data. Must be the name of a column in +MultiAssayExperiment::rowData(dat).

    + + +
    covariate_1
    +

    Character string giving the name of a column in +MultiAssayExperiment::colData(dat) on which to create multiple +plots. The default is NULL.

    + + +
    covariate_time
    +

    Character string giving the name of the discrete +time-based covariate in the metadata to group abundances by.

    + + +
    palette_input
    +

    A character vector of colors that is at minimum the same +length of the number of taxa (specified with taxon_level). +The default is NULL and relies on ggplot2's default scheme.

    + + +
    title
    +

    A character string providing the plot title.

    + + +
    subtitle
    +

    A character string providing the plot subtitle. The default +is NULL.

    + +
    +
    +

    Value

    + + +

    A ggplot2 plot.

    +
    +
    +

    Details

    +

    If further manipulation of specific parameters is desired, users can add +ggplot2 function calls to the output of the function.

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +plot_stacked_bar(in_dat, taxon_level = "family", covariate_1 = "Group",
    +                  covariate_time = "Month",
    +                  palette_input = rainbow(25))
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'assays': object 'in_dat' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/run_gee_model.html b/docs/reference/run_gee_model.html new file mode 100644 index 0000000..7d48dbd --- /dev/null +++ b/docs/reference/run_gee_model.html @@ -0,0 +1,117 @@ + +Compute Generalized Estimating Equations (GEEs) — run_gee_model • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    Run an independent GEE model for each taxa with relative abundance +Works well with small data - multiple subpoints/subjects across clusters

    +
    + +
    +
    run_gee_model(
    +  dat,
    +  taxon_level = "genus",
    +  unit_var,
    +  fixed_cov,
    +  corstr = "ar1",
    +  plot_out = FALSE,
    +  plotsave_loc = ".",
    +  plot_terms = NULL,
    +  ...
    +)
    +
    + +
    +

    Details

    +

    Source +https://data.library.virginia.edu/getting-started-with-generalized-estimating-equations/

    +

    fixed_cov is a vector

    +
    + +
    +

    Examples

    +
    in_dat <- system.file("extdata/MAE_small.RDS", package = "LegATo") %>% readRDS()
    +#> Error in system.file("extdata/MAE_small.RDS", package = "LegATo") %>%     readRDS(): could not find function "%>%"
    +out <- run_gee_model(in_dat, taxon_level = "genus", unit_var = "Subject",
    +                     fixed_cov = c("HairLength", "Age", "Group", "Sex"), corstr = "ar1")
    +#> Error in eval(expr, envir, enclos): object 'in_dat' not found
    +head(out)
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/reference/test_hotelling_t2.html b/docs/reference/test_hotelling_t2.html new file mode 100644 index 0000000..0d72be8 --- /dev/null +++ b/docs/reference/test_hotelling_t2.html @@ -0,0 +1,210 @@ + +Conduct a multivariate Hotelling's T-squared test — test_hotelling_t2 • LegATo + + +
    +
    + + + +
    +
    + + +
    +

    This function takes an animalcules-formatted MultiAssayExperiment +object and runs a multivariate Hotelling's T-squared test. The test expects +a comparison of two distinct groups, and compares the abundances of the top microbes at a +given taxon level between the groups. This function allows both paired and unpaired +tests. Both test the null hypothesis that the population +mean vectors are equal, with the alternative being that they are unequal.

    +
    + +
    +
    test_hotelling_t2(
    +  dat,
    +  test_index = NULL,
    +  taxon_level = "genus",
    +  num_taxa,
    +  grouping_var,
    +  paired = FALSE,
    +  pairing_var = NULL,
    +  unit_var = NULL,
    +  save_table_loc = "."
    +)
    +
    + +
    +

    Arguments

    +
    dat
    +

    A MultiAssayExperiment object specially formatted as an animalcules output.

    + + +
    test_index
    +

    Any argument used for subsetting the input dat, +can be a character, logical, integer, list or List vector. Default is NULL.

    + + +
    taxon_level
    +

    Character string, default is "genus".

    + + +
    num_taxa
    +

    The number of most abundant taxa to test. Needs to be small enough to +avoid n > p issues where n is the smallest number of samples or units in a given group, +and p is the number of microbes to be tested.

    + + +
    grouping_var
    +

    Character string, the name of a DICHOTOMOUS grouping variable in the +metadata of dat.

    + + +
    paired
    +

    Logical indicating whether a paired test should be conducted. +Default is FALSE for an unpaired test.

    + + +
    pairing_var
    +

    Character string giving the variable containing pairing information. +The variable should be in integer form. Must be supplied if paired = TRUE, +otherwise the default is NULL.

    + + +
    unit_var
    +

    Character string giving the variable containing the identifiers +for the unit on which multiple measurements were conducted, e.g. subjects. Default is +NULL; must be supplied if paired = FALSE.

    + + +
    save_table_loc
    +

    A character string giving the folder path to save t.test results. +Note that these are only conducted if the Hotelling's T-test value is <0.05. +Defaults to the current working directory.

    + +
    +
    +

    Value

    + + +

    A list of the elements "df1", "df2", "crit_F", "F_stat" and "pvalue" giving the +results of the test.

    +
    +
    +

    Details

    +

    The Hotelling's t-squared statistic (t2) is a generalization of +Student's t-statistic that is used in multivariate hypothesis testing +to test the means of different populations.

    +

    Note that any entries or pairs with missing values are excluded.

    +

    Referenced articles in the implementation of tests:

    +

    https://online.stat.psu.edu/stat505/lesson/7/7.1/7.1.14

    +

    https://online.stat.psu.edu/stat505/lesson/7/7.1/7.1.15

    +

    https://online.stat.psu.edu/stat505/lesson/7/7.1/7.1.4

    +

    https://online.stat.psu.edu/stat505/lesson/7/7.1/7.1.9

    +
    + +
    +

    Examples

    +
    dat <- system.file("extdata", "MAE.RDS", package = "LegATo") %>%
    +readRDS()
    +#> Error in system.file("extdata", "MAE.RDS", package = "LegATo") %>% readRDS(): could not find function "%>%"
    +dat_0.05 <- filter_animalcules_MAE(dat, 0.05)
    +#> Error in eval(expr, envir, enclos): object 'dat' not found
    +out1 <- test_hotelling_t2(dat = dat_0.05,
    +                  test_index = which(dat_0.05$MothChild == "Infant" &
    +                                       dat_0.05$timepoint == 6),
    +                  taxon_level = "genus",
    +                  # To avoid n < p, use top 5-6 species
    +                  num_taxa = 6,
    +                  paired = TRUE,
    +                  grouping_var = "HIVStatus",
    +                  pairing_var = "pairing")
    +#> Error in eval(expr, envir, enclos): object 'dat_0.05' not found
    +out1                  
    +#> Error in eval(expr, envir, enclos): object 'out1' not found
    +
    +out <- test_hotelling_t2(dat = dat_0.05,
    +                  test_index = which(dat_0.05$MothChild == "Mother" &
    +                                       dat_0.05$timepoint == 0),
    +                  taxon_level = "genus",
    +                  # To avoid n < p, use top 5-6 species
    +                  num_taxa = 12,
    +                  grouping_var = "HIVStatus",
    +                  unit_var = "Subject",
    +                  paired = FALSE)
    +#> Error in eval(expr, envir, enclos): object 'dat_0.05' not found
    +out                  
    +#> Error in eval(expr, envir, enclos): object 'out' not found
    +
    +
    +
    +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.7.

    +
    + +
    + + + + + + + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml new file mode 100644 index 0000000..f65e9e9 --- /dev/null +++ b/docs/sitemap.xml @@ -0,0 +1,72 @@ + + + + /404.html + + + /LICENSE-text.html + + + /LICENSE.html + + + /articles/LegATo_vignette.html + + + /articles/docs/animalcules_MAE_formatting.html + + + /articles/index.html + + + /authors.html + + + /index.html + + + /reference/LegATo-package.html + + + /reference/clean_animalcules_MAE.html + + + /reference/filter_animalcules_MAE.html + + + /reference/get_long_data.html + + + /reference/get_stacked_data.html + + + /reference/get_summary_table.html + + + /reference/get_top_taxa.html + + + /reference/index.html + + + /reference/parse_MAE_SE.html + + + /reference/plot_alluvial.html + + + /reference/plot_spaghetti.html + + + /reference/plot_stacked_area.html + + + /reference/plot_stacked_bar.html + + + /reference/run_gee_model.html + + + /reference/test_hotelling_t2.html + + diff --git a/legato-logo.png b/legato-logo.png new file mode 100644 index 0000000..a5784cd Binary files /dev/null and b/legato-logo.png differ