search for: selec

Displaying 13 results from an estimated 13 matches for "selec".

Did you mean: select
2012 Oct 23
1
factor or character
Hi, The program below work very well. (snps = c('rs621782_G', 'rs8087639_G', 'rs8094221_T', 'rs7227515_A', 'rs537202_C')) Selec = todos[ , colnames(todos) %in% snps] head(Selec) But, I have a data set with 1.000 columns and I need extract 70 to use (like snps in command above). This 70 snps are in a file. So I create a file to extract them with (mod5.sig = with(mod5, data.frame(snps = SNP[pvalor < 5e-8]))) str(mod5.s...
2018 Mar 07
5
Más filtrado de variables
Buenas. A ver si a alguien se le ocurre cómo hacer este filtrado. Quiero seleccionar para cada GRUPO el numero de ORDEN más pequeño (que podría ser con wich.min(ORDEN)), pero sin que se repita la CLASE, de modo que si la CLASE-01 salió en el primer GRUPO ya no salga más.  GRUPO           ORDEN    CLASE        A       1   CLASE-01        A       2   CLASE-02        A      ...
2011 Jan 14
1
Selecing the E1 cards for the call center
Hi All; We would like to build a call center having 2 E1, but we would like to know which card to select: Sangoma or Digium? And card type to be PCI express or PCI 5.0V or PCI 3.3V ? Any advise or special recommendations for the call center? Regards Bilal
2004 May 20
1
mixed models for analyzing survey data with unequal selec tion probability
...39;t think I have seen a reply so I will suggest that maybe you could try a different approach than what you are thinking about doing. I believe the current best practice is to use the weights as a covariate in a regression model - and bytheway - the weights are the inverse of the probabilities of selection - not the probabilities. Fundamentally, there is a difficulty in making sense out of 'random effects' in a finite population setting. (plagiarized from some unknown source) See: < 9. Pfeffermann, D. , Skinner, C. J. , Holmes, D. J. , Goldstein, H. , and Rasbash, J. (1998), ``Weigh...
2008 Nov 30
2
how to select cases based on value of one or more variables
dear list, I have read a spss file with read.spss() now I have a list with all my variable stored as vectors. is it possible to selec cases based on the value of one or more variables? thank you, Simone
2014 Apr 28
2
[LLVMdev] How can I get rid of "OPFL_Chain" in myCPUGenInstrInfo.inc
guys, 1)i made a mistake in my post. the said TF node was created when Selected() was called in ADDC node. 2) the source code under test short a,b; void test() { a+=b; } 3)the DAG after ADDC was seleced: Select node: 0x4977a20: ch,glue = <<Unknown Machine Node #65419>> 0x4972bd0, 0x49731d0, 0x4976c20, 0x49730d0<Mem:LD1[@a](align=2)> Result node: 0x497...
2007 May 02
0
Selected value in a combobox
I''m using ActiveScaffold. In the file house_helper.rb I have written the code: def house_form_column(record, input_name) ... list = House.find(:all, :include => ''city'') new_list=... ... list do |element| if record = element.name selec=element.id end end select_tag ''X'',options_for_select(new_list, selected=selec), {:multiple => false} ... to visualize a combobox with some data. The information is visualised correctly but I can''t select a value in the combobox, it doesn''t work....
2006 Apr 25
3
select boxe
yop, http://rubyonrails.org/api/classes/ActionView/Helpers/FormHelper.html ici j''ai vu qu''on pouvait g?n?rer des ?l?ment d''un formulaire gr?ce des m?thodes. Apres quelque petite recherches j''ai trouv? comment g?n?rer un select <%= select(''category'', ''category.id'', Category.find_all.collect {|category| category.nom}) %> comment faire pour utiliser l''option selected ? Merci -- Bolo Michelin Blog [Flash & RoR] http://blog.developpez.com/?blog=30 -------------- nex...
2012 Apr 06
3
Outlook (2010) -> Dovecot (IMAP) >10x slower with high network load and many folders
...IMAP communication: |Time ? ? | 10.211.55.3 ? ? ? ? ? ? ? ? ? ? ? ? ? | | ? ? ? ? | ? ? ? ? ? ? ? ? ? | 10.0.0.10 ? ? ? ? | |9.851 ? ?| ? ? ? ? Response: gatq OK L ? ? ? ? ? |IMAP: Response: gatq OK Logged in. | ? ? ? ? |(49433) ?<------------------ ?(143) ? ?| |9.852 ? ?| ? ? ? ? Request: o47u SELEC ? ? ? ? ? |IMAP: Request: o47u SELECT "1_GROUPS" | ? ? ? ? |(49433) ?------------------> ?(143) ? ?| |9.853 ? ?| ? ? ? ? Response: * FLAGS ( ? ? ? ? ? |IMAP: Response: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) | ? ? ? ? |(49433) ?<------------------ ?(143) ? ?| |9.854 ? ?|...
2010 Oct 08
6
Selección de observaciones
...:2] == (c(12,15)),] Error: (subscript) logical subscript too long ¿Entonces? > aa[aa[,1:2] == t(c(12,15)),] Error in aa[, 1:2] == t(c(12, 15)) : non-conformable arrays Puedo hacer, claro, > aa[aa[,1]==12 & aa[,2]==15,] [1] 12 15 18 Pero necesito algo más "elegante" ya que la selección es sobre bastantes más columnas. Gracias de antemano y un saludo. -- Ignacio Ramos Álvarez i.ramos.alvarez@gmail.com [[alternative HTML version deleted]]
2014 Apr 26
2
[LLVMdev] How can I get rid of "OPFL_Chain" in myCPUGenInstrInfo.inc
...dst) (ins Intregs:$op0,MEMi:$op1), "", [set IntRegs:$dest (adde IntRegs:$op0, (load ADDRi:$op1))] > very unlucky, this instruction failed. in the generated match table, there was flag OPFL_Chain. it caused a token factor node to be created in switch case OPC_EmitMergeInputChains in SelectCodeCommon. very bad, all uses of input chain was replaced with ADDErm Node. so the created token factor node depends on the ADDErm node after the replacement. very bad the ADDCrm node depends on above token factor. because of the glue, a cycle formed. ADDE-->ADDC-->TF-->ADDE. af...
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
...ge the schema and still I want to use Rails to access it and not pure SQL. When I try to insert a record I get the following message: ActiveRecord::StatementInvalid: RuntimeError: ERROR C42P01 Mrelation "parts group_id_seq" does not exist Fnamespace.c L200 RRangeVarGetRelid: SELEC T currval(''partsgroup_id_seq'') This is of course true, because of the global sequence.I did look into the postgres_adapter and found pk_and_sequence_for but I am only understanding nada. ;-) schema: lxtest=# \d partsgroup Table "public.partsgr...
2006 Mar 08
12
best way to combine results from two tables
I want to combine a selection of data from two tables and display it as list. Note that this isn''t a join. i''m looking for something like this: Table 1: Sheep Name, Age, Farmer, etc. (sheep specific columns) Table 2: Cows: Name, Age, Farmer, etc. (cow specific columns) For my display I nneed something...