We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
params
Vector[Symbol]
param_values
paramnames
params_indices
param_occourences
param_refs
param_names
param(_)names
AbstractSem
ParameterTable
param_label
The text was updated successfully, but these errors were encountered:
I would prefer param_labels, as the function to change a parameter's label in a StenoGraph specification is also called label.
param_labels
label
Sorry, something went wrong.
solution
No branches or pull requests
params
should not longer returnVector[Symbol]
but return valuesparam_values
should be hence renamed and first suggestion wasparamnames
as a replacement for the old functionparams_indices
, andparam_occourences
,param_refs
, should it beparamnames
orparam_names
?param(_)names
there as wellparams
should work onAbstractSem
not only onParameterTable
param_label
for the replacement function to be consistent with other functions and lavaan.The text was updated successfully, but these errors were encountered: