similar to: new to R: question about nlme

Displaying 20 results from an estimated 2000 matches similar to: "new to R: question about nlme"

2002 Apr 23
2
kaplanMeier & censorReg
Hi everybody, Working with interval censored data using S+, I often use the survival analysis' functions kaplanMeier() and censorReg(). Does anybody know, whether these functions exist in R, too? Thanks in advance for any answer! Saludos, Klaus. ---------------------------------------------------- Klaus Langohr Departament d?Estad?stica i Investigaci? Operativa Universitat Polit?cnica de
2003 Oct 13
3
Important feature missing: Floppy booting from 2 disks
Hi list, I've used sys & pxelinux now many times, it's really a useful toy. I found esp. syslinux very helpful as it allows to COMPLETELY boot from multiple disks. However, I could never use a 'vanilla' syslinux for that. I'm doomed to use Distributor patched versions, which I don't really like. Why is that? Read on: Well, I can't manage to boot of a 1.44 MB
1997 Dec 08
3
R-alpha: Bug in tapply in the Windows version of September
The function tapply is not working in the Windows version of R=20 (Version 0.50 Beta (Sept 29, 1997)) In tapply <- function (x, INDEX, FUN=3DNULL, simplify=3DTRUE, ...)=20 ... The part: if (simplify && all(unlist(lapply(ans, length)) =3D=3D 1)) { ans <- unlist(ans, recursive =3D FALSE) names(ans)<-namelist[[1]] return(ans) } should be replaced by if (simplify
2011 Jun 20
2
shortcut in ubuntu menu (unity)
Hi, I'm on ubuntu 11.04 with the Unity environment. I'd like to create a shortcut of an application in wine to the ubuntu menu, but it doesn't work. :( How can I do that ? Thanks a lot,
2007 Jun 17
0
Entwickler Workshop Virtualisierung
(English Speakers, please see below) Hallo, wie schon 2006 findet auch in diesem Jahr wieder ein Workshop zum Thema Virtualisierung statt im Linuxhotel in Essen statt. Details und Informationen, wie Ihr Euch anmelden k?nnt findet Ihr unter https://wiki.villa-vogelsang.de/doku.php?id=virtualisierung:start Dear Virtualization developers, As last year, we will repeat our virtualization developers
2024 Oct 18
1
Confusion using "ssh-add -D" and then "ssh-add -l"
Hi, On 18.10.24 13:50, Chris Green wrote: > chris$ ps -fe | grep ssh-agent > chris 2463 1530 0 12:33 ? 00:00:00 /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh > > but:- > > chris$ env | grep SSH > SSH_AUTH_SOCK=/run/user/1000/keyring/ssh > > So SSH_AUTH_SOCK doesn't appear to be the socket that ssh-agent thinks > it
2013 May 03
0
Courses: Statistical Analysis with R - Bayesian Data Analysis with R and WinBUGS
Dear list members, Apologies for cross-posting. Please, find below the information of two statistical courses with R: 1) Statistical Analysis with R 2) Bayesian Data Analysis with R and WinBUGS If you have any question don't hesitate to contact me. Best regards, Pablo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *Two days course in: Statistical Analysis with R *Where:
2003 Nov 19
2
Correction for first order autocorrelation in OLS residuals
Hi there fellow R-users, Can anyone tell me if there exits an R package that deals with serial correlation in the residuals of an lm model. Perhaps, using the Cochrane Orcutt or Praise Wilson methods? Thanks, Wayne Dr Wayne R. Jones Senior Statistician / Research Analyst KSS Limited St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713
2002 Feb 22
4
Ext3 -> Ext2 ?
Hi there, I tried to setup my linux box with an ext3 root file system. That failed because of wrong initrd settings. Sorry. Now the filesystem is marked having a journal but there is no /.journal file anyway. I tried to buikd that journal by hand (tune2fs -j /dev/hda3 - in my case). That fails also. :-( /sbin/tune2fs -l /dev/hda3 says: ... Journal UUID: <none> Journal
2003 Mar 19
0
Samba and Win2k: Printing from Outlook Express
Hi, we are operating the IT of a small non-profit organization with a Samba server (2.2.5) and roughly 15 Win2k workstations. Everything works fine so far but one single issue: Printing messages from Outlook Express: only the header of the mail is printed, no single line of the body. All the domain users are standard-users (I'm not sure about the correct English wording, may be someone
2001 Jun 06
3
HLM-like analysis in R
Greetings- I have some data on which I need to do something like a Hierarchical Linear Model (please bear with me, I'm only learning the technique so I don't know yet if my language is correct). Essentially I'm analyzing data at two levels simultaneously; data are about individuals an organizations of which they are members. Can someone point me toward an appropriate package in R?
2002 Apr 15
2
Newbie problem with ox package
HI, I need urgently garch and egarch models. After looking through the R mail archives I found http://www.egss.ulg.ac.be/garch/default.htm which is an Ox package. After downloading and installing it in R (Version 1.4.1 through the windows dialog "Packages") I received the following warning: install.packages("D:/benjamin/bartels/R/packages/garch22/garch_v22.zip",
2007 Oct 09
2
Mailformat
Hi, When saving a message as draft from Thunderbird and later opens it with squrrelmail i get all the html code. Also do mails from Google calander and som others give a warning (in Squirrelmail) that they ar badly formated) This after upgrading to 1.1beta2. Any ideas? Best Regards - Jon -- Jon Essen-Moller http://tenka.se
2005 Apr 14
2
rsync duplicates after file removal
Hi, After I have removed some files from the backup computer with the command find /home/user/.Maildir/.Spam/* -mtime +30 -type f -exec rm "{}" \; does the command: rsync -av -e "ssh -l root" host:/home/* /home create many duplicates. What I expect is for it to just "restore" the backup to what it was like before. I'm using rsync version 2.6.3 and
2005 Nov 08
0
TX/RX ring buffer allocation (xen-unstable)
Hi, I did not find any hints in the web where to configure/setup/manipulate the rx/tx ring buffer allocation within dom0 for xen-unstable, maybe someone here can nudge me towards the right knob. The problem: when booting a handful of domUs and connecting them (comprising a small experimental IP network with links and nodes etc.), some interfaces that have been given by the configuration files
2005 Nov 11
5
xen-unstable: TX/RX ring buffer exhaustion and NR_GRANT_FRAMES
Hi, it seems as if it is not possible to have more than 3 nics per domU right now. If I specify more, I get the usual [...] xen_net: Initialising virtual ethernet driver. #### netfront can''t alloc rx grant refs vif: probe of vif-3 failed with error -12 [...] message - see bug #183. It was pointed out to me that it might be possible to adjust this manually in
2003 Apr 27
4
Bogus rsync "Success" message when out of disk space
Patches welcome, eh, Paul? Upon further (belated) investigation, there are 2 affected places in receiver.c with this error message. Both call write_file(). And write_file is called only in those two places. So that is the appropriate location to patch. Especially since the obvious fix is to use the rewrite code already there for the sparse file writes.
1998 Nov 29
2
[Johannes Huesing <tmi0m0@sp2.power.uni-essen.de>] Media coverage
Johannes Huesing sent a message to stat-lisp-news at stat.umn.edu regarding an article in Linux-Magazin (German) on statistical software for Linux. I enclose excerpts. Can anyone summarize what was said about R in the article? If there is a web site for the article I would appreciate learning of the URL. I must admit, though, the my abilities in German are much less impressive than the
2025 Apr 16
2
[PATCH] ssh-agent: exit 0 from SIGTERM under systemd socket-activation
When the ssh-agent service is configured to be launched under systemd socket-activation, the user can inspect the status of the agent with something like: systemctl --user status ssh-agent.service If the user does: systemctl --user stop ssh-agent.service it causes the `systemd --user` supervisor to send a SIGTERM to the agent, which terminates while leaving the systemd-managed socket
2003 Nov 11
1
Next release of rsync - when?
On Mon, 10 Nov 2003, Wayne Davison <wayned@samba.org>?wrote: > >?... This fix is also in CVS (along with several others). As another poster pointed out recently, it's been a long time since 2.5.6 was released (Jan 28 2003). Many recent replies to questions posted to this list are variants of "It's already fixed in CVS". Are there any particular reasons for holding