Displaying 7 results from an estimated 7 matches for "estadi".
Did you mean:
estado
2020 Oct 18
2
Resultado de la consola como un tibble
Buen día
estimados
Estoy tratando de hacer un tibble con los resultados de un apply que se
muestran en la consola que me da R, no estoy seguro si eso se pueda hacer,
pero me gustaría organizar los resultados de esa manera.
mi código es:
data("mtcars")
Mtcars_matriz <- as.matrix(mtcars)
apply(Mtcars_matriz, MARGIN =2, FUN = shapiro.test)
DF2 <- tibble(Variable = NA, W = NA, Pvalue =
2020 Oct 18
1
Resultado de la consola como un tibble
...s_out))
> > res_df$vars <- rownames(res_df)
> > rownames(res_df) <- NULL
> > names(res_df)[1] <- c('values')
> >
> > library(stringr)
> > res_fin <- data.frame(
> + pvalues = res_df[ str_detect(res_df$vars, "value"), ],
> + estadis = res_df[ str_detect(res_df$vars, "statistic"), ]
> + )
> > res_fin
> pvalues.values pvalues.vars estadis.values estadis.vars
> 2 0.122881358539443 mpg.p.value 0.947564726479274 mpg.statistic.W
> 6 6.05833813310341e-06 cyl.p.value 0.7533100228427...
2020 Oct 18
0
Resultado de la consola como un tibble
...gt; res_df <- as.data.frame(unlist(res_out))
> res_df$vars <- rownames(res_df)
> rownames(res_df) <- NULL
> names(res_df)[1] <- c('values')
>
> library(stringr)
> res_fin <- data.frame(
+ pvalues = res_df[ str_detect(res_df$vars, "value"), ],
+ estadis = res_df[ str_detect(res_df$vars, "statistic"), ]
+ )
> res_fin
pvalues.values pvalues.vars estadis.values estadis.vars
2 0.122881358539443 mpg.p.value 0.947564726479274 mpg.statistic.W
6 6.05833813310341e-06 cyl.p.value 0.753310022842721 cyl.statistic.W
10...
2002 Dec 04
0
RArcInfo 0.4-2 and draft tutorial out
Hi,
A new release of RArcInfo is out, together with a draft of the tutorial.
You can get both from
http://matheron.estadi.uv.es/~virgil/Rpackages/RArcInfo
Windows binaries are also available and package source can also be
downloaded from CRAN.
I 'd like to encourage users of the package to read the tutorial and
report ideas. Besides, I would like to keep a web page on works where
RArcInfo is being used.
Changes...
2003 Mar 14
1
any european maps
Dear all,
I've seen that there are some maps, or at least costlines in R. The oz
package is the map of Autralia and in the fields package there is a US
map and a world map. This world map allows to select smaller sections
such Europe:
library(fields)
world(xlim=c(-10,18),ylim=c(36,60))
However, at this scale the map is quite crude (and several important big
islands are messing).
My
2003 Oct 13
1
Pre-release of package DCluster available
Hi,
I have just put the source code (and a zip file for Window$ users) of
package DCluster in my website:
http://matheron.estadi.uv.es/~virgil/Rpackages/DCluster/
DCluster is a package that contains routines for the detection of
spatial clusters of diseases (Openshaw's GAM, Besag and Newell,
Kulldorff and Nagarwalla, Stone's Test and others).
A full description can be found here:
http://www.ci.tuwien.ac.at/Confer...
2001 Jul 03
3
Some questions about R-(D)COM
Hello Thomas,
I am writting to you because I have some questions about R-(D)COM. The
first one is whether it can compiled using the MINGW C compiler, that
is recomended by B. Ripley to compile R under Windows.
The other questions are:
- How can I open/close connections directly from C/C++?
- Do you know about a free Visual Basic compiler?
The final purpose of using R-(D)COM is to create a