Skip to content

Commit

Permalink
Merge 897db7d into 663fb87
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBock committed Mar 10, 2020
2 parents 663fb87 + 897db7d commit 1c21c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Imports: CVXR (>= 1.0.0),
stringr,
survey
RoxygenNote: 7.0.2
Encoding: UTF-8
Suggests: foreign,
testthat,
flipExampleData
Expand Down
6 changes: 1 addition & 5 deletions R/calibrate.R
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,7 @@ print.Calibrate <- function (x, ...)
instruction.for.getting.variable = ""
product = get0("productName")
if (!is.null(product))
{
instruction.for.getting.variable = if(product == "Q")
"\n\nTo save the variable, click Automate > Browse Online Library > Weighting > Save Variable"
else "\n\nTo save the variable, click Insert > More > Weighting > Save Variable"
}
instruction.for.getting.variable <- "\n\nTo save the variable, click ACTION > Save weight variable"
ess = EffectiveSampleSize(x)
ess.percent = round(ess / length(x) * 100)
n = length(x)
Expand Down

0 comments on commit 1c21c44

Please sign in to comment.