Displaying 2 results from an estimated 2 matches for "intensit".
Did you mean:
intensity
2006 Apr 04
0
radio_button in a loop not working
...find(@v.light_id).nom %>:</td>
<td><%= radio_button(''v[]'', ''etat'', "Off") %> Off</td>
<td><%= radio_button(''v[]'', ''etat'', "On") %> On</td>
<td>Intensite :<%= text_field(''v[]'', ''intensite'') %></td>
</tr>
<% end %>
</table>
I understand the problem : because I use v[] as name in each
radio_button, I can select only one radio_button whatever the line.
But I don''t know how...
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...ifiant des
individus
Subject <- as.factor(titi[,1])
n <- dim(titi)[1] #Nb individus
toto1 <- read.table(Fic[1],header=T,sep="\t") # Lecture du fichier de
donn?es
ions <- as.character(toto1[,1]) #Identifiant des ions
## La matrice des Intensit?s
if (sum(para$checks1==c(T,F))==2) {
toto <- log2(t(toto1[,-c(1:(dim(toto1)[2]-n))])+1) }
if (sum(para$checks1==c(F,T))==2) {
toto <- t(toto1[,-c(1:(dim(toto1)[2]-n))]) }
if (sum(para$checks1==c(F,F))==2) {
toto <- t(toto1[,-c(1:(dim(toto1)[2]-n...