Open Gootjes opened 4 months ago
This line contains head() without 1 meaning it gets the top 10 classes for an object instead of only the first one... Can you fix it to say head(..., n = 1) ? :) https://github.com/cjvanlissa/tidySEM/blame/a75ec5e85330931799fc0af36b54850ba5a6c624/R/mixture-pseudo_class.R#L84
head()
1
This line contains
head()
without1
meaning it gets the top 10 classes for an object instead of only the first one... Can you fix it to say head(..., n = 1) ? :) https://github.com/cjvanlissa/tidySEM/blame/a75ec5e85330931799fc0af36b54850ba5a6c624/R/mixture-pseudo_class.R#L84