get_initial_estimate_values: Get initial estimate values from specifick iteration row.

View source: R/common_ext_file_manipulations.R

get_initial_estimate_valuesR Documentation

Get initial estimate values from specifick iteration row.

Description

Get initial estimate values from specifick iteration row.

Usage

get_initial_estimate_values(
  filename,
  select = "all",
  iteration = -1e+09,
  do.stop = TRUE
)

Arguments

filename

Name of the file.

select

Can be set to "omega","theta","sigma" or "all"(means thetas, omegas and sigmas). By default is "all".

iteration

The value of iteration. By default is -1000000000.

do.stop

A logical indicating whether function should stop if argument 'select' is set to something different than allowed string. By default do.stop=TRUE

Value

The data frame of initial estimate values.


UUPharmacometrics/PsNR documentation built on June 30, 2023, 8:34 a.m.