moshagen / semPower

R package providing a-priori, post-hoc, and compromise power analyses for structural equation models (SEM)
7 stars 3 forks source link

add leading zeros to parameter labels in convenience functions #4

Closed martinabader closed 1 year ago

martinabader commented 1 year ago

Added only one leading zero because models with more than 100 factors are arguably unrealistic.

No leading zeros were added to semPower.powerRegression because here the parameter labels include only the number of the predictor and therefore labels should be unique.

Also changed some typos.