Why can you not use the 'labels' argument as described in ?hclust (the Help
system should always be the first place to look for answers to such
questions):
## i.e.
plot(hclust(specimens,"ward.D2"),hang=-1, labels = x[,1],
ylab="distance",main="Classification des spécimens")
... or is there someth
Dear R-users,
I'm probably using R too sparsely to solve a very trivial difficulty, as I
didn't find any clear example in the tutorials on the net.
My matrix is as follows (18 rows-individuals x 4 variables-columns:
L/l L/L_ely L/e L/L_car
LT 1.21875 1.561.857142857
Hi,
You are using the prop_test() function from the infer CRAN package, with an
argument set for an example using the prop_test() function from the rstatix
CRAN package.
They are **not** the same function, and do not take the same arguments, even
though they have the same name.
Read the help
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
4 matches
Mail list logo