search for: dnom

Displaying 3 results from an estimated 3 matches for "dnom".

Did you mean: dcom
2001 Nov 05
1
Problem to transfer Splus functions
...x res$cmpr <- x %*% (d12 * vecp) #Calcul des composantes principales xnom <- deparse(substitute(x)) wtnom <- deparse(substitute(wt)) wtequal <- F if(wtnom == paste("rep(1/nrow(", xnom, "), nrow(", xnom, "))", sep = "")) wtequal <- T dnom <- deparse(substitute(d)) dusual <- F if(dnom == paste("rep(1, ncol(", xnom, "))", sep = "")) dusual <- T dimnames(res$cmpr)[[2]] <- nomf names(res$values) <- nomf res$d <- d res$pi <- wt res$reduc <- reduc res$ctr <- ctr res$moy &...
2017 Jun 20
0
translate formula into R code
Cc'd back to the list... always use reply-all. You say res should have been LSS but LSS is a scalar so the for loop will only run once. What does a successful output look like for a sample input? How do you (we) know when success has been achieved? In fact, what is the formula you want to implement? If your code below is the definition of your "formula" then we are left with no
2006 Feb 20
7
3 simple questions
Hi. I am running 3.0.20. 1. I would like to have an include statement pointing to user configurations. For a user, say 'mike', the following works: include = /home/mike/smb.conf But this does not: include = /home/%u/smb.conf I am using a very simple config with 'security = user'. What am I doing wrong? I cannot get any log feedback from this ('testparm' says