-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I seperate this issue out of #236 since it is quite involved.
params
should not longer returnVector[Symbol]
but return valuesparam_values
should be hence renamed and first suggestion wasparamnames
as a replacement for the old function- however there are other params functions such as:
params_indices
, andparam_occourences
,param_refs
, should it beparamnames
orparam_names
? - params is used as argument a couple of times, replace it with
param(_)names
there as well params
should work onAbstractSem
not only onParameterTable
- the column param in parameter table must also be renamed
- lavaan uses label so I think my preference would be param_label for the replacement function to be consistent with other functions and lavaan.
Metadata
Metadata
Assignees
Labels
No labels