similar to: summary linear regression

Displaying 20 results from an estimated 500 matches similar to: "summary linear regression"

2007 Feb 07
0
Detrended Fluctuation Analysis
Good afternoon, my name is Gorka Merino and i am a scientist working in the Marine Science Institune in Barcelone. I'm interested in the application of "Detrended Fluctuation Analysis" (DFA) with the R packages. I've tried to obtain some information related to DFA from the 'Help' options but failed. Could somebody inform me about the use of these techniques in R
2007 Jan 11
1
warning in GAM
Hello, I have a problem when doing gam (from gam library; I am using R 2.4.0, windows xp platform) When doing: example(gam) There is this error message (which also happens when using my data) .... Warning: a final empty element has been omitted the part of the args list of 'list' being evaluated was: (coefficients = fit$beta, residuals = fit$y - fit$eta, fitted.values = fit$eta,
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 ><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
2002 Nov 05
1
last.warning and function problem
Hello, I am a newbie in R and I am trying to create a function, that includes several functions inside. To avoid that everything stops if there is an error, I have this statement bla = function(....){ ... if(exists("last.warning")){rm(last.warning)} ... } inside the function, which if I use it normally, it works fine, but once I use it with the funciotn it gives me an error like:
2019 May 23
4
openssh interface
Dear all, This is my first post to this group so excuse me if this topic has been solved previously. If I want to shutdown a remote database, I could send a "systemctl stop mariadb" command using ssh. But I wonder if it is possible to update the openssh server to implement a specific handler/callback that catch this message and then call a C/C++ code. In short, is there any interface
2005 Oct 03
3
memory leak in Centos 4.1 and 4.0
Centos 4.0 and 4.1 seem to have a memory leak somewhere and I can't find out what is doing it. I think it may be dovecot. I have installed hundreds of Linux machines, centos/redhat/suse in the past as firewalls and mail relays and use the same/similar methodolgy and config for each. I have found that since Centos 4.0 and 4.1 came along machines that have run well for years and months,
2007 Oct 03
2
OpenSSH in an ARM Linux Board
Hi all, I'm working in a project where I need to make a remoting control of Linux based ARM board (iMX1 from Freescale). I think OpenSSH would be a good solution, but I have a little problem. As you know, normally there's no X framework in an embedded device, and I work using DirectFB to make my graphical apps. The question is: is there any chance to work with OpenSSH but not using X
2002 Dec 05
0
crimson
>Date: Tue, 05 Nov 2002 16:52:58 +0100 >To: r-help at lists.R-project.org >From: Marta Rufino <mrufino at cmima.csic.es> >Subject: last.warning and function problem > >Hello, > >I am a newbie in R and I am trying to create a function, that includes several functions inside. >To avoid that everything stops if there is an error, I have this statement > >bla =
2004 Feb 24
3
problem of install.packages in windows (R 1.81)
Dear R users, I have a problem in the configuration of R: I just changed university, and my conection to the net is via a password, which permits me to access the packages with no problem via the internet explorer (version 6). I just updated R to R 1.81, and I cannot download nether upgrade packages (and many are not working with the update!!!). I have been looking in the help and emails, and
2002 Dec 05
2
crimson editor
Hello, Sorry about the last email, I just found the shortcutkey for sending, by mistake :-( OK. I am a windows user and I wanted to instal emacs. However, went to speak with the information staf on the institut and they told me that that is a bit problematic sometimes, and that there is a free soft that could do a very similar job which is crimson... This is like a note pad, but highlights the
1997 Dec 16
0
Sharing passwords for Win95 domain logons
Greetings, Could someone please tell me if SAMBA, when used as a domain logon server, can use the existing UNIX user accounts (i.e. /etc/passwd), or the only way to make win95 domain logons work is by the method described in DOMAIN.txt (i.e. MUST use profiles on the server)? Unfortunately, I don't know enough about the win95/NT logon methodolgy/concept and I am wondering whether enabling
2007 Dec 12
1
problems with rsync 2.6.9 and large files (up to 20GB)
Hi, I'm Jordi and I work at the university of barcelona. I'm trying to make a backup of our several clusters. In the past I worked with rsync with a very good results. When I try to backup some large directories (for example > 1.5TB with a lot of large files >20GB) whit this command: rsync -aulHI --delete --partial --modify-window=2 --log-format=" %t %o %l %f " - -stats
2002 Apr 26
7
spreadsheet data import
Hi colleages! I want to import data from ms-excel and other spreadsheet formats (lotus, etc). Does exist any way to do it within R? The main problem is that many spreadsheet data use comma as decimal separator and not the point as needed in R (and many software for Linux), so importing data first as a tab separated values does not solve this problem. Thanks, Tom?s Revilla
2004 May 14
1
covariates in lm
Dear R list, I have been trying to do a linear model, extracting the effect of a covariate.... and the results do not match, when I do it with other programs (e.g. minitab).... so it is obvious that I was doing something wrong. Whan I do it with minitab, I have this results: (sector is a factor and depth is the covariate): Source DF Seq SS Adj SS Adj MS F P
2019 Jul 22
1
[PATCH] MAINTAINERS: Update my email address
Update MAINTAINERS and .mailmap with my @linaro.org address, since I don't have access to my @arm.com address anymore. Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org> --- .mailmap | 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 0fef932de3db..8ce554b9c9f1 100644 --- a/.mailmap +++ b/.mailmap @@
2013 Feb 26
15
Ayuda con dev.copy2pdf - Ejemplo reproducible
Buenos días: Sigo cabezudeando con el tema de los gráficos; a ver si a alguien se le ocurre alguna idea... Supongamos este código: library(plotrix) graphics.off() windows(width=8.27, height=11.69) plot(3:10) #plot(3:10, main="Axis break test") par(xpd=TRUE) text(4, 11,"Axis break test") axis.break() axis.break(2,2.9,style="zigzag") mtext("Texto
2007 Mar 03
2
Help with HTB rules (experiencing latency)
Hello, I''m using these rules (attached) to control traffic going out from ip 192.168.0.100 which is acting as a p2p server, but when I have these rules on and mldonkey running I experience some latency in web pages, which Iwould like to eliminate. I''ve read that this is where the burst and cburst (even quantum) parameters are useful, but I still can''t understand
2012 May 27
2
[LLVMdev] Help with Values sign
Santos Merino <santitox at hotmail.es> writes: > When the ExecutionEngine finishs the JIT execution it says: > > Result: 16777216 There is nothing wrong with the IR code you initially posted. If you are obtaining that result, it must be caused by other factor. My guess is that you are messing up with the stack by calling the function the wrong way or by obtaining the result
2014 Nov 12
2
upsonic IRT1000 on ubuntu 14.04lts
Can someone give me a push in the right direction with this? I'm trying to get an upsonic IRT1000 to work on ubuntu 14.04lts using the usb connection. The most likely drivers (blazer_usb and usbhid-ups) don't seem to recognize it or I've got the configuration parameters wrong. I've got no idea what driver it actually wants though there's an old thread that seems to have got
2013 Jul 06
1
Duda trabajando con nombres de objetos que se reciben como parámetros
Algo asi? l <- list()l$nombre <- "Ana"l$apellido <- "Pérez"parametro <- "nombre"paste(l[ parametro][[1]], 'OnValidate', sep='')[1] "AnaOnValidate"l[ parametro][[1]][1] "Ana"x <- 1:5AnaOnValidate <- function(x) print(x)if (exists(paste(l[ parametro][[1]], 'OnValidate', sep=''))) do.call(paste(l[