Re: [R] Problem of intercept?

2023-02-22 Thread varin sacha via R-help
Dear Peter, Bert and Timothy, Really appreciated your help. I guess Peter's comments were the nearest of what I was trying to do. I have tried but it still does not work. I mean the graph is showing the coefficients I am not expecting ! I will try to explain.  Starting from the equation : Y = b0

Re: [R] wininet deprecation

2023-02-22 Thread Stadler Thomas
Hi Enrico, thanks for your suggestion. rgds Thomas -Ursprüngliche Nachricht- Von: Enrico Schumann Gesendet: Dienstag, 21. Februar 2023 12:31 An: gisbert.se...@wido.bv.aok.de; Stadler Thomas Cc: r-help@r-project.org Betreff: Re: [R] wininet deprecation On Tue, 21 Feb 2023, Selke, Gi

Re: [R] wininet deprecation

2023-02-22 Thread Stadler Thomas
Hi Gisbert, thanks for your suggestion. It seems I will have to look into local mirroring solutions after all. rgds Thomas -Ursprüngliche Nachricht- Von: Selke, Gisbert W. Gesendet: Dienstag, 21. Februar 2023 12:17 An: r-help@r-project.org Cc: Stadler Thomas Betreff: Re: [R] wininet

Re: [R] Problem of intercept?

2023-02-22 Thread peter dalgaard
Not sure what you are trying to do here. The immediate issue is that you are getting 'y' on the RHS, because that is the 1st column in Dataset. So "for (i in 2:3)" might be closer to intention. However, a 0/1 regresson with no intercept implies that the mean for the "0" group is zero, and with

Re: [R] MFA variables graph, filtered by separate.analyses

2023-02-22 Thread gavin duley
Hi John, On Wed, 22 Feb 2023 at 01:46, John Fox wrote: > I think that it's likely that Jim meant the hetcor() function in the > polycor package. Thanks, I managed to find it based on the function name anyway. Thanks, gavin, -- Gavin Duley __ R-hel