Displaying 4 results from an estimated 4 matches for "iub".
Did you mean:
igb
2009 Dec 10
1
Detectar outliers en un gráfico de dispersión
...mes(data)))
rang <- c(1:length(rownames(data)))
plot(serie0, serie1, pch=rang, col='black', xlab='ABK', ylab='CMJ')
abline(lm(serie1 ~ serie0),col='grey30')
legend('bottomright' ,legend=rownames(data), pch=rang, col='black', cex=.7)
title(main='IUB (abk-cmj)/cmj *100 (XY)',
sub=paste('correlation:',cor(serie0,serie1)), cex.sub=0.75,
font.sub=3, col.sub='grey30')
¿cómo podría identificar de forma automatizada los datos atípicos
(outliers)?. Me gustaría poder:
-pintarlos de otro color
-excluirlos de la recta de regresión
-e...
2009 Dec 10
0
Detectar outliers en un gráfico de dispersión SOLUCION
...g <- c(1:length(rownames(data)))
plot(serie0,serie1,xlim=c(min(serie0),max(serie0)),ylim=c(min(serie1),max(serie1)),
pch=rang, col='black', xlab='ABK', ylab='CMJ')
legend('bottomright' ,legend=rownames(data), pch=rang, col='black', cex=.7)
title(main='IUB (abk-cmj)/cmj *100 (XY)',
sub=paste('correlation:',cor(serie0,serie1)), cex.sub=0.75,
font.sub=3, col.sub='grey30')
mylm<-lm(serie1~serie0)
abline(mylm,col="red")
newx<-seq(min(serie0),max(serie0),length.out=length(serie0))
prd<-predict(mylm,newdata=data.fra...
2014 Dec 05
0
Samba share over a /net automount shows only 1 entry per directory when connecting to a RHEL NFS export
...????? full_audit:prefix?????? = %h,%u,%I,%S,%G
??????? full_audit:failure????? = connect mkdir rmdir pwrite rename chdir
??????? full_audit:success????? = connect disconnect mkdir rmdir rename
??????? full_audit:facility???? = local5
??????? full_audit:priority???? = notice
invmappllog3:root:/net/iubsjhbvlbaas> ls
bin???????? dev???????? IUBS??????? loghost???? misc??????? opt???????? sbin??????? sys???????? var
boot??????? etc???????? lib???????? lost+found? mnt???????? proc??????? selinux???? tmp
cgroup????? home??????? lib64?????? media?????? net???????? root??????? srv???????? usr
When...
1999 Oct 10
24
samba as PDC
hi all,
i want to have samba in my liux as a PDC, so i have download the last
version of samba 2.1alpha. but i can't compile it shows errors :
Linking bin/nmbd
libsmb/clientgen.o: In function `cli_establish_connection':
libsmb/clientgen.o(.text+0x4ef3): undefined reference to `prs_init'
libsmb/clientgen.o(.text+0x4f50): undefined reference to
`create_ntlmssp_resp'