0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.4.1
/
library
/
stats
/
tests
/
[
Home
]
File: ppr.R
## example from PR#13571: should fail, not crash. require("stats") bad <- as.matrix(read.csv("ppr_test.csv")) try(ppr(bad[,-3], bad[, 3], nterms=1))