Skip to content

Commit

Permalink
strange git commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjclark committed Jan 2, 2024
1 parent 532ddf3 commit 08bfd03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/mvgam.R
Original file line number Diff line number Diff line change
Expand Up @@ -968,14 +968,11 @@ mvgam = function(formula,
base_model)] <- c(' ## parametric effect priors (regularised for identifiability)')
}

<<<<<<< HEAD
# For any random effect smooths, use non-centred parameterisation to avoid degeneracies
=======
# For any random effect smooths,
# use the non-centred parameterisation to avoid degeneracies
# For monotonic smooths, need to determine which direction to place
# coefficient constraints
>>>>>>> 5d33eab45987d8a751ddce5f798cfc5e3bedd526
smooth_labs <- do.call(rbind, lapply(seq_along(ss_gam$smooth), function(x){
data.frame(label = ss_gam$smooth[[x]]$label, class = class(ss_gam$smooth[[x]])[1])
}))
Expand Down
Binary file modified src/mvgam.dll
Binary file not shown.
Binary file modified tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit 08bfd03

Please sign in to comment.