seonghobae / kaefa

# kaefa kwangwoon automated exploratory factor analysis for improving research capability to identify unexplained factor structure with complexly cross-classified multilevel structured data in R environment
Other
5 stars 0 forks source link

Support the auto combination of numeric variables #17

Closed seonghobae closed 6 years ago

seonghobae commented 6 years ago

Details

https://github.com/seonghobae/kaefa/blob/da6bf9df8acbdbd32f00c4c44b6f7e84b6efa8f5/R/utils.R#L3-L68

In current, kaefa:::.covdataFixedEffectComb returns a list which includes the classified categorical variable candidates for fixed and random effect.

So, In currently, Support the auto combination of numeric variables required.

Especially, L9 to L16 was incomplete.

https://github.com/seonghobae/kaefa/blob/da6bf9df8acbdbd32f00c4c44b6f7e84b6efa8f5/R/utils.R#L9-L16

Todo