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?
mara
March 21, 2018, 12:52pm
2
Could you please turn this into a self-contained reprex (short for minimal repr oducible ex ample)? 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.
Why reprex?
Getting unstuck is hard. Your first step here is usually to create a reprex, or reproducible example. The goal of a reprex is to package your code, and information about your problem so that others can run it and feel your pain. Then, hopefully, folks can more easily provide a solution.
What's in a Reproducible Example?
Parts of a reproducible example:
background information - Describe what you are trying to do. What have you already done?
complete set up - include any library() calls and data to reproduce your issue.
data for a reprex: Here's a discussion on setting up data for a reprex
make it run - include the minimal code required to reproduce your error on the data…
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
danr
March 21, 2018, 8:31pm
4
Did you install reprex using:
devtools::install_github("tidyverse/reprex")
as @mara suggested?
mara
March 21, 2018, 9:06pm
5
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