Displaying 4 results from an estimated 4 matches for "dmus".
Did you mean:
deus
2011 Aug 09
1
assign names to vectors in loop
Dear List,
I like to assign names to vectors in a loop.
Here is a short example:
DMUs <-
as.data.frame(matrix(c("b","c","d","a","e","h","i","f","g","j","k","l"),ncol
=7, nrow=10))
colnames(DMUs) <- v_DMUs <- c("a","b","c",&qu...
2007 Oct 10
1
Deleting for() loop in function
...quot;
# If RTS is CRS
if(rts==1){
# make part of lhs constraint matrix
cond1 <- rbind(t(Y), -t(X))
# make inequality matrix
f.dir <- rep(">=", s+m)
# make objective matrix
f.obj <- c(1, rep(0,n))
# solve LP for all DMUs by using for syntax
for(i in 1:n){
# make part of lhs constraint matrix
cond2 <- matrix(c(rep(0, s), X[i,]), byrow=T)
# make final constraint matrix
f.con <- cbind(cond2, cond1)
# make rhs constraint
f.rhs <- c(Y[i,], rep(0, m)...
2012 Dec 27
14
Is it possible to do a dual-boot?
Dear all,
Actually, I want to create my own test-bed based on xen hypervisor with
centos prefered.
However, all I have is one desktop (with a good hardware performance).
So it possible to have a dual-boot (a linux for daily use and the other for
the test-bed) ?
Regards
--
Jihed M’SELMI
http://about.me/jihed.mselmi
_______________________________________________
Xen-users mailing list
2010 Jul 18
6
CRAN (and crantastic) updates this week
...ADG (0.1-0)
Gruber, Lutz F.
http://crantastic.org/packages/nlADG
Regression in the Normal Linear ADG Model
* nonparaeff (0.5-1)
Dong-hyun Oh
http://crantastic.org/packages/nonparaeff
This package contains functions for measuring efficiency and
productivity of decision making units (DMUs) under the framework of
Data Envelopment Analysis (DEA) and its variations.
* nppbib (0.6-0)
David Allingham
http://crantastic.org/packages/nppbib
Implements a nonparametric statistical test for rank or score data
from partially-balanced incomplete block-design experiments.
* npRmpi (0...