Displaying 20 results from an estimated 180 matches for "v_".
Did you mean:
mv_
2009 Nov 16
2
on gsub (simple, but not to me!) sintax
Dear R users,
my problem today deals with my ignorance on regular expressions.
a matter I recently discovered.
Consider the following
foo <-
c("V_7_101110_V", "V_7_101110_V", "V_9_101110_V", "V_9_101110_V",
"V_9_s101110_V", "V_9_101110_V", "V_9_101110_V", "V_11_101110_V",
"V_11_101110_V", "V_11_101110_V", "V_11_101110_V", "V_11_...
2002 Aug 12
0
help with pseudo-random numbers
...ain a sequence of rvs X_1, X_2... such that X_i is a deterministic
function of U_i. Let us further suppose that F^{-1} is difficult to
calculate, so one does not simply do X_i = F^{-1}(U_i).
Now, a possible alternative would be use U_i to set a random seed for a
sequence of pseudo-random numbers, V_{i1}, V_{i2},... Then we can use this
V_{ij} stream for every i to simulate F using the basic rejection method.
(Here we further assume that there is some available pdf g we can simulate
from such that f <= Mg for some const M).
So we have a picture that looks like
U_1 (random number seed for):...
2010 May 20
0
Installation problem with "geepack"
...c famstr.cc -o famstr.o
icpc: command line remark #10010: option '-mp' is deprecated and will be removed in a future release. See '-help deprecated'
../inst/include/tnt/vec.h(152): warning #858: type qualifier on return type is meaningless
const iterator begin() const { return v_;}
^
../inst/include/tnt/vec.h(153): warning #858: type qualifier on return type is meaningless
const iterator end() const { return v_ + n_; }
^
icpc -I/usr/global/R/2.11.0/lib64/R/include -I../inst/include -I/usr/local/include -mp -fpic -g -O2 -c gee2.cc -o gee2.o
icpc: comm...
2006 Jun 30
1
lme and SAS Proc mixed
..., with
2 probeids nested within each refseqid, and 16 probenos nested within
each of the probeids.
I have specified in the SAS Proc Mixed procedure that the
variance-covariance structure is to be compound symmetric. Therefore,
the variance-covariance matrix is a block diagonal matrix of the form,
V_1 0 0
0 V_2 0
0 0 V3
where each V_i represents a RefSeqID. Moreover, for each V_i the
structure within the block is
v_{11} v{12}
v_{21} v{22}
where v_{11} and v_{22} are different probeids nested within the
refseqid, and so are correlated. The structure of
both v_{11} and v_{22} a...
2005 Mar 23
2
sub('^', .....) bugs (PR#7742)
...9;^.','var',11:13) # "var1" "var2" "var3"
there are even more fishy things here:
1) In your cases, the integer 'x' argument is auto-coerced to
character, however that fails as soon as 'perl = TRUE' is used.
> sub('^','v_', 1:3, perl=TRUE)
Error in sub.perl(pattern, replacement, x, ignore.case) :
invalid argument
{one can argue that this is not a bug, since the help file asks
for 'x' to be a character vector; OTOH, we have
as.character(.) magic in many other places, i.e. quite
naturally here;...
2006 Jun 30
0
SAS Proc Mixed and lme
..., with
2 probeids nested within each refseqid, and 16 probenos nested within
each of the probeids.
I have specified in the SAS Proc Mixed procedure that the
variance-covariance structure is to be compound symmetric. Therefore,
the variance-covariance matrix is a block diagonal matrix of the form,
V_1 0 0
0 V_2 0
0 0 V3
where each V_i represents a RefSeqID. Moreover, for each V_i the
structure within the block is
v_{11} v{12}
v_{21} v{22}
where v_{11} and v_{22} are different probeids nested within the
refseqid, and so are correlated. The structure of
both v_{11} and v_{22} ar...
2002 Oct 29
1
pretty not pretty
...month 06
day 17
language R
--
Ott Toomet
otoomet at econ.au.dk
---------------------------------------------------------
(o_ (*_ (O_ (o< -! (o<)<
//\ //\ //\ //\ //\
V_/_ V_/_ V_/_ V_/_ V_/_
standard drunken shocked noisy penguin
penguin penguin penguin penguin eating fish
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.a...
2002 Oct 29
1
pretty not pretty
...month 06
day 17
language R
--
Ott Toomet
otoomet at econ.au.dk
---------------------------------------------------------
(o_ (*_ (O_ (o< -! (o<)<
//\ //\ //\ //\ //\
V_/_ V_/_ V_/_ V_/_ V_/_
standard drunken shocked noisy penguin
penguin penguin penguin penguin eating fish
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.a...
2005 May 16
2
a problem sourcing a file using chdir=TRUE
...|
| 06100 PERUGIA (ITALY) |
| (o_ (o_ (o_ |
| E-mail: luca at stat.unipg.it //\ //\ //\ |
| Web page: http://www.stat.unipg.it/luca V_/_ V_/_ V_/_ |
+-----------------------------------------------------------------------+
2003 Mar 21
1
barplot legend size
...Ott Toomet
PhD Student
Dept. of Economics
?rhus University
Building 322
Universitetsparken
8000 ?rhus C
Denmark
otoomet at econ.au.dk
ph: (+45) 89 42 20 27
-------------------------------------------
(o_ (*_ (O_ (o< -!
//\ //\ //\ //\
V_/_ V_/_ V_/_ V_/_
standard drunken shocked noisy
penguin penguin penguin penguin
2003 Aug 26
3
plot empirical pdf
...Ott Toomet
PhD Student
Dept. of Economics
?rhus University
Building 322
Universitetsparken
8000 ?rhus C
Denmark
otoomet (a) econ au dk
ph: (+45) 89 42 20 27
-------------------------------------------
(o_ (*_ (O_ (o< -!
//\ //\ //\ //\
V_/_ V_/_ V_/_ V_/_
standard drunken shocked noisy
penguin penguin penguin penguin
2005 Mar 22
1
sub('^','var',1:3) produces unexpected results
Hi,
According to help(sub), the ^ should match the zero-length string at the
beginning of a string:
sub('^','var',1:3) # "1" "2" "3"
sub('$','var',1:3) # "1var" "2var" "3var"
# This generates what I expected from the first case:
sub('^.','var',11:13) # "var1" "var2"
2011 Jan 03
1
Greetings. I have a question with mixed beta regression model in nlme.
...*y_{ij} ~ Beta(mu_{ij} * phi_{ij}; (1 - mu_{ij}) * phi_{ij})
y_{ij} = mu_{ij} + w_{ij}
*
*with*
*logit(mu_{ij}) = Beta_{0i} + Beta_{1i} * x1_{ij} + b2 * x2_{ij}
log(phi_{ij}) = Gamma_{0i} + Gamma_{1i} * z1_{ij} + c2 * z2_{ij}
*
*Beta_{0i} = b_0 + u_{0i}
Beta_{1i} = b_1 + u_{1i}
Gamma_{0i} = c_0 + v_{0i}
Gamma_{1i} = c_1 + v_{1i}
*
*The vector* *(u_{0i}, u_{1i})'* *has normal distribution with mean*
*(0, 0)'* *and covariance matrix*
*sigma_{00} sigma_{01}
sigma_{10} sigma_{11}
*
*The vector* *(v_{0i}, v_{1i})'* *has normal distribution with mean*
*(0, 0)'* *and covariance matri...
2011 Jan 03
0
Greetings. I have a question with mixed beta regression model in nlme (corrected version).
..._{ij} ~ Beta(mu_{ij} * phi_{ij}; (1 - mu_{ij}) * phi_{ij})
y_{ij} = mu_{ij} + w_{ij}
*
*with*
*logit(mu_{ij}) = Beta_{0i} + Beta_{1i} * x1_{ij} + b_2 * x2_{ij}
log(phi_{ij}) = Gamma_{0i} + Gamma_{1i} * z1_{ij} + c_2 * z2_{ij}
*
*Beta_{0i} = b_0 + u_{0i}
Beta_{1i} = b_1 + u_{1i}
Gamma_{0i} = c_0 + v_{0i}
Gamma_{1i} = c_1 + v_{1i}
*
*The vector* *(u_{0i}, u_{1i})'* *has normal distribution with mean*
*(0, 0)'* *and covariance matrix*
*sigma_{00} sigma_{01}
sigma_{10} sigma_{11}
*
*The vector* *(v_{0i}, v_{1i})'* *has normal distribution with mean*
*(0, 0)'* *and covariance matri...
2011 Apr 16
4
Jabber / facebook chat?
...BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
has anyone managed to establish an XMPP connection to the facebook
Jabber servers?
I'd like to send messages on missed calls vie FB.
- -S
- --
(o_ Stefan Gofferje | SCLT, MCP, CCSA
//\ Reg'd Linux User #247167 | VCP #2263
V_/_ Heckler & Koch - the original point and click interface
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
iEYEARECAAYFAk2qIpsACgkQbQKZlCdPOMOEcACfcVot6VqUDB/99PNXT2C+Bv5l
QBwAnAr4yQjIg03IcwOHg4hnSCv5LrLT
=Y112
-----END PGP SIGNATURE-----
2002 Nov 04
3
write table and dinnames
I would write in tab-text file a table like this one:
TAB colname1 TAB colname2 TAB TAB... colnameN
rowname1 # # #
rowname2 # # #
rownameM # # #
then I wrote something like:
mymatrix <- matrix(nrow=M,ncol=N,byrow=T)
rownames(mymatrix) <- chvector1
colnames(mymatrix) <- chvector2
2005 Aug 25
1
how to close connections?
...met, PhD
Research Fellow
Dept. of Economics
Tartu University
Narva 4 - A123
Tartu 51009
Estonia
otoomet (a) ut ee
ph: (+372) 7 37 6374
fax: (+372) 7 37 6312
-------------------------------------------
(o_ (*_ (O_ (o< -!
//\ //\ //\ //\
V_/_ V_/_ V_/_ V_/_
standard drunken shocked noisy
penguin penguin penguin penguin
2002 Nov 20
1
un-install R 1.6 built from source
I have installed R 1.6 for Linux from source, but unfortunately, I didn't
check if the Xwindow headers were available, so I have installed it without
Xwindows capabilities. Thus, I want to uninstall it and install it again
properly with the required features, but I don't know how to uninstall R when
built from source. I would appreciate any help on this. Thanks very much in
advance!
2004 Mar 30
3
mysql or postgresql?
....so get this error:
loader.c:240 ast_load_resource: /usr/lib/asterisk/modules/cdr_mysql.so:
cannot open shared object file: No such file or directory
loader.c:359 load_modules: Loading module cdr_mysql.so failed!
Ok, there is no cdr_mysql.so, anybody it's using * with mysql?
Thanks!
(o_
//\
V_/_
"hackers build things, crackers break them."
http://kokey.gluch.org.mx
2005 Apr 25
6
Proba( Ut+2=1 / ((Ut+1==1) && (Ut==1))) ?
Dear all,
First I apologize if my question is quite simple,
but i'm very newbie with R.
I have vectors of the form v = c(1,1,-1,-1,-1,1,1,1,1,-1,1)
(longer than this one of course).
The elements are only +1 or -1.
I would like to calculate :
- the frequencies of -1 occurences after 2 consecutives -1
- the frequencies of +1 occurences after 2 consecutives +1
It looks probably something like