There was an error in 'add_p()/add_difference()' for variable 'Vascular', p-value omitted: Error in stats::chisq.test(x = c("No", "No", "No", "No", "No", "No", "No", : 'x'和'y'至少有两个层次

Welcome to the forum.

I think we need to see all of your code and some sample data. Copy the code and paste it here between
```

```

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here between
```

```

For some general information an asking questions see:
FAQ Asking Questions