Displaying 20 results from an estimated 1000 matches similar to: "(sin asunto)"
2009 Aug 10
1
(sin asunto)
Tengo un problema que me dice:
La libreria MASS de R contiene el fichero birthwt.Trabajando sobre estos datos:
1.-Recodifica las variables tal y como aparece en la ayuda sobre este fichero en R.
2.-Analiza e interpreta la posible asociacion estadistica entre las variables low y smoke.
¿Alguien me podria explicar como hacerlo?
Ademas, si alguien puede, no entiendo la validacion cruzada, ni la
2012 Mar 21
3
(sin asunto)
Hola Buenas noches
Alguien me podria indicar en que paquete puedo encontras modelos lineales y cuadratico para ajustar una serie de datos
Gracias
[[alternative HTML version deleted]]
2012 Nov 09
6
(sin asunto)
Saludos, tengo un problema que no puedo resolver dentro del R
Estoy creando una funcion que a partir de un objeto compuesto por diferentes matrices como el que esta a continuacion:
[[1]]
M1 M2 M3 M4
sp1 2 0 1 8
sp2 4 5 2 4
sp3 0 0 4 0
sp4 5 7 5 0
sp5 0 4 0 0
[[2]]
M3 M2 M4 M1
sp1 1 0 8 2
sp2 2 5 4 4
sp3 4 0 0 0
sp4 5 7 0 5
sp5 0 4 0 0
[[3]]
2006 Jan 23
0
(sin asunto)
--
*Juan Carlos Viota Garrido*
*Sine95***
Gran V?a 43, 2? plta.
Madrid 28013
Tel.: 91 548 20 90
Fax: 91 548 42 55
www.sine95.com <http://www.sine95.com/>
------------------------------------------------------------------------
Este mensaje se dirige exclusivamente a su destinatario y puede contener
informaci?n privilegiada o confidencial. Si no es vd. el destinatario
indicado,
2010 Sep 24
1
(sin asunto)
Podrías mandar un summary de tu conjunto de datos o un str para ver por que
no puede estimar esos efectos, también sería útil el resultado de
with(tusdatos, table(Landscape,Crop,Position))
Gabriela
2007 Oct 03
1
(sin asunto)
como puedo descargar syslinux
Universidad 2008
Del 11 al 15 de febrero del 2008
Palacio de Convenciones. La Habana. Cuba.
Sitio Web: http://www.universidad2008.cu
2013 Sep 09
0
(sin asunto)
Te sirve usar un data.frame en lugar de matriz?
df <- data.frame( Fecha = format(index(zooreg(1:300, start =
as.Date("2012-03-01"))), '%Y-%m-%d'), Valores = 1:300)
En lo personal no uso ts para valores diarios sino que utilizo el paquete
xts.
Daniel Merino
El 9 de septiembre de 2013 08:46, Dr. José A. Betancourt B. <
jbetancourt@iscmc.cmw.sld.cu> escribió:
> No
2011 Sep 22
1
(sin asunto)
hello,
I want to know as mortality in different families of epiphytes after selective logging in the forest
I want to make a survival analysis with left and right censored data. My study begins in 2004 but I have many individuals who enter the study in 2007
I have tried this:
surara<-survfit(Surv(fecha,estado)~categoria)
fecha= time
estado= dead
categoria= control and
1998 Dec 03
0
Rweb ... Using R over the Web
Over the past year I have been working on a Web interface to R, Rweb.
Anyone that is interested in trying it out can point their browser at:
http://www.math.montana.edu/Rweb
The main Rweb page provides access to three versions of Rweb. A simple text
entry form that returns output and graphs, a more sophisticated Javascript
version that provides a multiple window environment, and a set of point
2013 Sep 09
2
(sin asunto)
No he podido crear una matriz con dos columnas una de fechas y la otra
columna con números de casos de una enfermedad x
library(zoo)
zooreg(1:300, start = as.Date("2012-03-01"))
cbind(zooreg(1:300, start = as.Date("2012-03-01")) , c(1:300)) #?como
incluir un vector o una ts?
--
Este mensaje le ha llegado mediante el servicio de correo electronico que
2008 Oct 23
1
code works in R desktop but not iin RWeb - I got it working
Hi,
I got this working. i had to get rid of an underscore in one of my
variable names to work on RWeb.
Thanks for your help though!!
Natalie
__________________
I think you have to be either honest or careful, since the code you
submitted to Rweb is different with your former code! Why the
condition was changed from "test<-subset(X, GRADE == 7 & Y_Q10A < 9)"
to
2015 Nov 06
2
(sin asunto)
Hola a tod en s,
sigo intentando representar una variable en función de meses. En la columna
Mesos tengo los meses de la siguiente manera:
01/08/1996, 01/09/1996 etc.
He probado con el siguiente comando:
plot(Mesos, Serie01)
obteniendo
y tendría que obtener:
[image: Imágenes integradas 2]
Pero donde pone Observation Index, me gustaria tener los meses (para esta
grafica he usado
2013 Sep 09
2
RV: (sin asunto)
En el paquete R0 se despliega
data(Germany.1918) y cuando aplicamos el comando is.vector, nos refleja
TRUE.
Mi duda es COMO GENERAR UNA DATA SIMILAR A: data(Germany.1918) para que
pueda realizar las operaciones que deseo.
Al tratar de hacerlo
#combinar fechas y casos
df <- data.frame( Fecha = format(index(zooreg(1:269, start =
as.Date("2012-03-01"))),
2012 Feb 15
3
(sin asunto)
Hola
Alguien me podría decir como hacer una grafica
del tipo persp() de la densidad de una distribucion
normal bivariante estandarzada con correlacion 0.5??
gracias
[[alternative HTML version deleted]]
2015 Dec 01
1
Package Dependency
Lately, I see a dependency problem with R-3.2 systems.
install.packages allows dependencies, but they are not installed so
the install fails.
I see this a lot with students who are able to install packages like
ggplot2 but then can't load it because a dependency "stringi" is
missing. Those students are generally using Windows, but today I
reproduced the same on RedHat Linux with
2011 Jan 16
0
(OT) System admin of Rweb at Tama University
Hi,
Sorry to bother all, but recently I found an interesting application
of Rweb (although there are many other fancier web applications of R).
We can submit some simple code to Rweb to create an HTML page
containing animations. Most of Rweb servers I can find are still using
very old versions of R, and the one at Tama University is an exception
(it is using R 2.12.1):
2011 Oct 05
2
Question about Rweb
Greetings,
I am working on creating an interactive website that will generate R-code for users based in the information they input on the site. Currently, the R-code can be generated and downloaded to be run locally on a computer with R. However, I have noticed a number of applications out there that instead submit the code directly to an R-web server. Some examples seem to be:
2020 Aug 24
2
(sin asunto)
Buenas tardes, tengo una variable bimodal (*var)*, de presencias y
ausencias (1s y 0s) y otra variable, *prob*, con las probabilidades que le
asigna un modelo (entre 0 y 1).
Con: *ggplot(Preds, aes(x=prob, fill= var )) + geom_density(alpha=.3)*
obtengo la distribución de las presencias y de las ausencias, por separado,
en función del valor de probabilidad asignado. Las dos curvas se cruzan
en un
2020 Aug 24
3
(sin asunto)
Creo que el problema se podría simplificar y aún obtener un resultado
aceptable si simplemente haces un ajuste lineal en un entorno del punto.
Como ya tienes los valores de los puntos de cada curva como dices
Carlos, creo que con esa información podrías identificar un entorno
adecuado en el cual ajustar linealmente.
Cuéntanos como te va,
Saludos !!
Eric.
On 24-08-20 12:52, Carlos Ortega