search for: cinc

Displaying 8 results from an estimated 8 matches for "cinc".

Did you mean: binc
2007 May 16
2
Running R function as a Batch process
Hi, I am struggling with using R CMD BATCH command. Kindly suggest solution to the following problem. I have a function named CinC with accept two input parameters. This can be shown as: CinC <- function(start, end) where start and end both are character strings. Please suggest me how can I run this function using command R CMD BATCH. Currently I am trying to do like this -> R CMD BATCH c:/tt/CinC.r c:/tt/h.Rout -&qu...
2008 Jan 08
3
GAM, GLM, Logit, infinite or missing values in 'x'
...ops that would break given the error and I would like to figure out another option. My glm and gam models are below. Any suggestions are very much appreciated. Best, Anders > form.logit outbinary ~ a_norm_total2 + I(a_norm_total2^2) + prop + igoprop + gpconc + ter + open + igototal + cinc.nmc + demsOnumstat + diversity + cincOter + polity2 > form.glogit outbinary ~ s(a_norm_total2) + s(prop) + s(prop, by = a_norm_total2) + igoprop + gpconc + ter + open + igototal + cinc.nmc + demsOnumstat + diversity + cincOter + polity2 GAM error message: avt.2glogit<-gam(for...
2016 Feb 29
2
need help on tinc route problem
.../proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE ########################### C: connectTo=vpn ## Subnet=10.10.0.0/24 Subnet=0.0.0.0/1 ----------> this line only exists in server C:/etc/tinc/hosts/C, but I guess it can be learned by router node ## ifconfig Cinc 10.10.0.1/24 up route add -host 10.10.10.1 dev Cinc route add -net 192.168.1.0/24 gw 10.10.10.1 echo "1" > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE ######################## router has B and C host files, B don't have C's and C don'...
2016 Feb 29
4
need help on tinc route problem
...> ########################### >> C: >> connectTo=vpn >> ## >> Subnet=10.10.0.0/24 >> Subnet=0.0.0.0/1 ----------> this line only exists in server >> C:/etc/tinc/hosts/C, but I guess it can be learned by router node >> >> ## >> ifconfig Cinc 10.10.0.1/24 up >> route add -host 10.10.10.1 dev Cinc >> route add -net 192.168.1.0/24 gw 10.10.10.1 >> echo "1" > /proc/sys/net/ipv4/ip_forward >> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE >> >> ######################## >> router h...
2016 Feb 29
0
need help on tinc route problem
...TROUTING -o eth0 -j MASQUERADE > > ########################### > C: > connectTo=vpn > ## > Subnet=10.10.0.0/24 > Subnet=0.0.0.0/1 ----------> this line only exists in server > C:/etc/tinc/hosts/C, but I guess it can be learned by router node > > ## > ifconfig Cinc 10.10.0.1/24 up > route add -host 10.10.10.1 dev Cinc > route add -net 192.168.1.0/24 gw 10.10.10.1 > echo "1" > /proc/sys/net/ipv4/ip_forward > iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE > > ######################## > router has B and C host files, B don...
2014 Sep 02
3
[LLVMdev] LICM promoting memory to scalar
....type _Z3fooii, at function _Z3fooii: // @_Z3fooii // BB#0: // %entry cbz w0, .LBB0_5 // BB#1: // %for.body.lr.ph mov w8, wzr cmp w0, #0 // =0 cinc w9, w0, lt asr w9, w9, #1 adrp x10, globalvar .LBB0_2: // %for.body // =>This Inner Loop Header: Depth=1 cmp w8, w9 b.hs .LBB0_4 // BB#3: // %i...
2014 Sep 02
2
[LLVMdev] LICM promoting memory to scalar
...// @_Z3fooii >> // BB#0: // %entry >> cbz w0, .LBB0_5 >> // BB#1: // %for.body.lr.ph >> mov w8, wzr >> cmp w0, #0 // =0 >> cinc w9, w0, lt >> asr w9, w9, #1 >> adrp x10, globalvar >> .LBB0_2: // %for.body >> // =>This Inner Loop Header: Depth=1 >> cmp w8, w9 >> b.hs...
2014 Sep 03
3
[LLVMdev] LICM promoting memory to scalar
....type   _Z3fooii, at function _Z3fooii:                               // @_Z3fooii // BB#0:                                // %entry         cbz     w0, .LBB0_5 // BB#1:                                // %for.body.lr.ph         mov      w8, wzr         cmp      w0, #0                 // =0         cinc     w9, w0, lt         asr     w9, w9, #1         adrp    x10, globalvar .LBB0_2:                                // %for.body                                         // =>This Inner Loop Header: Depth=1         cmp      w8, w9         b.hs    .LBB0_4 // BB#3:                                // %i...