Dear all, I'm trying to replicate the same example you can find in: https://rpkgs.datanovia.com/rstatix/reference/prop_test.html
but I get the following get this error message: > library(infer) > prop_test(x = 95, n = 160, p = 0.5, detailed = TRUE) Error: Please supply a response variable that is not `NULL`. > > strsplit(version[['version.string']], ' ')[[1]][3] [1] "4.3.0" > > packageVersion("infer") [1] '1.0.4' Anybody can give any help? Thank you a lot, Alfredo [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.