Displaying 20 results from an estimated 116 matches for "marta".
Did you mean:
mart
2005 Mar 01
4
write a library under 2.0.1 version
...ders (Meta) that were not present under R 1.9.1 as well as a file
(MD5). Moreover, under R folders there are files with .rdx and .rdb
extensions that were not present before.
I was wondering how I can built these files for the library to be
importable under 2.0.1 version.
Any suggestion?
Cheers,
Marta
2014 May 29
5
ayuda con "unexpected symbol"
Hola,
Tengo la version R 3.1, estoy intentado usar este script pero me dice que
el simbolo " no tiene que estar ahi, ya intente borrando comillas o
diferentes formas y no lo consigo, si alguien sabe agradezco ayuda.
setwd("C:/users/marta/desktop/DB")
library(chron)
library(xlsx)
filename<-"univerest_50.csv"
filename<-"monicap_50.csv"
filename<-"univer1_50.csv"
filename<-"univer2_50.csv"
DBxy<-read.csv(paste("C:/users/marta/desktop/DB",filename, sep=&quo...
2006 Jan 19
2
function kde2d
Good evening,
I am Marta Colombo, student at Milan's Politecnico.
Thank you very much for your kindness, this mailing list is really useful.
I am using the function kde2d for two-dimensional kernel density estimation and I'd like to know something more about this kind of density estimator. In particular I'd li...
2014 Jan 30
2
objecto ggplot
...olygon",
colour = "grey95")
Bueno, aunque no trabajen directamente con ggplot, usan ggmap q devuelve
objecto ggplot.
en este caso ggmap es un objecto ggmap
El 30 de enero de 2014, 18:07, Carlos Ortega <cof@qualityexcellence.es>escribió:
> Hola Marta,
>
> Sí, si se genera un objeto "ggplot".
>
> Entiendo que lo que querrás hacer luego es utilizar este objeto y
> representarlo.
> Con print(tmp) verás que aparece el gráfico.
>
> Como te ha comentado Daniel, seguramente te podamos orientar mejor si nos
> dices...
2014 Jan 30
2
objecto ggplot
...mpg)) + geom_point()
El objecto o variable tmp, devuelve una lista y un gráfico, la clase dice
ser ggplot,
>class(tmp)
[1] "gg" "ggplot"
> typeof(tmp)
[1] "list"
El 30 de enero de 2014, 13:00, daniel <daniel319@gmail.com> escribió:
> Marta,
>
> Hasta donde entiendo yo, ggplot es una función. Si le das argumentos a la
> función tendrá una salida utilizando la interface correspondiente que será
> un gráfico. print también es una función que toma el objeto ggplot, que es
> una función con sus propios argumentos, y le da l...
2012 May 25
4
Problem sourcing file
...It works when I just started the R session, but after using some libraries
when I do the source of the file again, I get this error. I can not really
follow what steps aret he ones that bring me to the error, I only know that
sometimes it appears. Does someone know the possible cause?
Thanks!
Marta
[[alternative HTML version deleted]]
2014 Jan 30
2
objecto ggplot
Daniel,
Disculpa si no entiendo, pero, entonces un objecto ggplot en en realidad
una función
y no un gráfico
El 30 de enero de 2014, 11:09, Marta Garcia <marta000garcia@gmail.com>escribió:
> Sí, devuelve Error: No layers in plot, no le he agregado capas
> por eso el error, la funcion me dice que es un gráfico
>
>
> El 30 de enero de 2014, 10:31, José María Mateos <jmmateos@mce.hggm.es>escribió:
>
> El día 30...
2002 Oct 25
2
functions
Hello,
I am a newbie in R,
I just did my first function, which works!!! And I would like to know, if I
can create a directory in the library with my functions, in a way, which I
could call that like we call the packages ?
Can anyone help me?
Thanks in advance
Marta
><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.??
Marta Rufino
Centre Mediterrani d'Investigacions Marines i Ambientals
(CMIMA). CSIC
Passeig Maritim...
2005 Nov 28
2
Robust fitting
Good evening,I am Marta Colombo, student of "Politecnico di Milano". I'm studying Local Regression Techniques such as loess, smoothing splines and kernel smoothers. Choosing "symmetric" for the argument "family" in loess function it is possible to produce a robust estimate , in function s...
2014 Jan 28
2
Duda con get_map de ggmap
Marta,
Seguramente, al desconocer tu objetivo, no te servirá de mucho lo que te
diga. No se si quieres escribir un paquete para mapas o simplemente hacer
un mapa con la librería ggmap sin preocuparte de la magia interna. Si lo
que necesitas es lo segundo puede que te sirva el siguiente ejemplo:
http://...
2014 Jan 28
2
Duda con get_map de ggmap
Gracias Carlos por la clara explicación, si alguien más quiere aportar,
bienvenido
El 28 de enero de 2014, 12:07, Carlos Ortega <cof@qualityexcellence.es>escribió:
> Hola Marta,
>
> Lo que quiere decir (lo que yo entiendo que quiere decir) es que
> directamente el código es la misma función de Google a la que se la recubre
> ("wrapper") con código "R" para así pasar los parámetros adecuados y de la
> forma adecuada a la función de Google...
2003 Jan 08
7
ping from local to net
I try to do ping between my local network and Internet and i can''t do
it, in my policy I have:
loc net ACCEPT info
loc fw ACCEPT
loc dmz ACCEPT info
fw loc ACCEPT
fw net ACCEPT info
fw dmz
2014 Sep 11
2
separar un archivo por años en diferentes archivos
Hola Marta,
Si el código exacto que utilizaste es el que has compartido, hay un error...
Te falta cerrar un corchete. Y he incluido un detalle para que los ficheros
tengan como nombre los años...
?#--------------------------?
??filename<-"test1.csv"
DBa<-read.csv(filename,sep="*;*"...
2014 Jun 04
2
error de incompatible methods
...ejecute por separado y me funcione pero al poner el tiempo no me
funciona y me sale el warning message, mi pregunta es si com el tiempo hay
que utilizar otros símbolos de < o > diferentes o algo .
Pongo el script entero que utilice y funciono hasta donde me dio error:
setwd("C:/Users/Marta/Desktop/DB")
library(chron)
library(xlsx)
filename<-"univerest_50.csv"
DBxy<-read.csv(filename, sep=",",header=TRUE)
DBx<-DBxy
names(DBx)<-c("Boat","DateTime","TimeDiff", "Latitude", "Longitude",
"...
2011 May 11
2
R versions for Red Hat Linux
...ar all,
The latest R version available for Red Hat Linux is 2.10 (from November
2009), whereas the latest version available for Debian, Suse or Ubuntu Linux
is 2.13 (from May 2011).
Has someone some information about the development/release of new R versions
for Red Hat?
Thank you in advance,
Marta
[[alternative HTML version deleted]]
2004 Jul 23
0
AstriCon Update: Very Low Priced Ground Transport Available
-- GOOD NEWS! --
As ground transportation and the costs associated therewith are something of
an issue. So, in the spirit of making AstriCon available I've contacted the
hotel and arranged/discovered some low cost options:
-- MARTA --
MARTA, the Atlanta mass-transit system (i.e. train) can get you there. Take
MARTA from the airport north to the Brookhaven station. The hotel shuttle
will pick you up from the MARTA station. Total cost: $1.75 each way.
-- AAA Airport Shuttle Service --
AAA will take you directly from the a...
2018 Dec 17
1
Function I mean not to export keeps being documented in a manual?
...("black: x\nred: W-width running window",
#' "RunningMean(x, W)",
#' "RunningMean(x, W, circular = TRUE)")
#' plot.no.pattern(func, vec)
#' }
#'
#'
plot.no.pattern <- function(func, plt.title.vec){
...
}
Bests / Pozdrawiam,
Marta Karas
[[alternative HTML version deleted]]
2002 Nov 05
1
last.warning and function problem
...it gives me an error like:
$"remove: variable "last.warning" was not found"
NULL
which breaks my function.
I just want to make it do: if exists the file last warning, remove it, if
not, just proceed...
Does anyone knows why this happens? How can I avoid it?
Thanks in advance.
Marta
><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.??
Marta Rufino
Centre Mediterrani d'Investigacions Marines i Ambientals
(CMIMA). CSIC
Passeig Maritim...
2008 Jan 18
2
image/area plot
...is, but automatically :-(
#3. How to keep the areas together (contiguous) and not allow split over
to lines?
#4. Could I replace the col. by a symbol, for example? I think I would
need to use plot instead of image.
Any help will be much apretiated,
Thank you very much in advance,
Best wishes,
Marta
PS: This type of graphs are used in community ecology analysis, for
example-...
--
.......................................................................
Marta M. Rufino (PhD)
2010 Jul 14
3
levene.test
...not understand quite well how to use it. '?levene.test' does
not unfortunately provide any example. My data are in a data
frame and correspond to 1 factor plus response. Could
someone please give me an example about how to use the command
levene.test(y, group)
Thanks in advance,
marta
--
View this message in context: http://r.789695.n4.nabble.com/levene-test-tp2288452p2288452.html
Sent from the R help mailing list archive at Nabble.com.