get_initial_estimates_from_ext: Get initial estimates from the ext file.

View source: R/common_get_initial_estimates_from_ext.R

get_initial_estimates_from_extR Documentation

Get initial estimates from the ext file.

Description

Get initial estimates from the ext file.

Usage

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

Arguments

filename

A string of the ext file name.

select

A string of the initial estimates to get. Possible values "omega","theta","sigma" or "all"(means all three).

iteration

A numeric value from the ITERATION column in the ext file. By default iteration=-1000000000.

do.stop

A logical indicating whether function should stop if input of the select argument is wrong. By default do.stop=TRUE.

Value

A data frame of initial estimates.


UUPharmacometrics/pmutils documentation built on July 4, 2023, 1:15 a.m.