Skip to content

Commit

Permalink
Fixed fix to issue with topic selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mikajoh committed Mar 2, 2018
1 parent 9702990 commit fc0c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/extractEffect.R
Expand Up @@ -95,7 +95,7 @@ extract.estimateEffect <- function(x, covariate, model = NULL,
cov.value2 = cov.value2,
model = model,
n = n,
topics = topics,
topics = x$topics,
custom.labels = custom.labels,
frexw = frexw)

Expand Down

0 comments on commit fc0c74b

Please sign in to comment.