Skip to content

Commit

Permalink
Fix non ascii characters
Browse files Browse the repository at this point in the history
  • Loading branch information
kaskr committed Dec 10, 2017
1 parent 2df3a85 commit fbdd6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMB/R/validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ oneStepPredict <- function(obj,
## which may be superior wrt. to interpretation. Otherwise
## \code{perm=TRUE} a fill-reducing permutation is used while
## standardizing.
## @references Waagepetersen, R. (2006). A Simulationbased Goodness‐of‐fit Test for Random Effects in Generalized Linear Mixed Models. Scandinavian journal of statistics, 33(4), 721-731.
## @references Waagepetersen, R. (2006). A Simulation-based Goodness-of-fit Test for Random Effects in Generalized Linear Mixed Models. Scandinavian journal of statistics, 33(4), 721-731.
## @param obj TMB model object from \code{MakeADFun}.
## @param observation.name Character naming the observation in the template.
## @param data.term.indicator Character naming an indicator data variable in the template. Only used if \code{standardize=TRUE}.
Expand Down

0 comments on commit fbdd6c2

Please sign in to comment.