search for: cso

Displaying 20 results from an estimated 61 matches for "cso".

Did you mean: cs
2008 Jan 08
3
splitting the column
...875208" "3" " hsa18 132170848 50139168 " " 24126920 24153560 8 " [2,] "CS 2 3 " " cfa1 24153560 24265894 " "112334" "27" " hsa18 50105060 49934572 " " 24265894 24823786 7 " [3,] "CSO 3.1 6 " " cfa1 24823786 27113036 " "2289250" "3" " hsa18 48121156 46579500 " " 27113036 27418228 13" [4,] "CSO 3.2 4 " " cfa1 27418228 27578150 " "159922" "25" " hsa18 13872043 1320...
2008 May 23
3
extracting columns from a list
Dear all, i have 2 lists of data with each of the list contain 14 columns. How am i going to extract column 12 and 13 from each of the list ?? and can i combine my extracted columns to form a single list. Attach with are my data. Your coorperation is highly appreciated. Many thanks Regards, Anisah -------------- next part -------------- An embedded and charset-unspecified
2008 Jan 07
1
numerical data frame
...e column names with the data( splt) where i have tried on cbind but a warning message occur. I have realized that the splt data only have 5 column instead of 6. Please help me with this!! I want my data to be a numerical data with a proper column and column names and to replace CS with 1 and CSO with 0 and also to get remove all the punctuations and the characters from the data. Attach herewith is my original data. Your kindly help is highly appreciated and thanks in advance. Cheers, Anisah 1)for col names nms<-scan("C:/Users/user/Documents/cfa-1.t...
2005 Aug 23
2
Weird internaldate behavior with 1.0-test80 and mbox folder
...d * fetch 1 internaldate * 1 FETCH (INTERNALDATE "23-Aug-2005 11:16:37 -0500") * OK FETCH completed * fetch 1 envelope * 1 FETCH (ENVELOPE ("Tue, 23 Aug 2005 11:16:30 -0500" "Test at Tue Aug 23 11:16:29 CDT 2005" (("Jon Roma" NIL "roma" "zippy.cso.uiuc.edu")) (("Jon Roma" NIL "roma" "zippy.cso.uiuc.edu")) (("Jon Roma" NIL "roma" "zippy.cso.uiuc.edu")) ((NIL NIL "roma" "uiuc.edu")) NIL NIL NIL "<200508231616.j7NGGUrc022618 at zippy.cso.uiuc.edu>...
2001 Sep 10
5
?? hmm ??
...on so there no problem seeing it for program debugging etc. Thanks in advance. Gerard Keogh The information in this email, and any attachments transmitted with it, are confidential and are for the intended recipient only. If you receive this message in error, please notify us via postmaster at cso.ie. To see the latest figures from the CSO go to http://www.cso.ie -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in...
2001 Sep 06
2
overlay plots
...s there an easy way to overlay or am I missing the obvious? Any help welcome. Gerard Keogh The information in this email, and any attachments transmitted with it, are confidential and are for the intended recipient only. If you receive this message in error, please notify us via postmaster at cso.ie. To see the latest figures from the CSO go to http://www.cso.ie -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in t...
2001 Nov 30
2
kalman
...seem to be in either ts or tseries packages? Any suggestions welcome. Thanks Gerard Keogh The information in this email, and any attachments transmitted with it, are confidential and are for the intended recipient only. If you receive this message in error, please notify us via postmaster at cso.ie. To see the latest figures from the CSO go to http://www.cso.ie -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in t...
2009 Sep 12
0
[PATCH 13/13] nv50: add support for point sprites
.../src/gallium/drivers/nv50/nv50_state.c index 20d9f43..6612e72 100644 --- a/src/gallium/drivers/nv50/nv50_state.c +++ b/src/gallium/drivers/nv50/nv50_state.c @@ -296,6 +296,9 @@ nv50_rasterizer_state_create(struct pipe_context *pipe, so_method(so, tesla, NV50TCL_POINT_SIZE, 1); so_data (so, fui(cso->point_size)); + so_method(so, tesla, NV50TCL_POINT_SPRITE_ENABLE, 1); + so_data (so, cso->point_sprite); + so_method(so, tesla, NV50TCL_POLYGON_MODE_FRONT, 3); if (cso->front_winding == PIPE_WINDING_CCW) { so_data(so, nvgl_polygon_mode(cso->fill_ccw)); -- 1.6.3.3 ---------...
2010 May 17
1
nv50 piglit change between 7.8 and master
7.8 branch (533b7663) : 209/246 master branch (c882c31) : 216/241 In short : 8 fail/warn -> pass 5 fail -> skip 1 pass -> fail So the only regression is glean/clipFlat Output: ---------------------------------------------------------------------- Test clipping with flat shading (provoking vertex). clipFlat: Failure for glBegin/End(GL_QUADS), glFrontFace(GL_CCW) GL_EXT_provoking_vertex
2009 Sep 12
0
[PATCH 11/13] nv50: add support for light-twoside
...pipe, CALLOC_STRUCT(nv50_rasterizer_stateobj); /*XXX: ignored - * - light_twosize * - point_smooth * - multisample * - point_sprite / sprite_coord_mode @@ -276,6 +275,9 @@ nv50_rasterizer_state_create(struct pipe_context *pipe, so_method(so, tesla, 0x1684, 1); so_data (so, cso->flatshade_first ? 0 : 1); + so_method(so, tesla, NV50TCL_VERTEX_TWO_SIDE_ENABLE, 1); + so_data (so, cso->light_twoside); + so_method(so, tesla, NV50TCL_LINE_WIDTH, 1); so_data (so, fui(cso->line_width)); so_method(so, tesla, NV50TCL_LINE_SMOOTH_ENABLE, 1); -- 1.6.3.3 --------...
2001 Oct 18
0
General Matrix Inverse
...h.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. _._._ The information in this email, and any attachments transmitted with it, are confidential and are for the intended recipient only. If you receive this message in error, please notify us via postmaster at cso.ie. To see the latest figures from the CSO go to http://www.cso.ie -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in t...
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...o.indirect); > + pinfo = &info; > + } > + > + context->gpu->draw_vbo(context->gpu, pinfo); > +} > + > +static void * > +tegra_create_blend_state(struct pipe_context *pcontext, > + const struct pipe_blend_state *cso) > +{ > + struct tegra_context *context = to_tegra_context(pcontext); > + > + return context->gpu->create_blend_state(context->gpu, cso); > +} > + > +static void > +tegra_bind_blend_state(struct pipe_context *pcontext, > + void *s...
2001 Oct 04
2
about the char _
Dear all, I don't know the historical reason why the char '_' was defined in the R language grammar as a synonyme of the assignment <-, anyway the R documentation dosen't recommand its usage. Well, this is a real "incompatibility issue" each time we need to interface R with other language/systems, notably with database systems. Recall that, in perhaps all
2001 Dec 16
3
Arima
I did a regression with ARMA errors using arima0 with ari<-arima0(y,order=c(2,0,2),xreg=reg1,delta=-1) or ari<-arima0(y,order=c(2,0,2),xreg=reg1) where reg1 is the matrix of the regressors and when I see diag(ari$var.coef) I get negative terms. Do you know what this mean ? I try to change transform.pars to 0 or 1 but this crash R on Windows. Is it possible to test the significativity
2014 Nov 27
7
[RFC] tegra: Initial support
...{ + memcpy(&info, pinfo, sizeof(info)); + info.indirect = tegra_resource_unwrap(info.indirect); + pinfo = &info; + } + + context->gpu->draw_vbo(context->gpu, pinfo); +} + +static void * +tegra_create_blend_state(struct pipe_context *pcontext, + const struct pipe_blend_state *cso) +{ + struct tegra_context *context = to_tegra_context(pcontext); + + return context->gpu->create_blend_state(context->gpu, cso); +} + +static void +tegra_bind_blend_state(struct pipe_context *pcontext, + void *so) +{ + struct tegra_context *context = to_tegra_context(pcontext); +...
2007 Mar 10
1
Dumb question (because I used to know the answer)
Good morning, I am trying to build nut 2.1, and having a problem with autoreconf. I know I had this problem a while back, and resolved it, but for the life of me I can't remember how, and I can't find the info that must have led me in the right direction. I reloaded the PC today, and now when I run autoreconf I get the following output: upsbox:/pub/trunk2# autoreconf
2014 Jan 12
0
[PATCH] nv50, nvc0: initialize ctx->sample_mask to ~0
Commit 95bf222603b (cso_context: Fix cso_context::sample_mask initial value.) fixed the cso sample mask to be initialized to ~0. The cso code is also careful not to needlessly call set_sample_mask, so we ended up with the ctx->sample_mask never being set. This broke a number of EXT_framebuffer_multisample piglit tests....
2002 Jan 28
4
Multivariate response trees
I would like to know if someone has done work on trees with multivariate response. I need something like rpart but for vector responses. If someone has code that he/she is willing to share, I would be grateful. If not, even guidelines for writing my own starting from rpart would be welcomed. ft. -- Fernando TUSELL e-mail: Departamento de
2018 May 19
8
[Bug 106577] New: broken rendering with nine and nouveau (GM107)
...iority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: roman.elshin at gmail.com QA Contact: nouveau at lists.freedesktop.org it is regression, but is it nouveau bug?: # bad: [4d6fab245eec3880e2a59424a579851f44857ce8] cso: don't track the number of sampler states bound git bisect bad 4d6fab245eec3880e2a59424a579851f44857ce8 # good: [c8459846905bf7adfb6b5010a77aee9269228bdb] st/mesa: sink and simplify texBaseFormat getting for sampler states git bisect good c8459846905bf7adfb6b5010a77aee9269228bdb # first bad com...
2001 Nov 23
4
Are you experienced in SAS and R as well? Which of these would you recommend?
Hello! Disapointed about SPSS I have to choose another statistic program. And altough I sympathise with the idea of a non-commercial software-project like R and I like the spirit of the R community (and of course I am not keen on paying 150$ to SAS for a one-year students license), I will probably buy SAS, because people I will work with use SAS and I want a close cooperation with them. Besides I