Displaying 2 results from an estimated 2 matches for "q6c".
Did you mean:
6c
2006 Dec 19
1
Re: CentOS Digest, Vol 23, Issue 18
...61217/9981253a/attachment-0001.htm
>
> ------------------------------
>
> Message: 4
> Date: Mon, 18 Dec 2006 11:48:56 +0100
> From: Angel Marin <anmar at gmx.net>
> Subject: [CentOS] Re: Intel 965 Chipset on 4.4 ?
> To: centos at centos.org
> Message-ID: <em5rmr$q6c$1 at sea.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Shawn wrote:
>> Do you happen to know the driver for your nic card.
>> I've tried rt8111 and 8139too (different card) under fc6 without luck.
>
> The r1000 driver from realtek:
&...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...\Working\\Statics.txt")
df <- cbind("Q1", "Q2", "Q3", "Q4", "Q5", "Q5A", "Q5B", "Q5C", "Q5D", "Q5E",
"Q5F", "Q5G", "Q6", "Q6A", "Q6B", "Q6C", "Q6D", "Q6E", "Q6F", "Q7", "Q8",
"Q9")
#Than you can loop through them simply by doing:
result <- numeric(length(df))
for (i in 1:(length(df)-1)) {
result <- chisq.test(table(df[[i]], df[[i+1]]))
}
and then this error comes...