get_unfixed_params: Return all the unfixed parameters

Description Usage Arguments Value

View source: R/get_unfixed_params.R

Description

all = vector of all unfixed params var derivative is a vector of 1 and 0, 1 means derivative of parameter is taken w$r.t. variance otherwise w$r.t. sd If params is supplied then the parameter is taken from this vector instead of poped.db

Usage

1
get_unfixed_params(poped.db, params = NULL)

Arguments

poped.db

a PopED database.

params

If params is supplied then the parameters are taken from this vector.

Value

A list with the parameters. All unfixed parameters are also returned in the "all output with the specified order (bpop,d,covd,docc,covdocc,sigma,covsigma). var_derivative is a vector of 1's or 0's, 1 means derivative of parameter is taken with respect to the variance otherwise with respect to standard deviation.


PopED documentation built on May 21, 2021, 5:08 p.m.