search for: cp4

Displaying 5 results from an estimated 5 matches for "cp4".

Did you mean: cp
2012 Dec 17
3
simplifying code
...tin <-0.5 tau <-24 output0 <-10 TIMELOW <-tin TIMEHIGH <-1*tau TIME1 <-c(seq(TIMELOW,TIMEHIGH, by = sign(TIMEHIGH-TIMELOW)*(tau-tin)/3))   then I would like to calculate:   cp1 <-output0*exp(-0.3*TIME1[1]) cp2 <-output0*exp(-0.3*TIME1[2]) cp3 <-output0*exp(-0.3*TIME1[3]) cp4 <-output0*exp(-0.3*TIME1[4])   then plot(TIME1,c(cp1,cp2,cp3,cp4))   is there a way to rewrite the equations for calculating the cp(1 to n) in a "single line" so that the run of the code will produce the vector  c(cp1,cp2,cp3,cp4)? At the end, I would like to have those values calcula...
2009 Jan 10
1
Setting a contingency table
...1              a         b         n10                      rp1       rp2        100                      cp1       cp2       rtp1   ---------------------------------------------     row2             c         d         n20                      rp3       rp4       100                      cp3       cp4       rtp2   ---------------------------------------------     Total            n01       n02         n                      ctp1      ctp2       100                      100       100        100 Suppose a<-67; b<-10; c<-79; d<-67; n<-a+b+c+d;   n10<-a+b;   n01<-a+c;   n20&...
2009 Jan 12
1
re tail case-pack ordering problem - can R help?
...packs. For example, For a given shoe style, in the color brown, a supplier has the following case packs available. Sizes - > XS S M L XL XXL XXXL CasePack profiles: cp1 1 3 5 4 2 1 0 cp2 0 2 2 2 0 0 0 cp3 0 2 3 3 1 0 0 cp4 2 4 5 5 4 1 0 And, for a given store, the retailer has determined the following set the desired quantites of sizes to purchase. (This determination is based on sales history, and is not at all based on what the case packs for this item look like.) Sizes - > XS S M...
2004 Jan 30
2
Asterisk with a laptop with built-in Intel 537 modem
I have * working on my Sony Vaio PCG-FX120 laptop. I am trying to get * to recognize my internal PCI Intel modem as an FXO port. I have modified wcfxo.c in order to identify the PCI modem properly. Based on output from dmesg, wcfxo didn't recognize the modem until I inserted the proper vendor and device IDs into wcfxo.c and re-compiled. Note that the error message from "modprobe
2009 Jan 15
2
Interface to open source Reporting tools
...n10 > rp1 rp2 100 > cp1 cp2 rtp1 > --------------------------------------------- > row2 c d n20 > rp3 rp4 100 > cp3 cp4 rtp2 > --------------------------------------------- > Total n01 n02 n > ctp1 ctp2 100 > 100 100 100 > > > Suppose > > a<-67; b<-10; c<-79; d<-67; > n<...