Skip to content

Commit eb2a5e4

Browse files
needed LaTeX escape chars
1 parent 17eaff4 commit eb2a5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectiveInference/man/debiasingMatrix.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ set.seed(10)
108108
n = 50
109109
p = 100
110110
X = matrix(rnorm(n * p), n, p)
111-
S = t(X) %*% X / n
111+
S = t(X) \%*\% X / n
112112
M = debiasingMatrix(S, FALSE, n, c(1,3,5))
113113
M2 = debiasingMatrix(X, TRUE, n, c(1,3,5))
114114
max(M - M2)

0 commit comments

Comments
 (0)