Skip to main content

Questions tagged [link-function]

A transformation of a parameter governing a response distribution that is used as a crucial part of the generalized linear model to map that parameter's range (which may be from 0 to 1, or only positive values, e.g.) to the real number line $(-\infty, +\infty)$.

1 vote
0 answers
19 views

How do you visualise the conditional esperance of your outcome variable depending on the predictor?

I've read several posts regarding the choice of distributions and link functions for GLMs. Although I'm far from understanding it all, what I've gathered is that the purpose of the link function is to ...
Boussens-Dumon Grégoire's user avatar
0 votes
0 answers
26 views

Handling Non-normality of Reaction Time Data in Mixed Models

I am examining the effect of 'Phase' on reactions time (RT) data using a mixed model in lme4. However, as is common with RT data, the residuals are non-normal. This is the first model, which is a ...
SilvaC's user avatar
  • 512
0 votes
0 answers
36 views

GLM link function, variance Function, and dispersion for linear regression

we were recently introduced in class to GLM's and I am still trying to wrap my head around link functions, variance functions and dispersion paramters. In particular we were asked re-write the linear ...
Harry Lofi's user avatar
1 vote
1 answer
58 views

Link function for exponential regression

I have a dataset with an exponential relationship that I'm linearizing before fitting with code like this: glm(log(y) ~ log(x), family = gaussian) I'm trying to ...
tnt's user avatar
  • 283
3 votes
0 answers
121 views

Custom link function for logistic regression model

I am trying to build a generalized linear model with a custom link function. This is a follow up to this question: Understand and specify a generalized logistic model in R In this paper A Generalized ...
Stefan's user avatar
  • 6,501
3 votes
1 answer
158 views

Understand and specify a generalized logistic model in R

I am reading a paper in which the authors models tree survival (mortality). They go and remeasure tagged trees for decades to establish "survival functions" for the given tree species and ...
Stefan's user avatar
  • 6,501
0 votes
0 answers
72 views

Residuals assumptions in glmm not verified! Help

I am trying out GLMMs models to test whether two categorical variables (species and sex) and their interaction (sex + species + sex*species= fixed factors) influence certain acoustic parameters (...
Alice 's user avatar
1 vote
1 answer
81 views

Predicted probabilities from logistic vs log-binomial model

I am giving a talk on logistic regression and I was going to mention log-binomial models to estimate risk-ratios. I understand the difference between odds and probabilities and that they only converge ...
LucaS's user avatar
  • 771
-1 votes
1 answer
63 views

Is there a link function $g$ which is a monotonic function with $g(0) = 0$? [closed]

I am working on a machine learning project (similar to this paper https://arxiv.org/abs/1912.04136). For this I need to make an assumption that a link function is monotonic and takes value $0$ at $0$. ...
melatonin15's user avatar
1 vote
0 answers
35 views

Can expected variance of GLM be expressed through gradients under non-cannonical link functions?

In GLMs (generalized linear models), one can typically obtain an estimate of the expected variance of the response variable given the predictors as a transformation of the same parameter that defines ...
anymous.asker's user avatar
1 vote
0 answers
30 views

How to model suspected piecewise-linear data with a lasso GLM

My data consist ~130 observations. Each observation has several thousand features (including many collinear or otherwise useless features) and a position along a single spatial dimension. Some sets of ...
Neuromancer's user avatar
0 votes
0 answers
21 views

meaning of this GLM defintion

The answer key says "Different link functions have different shapes and can therefore fit to different nonlinear relationships between the predictors and the target variable." Shouldn't we ...
Shawn Kim's user avatar
0 votes
1 answer
68 views

Extremely small confidence intervals and standard deviations in a clmm-model

I have a data set with an effort rating (varying in an ordinal scale from 1 to 7) as the response variable and a time point of measure (seven consecutive measures) as a fixed factor. An individual is ...
timothy's user avatar
  • 77
2 votes
1 answer
1k views

Use a GLM/GAM model with Gamma family & identity link despite warning?

What I have tried and done so far: I am running GLMs and GAMs on my positive, continuous response variable. I have determined that the Gamma distribution would fit my data best by plotting various QQ ...
user_20201213's user avatar
1 vote
0 answers
32 views

Coding error? Why is the treatment not showing as a significant effect with GLM and standard error is so high?

I've been handed off some data to analyze and I'm looking for something simple and straightforward. The main study question is testing the efficacy of 7 herbicides, with one untreated control. The 1 ...
E10's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
14