Some terminology:
* frozen variables: the variables that have fixed values
* warm variables: the remaining variables that vary freely
Usage
freeze(input, frozen)
thaw(input, frozen)
Arguments
Details
A frozen matrix specifies which variables to fix in a projection matrix.
Warm variables should be missing (NA) while frozen variables should
be set to their fixed values.