search for: sobs

Displaying 20 results from an estimated 133 matches for "sobs".

Did you mean: skbs
2013 May 28
6
Ocultar componentes de una lista
Saludos a todos, Quisiera saber como ocultar algunos componentes de una lista para que cuando crees una funcion solo se muestre una parte de esa lista, y que al resto tengas acceso cuando descompongas ese objeto, por ejemplo: Tengo la siguiente data: data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) Cuando uso la funcion nls: A <- nls(Sobs~A*Samples/(1+(B*Samples)), start=list(A=5, B=1), data=data) El resultado que me arroja es : Nonlinear regression model model: Sobs ~ A * Samples/(1 + (B * Samples)) data: data...
2013 May 28
3
Ocultar componentes de una lista
...escribió: Saludos a todos, Quisiera saber como ocultar algunos componentes de una lista para que cuando crees una funcion solo se muestre una parte de esa lista, y que al resto tengas acceso cuando descompongas ese objeto, por ejemplo: Tengo la siguiente data: data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) Cuando uso la funcion nls: A <- nls(Sobs~A*Samples/(1+(B*Samples)), start=list(A=5, B=1), data=data) El resultado que me arroja es : Nonlinear regression model model: Sobs ~ A * Samples/(1 + (B * Samples)) data: data A...
2013 May 28
0
Ocultar componentes de una lista
Hola, ¿qué tal? Si haces primero data <- data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) A <- nls(Sobs~A*Samples/(1+(B*Samples)), start=list(A=5, B=1), data=data) y luego escribes A lo que ves en pantalla es lo mismo que si hubieses escrito print(A). Tu objeto A es de la clase "nls". Por lo tanto, la función print a...
2013 May 28
3
Ocultar componentes de una lista
...13 18:25 Saludos a todos, Quisiera saber como ocultar algunos componentes de una lista para que cuando crees una funcion solo se muestre una parte de esa lista, y que al resto tengas acceso cuando descompongas ese objeto, por ejemplo: Tengo la siguiente data: data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) Cuando uso la funcion nls: A <- nls(Sobs~A*Samples/(1+(B*Samples)), start=list(A=5, B=1), data=data) El resultado que me arroja es : Nonlinear regression model model: Sobs ~ A * Samples/(1 + (B * Samples)) data: data A...
2012 Jul 09
4
how to make plot lines thicker
I am trying to make the lines thicker in a graph (for a ppt presentation). Here is what I currently have: plot(x,y,type="l", ylab="Number of OTUs", xlab="Number of Samples Collected", col="Black", pch=1, ylim=c(0,6000)) points(x, Sobs$Chao_1_Mean, type="l", col="Gray", pch=1) (this is one of the added lines in the graph). I believe cex can help increase the size of the points. But I haven't been able to get it to work. -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-plot-li...
2013 May 28
0
Ocultar componentes de una lista
...o ocultar algunos componentes de una lista para que > cuando crees una funcion solo se muestre una parte de esa lista, y que al > resto tengas acceso cuando descompongas ese objeto, por ejemplo: > > > > Tengo la siguiente data: > > > > > data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) > > > > Cuando uso la funcion nls: > > > > A <- nls(Sobs~A*Samples/(1+(B*Samples)), start=list(A=5, B=1), data=data) > > > > El resultado que me arroja es : > > > > Nonlinear regression model >...
2013 May 28
0
Ocultar componentes de una lista
...18:25 Saludos a todos, Quisiera saber como ocultar algunos componentes de una lista para que cuando crees una funcion solo se muestre una parte de esa lista, y que al resto tengas acceso cuando descompongas ese objeto, por ejemplo: Tengo la siguiente data: data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) Cuando uso la funcion nls: A <- nls(Sobs~A*Samples/(1+(B*Samples)), start=list(A=5, B=1), data=data) El resultado que me arroja es : Nonlinear regression model   model: Sobs ~ A * Samples/(1 + (B * Samples))    data: data      ...
2013 Sep 04
3
[PATCH] Add an entry in MAINTAINERS for VMware's hypervisor interface
Hey, This change adds an entry to the maintainers file to explicitly state that any changes to vmware.c should be sent to the authors of the file as well. If you are thinking why do this now, off late we have seen quite a few changes that touched the "arch/x86/kernel/cpu/vmware.c" file but were not directed to me, someone else made me aware of those changes. It could be that my use of
2013 Sep 04
3
[PATCH] Add an entry in MAINTAINERS for VMware's hypervisor interface
Hey, This change adds an entry to the maintainers file to explicitly state that any changes to vmware.c should be sent to the authors of the file as well. If you are thinking why do this now, off late we have seen quite a few changes that touched the "arch/x86/kernel/cpu/vmware.c" file but were not directed to me, someone else made me aware of those changes. It could be that my use of
2013 May 29
0
Ocultar componentes de una lista
...siera saber como ocultar algunos componentes de una lista para que cuando crees una funcion solo se muestre una parte de esa lista, y que al resto tengas acceso cuando descompongas ese objeto, por ejemplo: > > > > Tengo la siguiente data: > > > > data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) > > > > Cuando uso la funcion nls: > > > > A <- nls(Sobs~A*Samples/(1+(B*Samples)), start=list(A=5, B=1), data=data) > > > > El resultado que me arroja es : > > > > Nonlinear regression model >...
2010 Jun 29
3
merging/intersecting 2 data frames
Dear R People: I have two data frames, a.df and b.df as seen here: > a.df[1:10,] DATE GENDER PATIENT_ID AGE SYNDROME 1 4/16/2009 F 23686 45 RASH ON BODY 2 4/16/2009 F 13840 35 CANT URINATE 3 4/16/2009 M 12895 30 BLURRED VISION 4 4/16/2009 M 18375 33 UNABLE TO VOID 5 4/16/2009 M 2237 44
2007 Dec 11
6
Mongrel install problem
Hi, I''m having difficulties getting mongrel running on my Debian Etch machine. It seems to install and is listed with my other gems, but things like... "mongrel_rails start ..." ... are not recognised. Perhaps this is something to do with the file "lib" not being found in the install process: ruby extconf.rb install mongrel --include-dependencies checking for main()
2020 May 09
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
sob., 9 maj 2020 o 10:34 Ralph Boehme <slow at samba.org> napisa?(a): > Hi Pawel, > Can you share a network trace and loglevel 10 debug log of a reproducer? > The links you posted earlier don't seem to work anymore. > > -slow > ...because I have treated them as not important and have deleted them, after I had found the proper commit in code. If this is important - I
2009 Jul 10
2
[PATCH 1/1] a fix of logging return value.
in ocfs2_file_aio_write(), log_exit() could don't log the value which is really returned. this patch fixes it. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> --- fs/ocfs2/file.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 62442e4..a49fa44 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c @@ -1918,8
2020 May 09
5
Win7 clients problem after upgrading samba file server to 4.12 on Arch
sob., 9 maj 2020 o 14:37 Ralph Boehme <slow at samba.org> napisa?(a): > To be clear: if you're running into this issue that I'm seeing in the > code, then this is *not* a client side bug. It's a server bug that only > gets triggered by a specific access pattern. Likely Win 7 has a > different pattern compared to other Windows versions which explains why > you only
2006 Jul 17
2
Quantreg error
Dear User, I got the following error running a regression quantile: > rq1<-rq(dep ~ ., model=TRUE, data=exo, tau=0.5 ); > summary(rq1) Erro em rq.fit.fnb(x, y, tau = tau + h) : Error info = 75 in stepy: singular design Any hint about the problem? Thanks a lot, ________________________________________ Ricardo Gon?alves Silva, M. Sc. Apoio aos Processos de Modelagem Matem?tica
2004 Jul 15
4
freenode #asterisk IRC channel identd problem
Sorry to ask this question here since it's related to IRC and not Asterisk, but I am having trouble logging into the #asterisk IRC channel on freenode and was wondering if anyone else has had this problem and solved it. So here's the situation: Whenever I try to login to the #asterisk channel I get a message like "you must be identified to login to this channel." So after doing
2006 Jul 26
3
Moving Average
Dear R-Users, How can I compute simple moving averages from a time series in R? Note that I do not want to estimate a MA model, just compute the MA's given a lenght (as excel does). Thanks ________________________________________ Ricardo Gonçalves Silva, M. Sc. Apoio aos Processos de Modelagem Matemática Econometria & Inadimplência Serasa S.A. (11) - 6847-8889 ricardosilva@serasa.com.br
2011 Feb 28
1
Dovecot+Postfix+Mysql+quotas doesn't work
Hi ! I'm using postfix with mysql, dovecot and squirrelmail for WEBMAIL In my dovecot.conf I've: plugin { quota = maildir:User quota quota2 = maildir:Shared quota:ns=Public/ quota_rule = *:storage=400M quota_rule2 = Trash:storage=100M quota_exceeded_message = Quota excedida. Por favor, exclua alguns emails! quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95 quota_warning2 =
2018 Aug 11
2
samba 4.5.12 DC and XP
In "domain group policy" I made same mappings of samba shares. On xp I only logged into domain. On win 10 shares are attached while logging in, but not on xp. Andrzej sob., 11 sie 2018 o 18:56 Rowland Penny via samba <samba at lists.samba.org> napisał(a): > On Sat, 11 Aug 2018 18:24:27 +0200 > Andrzej Gryko <andrzej.gryko at gmail.com> wrote: > > > I did,