(not so) stranger things

i have allmost finished my statistical work, , but i get this next warning message when i fitted the null model:

Warning messages:
1: In theta.ml(Y, mu, sum(w), w, limit = control$maxit, trace = control$trace > :
iteration limit reached
2: In sqrt(1/i) : NaNs produced
3: In theta.ml(Y, mu, sum(w), w, limit = control$maxit, trace = control$trace > :
iteration limit reached
4: In sqrt(1/i) : NaNs produced

wahts the minig of it?

Could you please turn this into a self-contained reprex (short for minimal reproducible example)? It will help us help you if we can be sure we're all working with/looking at the same stuff.

Right now the best way to install reprex is:

# install.packages("devtools")
devtools::install_github("tidyverse/reprex")

If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page. The reprex dos and don'ts are also useful.

For pointers specific to the community site, check out the reprex FAQ, linked to below.

i cant to a reprex!, i try but i can
this is the error mesagge i get:
Unable to put result on the clipboard. How to get it:

  • Capture what reprex() returns.
  • Use outfile = "foo" to request output in specific file.
  • See the temp file:
    • C:/Users/Eduardo/AppData/Local/Temp/RtmpaMuLj4/file152c12d11d8b_reprex.md

Did you install reprex using:

devtools::install_github("tidyverse/reprex")

as @mara suggested?

It's possible you don't have clipboard access for some other reason. If so, you can still create a reprex with an "outfile" and copy and paste it here with syntax something like the following:

reprex::reprex(input = "example.R", outfile = "example.md")
1 Like

i still can´t do itMy intencion