0

im doing rfit and in two cases (from probably 200) it threw me out this warning message:

ErysipelotrichiaP <-rfit(Erysipelotrichia~Protein, data=complet)

Warning message:
In rfit.default(Erysipelotrichia ~ Protein, data = complet) :
  rfit: Convergence status not zero in jaeckel

what's the problem? thanks

r2evans
  • 108,754
  • 5
  • 72
  • 122
karol17
  • 1
  • 4
  • 2
    Questions on SO (especially in R) do much better if they are reproducible and self-contained. By that I mean including attempted code (please be explicit about non-base packages), sample representative data (perhaps via `dput(head(x))` or building data programmatically (e.g., `data.frame(...)`), possibly stochastically), perhaps actual output (with verbatim errors/warnings) versus intended output. Refs: https://stackoverflow.com/q/5963269, [mcve], and https://stackoverflow.com/tags/r/info. – r2evans May 04 '22 at 16:37

0 Answers0