Displaying 3 results from an estimated 3 matches for "linv".
Did you mean:
line
2013 Oct 17
0
Singular Matrix 'a' in solve
...c, life, d;
which each is “numeric[450]”). The procedure is modify from code provided
by B.E. Hansen at http://www.ssc.wisc.edu/~bhansen/progs/ecnmt_00.html.
*Then the variable is being transformed to*
y <- lag_v(i,0)
cf <- lag_v(c,0)
lpop <- lag_v(pop,0)
linv <- lag_v(inv,0)
lgov <- lag_v(gov,0)
d1 <- lag_v(d,0)
llife <- lag_v(life,0)
yt <- tr(y)
ct <- tr(cf)
y, cf, lpop, linv, lgov, d1, llife each is in “375x1 double matrix”
yt and ct each is “300x1 double matrix”
(I use R Studio...
2002 Mar 18
3
function design
I have a, no doubt, simple question. I wish to write a function such
that
a <- 9
b <- 10
changer _ function(x,y) { if (y>x){ x <<- Y+1}}
Of course there are easier ways to accomplish the task above, but I am
more interested in how to have the "x <<- Y+1" part of the function to
change x in place for purposes of a much larger function.
I have been wrestling with
2001 Dec 18
0
Linux Box with Client for NT Server
Hay,
My name is Luciano and i am linving from Brazil. Im my business i have a Red
Hat Linux box version 7.1. My work have a Windows NT and 2000 servers and i
must be browse my computer in my network. I printed the "Configuring SAMBA"
and configured my Linux Box, but the Windows PC in my work don?t see me.
I already using th...