Skip to content

Commit d94d217

Browse files
BF: latex percent
1 parent 3c0ef8d commit d94d217

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
@@ -99,7 +99,7 @@ set.seed(10)
9999
n = 50
100100
p = 100
101101
X = matrix(rnorm(n * p), n, p)
102-
S = t(X) %*% X / n
102+
S = t(X) \%*\% X / n
103103
M = debiasingMatrix(S, n, c(1,3,5))
104104

105105
}

0 commit comments

Comments
 (0)