What I'm trying to do is to construct a linear model in a form like
$$ Y = \beta_0X_0-\beta_1X_1+\beta_2X_2 + \beta_3 $$
where $\beta_0$, $\beta_1$ and $\beta_2$ are coefficient of predictors $X_0$, $X_1$ and \beta_2 respectively. And, They all are positive, which means my assumption of the model is that $X_1$ has negative effect towards the response $Y$. Perhaps, I misunderstand the concept of regression, but if anyone has an idea how to achieve this in R, please enlighten me. Or any other approach apart from regression model. Thanks in advance.