Displaying 20 results from an estimated 800 matches similar to: "Moving data from ext3 to ocfs2 (san to san)"
2006 Jun 02
3
Just for that error will be documented
The Error,
This problem occurred to someone else, just wanted this to be documented
somewhere:
Oracle Error occurs every time to a different file:
ORA-01115: IO error reading block from file 4 (block # 35241)
ORA-01110: data file 4: '/oracle/u02/oradata/nqprod/sysaux01.dbf'
ORA-27091 unable to queue I/O
ORA-27072 File I/O error
Linux-x86_64 Error: 4: Interrupted system call
Additional
2005 Nov 27
1
Multiple Workgroups in a single PDC
Skipped content of type multipart/signed
2016 Oct 24
2
Quitar datos atípicos de una recta
Ok, lo pruebo y os digo...
Jesús
________________________________
De: Isidro Hidalgo Arellano <ihidalgo en jccm.es>
Enviado: lunes, 24 de octubre de 2016 9:46
Para: 'Jesús Para Fernández'; r-help-es en r-project.org
Asunto: RE: [R-es] Quitar datos atípicos de una recta
Hay un paquete que lo hace, pero no lo he utilizado, así que no sé cómo se porta: "outliers"...
Un
2007 Sep 22
3
vsftp question ?
Hi,
I want to setup vsftp on centos 4.5. 2 types of ftp. they are active and
pasive. What is the default type ftp type o CentOS ?
Is is PASIVE ftp?
in /etc/vsftpd/vsftpd.conf, I found below line. What should I do for below
line?
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
Should I COMMENT it out? I need a very secure ftp service.
YOUR
2012 Jul 24
5
First value in a row
Hi.
This is likely a trivial problem but have not found a solution.
Imagine the following dataframe:
Lat Lon x1 x2 x3
01 10 NA NA .1
01 11 NA .2 .3
01 12 .4 .5 .6
I want to generate another column that consist of the first value in
each row from columns x1 to x3. That is
NewColumn
.1
.2
.4
Any input greatly appreciated,
Thanks,
Camilo
Camilo Mora, Ph.D.
2013 Mar 27
9
conditional Dataframe filling
Hi everyone:
This may be trivial but I just have not been able to figure it out.
Imagine the following dataframe:
a b c d
TRUE TRUE TRUE TRUE
FALSE FALSE FALSE TRUE
FALSE TRUE FALSE FALSE
I would like to create a new dataframe, in which TRUE gets 0 but if
false then add 1 to the cell to the left. So the results for the
example above should be something like:
a b c
2017 May 26
5
Unir municipios
¿Existe alguna función en el paquete "sp" para crear un mapa de comarcas a
partir de uno municipal? El "shp" de los municipios lo tengo… necesito crear
el "shape" comarcal…
Lógicamente tengo un data.frame con la variable "comarca"…
Normalmente en google suelo encontrar estas cosas, pero en este caso estoy
inusualmente muy perdido…
Gracias de antemano.
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Cordial saludo adjunto la base de datos y el script:
eu60<- read.csv(file.choose(), header=T, sep=";", dec=".", row.names=1)
eu60.pca <- PCA(eu60, quali.sup=19)
eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord)
eu60.ellipse <- coord.ellipse(eu60.data, bary=TRUE)
plot.PCA(ellipse=eu60.ellipse, cex=0.8)
El 4 de diciembre de 2013 17:35, Camilo Calle
2008 Jan 18
3
Select a group of data from a file
Hello everybody!
I've a file with several data six variables, three quantitative and three qualitative, I would like to select a group of data from the file to analyze then, i.e:
my file is like that (but with 6 variables):
Var1 Var2
2 1
5 1
8 1
7 2
3 2
8 2
I want to use only the data where var2 is "1"
2 1
5 1
8 1
Exist a
2013 Mar 02
3
replace zeros for NA in a column based on values of another column
Hi everyone,
Imagine that I have a data frame with four columns:
data<-
a b c d
0 1 1 0
1 1 1 1
1 0 0 1
I want to replace the zeros in columns a:b for NA only for the rows in
which column d are zero. So
a b c d
NA 1 1 0
1 1 1 1
1 0 0 1
I am trying
2016 Mar 06
3
usar R a traves de la web
Hola Jesus, muchas gracias, esta opcion se ve bastante bien, aunque no
encuentro un modo de subir mis archivos de datos, pero debe poderse, no ?
Muchas gracias,
Eric.
On 03/05/2016 09:03 AM, Jesús Para Fernández wrote:
> Buscas algo asi?
>
> http://www.r-fiddle.org/#/
>
>
>
> > From: ericconchamunoz en gmail.com
> > To: r-help-es en r-project.org
> >
2008 Mar 15
3
[HELP]No :secret given to the #protect_from_forgery call
I am starting to BDD. When specing the controller I want to test for
object creation:
it "deberia crear una nueva persona en post create" do
Usuario.should_receive(:create).with({:nombre => "camilo", :clave
=> "secreta", :tipo => "administrador"}).and_return(@usuario)
post ''create'', {:usuario => {:nombre =>
2015 Jun 16
4
Ayuda boxplot ggplot2
Hola a todos
Me gustaría saber si me pueden ayudar con lo siguiente.
Realicé un Boxplot usando ggplot2 para visualizar el comportamiento de dos
variables. Visualmente no se notan las diferencias porque la gráfica de la
derecha (parásitos en el abdomen) llega hasta 20 en el eje y. ¿Cómo puedo
hacer para que las dos gráficas muestren la misma escala en el eje Y, es
decir, que las dos lleguen a 60?
2013 Mar 13
3
loop in a data.table
Hi everyone,
I have a data.table called "data" with many columns which I want to
group by column1 using data.table, given how fast it is.
The problem with looping a data.table is that data.table does not like
quotations to define the column names (e.g. "col2" instead of col2).
I found a way around which is to use get("col2"), which works fine but
the
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Hola, ¿qué tal?
Tu problema es que tienes agrupaciones de países (p.e., ASIA_MERIDIOL)
con un solo respresentante. Las matrices con las que construyes las
elipses son degeneradas (más bien, no existen: sospecho que tienen que
ver con la covarianza... ¿de un único caso?).
Elimina las agrupaciones triviales.
Un saludo,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El día 4 de diciembre de
2010 Aug 14
1
confidence Intervals for predictions in GLS
Hi everyone:
Is there a function in R to calculate the confidence intervals for the
predictions of a GLS(Generalized Least Square) model?
The function "predict" gives confidence intervals for the predictions
of other types of models (lm, glm, etc) but not gls.
Any input will be much appreciated,
Best,
Camilo
Camilo Mora, Ph.D.
Department of Biology
Dalhouisie University
2010 Jun 09
1
about virDomainSave and virDomainRestore
Hi there,
There is some special reason to require a virConnectPtr param in
virDomainRestore ?
Regards,
Camilo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100609/69932c54/attachment.htm>
2014 Jan 11
2
Consulta sobre tildes en español
Estoy trabajando en dos archivos .txt con el comando setdiff.
Infortunadamente se me produce un resultado que no he podido controlar a pesar de cargar el comando
system("defaults write org.R-project.R force.LANG en_US.UTF-8")
para normalizar el sistema UTF-8
[85]"geomorfolog\222a"
[91] "habitu\216s"
[121] "\352ndice"
Mil
2010 Feb 16
2
build libvirt on Mac OSX 10.6
Hi,
Anybody know how to build libvirt on Mac OSX 10.6 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100215/ee529872/attachment.htm>
2012 Sep 02
1
why variations in accuracy between R to ARCGIS for the same point reprojection?
Hi everyone,
I wonder if anyone knows the reason why the outputs of the same
reprojection in r and arcgis are different?. The magnitude of the
change can be up to 40 km in the poles.
Basically, I have a database of points equally separated by one degree
over the globe.
In ARCGIS, I am projecting the data in GCS-WGS-1984 and then
reprojected it to Berhmann to ensure equal area