Skip to content

Commit 2f0b894

Browse files
committed
v0.2.9
变量名称写错了
1 parent 92397b0 commit 2f0b894

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

R/estimate_2_ABC.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ estimate_2_ABC <- function(
239239
control = control
240240
)
241241

242-
df_target <- .for_abc(
242+
target <- .for_abc(
243243
data = sub_data, rsp = behrule$rsp,
244244
block = colnames$block, action = colnames$action
245245
)

R/tool_for_abc.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
.for_abc <- function(
2-
data, rsp, block, action
3-
) {
1+
.for_abc <- function(data, rsp, block, action) {
42

53
n_block <- length(unique(data[[block]]))
64
n_rsp <- length(rsp)

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ articles:
88
Step_2_rcv_d: Step_2_rcv_d.html
99
Step_3_fit_p: Step_3_fit_p.html
1010
Step_4_rpl_e: Step_4_rpl_e.html
11-
last_built: 2026-02-14T04:03Z
11+
last_built: 2026-02-14T15:00Z
1212
urls:
1313
reference: https://yuki-961004.github.io/multiRL/reference
1414
article: https://yuki-961004.github.io/multiRL/articles

src/multiRL.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)