Displaying 6 results from an estimated 6 matches for "dataw".
Did you mean:
data
2013 Jan 24
1
how should I make the optional arguments in r?
...,mydatao,"nest")$cross_p
is same with
crossprice<-getelasticity(mydata,mydatao)$cross_p
I don't know why????
In ""getelasticity_overPB.r":
I have the function:
getelasticity=function(mydata,mydatao,method=NULL){
.....
source("runmodel.r")
rr<-getrange(dataw,mydatao,method=NULL)
#I have tested that rr<-getrange(dataw,mydatao) is different with rr<-getrange(dataw,mydatao,"nest"): which is what I want.
rr
}
how should I make it work???
Thanks for your help.
Kind regards,
Tammy
[[alternative HTML version delet...
2008 Jan 15
1
bug in mmlcr ? (PR#10576)
Hi the list.
Is there a bug in mmlcr package ?
The following code does not compile:
mmlcrTest <- function(dataW){
dataL <-
reshape(dataW,idvar="id",timevar="T",varying=list("T0","T1","T2"),direction="long",v.names="score")
resultR <- mmlcr(outer= ~ 1 | id,
components = list(list(formula = score~1+T,class=
&quo...
2014 Jul 11
2
[LLVMdev] Lowering to return multiple values: codeGen, instruction write one value to the input register.
...ich is used to lower an instruction that returns two values.
I am trying to something like this:
”
…….
SDValue z = DAG.getNode(my_ISD::test_op, DL, VT, Op.getOperand(0);
SDValue w = DAG.getConstant(1, MVT::i32);
SDValue DataZ = DAG.getNode(ISD::BUILDER_VECTOR, DL, MVT::v4i32, z, z, z, z);
SDValue DataW = DAG.getNode(ISD::BUILDER_VECTOR, DL, MVT::v4i32, w, w, w, w);
SDValue result[] = {DataZ, DataW};
return DAg.getMergeValues(results, 2, DL);
“
but my view-dag only shows one return value, wondering what is wrong?
should the results dags must be somehow “dependent” on each other?
Best
kevin
O...
2014 Jul 07
2
[LLVMdev] codeGen, instruction write one value to the input register.
Tks Cameron,
I did some study on it.
Now I am having the same problem as mentioned in this thread;"http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-January/057654.html” ,
> Looking at the X86 back-end code, it looks like there do exist
> multi-output instructions, but they all use physical (implicit) registers
> for the second destination, not arbitrary register types. And if I
2005 Jun 24
1
Samba3 - small lan [1]
...s principal server?
a. Am I correct in assuming that both machines will act as
server AND lient?
b. Is this is a valid setup?
2. a. As the partitions of both computers are the same should I
slightly change the title names in each smb.conf - [e.g., homes and
homesw; data and dataw; etc.] to avoid confusing samba's config [titles]
even though the machines are given different names: east and west or can
I have the smb.conf titles be the same for both machines except for the
`east and west' names?
b. Should the names of the partitions [/mnt/data, etc.] remain
th...
2005 Jun 13
0
novice - samba3+; suse linuxpro9.1
...computers [east and west] and I
have both of them as both server AND client. At a later date, after
this `simple' lan works, I plan to add a ms portable unit
As the partitions of both computers are the same I have slightly changed
the names in each smb.conf - [e.g., homes and homesw; data and dataw;
etc.] to avoid confusing samba - otherwise they are the same.
I setup, in east-machine: //west:/home/account /mnt/account cifs
rw,....etc in its fstab. This generates share icons but no connections.
I had put the same lines in /etc/samba/smbfstab but it didn't produce
any icons
;//fjall/tes...