Re: [R] trivial syntax question!

2023-05-15 Thread Bert Gunter
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

[R-es] Deep learning ¿Alguna recomendación?

2023-05-15 Thread Manuel Mendoza
Muy buenas, he decidido aplicar Deep learning en mi trabajo y me he encontrado con que hay numerosos paquetes, que utilizan, además, distintos algoritmos de optimización. Encontré ejemplos muy sencillos de aplicar con los paquetes deepnet y neuralnet, pero pienso que quizás haya paquetes

[R] trivial syntax question!

2023-05-15 Thread Nicolas Degallier
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

Re: [R] PROP_TEST function from INFER package

2023-05-15 Thread Marc Schwartz via R-help
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

[R] PROP_TEST function from INFER package

2023-05-15 Thread alfredo.roccato
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