Please ask your questions about R Markdown here.
Hello;
The results with the code you suggested below do not work. So, I can't download the word file when I run the codes. I want the code to run as ist NULL ın if the conditions are provided. But I don't want this istem NULL asında output to appear on the word page. I'd appreciate it if you could help me with that.
title: "Untitled"
author: "Biostat44"
date: "19 Nisan 2019"
output: html_document
l = NROW(iris$Sepal.Length)
if(l <= 50){
shapiro.test(x =iris$Sepal.Length )
}
if(l > 50){
ks.test(x = iris$Sepal.Length,"pnorm")
}