simsem / semTools

Useful tools for structural equation modeling
75 stars 36 forks source link

getFitSummary - error in rownames(diffTab)? #42

Closed r-re closed 6 years ago

r-re commented 6 years ago

diffTab is 1 element shorter than object@name. Therefore, object@name[-nrow(diffTab)]does not delete the last element of object@name, but the next-to-last.

Does this make sense?

TDJorgensen commented 6 years ago

nice catch, thanks!