Skip to contents

Get C_ss Data for Fixed Age

Usage

get_fixed_age(simulated_css, age)

Arguments

simulated_css

list of pre-generated C_ss data, for details see: vignette("package_data", package = "GeoTox").

age

list of atomic vectors containing ages.

Value

list of matrices containing median C_ss values.

Examples

get_fixed_age(simulated_css = geo_tox_data$simulated_css,
              age = list(c(25, 35, 55), c(15, 60)))
#> [[1]]
#>      87-86-5 95-95-4 133-06-2 101-14-4 63-25-2 510-15-6 106-50-3 91-94-1
#> [1,]  5.6245   6.656   2.3210  0.20555 0.10435  0.11010  0.35850  0.1832
#> [2,]  6.7320   8.194   3.0145  0.26055 0.13450  0.14015  0.48860  0.2070
#> [3,]  9.7745  10.615   3.7720  0.34805 0.18920  0.21190  0.66345  0.2928
#>      84-74-2 120-80-9 100-02-7 119-90-4 123-31-9 60-11-7 95-80-7 88-06-2
#> [1,]  1.2445   1.4985  0.84285   6.7105  0.30055  2.2450  3.4785  3.3765
#> [2,]  1.6280   1.9545  1.17400   7.3715  0.39220  2.7920  3.8750  4.4375
#> [3,]  2.2435   2.5475  1.44250   8.6155  0.53005  3.6225  4.6450  6.2555
#>      92-87-5 101-77-9 53-96-3 72-43-5 56-38-2
#> [1,]  1.0200   1.3740   3.187  4.7235  2.6265
#> [2,]  1.2380   1.6265   3.648  5.8290  3.2970
#> [3,]  1.5575   2.1620   4.755  7.8175  4.3650
#> 
#> [[2]]
#>      87-86-5 95-95-4 133-06-2 101-14-4  63-25-2 510-15-6 106-50-3 91-94-1
#> [1,]  4.3915  4.7355   1.7015  0.16175 0.073885 0.089035  0.27315  0.1245
#> [2,]  9.7745 10.6150   3.7720  0.34805 0.189200 0.211900  0.66345  0.2928
#>      84-74-2 120-80-9 100-02-7 119-90-4 123-31-9 60-11-7 95-80-7 88-06-2
#> [1,] 0.97755   1.1135  0.68195   5.3505  0.20900  1.6395   2.781  2.6675
#> [2,] 2.24350   2.5475  1.44250   8.6155  0.53005  3.6225   4.645  6.2555
#>      92-87-5 101-77-9 53-96-3 72-43-5 56-38-2
#> [1,]  0.7936    1.023   2.194  3.9780  1.9685
#> [2,]  1.5575    2.162   4.755  7.8175  4.3650
#>