Skip to content

Commit ca88243

Browse files
Virgilio Gomez RubioVirgilio Gomez Rubio
authored andcommitted
Code has been formatted.
1 parent ff85779 commit ca88243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/p6.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ In `BayesX`, the syntax for fitting a Bayesian Poisson Regression Model with one
318318
response variable, three explanatory variables and an offset will be like so:
319319

320320
```{r eval=FALSE}
321-
model1 <- bayesx(formula = y~x1+x2+x3+offset(w),
321+
model1 <- bayesx(formula = y ~ x1 + x2 + x3 + offset(w),
322322
data = data.set,
323323
family="poisson")
324324
```

0 commit comments

Comments
 (0)