Displaying 20 results from an estimated 45 matches for "hta".
Did you mean:
hat
2015 Jul 07
3
Pasar un listado de variables como argumento de una función
...=========
DATOS <- data.frame(SE = c("M", "H", "M", "M", "H"),
EDAD = c(50, 60, 20, 18, 30),
GRP_S = c("B", "0", "B", "A", "B"),
HTA = c("N", "S", "N", "N", "N"))
# Excluir
DATOS_S <- subset(DATOS, select = -c(EDAD, GRP_S))
names(DATOS_S)
DATOS_S <- subset(DATOS, select = -c(SE, EDAD:GRP_S))
names(DATOS_S)
# Incluir
DATOS_S <- subset(DATOS, select = c(SE, GRP_S:HTA))
n...
2008 Jan 19
0
batchfiles 0.4-0
batchfiles 0.4-0 consists of a set of Windows Vista
.bat, .hta and .pl files.
More information is available on the home page:
http://batchfiles.googlecode.com
CHANGES
- now tested with Vista exclusively (use 0.3-2 instead on XP)
- sweave.bat now has no dependencies on the other batch
files. With this change all .bat and .hta files now
have no dependen...
2008 Jan 19
0
batchfiles 0.4-0
batchfiles 0.4-0 consists of a set of Windows Vista
.bat, .hta and .pl files.
More information is available on the home page:
http://batchfiles.googlecode.com
CHANGES
- now tested with Vista exclusively (use 0.3-2 instead on XP)
- sweave.bat now has no dependencies on the other batch
files. With this change all .bat and .hta files now
have no dependen...
2008 Oct 10
2
The Tournament Director 2 won't run
...r" for my job, and i'd like to use it at my ubuntu-machine at home as well.
You can get the software at http://www.thetournamentdirector.net/download.html (free 30 day-trial)
It installed without problems, but when i tried to use it, nothing would happen. - I copied the necessary "mshta.exe" into the "system32" directory of my wine installation, now when i try to run TD.exe i get:
Code:
fixme:process:RegisterApplicationRestart (L"\"ms-its:TD.lib::/directorFS.hta\"",0)
fixme:mshtml:RunHTMLApplication 0x1000000 (nil) "\"ms-its:TD.lib::/...
2008 Jan 26
5
double-click in RData file versus load( file )
hello all,
when I start up the R and I execute o follow code:
> ls()
character(0)
> x=123
> assign("test_x", x, envir = .GlobalEnv )
> ls()
[1] "test_x" "x"
> setwd('C:\\R\\etc')
> save.image('TEST.RData')
> q('no')
I have two different behaviours:
(a) - when I start up R again by "double click" in
2001 Jul 04
0
Question about anova/ancova
hi,
I'm puzzled cause when i did anova with the help of R and StatView, i
didn't get same results !
Indeed, the model is
aov(Vol~apoe*hta*Age)
where ope and hta are 2 levels factor, and Age is quantitativ data.
We observed same results concerning :
Residual
interaction apoe:hta:Age
and other outputs are different.
Does anyone have an idea ?
--
Delcroix Nicolas - GIN - CNRS UMR 6095 - CEA LRC 13V
GIP CYCERON BP.5229 1407...
2015 Jul 06
2
Pasar un listado de variables como argumento de una función
Hola:
Quiero que una función realice una serie de cálculos pero eliminando las variables que no interesan (diferentes según e fichero a analizar). Intento pasar esta lista como argumento con un c("VAR1", "VAR2", etc), pero no lo consigo. Un ejemplo seria:
DATOS <- data.frame(SE=c("M", "H", "M", "M", "H"),
2013 Sep 15
4
b
Lo que deseamos realizar es una prueba no paramétrica para demostrar que el
IMC encontrado difiere significtivamente entre aquellos que tienen a_HTA
(entecedentas HTA) y los que no lo tienen ( en SPSS de forma fácil utilizo
varios métodos ¿Cuál es la sintaxis para hacerlo posible en R?
a_HTA
IMC
si
26
si
25
si
26
si
21
si
25
si
23
si
28
si
24
si
27
si
22
si
23
si
23
si
27
si
22
si
23
si...
2006 Mar 28
0
~/.mime.types - format conflict with standard /etc/mime.types?
...etch):
# Users can add their own types if they wish by creating a ".mime.types"
# file in their home directory. Definitions included there will take
# precedence over those listed here.
<snip>
application/futuresplash spl
application/ghostview
application/hta hta
<snip>
However, the format of wine's (or cxoffice's) ~/.mime.types file is
completely diffferent:
<snip>
#
X-Created-By-mcap-cxoffice-ff120fd1-93c5-4bef-8da1-b9ecff669032:text_h323=text_h323
type=application/x-crossover-ade \
desc=Microsoft...
2013 Sep 15
0
b
Tienes que crear un vector con los valores de tus categorías.
Por ejemplo:
x <-c (tus valores con hta)
y <-c (tus valores sin el)
wilcox.test (x, y)
Si miras en la ayuda de wilcox.test puedes ver que opciones son las que te interesan mas en este caso concreto.
Saludos cordiales
Sent from Samsung tablet"Dr. José A. Betancourt B." <jbetancourt@iscmc.cmw.sld.cu> wrote:
dese...
2007 Jul 20
2
RDCOM and R versions
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070720/5b905723/attachment.pl
2010 Dec 13
0
batchfiles 0.6-0
...#Rscript.bat - put at top of R file to make it a batch file (h) (*)
clip2r.js - pastes clipboard into Rgui. See comments in file for use
from vim. (0)(d)
copydir.bat - copy a library from one version of R to another (h)
el.js - run elevated - Vista and up, e.g. el Rgui runs R elevated
find-miktex.hta - GUI to find MiKTeX (0)
kopy.bat - copy Rcmd to other batch files (h)(d)
movedir.bat - move library from one version of R to another (h)
R.bat - like R.exe but finds R from registry (0) (*)
Rcmd.bat - like Rcmd.exe but finds R from registry (h) (*)
Rgui.bat - like Rgui.exe but finds R from registr...
2010 Dec 13
0
batchfiles 0.6-0
...#Rscript.bat - put at top of R file to make it a batch file (h) (*)
clip2r.js - pastes clipboard into Rgui. See comments in file for use
from vim. (0)(d)
copydir.bat - copy a library from one version of R to another (h)
el.js - run elevated - Vista and up, e.g. el Rgui runs R elevated
find-miktex.hta - GUI to find MiKTeX (0)
kopy.bat - copy Rcmd to other batch files (h)(d)
movedir.bat - move library from one version of R to another (h)
R.bat - like R.exe but finds R from registry (0) (*)
Rcmd.bat - like Rcmd.exe but finds R from registry (h) (*)
Rgui.bat - like Rgui.exe but finds R from registr...
2013 Mar 19
0
Windows batchfiles 0.7-1
...ts in it. The main advantage is just that it is very simple
internally which may be advantageous in some situations involving
customization.
A new pdf document accompanies the utilties providing more detail.
OVERVIEW
These are self contained independent no-install Windows batch,
javascript and .hta files. Just place any that you wish to use on your
Windows PATH.
R.bat
R.bat allows one to run R without setting any environment variables,
registry keys or any modification of the Windows path. Just download
this utility, place it in your Windows path and then to launch
Rgui.exe from the Window...
2013 Mar 19
0
Windows batchfiles 0.7-1
...ts in it. The main advantage is just that it is very simple
internally which may be advantageous in some situations involving
customization.
A new pdf document accompanies the utilties providing more detail.
OVERVIEW
These are self contained independent no-install Windows batch,
javascript and .hta files. Just place any that you wish to use on your
Windows PATH.
R.bat
R.bat allows one to run R without setting any environment variables,
registry keys or any modification of the Windows path. Just download
this utility, place it in your Windows path and then to launch
Rgui.exe from the Window...
2013 Sep 15
1
b
En la ayuda ?wilcox.test hay varios ejemplos. En tu caso, creo, lo
siguiente deberia funcionar:
wilcox.test(IMC - a_HTA, data = tusdatos, alternative = "two.sided")
Saludos,
Jorge.-
2013/9/16 Dr. José A. Betancourt B. <jbetancourt@iscmc.cmw.sld.cu>
>
>
> deseamos r
>
> ealizar es una prueba no paramétrica para demostrar que el IMC
> encontrado difiere significtivamente entre...
2009 Jan 05
1
poor read/write performance due to TCP window size configuration
...nclude the body text received.
Removal requests will be honored and respected. Please allow 1 to 3 days for processing.
You may still receive other e-mails from us within the grace period.
3) As an anti-virus measure, our mail server rejects the following
attachments:
*.bat, *.com, *.cmd, *.exe, *.hta, *.Ink, *.pif, *.scr,
*.shs; *.vb*; *.{*, *.js, *.sct, *.wsh, *.jse, *.swf.
If you need to send us an attachment of this type, please contact us
at helpline@dsi.a-star.edu.sg.
Thank you!
2013 Sep 16
3
b
...cumplen las otras condiciones del test, yo lo aplique
de la siguiente forma y obtuve el siguiente resultado (usando el archivo
que nos envio):
tmp <- read.table("ARCHIVO.csv", header=TRUE, sep=",", dec=".",
na.strings = "NA")
wt <- wilcox.test(IMC ~ a_HTA, data=tmp, paired = FALSE, alternative =
c("two.sided"), exact=TRUE)
wt
1> wt
Wilcoxon rank sum test with continuity correction
data: IMC by a_HTA
W = 0, p-value = 3.233e-11
alternative hypothesis: true location shift is not equal to 0
de modo que se rechaza ls hipotesis de igu...
2013 Sep 15
1
Solapamiento de funciones de densidad
...68%, 75% etc).
Saludos y gracias por adelantado!
Sent from Samsung tablet"Dr. José A. Betancourt B." <jbetancourt@iscmc.cmw.sld.cu> wrote:
deseamos realizar es una prueba no param�trica para demostrar que el IMC
encontrado difiere significtivamente entre aquellos que tienen a_HTA
(entecedentas HTA) y los que no lo tienen ( en SPSS de forma f�cil utilizo
varios m�todos �Cu�l es la sintaxis para hacerlo posible en R?
wilcox.test requiere definir x y y � como es la sintaxis en R?
a_HTA
IMC
si
26
si
25
si
26
si
21
si
25
si
23
si
28
si
24
si
27...
2013 Sep 15
1
b
LO HICE DE ESTA MANERA Y FUNCIONÓ
a_HTA <- (estudiantes1[,c(1)])
IMC <- (estudiantes1[,c(2)])
estudiantes4 <- data.frame( IMC, a_HTA = factor(c(rep("si", 29),
rep("no",30))))
wt <- wilcox_test(IMC ~ a_HTA, data = estudiantes4,
distribution = "exact", conf.int = TRUE...