[R] Inverse Gaussian distribution not working in glm funciton

2018-04-16 Thread michael tsagris via R-help
Hello everybody, I have encountered a problem with the inverse Gaussian distribution. It is very likely that it will not work regardless of the data input. I have programmed this regression and it works fine no matter which distribution the response comes from. If you run this example (first tri

[R] Σχετ: Σχετ: Problem with Rd2.tex tduring compilation

2018-03-05 Thread michael tsagris via R-help
and see what happens. > > There is a list especially for package developers which might be better > in future. > > Michael > > On 05/03/2018 10:51, michael tsagris via R-help wrote: >  > Hello, I am receiving this message when uploading my R package

[R] Σχετ: Problem with Rd2.tex tduring compilation

2018-03-05 Thread michael tsagris via R-help
one separately with R CMD Rd2pdf yourfilenamehere.Rd and see what happens. There is a list especially for package developers which might be better in future. Michael On 05/03/2018 10:51, michael tsagris via R-help wrote: > Hello, I am receiving this message when uploading my R package to rde

[R] Problem with Rd2.tex tduring compilation

2018-03-05 Thread michael tsagris via R-help
Hello, I am receiving this message when uploading my R package to rdevel. https://win-builder.r-project.org/incoming_pretest/180305_110240_Compositional_29/00check.log Can anybody please help? [[alternative HTML version deleted]] __ R-help@r-pr

[R] Σχετ: Desktop.ini hiddeln file creates during compilaiton

2018-03-03 Thread michael tsagris via R-help
-devel [5] https://github.com/RcppCore/Rcpp/issues -- Sent from my phone. Please excuse my brevity. On March 2, 2018 10:50:54 AM PST, michael tsagris via R-help wrote: >Hello, I am experiencing some difficult time with my R package. Every >time I compilei it a hidden file, desktop.ini, is bei

[R] Σχετ: Desktop.ini hiddeln file creates during compilaiton

2018-03-02 Thread michael tsagris via R-help
g/web/packages/reprex/index.html (read the vignette) [4] http://stat.ethz.ch/mailman/listinfo/r-package-devel [5] https://github.com/RcppCore/Rcpp/issues -- Sent from my phone. Please excuse my brevity. On March 2, 2018 10:50:54 AM PST, michael tsagris via R-help wrote: >Hello, I am experienc

[R] Desktop.ini hiddeln file creates during compilaiton

2018-03-02 Thread michael tsagris via R-help
Hello, I am experiencing some difficult time with my R package. Every time I compilei it a hidden file, desktop.ini, is being created. I am using C++ behind, linkking to Rcpp. The file is generated even when I compile it with  Linux, and in many different computers. Does anybody have any advice o

[R] (no subject)

2016-12-06 Thread michael tsagris via R-help
Hello, I have encountered a problem when running a glm with the inverse gaussian as distribution and the log as a link function. Do you think this could be a bug, or something else?Attached is a document to run the example. I have written my own functions and they seem to work fine. ___