约 50 个结果
在新选项卡中打开链接
  1. Linear model with log-transformed response vs. generalized linear …

    In a generalized linear model, the mean is transformed, by the link function, instead of transforming the response itself. The two methods of transformation can lead to quite different results; for example, …

  2. generalized linear model - Using R for GLM with Gamma distribution ...

    r generalized-linear-model gamma-distribution dglm Cite Improve this question edited Feb 27, 2017 at 14:35

  3. How to interpret the output of a Generalized Linear Model with R lmer ...

    2022年11月3日 · How to interpret the output of a Generalized Linear Model with R lmer Ask Question Asked 3 years, 5 months ago Modified 2 years, 4 months ago

  4. generalized linear model - When to use GLM instead of LM ... - Cross ...

    2016年12月13日 · When to use a generalized linear model over linear model? I know that generalized linear model allows for example the errors to have some other distribution than normal, but why is …

  5. generalized linear model - How to interpret parameters of GLM output ...

    2019年10月12日 · I am having tough time interpreting the output of my GLM model with Gamma family and log link function. My dependent variable if "Total Out-of-pocket cost" and my independent …

  6. General Linear Model vs. Generalized Linear Model (with an identity ...

    A generalized linear model specifying an identity link function and a normal family distribution is exactly equivalent to a (general) linear model. If you're getting noticeably different results from each, you're …

  7. generalized linear model - When to use gamma GLMs? - Cross Validated

    The gamma distribution can take on a pretty wide range of shapes, and given the link between the mean and the variance through its two parameters, it seems suited to dealing with heteroskedasticity...

  8. generalized linear model - What are the assumptions of negative ...

    I'm working with a large data set (confidential, so I can't share too much), and came to the conclusion a negative binomial regression would be necessary. I've never done a glm regression before, a...

  9. generalized linear model - Understanding Interaction Term In GLMM ...

    2023年3月17日 · Hoping to get some clarification on my understanding of interaction terms in a GLM model I have produced. I have written the following model interactionmodel <- lme (ChangeTotal ~ …

  10. regression - When to use a GAM vs GLM - Cross Validated

    2018年12月5日 · I realize this may be a potentially broad question, but I was wondering whether there are assumptions that indicate the use of a GAM (Generalized additive model) over a GLM …