我正在尝试预览降价文档,并且我遇到以下错误:
pandoc文档转换失败并出现错误67
---
title: "Statistical model for Data Mining exercises"
output: html_notebook
---
```{r}
library(mosaic)
```
```{r}
distance <- expression( (1- (1/2)^(1/N) ) ^ (1/p) )
g <- D(distance, "p")
g1 <- D(g,"N" )
```
To prove that this answer is correct we can go [here]("https://www.derivative-calculator.net/")
执行错误
![练习2.3](“ C:\ Users \ John Hernandez \ Desktop \ Master Applied 数学\第四学期\ Elem_of_Statistics_exer_2.3_Sol.png“)。