Skip to content

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimtyuryaev committed Jan 14, 2025
1 parent 9058b82 commit abb7725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Elastic-Net Regularized Generalized Linear Models (GLMNET) frameworks.

## Installation

CRAN version[@R-RegrCoeffsExplorer] can be installed with:
CRAN version [@R-RegrCoeffsExplorer] can be installed with:

```{r, eval=F, echo=T, results="hide", warning=F, message=F }
Expand Down Expand Up @@ -330,6 +330,7 @@ how these interactions can be estimated and interpreted on the probability scale
Consider a Linear Model with two continuous predictors and an interaction term:

$$E[Y|\textbf{X}] = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \beta_{12} x_1 x_2$$

Take the second order cross-partial derivative of $E[Y|\textbf{X}]$ with
respect to both $x_1$ and $x_2$:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Elastic-Net Regularized Generalized Linear Models (GLMNET) frameworks.

## Installation

CRAN version(Tyuryaev et al. 2024) can be installed with:
CRAN version (Tyuryaev et al. 2024) can be installed with:

``` r

Expand Down Expand Up @@ -366,6 +366,7 @@ Consider a Linear Model with two continuous predictors and an
interaction term:

$$E[Y|\textbf{X}] = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \beta_{12} x_1 x_2$$

Take the second order cross-partial derivative of $E[Y|\textbf{X}]$ with
respect to both $x_1$ and $x_2$:

Expand Down

0 comments on commit abb7725

Please sign in to comment.