Parameters modification
The fixpar
function can be used to fix a parameter to some value (Typically zero), and the freepar
function can be used to free a parameter from being fixed to a value.
fixpar(x, matrix, row, col, value = 0, group, verbose, log = TRUE, runmodel = FALSE, ...) freepar(x, matrix, row, col, start, group, verbose, log = TRUE, runmodel = FALSE, startEPC = TRUE, ...)
x
: A psychonetrics
model.matrix
: String indicating the matrix of the parameterrow
: Integer or string indicating the row of the matrix of the parametercol
: Integer or string indicating the column of the matrix of the parametervalue
: Used in fixpar
to indicate the value to which a parameters is constrainedstart
: Used in freepar
to indicate the starting value of the parametergroup
: Integer indicating the group of the parameter to be constrainedverbose
: Logical, should messages be printed?log
: Logical, should the log be updated?runmodel
: Logical, should the model be updated?startEPC
: Logical, should the starting value be set at the expected parameter change?...
: Arguments sent to runmodel
An object of the class psychonetrics (psychonetrics-class )
Sacha Epskamp