Displaying 17 results from an estimated 17 matches for "xa1".
Did you mean:
a1
2008 Dec 21
1
How can I get the interpolated data?
...kage.
Some commands are like this:
#code head
library(rsm)
CR = coded.data(ChemReact, x1 ~ Time, x2 ~ Temp)
CR.rsm = rsm(Yield ~ SO(x1,x2), data = CR)
summary(CR.rsm)
contour(CR.rsm,x1~x2)
#code end
What if I want the data interpolated, what should I do?
For example:
There is a data frame like:
xa1<-seq(86,88,len=21)
xa2<-seq(175,179,len=41)
z<- ... # referring site(xa1,xa2) from the contour plotted above
or
xa1 xa2 z
86 175 ???
86.1 175 ???
... ... ...
86.7 177.3 ???
... .... ...
88 179 ???
or...
2012 Oct 23
3
frequency
Hello,
I have a data as follow:
ID Visit
xa1
xa2
yb1
yc23
yb33
I want to look at frequency of visit for ID and create a new column as response .
For example my response would be 2 for x and 3 for y.
I think I need to write a loop, but I don't know how.
I really appreciate your help.
Thanks a lot.
Best,Farnoosh Sheikhi
[[alternative HT...
2017 Dec 05
1
How to enhance the query performance for large boolean attribute
Hi all,
I am a new user to Xapian, and now we met such problem. In our case, a document has many attributes which is boolean value, for example( A, B, C ) , and our search query will use certain filter logic ( A == true and B == false ..) to combine with other search logic.
We use MatchDecider to implement the filter logic, and now we met some performance problem, because our self-defined
2010 Nov 24
4
R encoding question
...gSQL to retrieve data from a PostgreSQL database wich is
with encoding UTF8, and I have some Chinese character in one of the
columns, unfortunately R can't show it correctly.
> df <- dbGetQuery(con, "select * from test")
> df
a b
1 1 ????????\xa2
2 2 ???? EURO\xa1
I see the following option, do I need to change the encoding option to
show the corresponding texts? In my case how to set?
$encoding
[1] "native.enc"
Thanks,
Xiaobo Gu
2007 Oct 04
1
comparing matched proportions using glm
...:
Call:
glm(formula = y ~ x, family = binomial)
Deviance Residuals:
Min 1Q Median 3Q Max
-3.20426 -0.72686 -0.01822 0.68320 4.05035
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) 0.178369 0.186421 0.957 0.339
xa1 0.008109 0.017430 0.465 0.642
xb1 -0.026666 0.018153 -1.469 0.142
(Dispersion parameter for binomial family taken to be 1)
Null deviance: 565.14 on 467 degrees of freedom
Residual deviance: 559.69 on 465 degrees of freedom
AIC: 1883.3
Number of Fisher Scoring it...
2008 Jan 24
2
Tripp lite SMART1000LCD
...e: 34
Total size of Report Descriptor: 2049
Don't know what I was doing wrong in reading the
HID descriptor (using another application) but
I got the length 2049, which does not match the true
length of the report descriptor (601) I get when reading it.
Report descriptor:
x 5 x84 x 9 x 4 xa1 x 1 x 9 x24 xa1 x 2 x 5 x84 x85 x28 x 9 xfe x75 x 8
x95 x 1 x26 xff x 0 x15 x 0 xb1 x 3 x85 x29 x 9 xff xb1 x 3 x85 x2b x 9
......
x85 x17 x 9 x55 xb1 x82 xc0 xc0 xc0
Any help would be appreciated.
/Karl D
_________________________________________________________________
Express yourself insta...
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
...cidental code */
- for (i = 128; i < 256; i++)
- {
- unix2dos[i] = CTRLZ;
- dos2unix[i] = CTRLZ;
- }
-}
-
-static void init_iso8859_1(int codepage) {
-
- setupmaps();
-
- if (codepage == 437) {
- /* MSDOS Code Page 437 -> ISO-8859-1 */
- update_map("\xA1\xAD\xA2\x98\xA3\x9C\xA4\xED\xA5\x9D\xA6\xB3\xA7\xEE");
- update_map("\xAA\xA6\xAB\xAE\xAC\xAA\xAE\xE9\xAF\xC4");
- update_map("\xB0\xF8\xB1\xF1\xB2\xFD\xB5\xE6\xB7\xFA\xBA\xA7\xBC\xAC\xBD\xAB\xBF\xA8");
- update_map("\xC0\x85\xC1\xA0\xC2\x83\xC4\x8...
2023 Mar 20
0
Optimizing with constraints using alabama
...-1 0 0 0 -1
13 0 -1 0 0 0
14 0 -1 0 0 -1
15 0 0 -1 0 0
16 0 0 -1 0 -1
17 -1 1 0 0 0
18 -1 1 0 0 0
19 0 -1 1 0 0
20 0 -1 1 0 0
21 0 0 -1 1 0
22 0 0 -1 1 0
hin <- function(par,X,Xa1,XaJ,Xaj1,Xaj2) {
out <- X %*% par
return(out)
}
[[alternative HTML version deleted]]
2004 May 14
9
RV: LATENCY PROBLEMS
Hello there,
I''m having lots of problems with my setup here. Let me explain:
I am network administrator for my university dorm. We are about 300 users,
and we have 2 ADSL connections doing load balancing with 300kbits upstream
and 2Mbit downstream.
The load balancing is working great, we are doing connection tracking so I
can mark and hence prioritize interactive traffic and ACKS
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112
Bug ID: 13112
Summary: receive_xattr heap overread with non null terminated
name and xattr filter
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web
Development with Rails. In interation E1
NoMethodError in Admin#checkout
Showing app/views/admin/checkout.rhtml where line #12 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.include?
Extracted source (around line #12):
2017 Mar 13
2
virt-customize fail to inject firstboot script when running it from script.
...x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\x87\x97\xc6\xf1\x07E\x99G\x1b\x89\x9c\x14\xfcx\xcd\xaf[[_\xc6%\x99:H\xba,4\xd4~\x0d\xb7\xf03<\xd5\x15\xef/\xa8T\xf6L\xee\xa9A\x8d\xa7\xc48r*\x0c\x9f\xde\x10/\xb0\x1a<@\xa8]2\x94{\xf0\x97S\xd6'\xc4\x1d\xff\xb5Y\x9bV\x0b`\x8d\x8d\xab\xd3\x02\x99z\xf3\x88\xff\xa1\xf7\x9et\xe3\xd0\xa9\xd9x\x19\xa4\x9c)P\x02z\xd7[K|f\x06-U%\x11\xf17\xedha\xb6\xf8f\x1b\xc5\x8fM\xab1;5"<truncated, original size 512 bytes>
libguestfs: trace: internal_write_append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\xcd\x...
2017 Mar 14
0
Re: virt-customize fail to inject firstboot script when running it from script.
...x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\x87\x97\xc6\xf1\x07E\x99G\x1b\x89\x9c\x14\xfcx\xcd\xaf[[_\xc6%\x99:H\xba,4\xd4~\x0d\xb7\xf03<\xd5\x15\xef/\xa8T\xf6L\xee\xa9A\x8d\xa7\xc48r*\x0c\x9f\xde\x10/\xb0\x1a<@\xa8]2\x94{\xf0\x97S\xd6'\xc4\x1d\xff\xb5Y\x9bV\x0b`\x8d\x8d\xab\xd3\x02\x99z\xf3\x88\xff\xa1\xf7\x9et\xe3\xd0\xa9\xd9x\x19\xa4\x9c)P\x02z\xd7[K|f\x06-U%\x11\xf17\xedha\xb6\xf8f\x1b\xc5\x8fM\xab1;5"<truncated, original size 512 bytes>
> libguestfs: trace: internal_write_append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\...
2017 Mar 14
2
Re: virt-customize fail to inject firstboot script when running it from script.
...x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\x87\x97\xc6\xf1\x07E\x99G\x1b\x89\x9c\x14\xfcx\xcd\xaf[[_\xc6%\x99:H\xba,4\xd4~\x0d\xb7\xf03<\xd5\x15\xef/\xa8T\xf6L\xee\xa9A\x8d\xa7\xc48r*\x0c\x9f\xde\x10/\xb0\x1a<@\xa8]2\x94{\xf0\x97S\xd6'\xc4\x1d\xff\xb5Y\x9bV\x0b`\x8d\x8d\xab\xd3\x02\x99z\xf3\x88\xff\xa1\xf7\x9et\xe3\xd0\xa9\xd9x\x19\xa4\x9c)P\x02z\xd7[K|f\x06-U%\x11\xf17\xedha\xb6\xf8f\x1b\xc5\x8fM\xab1;5"<truncated, original size 512 bytes>
>> libguestfs: trace: internal_write_append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\x...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...x9D"
-+ (uint8_t*)"abc", 1,
-+
(uint8_t*)"\xA9\x99\x3E\x36\x47\x06\x81\x6A\xBA\x3E\x25\x71\x78\x50\xC2\x6C\x9C\xD0\xD8\x9D"
- }, {
-- "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", 1,
--
"\x84\x98\x3E\x44\x1C\x3B\xD2\x6E\xBA\xAE\x4A\xA1\xF9\x51\x29\xE5\xE5\x46\x70\xF1"
-+
(uint8_t*)"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", 1,
-+
(uint8_t*)"\x84\x98\x3E\x44\x1C\x3B\xD2\x6E\xBA\xAE\x4A\xA1\xF9\x51\x29\xE5\xE5\x46\x70\xF1"
- }, {
-- "a", 1000000,
--
"\x34\xAA\x97...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...x1 ~ Time, x2 ~ Temp)
>> CR.rsm = rsm(Yield ~ SO(x1,x2), data = CR)
>> summary(CR.rsm)
>> contour(CR.rsm,x1~x2)
>> #code end
>>
>> What if I want the data interpolated, what should I do?
>> For example:
>> There is a data frame like:
>>
>> xa1<-seq(86,88,len=21)
>> xa2<-seq(175,179,len=41)
>> z<- ... # referring site(xa1,xa2) from the contour plotted above
>>
>> or
>>
>> xa1 xa2 z
>> 86 175 ???
>> 86.1 175 ???
>> ... ... ...
&...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking