Skip to content

Commit

Permalink
fix: finding alpha for non-quantified phase
Browse files Browse the repository at this point in the history
Error in mutate_impl(.data, dots) : Evaluation error: no applicable method for 'vcov' applied to an object of class "NULL".
  • Loading branch information
atusy committed Nov 21, 2018
1 parent 39aaa45 commit 41b9907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/find_AG.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ find_AG <- function(
.,
phase3 = list(not_quantified), # © 2018 JAMSTEC
fit = fit_na[1], # © 2018 JAMSTEC
fit_na = fit_na[1],
g = g_na[1], # © 2018 JAMSTEC
g_se = g_na_se[1] # © 2018 JAMSTEC
),
Expand Down

0 comments on commit 41b9907

Please sign in to comment.