similar to: p-value from survreg(), library(survival)

Displaying 20 results from an estimated 400 matches similar to: "p-value from survreg(), library(survival)"

2007 Jul 12
1
p-value from survreg
The question was how to get the p-value from the fit below, as an S object sr<-survreg(s~groups, dist="gaussian") Coefficients: (Intercept) groups -0.02138485 0.03868351 Scale= 0.01789372 Loglik(model)= 31.1 Loglik(intercept only)= 25.4 Chisq= 11.39 on 1 degrees of freedom, p= 0.00074 n= 16 ---- In general, good places to start are > names(sr) >
2007 Jul 11
0
p-value from survreg, library(survival)
dear r experts: I would appreciate advice on how to get the p-value from the object 'sr' created with the function survreg() as given below. vlad sr<-survreg(s~groups, dist="gaussian") Coefficients: (Intercept) groups -0.02138485 0.03868351 Scale= 0.01789372 Loglik(model)= 31.1 Loglik(intercept only)= 25.4 Chisq= 11.39 on 1 degrees of freedom, p= 0.00074 n=
2009 May 14
2
Hyperic HQ Open Source & Hyperic HQ Enterprise
Hello, Has anyone tried these products for monitoring xen hosts and domain? I am interested to try the Open Source variant for monitoring xen environment in near future, so it would be nice to hear any experiences. Regards, Vlado _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 May 06
3
No USB/HID UPS found
Hello, Help me please with *newhidups* setup. Does it work for someone on *BSD ? Here is the data. --------------------------------------------------------------- *** FreeBSD root.srv# uname -a FreeBSD xxxxxx.dyndns.info 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Tue Feb 8 07:38:22 UTC 2005 admin@temp.botka.homeunix.org:/usr/src/sys/i386/compile/SRV i386 *** NUT ver.2.0.3 root.srv# ll /var/db/pkg/
2008 Oct 22
2
[LLVMdev] Regarding Error on Mac OSX
Hello guys, I get the following error whenever i try to check if the following pass exists. I am using Mac OSX leopard and gcc4 opt -load ../Release/lib/LLVMHello.dylib -hello Error opening '../Release/lib/LLVMHello.dylib': dlopen(../Release/lib/LLVMHello.dylib, 1): Symbol not found: __ZN4llvm12FunctionPass11runOnModuleERNS_6ModuleE Referenced from:
2013 Feb 20
1
[LLVMdev] Pointer Context Metadata (was: Parallel Loop Metadata)
----- Original Message ----- > From: "Vladimir Guzma" <vladimir.guzma at tut.fi> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "Pekka Jääskeläinen" <pekka.jaaskelainen at tut.fi>, "Tobias Grosser" <tobias at grosser.es>, "llvmdev at cs.uiuc.edu Dev" > <llvmdev at cs.uiuc.edu> > Sent: Tuesday, February
2008 Oct 23
0
[LLVMdev] Regarding Error on Mac OSX
Hi, There is reported bug about this (#2771), or at least related. http://llvm.org/bugs/show_bug.cgi?id=2771 Though it seems there is no "proper" solution known so far. The workaround is to use 'opt' from the Release/bin directory In your case: ../Release/bin/opt -load ../Release/lib/LLVMHello.dylib -hello Would probably work. Best regards Vlado > Hello guys, > >
2013 Feb 20
2
[LLVMdev] Pointer Context Metadata (was: Parallel Loop Metadata)
----- Original Message ----- > From: "Vladimir Guzma" <vladimir.guzma at tut.fi> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "Pekka Jääskeläinen" <pekka.jaaskelainen at tut.fi>, "Tobias Grosser" <tobias at grosser.es>, "llvmdev at cs.uiuc.edu Dev" > <llvmdev at cs.uiuc.edu> > Sent: Tuesday, February
2013 Feb 20
0
[LLVMdev] Pointer Context Metadata (was: Parallel Loop Metadata)
>>> >>> - Update the language reference >>> - Update the loop vectorizer (to update the metadata when it >>> unrolls) >>> - Update the regular unroller >>> - Update the alias analysis (maybe this is sufficient for basic >>> support in BBVectorize) - is your current code close enough for >>> this? >> >> Current
2009 Jan 08
1
[LLVMdev] opt pass plugins on Windows?
Hello, What kind of error did you get with your first try with opt and Hello pass? Is it somehow similar to errors reported in bug 2771? Best regards, Vlado > Hello, > > this is just a quick follow-up to my previous email. I now tried > statically linking the 'hello' pass to opt which does seem to work. > But I'm not sure if this is reliable or if I'm bound to
2009 Apr 11
9
[Bug 21124] New: nouveau: fonts "chipped" on NV44
http://bugs.freedesktop.org/show_bug.cgi?id=21124 Summary: nouveau: fonts "chipped" on NV44 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Sep 03
1
Install win2003 on xen
I am trying to install Windows 2003 Server as a xen guest and I am having a problem. After the guest is booted from CD-ROM i partition disk OK, and while system is trying to copy files needed for the installation, it cannot read some files from CD-ROM (starting with wow32.dll etc.). I have tried also to copy installation disk onto local disk and load it from .iso file, but the same problem
2009 Jan 07
0
[LLVMdev] opt pass plugins on Windows?
Hello, this is just a quick follow-up to my previous email. I now tried statically linking the 'hello' pass to opt which does seem to work. But I'm not sure if this is reliable or if I'm bound to run into problems later, so any comments on this issue would be appreciated. Martin Wednesday, January 7, 2009, 2:54:52 AM, you wrote: MT> Hello, MT> I'm just starting out
2009 Jan 07
2
[LLVMdev] opt pass plugins on Windows?
Hello, I'm just starting out with LLVM, currently using Visual Studio on Windows. Now I'd like to write a custom pass that can be loaded dynamically as demonstrated in the 'hello world' tutorial. So far my DLL loads OK but the actual pass registration does not seem to work. My question then is (as I could not find any information on the subject): is this even possible on win32 or
2013 Feb 20
0
[LLVMdev] Pointer Context Metadata (was: Parallel Loop Metadata)
Hi all, >> Hal, this OpenCL WG autovectorization work, unfortunately, is not my >> first >> priority task at work currently (more like a pet project), so I >> cannot make any >> promises on when I might find time to work on it again. So, if you >> want to >> see the parallel loop iteration MD happen sooner, I'd recommend you >> dig into >>
2009 Jan 01
21
[Bug 19356] New: DPMS does not turn off LCD backlight on NV34M [ GeForce FX Go5200]
http://bugs.freedesktop.org/show_bug.cgi?id=19356 Summary: DPMS does not turn off LCD backlight on NV34M [GeForce FX Go5200] Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2013 Feb 19
4
[LLVMdev] Pointer Context Metadata (was: Parallel Loop Metadata)
----- Original Message ----- > From: "Pekka Jääskeläinen" <pekka.jaaskelainen at tut.fi> > To: "Nadav Rotem" <nrotem at apple.com> > Cc: "Hal Finkel" <hfinkel at anl.gov>, "Tobias Grosser" <tobias at grosser.es>, "llvmdev at cs.uiuc.edu Dev" > <llvmdev at cs.uiuc.edu> > Sent: Tuesday, February 19, 2013
2008 Jun 19
1
PrettyR (describe)
#is there a way to get NA in the table of descriptive statistics instead of the function stopping Thank you in advance #data x.f <- structure(list(Site = structure(c(9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L), .Label = c("BC", "HC", "RM119", "RM148", "RM179", "RM185",
2006 May 22
3
USB UPS and FreeBSD
I am looking at the newhid driver for this Pulsar EXtreme here but it gives odd results, for example there is no status variable :) eg debug level is '2' Checking device (0463/FFFF) (/dev/usb0//dev/ugen0) - VendorID: 0463 - ProductID: ffff - Manufacturer: unknown - Product: unknown - Serial Number: unknown - Bus: /dev/usb0 Trying to match device Device matches HID descriptor retrieved
2010 Mar 11
5
Question about setting up in a colo environment
Hello all, We are looking to retire our ancient PIX box at the colo and replace it with Shorewall, which we''ve been successfully using (along with OpenVPN) at the headquarters for quite a while. However, I''m missing something basic in the config. I have the base configuration set up, but cannot seem to get our routed IPs to be picked up. Here is the basic config: We have a