Skip to content

Commit

Permalink
Update loading docs in Measurement() to prefer standardized loadings
Browse files Browse the repository at this point in the history
  • Loading branch information
lkosanke authored May 15, 2024
1 parent 7ff936b commit 5ce4247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taxons/measurement.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Building Block for Taxonomy. Multiple Measurements can be combined to a Taxon.
## Arguments
- `n_variables`: Number of variables (possibly observed/manifest). If items are parceled, this is the number of parcels.
- `loadings`: Vector of loadings, one for each item.
- `loadings`: Vector of loadings, one for each item. If both standardized and unstandardized loadings are reported, code standardized.
- `factor_variance`: Variance of the factor.
- `error_variances`: Vector of variances of the respective errors
- `error_covariances_within`: Vector of covariances within factor. If unknown, set to missing, if there are no covariances, set to Float64[].
Expand Down

0 comments on commit 5ce4247

Please sign in to comment.