Displaying 8 results from an estimated 8 matches for "cetp".
Did you mean:
cet
2002 Aug 22
1
combining output from several operations
...16 5
$"2.2"
X[[3]]
n missing unique Mean
2 0 1 3
$"4.2"
X[[4]]
n missing unique Mean
25 0 5 1.8
0 1 2 3 4
Frequency 2 8 9 5 1
% 8 32 36 20 4
> a <- aggregate(faculty$Q8, list(CETP=faculty$CETP), mean)
NOTE: I'm using the aggregate function to weight the means so that each
CETP contributes equally to an overall mean and standard deviation. I
need to use this procedure on each of the four results of lapply above.
I can't figure that out at all.
> a...
2002 Aug 20
2
weighting means
Hi everyone,
I've got a dataframe called 'faculty'. I want to do a weighted mean on
the column called 'Q8' weighted by the contents of column 'CETP'. In
addition, I need to operate on the result of splitting 'faculty'
according to the contents of a column 'FACULTY'. For example
> lapply(split(faculty$Q8, faculty$FACULTY), mean)
$"1"
[1] 2.2
$"2"
[1] 1.888889
gives the mean of 'Q8' after spl...
2008 Oct 25
2
VTd - PCI Passthrough - VMError: fail to assign device
...003C (r1 PTLTD MCFG 60400D0 LTP
0)
(XEN) ACPI: HPET BE4C8EC1, 0038 (r1 PTLTD HPETTBL 60400D0 LTP
1)
(XEN) ACPI: APIC BE4C8EF9, 0068 (r1 PTLTD APIC 60400D0 LTP
0)
(XEN) ACPI: BOOT BE4C8F61, 0028 (r1 PTLTD $SBFTBL$ 60400D0 LTP
1)
(XEN) ACPI: ASF! BE4C8F89, 0077 (r16 CETP CETP 60400D0 PTL
1)
(XEN) ACPI: SSDT BE4BF1CA, 025F (r1 PmRef Cpu0Tst 3000 INTL
20050228)
(XEN) ACPI: SSDT BE4BF124, 00A6 (r1 PmRef Cpu7Tst 3000 INTL
20050228)
(XEN) ACPI: SSDT BE4BF07E, 00A6 (r1 PmRef Cpu6Tst 3000 INTL
20050228)
(XEN) ACPI: SSDT BE4BEFD8, 00A6 (r1 PmRef...
2008 Dec 11
1
Bug#508429: BUG: unable to handle kernel paging request
...0.000000] ACPI: HPET BEEC8EC1, 0038 (r1 PTLTD HPETTBL 60400D0 LTP 1)
[ 0.000000] ACPI: APIC BEEC8EF9, 0068 (r1 PTLTD APIC 60400D0 LTP 0)
[ 0.000000] ACPI: BOOT BEEC8F61, 0028 (r1 PTLTD $SBFTBL$ 60400D0 LTP 1)
[ 0.000000] ACPI: ASF! BEEC8F89, 0077 (r16 CETP CETP 60400D0 PTL 1)
[ 0.000000] ACPI: SSDT BEEBF212, 025F (r1 PmRef Cpu0Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BEEBF16C, 00A6 (r1 PmRef Cpu7Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BEEBF0C6, 00A6 (r1 PmRef Cpu6Tst 3000 INTL 20050228)
[ 0.0000...
2005 Jul 28
10
dma_alloc_coherent issue with tg3 in x86_64 build
...7
(XEN) ACPI: FADT (v003 AMD HAMMER 0x06040000 PTEC 0x000f4240) @ 0x000000007ff71d0f
(XEN) ACPI: SRAT (v001 AMD HAMMER 0x06040000 AMD 0x00000001) @ 0x000000007ff71e03
(XEN) ACPI: MADT (v001 PTLTD APIC 0x06040000 LTP 0x00000000) @ 0x000000007ff71ecb
(XEN) ACPI: ASF! (v016 MBI CETP 0x06040000 PTL 0x00000001) @ 0x000000007ff71f59
(XEN) ACPI: DSDT (v001 AMD-K8 AMDACPI 0x06040000 MSFT 0x0100000e) @ 0x0000000000000000
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) Processor #0 15:5 APIC version 16
(XEN) ACPI: LAPIC (acpi...
2013 Jun 14
14
Issues with Intel HD graphics 4000
Hey,
Are there any known issues with the Intel''s integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I''ve gotten Xen to install with no problems on another
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been
granted by other domains.
Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2002 Nov 26
3
Solaris 8, Can't find recent OpenSSL libcrypto
I have probably trivial problem in OpenSSH installation,
but do not see it - could you help, please ?
The libcrypto has been installed.
caroubier% ls -l /usr/local/ssl/lib/libcrypto.a
-rw-r--r-- 1 root other 2778744 Nov 19 17:53 /usr/local/ssl/lib/libcrypto.a
But the openssh stops with Can't find recent OpenSSL libcrypto.
Thank you very much in advance,
Elisabeth Porteneuve
--