
Computing the Doses for a given independent variable, Model and Samples
Source:R/Model-methods.R
dose.RdA function that computes the dose reaching a specific target value of a given variable that dose depends on. The meaning of this variable depends on the type of the model. For instance, for single agent dose escalation model or pseudo DLE (dose-limiting events)/toxicity model, this variable represents the a probability of the occurrence of a DLE. For efficacy models, it represents expected efficacy. The doses are computed based on the samples of the model parameters (samples).
Usage
dose(x, model, samples, ...)
# S4 method for class 'numeric,LogisticNormal,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticLogNormal,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticLogNormalOrdinal,Samples'
dose(x, model, samples, grade)
# S4 method for class 'numeric,LogisticLogNormalSub,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,ProbitLogNormal,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,ProbitLogNormalRel,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticLogNormalGrouped,Samples'
dose(x, model, samples, group)
# S4 method for class 'numeric,LogisticKadane,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticKadaneBetaGamma,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticNormalMixture,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticNormalFixedMixture,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticLogNormalMixture,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,DualEndpoint,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticIndepBeta,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,LogisticIndepBeta,missing'
dose(x, model)
# S4 method for class 'numeric,Effloglog,missing'
dose(x, model)
# S4 method for class 'numeric,EffFlexi,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,OneParLogNormalPrior,Samples'
dose(x, model, samples)
# S4 method for class 'numeric,OneParExpPrior,Samples'
dose(x, model, samples)Arguments
- x
(
proportionornumeric)
a value of an independent variable on which dose depends. The following recycling rule applies whensamplesis not missing: vectors of size 1 will be recycled to the size of the sample (i.e.size(samples)). Otherwise,xmust have the same size as the sample.- model
(
GeneralModelorModelPseudo)
the model.- samples
(
Samples)
the samples of model's parameters that will be used to compute the resulting doses. Can also be missing for some models.- ...
model specific parameters when
samplesare not used.- grade
(
integer)
The toxicity grade for which probabilities are required- group
(
characterorfactor)
forLogisticLogNormalGrouped, indicating whether to calculate the dose for themonoor for thecomboarm.
Value
A number or numeric vector with the doses.
If non-scalar samples were used, then every element in the returned vector
corresponds to one element of a sample. Hence, in this case, the output
vector is of the same length as the sample vector. If scalar samples were
used or no samples were used, e.g. for pseudo DLE/toxicity model,
then the output is of the same length as the length of the prob.
Details
The dose() function computes the doses corresponding to a value of
a given independent variable, using samples of the model parameter(s).
If you work with multivariate model parameters, then assume that your model
specific dose() method receives a samples matrix where the rows
correspond to the sampling index, i.e. the layout is then
nSamples x dimParameter.
Functions
dose(x = numeric, model = LogisticNormal, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticLogNormal, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).-
dose(x = numeric, model = LogisticLogNormalOrdinal, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).In the case of a
LogisticLogNormalOrdinalmodel,dosereturns only the probability of toxicity at the given grade or higher dose(x = numeric, model = LogisticLogNormalSub, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = ProbitLogNormal, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = ProbitLogNormalRel, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticLogNormalGrouped, samples = Samples): method forLogisticLogNormalGroupedwhich needsgroupargument in addition.dose(x = numeric, model = LogisticKadane, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticKadaneBetaGamma, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticNormalMixture, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticNormalFixedMixture, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticLogNormalMixture, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = DualEndpoint, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticIndepBeta, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x).dose(x = numeric, model = LogisticIndepBeta, samples = missing): compute the dose level reaching a specific target probability of the occurrence of a DLE (x). All model parameters (exceptx) should be present in themodelobject.dose(x = numeric, model = Effloglog, samples = missing): compute the dose level reaching a specific target probability of the occurrence of a DLE (x). All model parameters (exceptx) should be present in themodelobject.dose(x = numeric, model = EffFlexi, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLE (x). For this methodxmust be a scalar.dose(x = numeric, model = OneParLogNormalPrior, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLT (x).dose(x = numeric, model = OneParExpPrior, samples = Samples): compute the dose level reaching a specific target probability of the occurrence of a DLT (x).
Note
The dose() and prob() methods are the inverse of each other, for
all dose() methods for which its first argument, i.e. a given independent
variable that dose depends on, represents toxicity probability.
Examples
# Create some data.
my_data <- Data(
x = c(0.1, 0.5, 1.5, 3, 6, 10, 10, 10),
y = c(0, 0, 0, 0, 0, 0, 1, 0),
cohort = c(0, 1, 2, 3, 4, 5, 5, 5),
doseGrid = c(0.1, 0.5, 1.5, 3, 6, seq(from = 10, to = 80, by = 2))
)
#> Used default patient IDs!
# Initialize a model, e.g. 'LogisticLogNormal'.
my_model <- LogisticLogNormal(
mean = c(-0.85, 1),
cov = matrix(c(1, -0.5, -0.5, 1), nrow = 2),
ref_dose = 56
)
# Get samples from posterior.
my_options <- McmcOptions(burnin = 100, step = 2, samples = 20)
my_samples <- mcmc(data = my_data, model = my_model, options = my_options)
# Posterior for the dose achieving Prob(DLT) = 0.45.
dose(x = 0.45, model = my_model, samples = my_samples)
#> [1] 30.01228 30.01228 30.01228 178.18413 76.12978 34.94277 34.94277
#> [8] 34.94277 34.94277 45.47928 45.47928 45.47928 45.47928 45.47928
#> [15] 22.40170 46.41841 24.93165 24.82409 114.22565 58.41930
# Create data from the 'Data' (or 'DataDual') class.
dlt_data <- Data(
x = c(25, 50, 25, 50, 75, 300, 250, 150),
y = c(0, 0, 0, 0, 0, 1, 1, 0),
doseGrid = seq(from = 25, to = 300, by = 25)
)
#> Used default patient IDs!
#> Used best guess cohort indices!
# Initialize a toxicity model using 'LogisticIndepBeta' model.
dlt_model <- LogisticIndepBeta(
binDLE = c(1.05, 1.8),
DLEweights = c(3, 3),
DLEdose = c(25, 300),
data = dlt_data
)
# Get samples from posterior.
dlt_sample <- mcmc(data = dlt_data, model = dlt_model, options = my_options)
# Posterior for the dose achieving Prob(DLT) = 0.45.
dose(x = 0.45, model = dlt_model, samples = dlt_sample)
#> [1] 10.07613 10.07613 22.15191 850756.88704 48.50700
#> [6] 48.50700 48.50700 72.06078 72.06078 72.06078
#> [11] 2590.71936 155.17055 155.17055 155.17055 212.47066
#> [16] 156.91934 234.83714 234.83714 196.82793 90.86247
dose(x = c(0.45, 0.6), model = dlt_model)
#> [1] 144.6624 247.7348
data_ordinal <- .DefaultDataOrdinal()
model <- .DefaultLogisticLogNormalOrdinal()
options <- .DefaultMcmcOptions()
samples <- mcmc(data_ordinal, model, options)
dose(0.25, model, samples, grade = 2L)
#> [1] 6.262054e+01 6.825258e+01 6.800475e+01 7.238467e+01 7.256709e+01
#> [6] 5.517281e+01 5.999191e+01 5.881220e+01 6.415613e+01 6.508576e+01
#> [11] 9.534233e+01 6.305447e+01 8.832475e+01 5.556502e+01 1.023830e+02
#> [16] 7.384027e+01 2.745299e+02 1.152424e+02 1.148491e+02 6.255369e+01
#> [21] 7.143730e+01 1.244016e+02 5.311689e+01 2.657672e+02 6.605059e+01
#> [26] 5.422702e+01 5.807080e+01 6.884458e+01 6.814772e+01 5.521749e+01
#> [31] 1.367766e+02 1.155706e+02 5.859547e+01 7.852548e+01 5.857470e+01
#> [36] 5.946360e+01 1.147169e+02 5.750462e+01 5.906556e+01 5.532817e+01
#> [41] 5.534263e+01 6.687357e+01 7.207730e+01 6.270081e+01 6.670855e+01
#> [46] 7.289824e+01 6.637536e+01 5.916400e+01 6.079262e+01 8.985185e+01
#> [51] 7.206311e+01 5.728085e+01 5.932411e+01 5.846958e+01 6.893540e+01
#> [56] 6.459526e+01 1.063596e+02 1.578763e+02 1.223549e+02 5.018925e+01
#> [61] 5.124954e+01 8.165819e+01 5.691041e+01 5.773384e+01 6.151593e+01
#> [66] 6.359561e+01 6.045583e+01 6.185145e+01 5.652584e+01 1.067942e+02
#> [71] 5.940643e+01 5.939937e+01 4.959373e+01 5.012629e+01 7.206632e+01
#> [76] 1.254126e+02 6.403143e+01 6.076143e+01 6.348376e+01 1.843396e+02
#> [81] 6.458914e+01 6.829241e+01 5.473886e+01 8.214930e+01 3.262253e+02
#> [86] 1.418416e+02 5.589102e+01 4.759976e+02 7.084057e+01 6.630887e+01
#> [91] 5.920290e+01 5.779671e+01 6.311131e+01 6.709157e+01 7.181053e+01
#> [96] 6.583242e+01 4.988085e+01 6.200729e+01 7.447994e+01 6.664439e+01
#> [101] 1.413533e+02 1.251279e+02 7.269159e+01 6.956853e+01 5.704141e+01
#> [106] 6.706355e+01 6.696080e+01 6.478661e+01 6.969079e+01 1.330186e+02
#> [111] 5.942732e+01 6.488606e+01 6.193436e+01 1.023293e+02 5.344302e+01
#> [116] 8.240349e+01 6.247246e+01 9.367454e+01 7.655057e+01 6.811794e+01
#> [121] 5.700373e+01 6.119456e+01 6.123967e+01 6.437696e+01 7.067703e+01
#> [126] 6.822484e+01 5.849460e+01 5.435945e+01 3.728224e+02 7.227953e+01
#> [131] 5.790911e+01 1.316475e+02 8.547665e+01 8.197003e+01 7.283499e+01
#> [136] 6.257019e+01 5.391498e+01 6.234423e+01 5.692278e+01 6.912699e+01
#> [141] 6.221508e+01 5.824852e+01 6.467931e+01 6.720564e+01 5.923569e+01
#> [146] 6.652565e+01 6.281071e+01 6.171260e+01 6.394199e+01 5.945519e+01
#> [151] 6.811971e+01 9.566471e+01 7.701894e+01 8.027645e+01 9.151148e+01
#> [156] 6.396454e+01 6.164341e+01 5.990761e+01 5.872580e+01 5.661397e+01
#> [161] 6.768961e+01 6.278907e+01 7.293563e+01 5.944843e+01 8.360980e+01
#> [166] 1.444116e+02 6.022818e+01 6.593669e+01 5.889409e+01 6.058426e+01
#> [171] 5.909167e+01 6.189535e+01 6.466629e+01 8.434383e+01 5.290286e+01
#> [176] 8.320388e+01 5.948413e+01 6.084646e+01 1.084461e+02 1.946685e+02
#> [181] 6.919149e+01 4.695941e+01 6.160014e+01 8.588436e+01 6.041271e+01
#> [186] 6.783378e+01 6.081733e+01 5.611734e+01 1.052702e+02 5.505759e+01
#> [191] 6.029972e+01 6.565084e+01 6.784338e+01 6.367396e+01 6.626304e+01
#> [196] 6.672519e+01 7.560238e+01 9.482721e+01 6.042157e+01 5.676154e+01
#> [201] 5.765898e+01 6.058938e+01 5.839814e+01 5.302259e+01 5.196368e+01
#> [206] 7.025799e+01 5.861143e+01 5.754975e+01 5.698775e+01 2.049098e+02
#> [211] 5.899116e+01 5.599828e+01 7.460627e+01 5.641092e+01 7.903260e+01
#> [216] 5.945612e+01 1.411103e+02 1.068034e+02 7.977154e+01 6.158571e+01
#> [221] 6.860082e+01 1.736015e+02 6.496081e+01 1.184560e+02 5.789427e+01
#> [226] 5.711782e+01 6.126982e+01 6.211840e+01 6.276050e+01 8.839614e+01
#> [231] 7.366518e+01 5.709302e+01 1.687025e+02 7.527617e+01 6.181332e+01
#> [236] 6.958612e+01 6.024507e+01 6.900783e+01 6.380941e+01 5.940513e+01
#> [241] 6.200530e+01 6.328754e+01 6.560323e+01 5.864387e+01 5.934834e+01
#> [246] 9.113559e+01 9.454198e+01 5.901053e+01 9.507213e+01 5.670404e+01
#> [251] 6.018975e+01 5.788337e+01 6.260897e+01 5.884283e+01 6.037345e+01
#> [256] 6.026119e+01 6.270842e+01 5.836233e+01 6.040747e+01 9.409414e+04
#> [261] 6.115696e+01 5.682107e+01 7.927823e+01 6.863100e+01 5.426788e+01
#> [266] 1.110874e+02 6.173912e+01 6.176641e+01 5.891077e+01 1.021444e+02
#> [271] 3.131303e+01 2.083087e+02 9.968582e+01 5.855905e+01 7.596376e+01
#> [276] 5.727429e+01 7.148338e+01 6.058077e+01 6.191628e+01 6.462165e+01
#> [281] 6.223178e+01 5.541618e+01 7.159616e+01 4.753099e+02 5.984650e+01
#> [286] 5.598534e+01 6.904077e+01 6.325253e+01 5.997358e+01 6.399214e+01
#> [291] 5.270942e+01 5.732857e+01 6.333128e+01 5.613714e+01 5.751898e+01
#> [296] 8.363067e+01 6.415393e+01 5.949647e+01 7.531290e+01 1.018904e+02
#> [301] 6.673798e+01 5.806379e+01 5.808290e+01 6.452908e+01 1.096496e+02
#> [306] 7.389897e+01 5.256603e+01 5.339488e+01 5.850097e+01 6.370622e+01
#> [311] 6.544822e+01 6.377082e+01 6.584320e+01 7.541816e+01 5.807204e+01
#> [316] 5.789664e+01 6.667605e+01 5.895937e+01 7.960516e+01 6.538079e+01
#> [321] 5.935987e+01 9.397623e+01 7.936089e+01 6.114847e+01 6.269897e+01
#> [326] 2.108044e+02 5.618023e+04 2.808605e+03 2.296464e+02 6.343486e+01
#> [331] 6.722506e+01 6.992983e+01 5.527292e+01 1.868629e+02 8.683405e+01
#> [336] 6.212112e+01 6.668078e+01 6.255220e+01 1.320496e+02 5.879103e+01
#> [341] 5.357395e+01 8.138439e+01 6.907370e+01 1.125847e+02 5.669293e+01
#> [346] 1.724410e+02 4.030161e+02 5.666548e+01 6.057445e+01 7.111034e+01
#> [351] 5.952342e+01 6.073995e+01 7.470045e+01 6.265871e+01 6.662304e+01
#> [356] 5.867396e+01 6.964879e+01 7.701705e+06 9.457053e+01 6.859919e+01
#> [361] 7.408398e+01 6.263739e+01 7.277788e+01 5.423574e+01 5.620217e+01
#> [366] 1.293350e+02 6.251739e+01 7.379774e+01 7.245545e+01 6.225008e+01
#> [371] 5.978710e+01 5.859556e+01 9.457362e+01 9.414676e+01 6.125277e+01
#> [376] 8.783117e+02 5.994812e+01 5.911495e+01 5.405177e+01 5.574422e+01
#> [381] 8.059362e+01 6.292411e+01 6.297763e+01 7.687394e+01 1.195421e+02
#> [386] 7.548265e+01 7.319605e+01 6.719703e+01 6.453521e+01 1.079915e+02
#> [391] 7.636159e+01 7.202756e+01 6.966268e+01 7.023552e+01 6.250121e+01
#> [396] 5.627621e+01 1.057326e+02 7.483295e+01 6.423094e+01 5.823469e+01
#> [401] 5.758041e+01 9.161280e+01 9.933340e+01 6.250933e+01 5.795616e+01
#> [406] 6.127430e+01 9.304433e+01 5.636815e+01 1.748865e+02 1.147722e+02
#> [411] 4.528886e+02 5.471676e+01 8.302588e+01 6.217513e+01 6.041349e+01
#> [416] 5.879256e+01 6.135249e+01 5.733396e+01 5.903469e+01 6.054109e+01
#> [421] 7.569369e+01 7.276413e+01 5.542683e+01 5.496549e+01 5.654689e+01
#> [426] 5.783703e+01 6.138441e+01 6.479487e+01 6.097529e+01 8.825184e+01
#> [431] 6.344232e+02 1.254276e+02 9.866968e+01 5.731351e+01 5.590258e+01
#> [436] 5.924259e+01 6.660021e+01 6.678155e+01 7.311005e+01 5.539834e+01
#> [441] 7.093740e+01 5.034083e+01 6.243012e+01 5.217716e+01 1.599925e+02
#> [446] 5.848735e+02 5.072450e+03 3.163595e+03 6.243268e+07 4.152465e+02
#> [451] 6.209664e+01 6.047498e+01 5.695885e+01 5.717437e+01 6.887472e+01
#> [456] 6.626591e+01 5.484520e+01 5.829959e+01 1.651694e+02 7.488017e+01
#> [461] 8.283549e+01 5.945526e+01 6.165147e+01 7.812970e+01 1.003651e+02
#> [466] 1.108177e+02 6.099035e+01 9.553098e+02 7.735326e+01 7.975259e+01
#> [471] 5.911360e+01 6.585503e+01 7.118298e+01 5.366373e+01 6.696845e+01
#> [476] 7.700888e+01 8.669900e+01 6.560966e+01 1.696394e+02 7.707948e+01
#> [481] 7.397889e+01 6.563032e+01 7.856292e+01 6.766500e+01 5.742428e+01
#> [486] 6.063500e+01 5.433286e+01 7.558375e+01 1.131760e+02 1.230553e+02
#> [491] 8.118390e+01 7.260543e+01 5.943549e+01 6.800591e+01 5.594416e+01
#> [496] 6.203736e+01 5.738827e+01 5.803608e+01 7.202576e+01 5.571379e+01
#> [501] 5.760052e+01 6.514574e+01 1.124513e+02 1.735623e+03 6.279945e+01
#> [506] 7.273177e+01 7.360250e+01 2.259005e+02 1.292318e+02 6.560184e+01
#> [511] 6.101198e+01 6.489591e+01 1.126596e+02 5.139259e+01 7.167166e+01
#> [516] 5.695494e+01 7.820030e+01 9.095510e+01 1.422443e+02 6.632853e+01
#> [521] 6.769141e+01 6.118054e+01 5.684977e+01 5.952369e+01 5.540797e+01
#> [526] 6.345845e+01 1.140006e+02 7.807011e+01 6.084180e+02 6.839263e+02
#> [531] 6.160745e+01 6.130562e+01 7.551216e+01 7.719126e+01 2.163795e+02
#> [536] 7.668100e+01 1.001878e+02 1.169361e+02 7.811713e+01 1.001274e+02
#> [541] 3.654103e+02 1.143801e+02 6.944881e+01 1.171789e+03 8.270234e+01
#> [546] 6.694911e+01 7.975522e+01 9.116845e+01 7.793828e+01 6.649511e+01
#> [551] 6.042545e+01 6.119822e+01 5.529652e+01 6.320287e+01 6.120049e+01
#> [556] 7.849609e+01 5.818499e+01 1.039221e+02 6.007774e+01 6.265261e+01
#> [561] 7.009431e+01 7.294776e+01 5.700692e+01 5.622213e+01 6.366863e+01
#> [566] 9.706319e+01 1.167072e+02 7.969798e+01 2.859199e+01 6.151048e+01
#> [571] 5.586424e+01 5.915477e+01 5.208876e+01 9.313627e+01 8.314465e+01
#> [576] 9.200611e+01 7.378814e+01 6.585263e+01 6.705486e+01 5.885938e+01
#> [581] 8.661987e+01 1.028078e+02 6.958063e+01 5.944217e+01 5.264070e+01
#> [586] 5.713105e+01 7.146410e+01 5.705255e+01 5.697433e+01 6.348008e+01
#> [591] 6.798000e+01 6.298979e+01 6.066263e+01 8.562940e+01 6.817906e+01
#> [596] 5.818797e+01 5.909003e+01 5.749341e+01 7.609329e+01 1.051330e+02
#> [601] 8.494331e+01 5.589450e+01 6.377573e+01 7.246594e+01 8.526315e+01
#> [606] 4.292460e+02 7.564209e+01 6.840317e+01 5.884044e+01 5.274408e+01
#> [611] 6.557890e+01 6.563852e+01 5.382453e+01 6.142833e+01 6.141289e+01
#> [616] 7.762471e+01 6.117533e+01 6.143731e+01 6.425592e+01 7.621446e+01
#> [621] 6.652392e+01 9.446445e+01 5.320536e+01 5.352369e+01 1.054113e+02
#> [626] 9.947281e+01 5.774679e+01 6.021768e+01 6.197515e+01 7.413078e+01
#> [631] 5.698086e+01 6.073542e+01 5.864227e+01 6.813605e+01 6.220670e+01
#> [636] 6.280100e+01 6.380143e+01 8.177440e+01 9.070078e+01 5.014485e+01
#> [641] 5.993230e+01 6.967953e+01 6.076220e+01 3.013053e+02 6.279576e+01
#> [646] 5.993638e+01 6.018356e+01 9.975972e+01 5.859898e+03 9.901895e+01
#> [651] 1.786139e+02 9.547183e+01 7.633040e+01 6.072546e+01 6.186371e+01
#> [656] 5.546370e+01 5.707790e+01 5.673435e+01 7.447047e+01 5.582958e+01
#> [661] 6.310914e+01 6.169417e+01 6.724347e+01 5.881116e+01 5.759320e+01
#> [666] 9.849232e+01 6.319544e+01 7.247851e+01 7.271709e+02 8.720518e+01
#> [671] 5.967271e+01 7.084393e+01 6.087737e+01 7.525497e+01 6.904607e+01
#> [676] 7.103959e+01 6.877708e+01 5.858326e+01 8.345450e+01 7.640281e+01
#> [681] 5.812556e+01 6.166522e+01 5.736490e+01 5.382447e+01 6.421804e+01
#> [686] 7.964700e+01 5.565052e+01 6.242675e+01 7.410334e+03 6.380640e+01
#> [691] 7.801204e+01 5.972117e+01 8.363602e+01 1.598390e+02 5.948517e+01
#> [696] 7.147299e+01 1.060951e+02 6.988883e+01 1.194786e+02 1.195436e+02
#> [701] 6.534933e+01 7.021805e+01 6.927653e+01 5.954987e+01 7.082886e+01
#> [706] 9.951356e+01 9.528172e+01 5.760647e+01 1.445464e+03 1.361993e+02
#> [711] 5.573996e+01 6.177043e+01 6.152914e+01 5.452699e+01 6.539084e+01
#> [716] 7.624380e+01 5.652704e+01 7.248855e+01 8.474340e+01 6.866555e+01
#> [721] 6.570801e+01 6.447347e+01 3.806705e+02 4.507334e+03 8.616108e+01
#> [726] 5.913331e+01 5.684430e+01 1.056940e+02 5.060926e+01 6.376743e+01
#> [731] 9.435419e+02 6.308711e+01 9.877126e+01 8.269137e+01 1.391911e+02
#> [736] 7.086496e+01 7.234616e+01 7.354280e+01 5.706843e+01 5.640914e+01
#> [741] 6.781748e+01 5.742913e+01 5.836686e+01 5.898424e+01 5.533517e+01
#> [746] 5.925866e+01 6.314940e+01 1.063007e+02 5.658429e+01 2.072963e+02
#> [751] 6.116762e+01 1.609491e+02 5.877563e+01 6.479418e+01 6.134116e+01
#> [756] 1.138837e+02 5.812863e+01 7.504653e+01 5.335112e+01 6.439502e+01
#> [761] 6.583228e+01 9.213568e+01 3.504776e+02 1.457523e+02 7.589591e+01
#> [766] 1.100018e+02 6.157012e+01 5.703195e+01 6.640455e+01 7.467063e+01
#> [771] 6.338894e+01 5.192894e+01 9.469944e+01 7.172739e+01 2.074812e+02
#> [776] 5.384410e+01 9.972739e+01 7.451672e+01 7.256195e+01 5.301188e+01
#> [781] 6.148570e+01 8.123348e+01 7.632946e+01 6.038561e+01 2.408565e+02
#> [786] 6.584149e+01 1.545741e+02 6.559473e+01 7.816294e+01 6.559299e+01
#> [791] 7.931091e+01 8.592566e+01 7.169554e+01 1.386577e+02 6.995936e+01
#> [796] 6.376591e+01 7.417373e+01 5.974684e+01 6.691646e+01 6.439344e+01
#> [801] 5.956073e+01 6.130392e+01 5.964514e+01 5.832026e+01 6.165089e+01
#> [806] 6.063504e+01 6.440758e+01 1.312432e+02 6.115949e+01 6.183410e+01
#> [811] 5.662943e+01 7.482443e+01 1.184129e+02 6.726853e+01 7.888390e+01
#> [816] 7.151991e+01 6.712651e+01 6.385534e+01 5.298354e+01 6.384308e+01
#> [821] 7.265505e+01 7.011240e+01 5.815716e+01 6.720312e+01 5.752501e+01
#> [826] 9.125793e+01 5.966654e+01 7.346684e+01 5.405604e+01 7.064145e+01
#> [831] 5.795243e+01 7.440109e+01 5.521774e+01 6.122577e+01 6.692026e+01
#> [836] 1.946625e+02 7.031394e+01 9.667643e+01 5.783789e+01 1.451401e+02
#> [841] 7.966384e+01 7.204601e+01 5.920298e+01 5.867461e+01 6.278187e+01
#> [846] 5.657839e+01 6.382962e+01 6.061974e+01 8.125570e+01 6.497128e+01
#> [851] 1.025915e+02 9.758364e+01 5.701041e+01 9.500392e+01 5.791831e+01
#> [856] 6.113336e+01 6.671684e+01 8.548939e+01 5.879132e+01 6.143752e+01
#> [861] 6.639617e+01 6.459057e+01 6.226901e+01 7.742982e+01 1.005654e+02
#> [866] 9.540258e+01 5.688524e+01 6.330777e+01 5.747540e+01 6.220107e+01
#> [871] 7.212296e+01 6.211315e+01 6.189821e+01 5.764749e+01 9.949317e+01
#> [876] 6.168255e+01 9.052414e+01 1.543614e+02 1.164838e+02 5.381158e+01
#> [881] 5.865667e+01 6.744963e+01 1.036130e+02 5.475039e+01 5.818854e+01
#> [886] 5.987261e+01 7.180681e+01 6.765421e+01 1.332486e+02 1.822338e+02
#> [891] 1.588788e+02 1.524440e+02 5.645111e+01 5.757818e+01 5.757927e+01
#> [896] 5.240333e+01 8.973714e+01 5.413456e+01 6.638113e+01 6.061444e+01
#> [901] 8.537689e+01 6.423436e+01 7.014503e+01 6.509057e+01 6.887874e+01
#> [906] 6.145712e+01 5.670467e+01 6.523040e+01 6.373414e+01 7.978466e+01
#> [911] 6.777371e+01 9.989390e+01 7.087656e+01 6.547044e+01 7.626954e+01
#> [916] 6.238834e+01 1.468726e+02 4.771951e+01 4.016360e+01 7.136867e+01
#> [921] 5.757199e+01 6.028553e+01 8.383025e+02 7.191959e+01 5.682045e+01
#> [926] 1.874809e+02 5.557445e+01 5.753134e+01 1.002448e+02 6.327572e+01
#> [931] 5.508191e+01 6.532645e+01 6.613779e+01 1.028891e+02 5.541699e+01
#> [936] 8.645314e+01 5.751132e+01 7.438047e+01 9.379062e+01 7.803588e+01
#> [941] 5.903843e+01 6.697119e+01 5.919426e+01 1.003416e+02 5.937475e+01
#> [946] 6.125029e+01 7.491666e+01 6.257765e+01 5.705164e+01 6.082358e+01
#> [951] 6.532546e+01 8.032831e+01 5.645071e+01 7.315330e+01 7.107110e+01
#> [956] 5.323985e+01 5.669219e+01 6.925670e+01 7.719070e+01 5.880152e+01
#> [961] 1.159836e+02 5.461830e+01 8.447239e+01 6.051876e+01 6.247567e+01
#> [966] 1.427549e+02 5.324236e+01 6.371324e+01 1.938233e+02 5.114361e+01
#> [971] 5.876480e+01 5.986863e+01 6.901165e+01 1.022691e+02 6.347890e+01
#> [976] 7.708435e+01 6.368367e+01 5.487288e+01 9.549527e+01 6.034325e+01
#> [981] 7.021339e+01 1.112316e+02 6.586987e+01 8.810601e+01 6.302774e+01
#> [986] 3.841174e+01 7.571238e+01 8.171731e+01 6.290418e+01 2.311688e+02
#> [991] 5.866928e+01 5.868048e+01 6.152450e+01 2.791663e+02 6.307315e+02
#> [996] 8.288774e+02 5.539229e+01 1.601778e+02 1.024990e+02 8.281724e+01