Skip to contents

Get C_ss Data for Fixed C_ss Generation Parameters

Usage

get_fixed_params(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 C_ss values.

Examples

get_fixed_params(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,]   2.595  0.5459    1.782   0.2642 0.18630  0.03007   1.4080 0.09582
#> [2,]   3.543  1.0850    5.692   0.1298 0.03938  0.10010  13.7300 0.40390
#> [3,]   3.250  1.7390    9.401   0.2014 0.06880  0.02218   0.3102 0.17550
#>      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,]  3.1200   0.3398   0.3828    6.138   0.6469  0.4783   6.558   3.050
#> [2,]  0.4771   1.6840   9.7810    3.915   0.6829 14.8500   4.514   3.637
#> [3,]  1.0180   5.4550   0.6603   11.830   0.2534  2.0280   3.349   3.140
#>      92-87-5 101-77-9 53-96-3 72-43-5 56-38-2
#> [1,]  0.5220    0.733   5.581   7.804  6.7490
#> [2,]  0.5415    3.464   3.815   7.185  1.9910
#> [3,]  0.2630    4.582   8.341   1.561  0.5831
#> 
#> [[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,]   1.794   15.08   0.4329   0.9152 0.04971  0.04314   0.7964 0.08704
#> [2,]  25.920    6.18   1.9380   0.1242 0.61000  0.10650   4.6570 0.05691
#>      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.3507    2.951   1.8480    8.269   0.8545   0.858   5.395  2.5680
#> [2,]  0.8936    1.769   0.8127    2.375   0.1742   2.632  43.790  0.8412
#>      92-87-5 101-77-9 53-96-3 72-43-5 56-38-2
#> [1,]  3.0890   0.7562  0.9738   5.518  0.7429
#> [2,]  0.2205   2.3210  5.7920   3.051  2.9160
#>