Displaying 20 results from an estimated 138 matches for "6324".
Did you mean:
63,4
2003 Oct 29
1
restarting split.screen
...,
Giovanni
--
__________________________________________________
[ ]
[ Giovanni Petris GPetris at uark.edu ]
[ Department of Mathematical Sciences ]
[ University of Arkansas - Fayetteville, AR 72701 ]
[ Ph: (479) 575-6324, 575-8630 (fax) ]
[ http://definetti.uark.edu/~gpetris/ ]
[__________________________________________________]
2002 May 14
2
tapply and empty subsets
...,
Giovanni
--
__________________________________________________
[ ]
[ Giovanni Petris GPetris at uark.edu ]
[ Department of Mathematical Sciences ]
[ University of Arkansas - Fayetteville, AR 72701 ]
[ Ph: (479) 575-6324, 575-8630 (fax) ]
[ http://definetti.uark.edu/~gpetris/ ]
[__________________________________________________]
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send...
2013 Aug 01
3
filefrag and btrfs filesystem defragment and maybe snapshots
...Thinking those mostly static files could be less fragmented I ran:
# btrfs filesystem defragment -c /path/to/34G.file
# btrfs filesystem defragment -c /path/to/5.7G.file
and to my surprise the number of fragments/extends doubled:
# filefrag /path/to/34G.file /path/to/5.7G.file
/path/to/34G.file: 6324 extents found
/path/to/5.7G.file: 1079 extents found
Did I actually improve these files?
I do have a number rolling readonly snapshots on the subvolume these
files are on. I can imagine how that might be related but I''m not
sure. When the pre-defrag snapshots are purged will the filefrag...
2013 Jan 12
2
selinux + kvm virtualization + smartd problem
...dev/sdd" dev=devtmpfs ino=6321
scontext=unconfined_u:system_r:fsdaemon_t:s0
tcontext=system_u:object_r:svirt_image_t:s0:c281,c675 tclass=blk_file
type=AVC msg=audit(1357993548.966:8531): avc: denied { getattr } for
pid=21321 comm="smartd" path="/dev/sde" dev=devtmpfs ino=6324
scontext=unconfined_u:system_r:fsdaemon_t:s0
tcontext=system_u:object_r:svirt_image_t:s0:c281,c675 tclass=blk_file
type=AVC msg=audit(1357993548.966:8532): avc: denied { getattr } for
pid=21321 comm="smartd" path="/dev/sdf" dev=devtmpfs ino=6330
scontext=unconfined_u:system_r...
2010 Aug 18
3
libreadline problem
...e
readline libraries, both as a ubuntu package and from sources, but the
error did not go away....
Thanks in advance,
Giovanni
--
Giovanni Petris <GPetris at uark.edu>
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/
2010 Jan 21
2
What is the difference between S and R?
...ASE do read the posting guide http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
>
> --
> Giovanni Petris
> Dept of Mathematical Sciences
> University of Arkansas
> definetti.uark.edu/~gpetris
> (479) 575-6324, 575-8630 (Fax)
>
2004 May 12
4
non-interactive call to R (running an R package as a stand-alone application)
Is there a way I can have R automatically execute the commands in a source file without ever having to use R interactively? If so, what arguments should I pass to the UNIX call to R? I need to do this to run several R jobs in parallel.
An alternative may be to have R and an R package behave as a stand-alone application that can be called from the UNIX command line. Is there any documentation on
2003 Apr 03
2
Printing zero as dot
...,
Giovanni
--
__________________________________________________
[ ]
[ Giovanni Petris GPetris at uark.edu ]
[ Department of Mathematical Sciences ]
[ University of Arkansas - Fayetteville, AR 72701 ]
[ Ph: (479) 575-6324, 575-8630 (fax) ]
[ http://definetti.uark.edu/~gpetris/ ]
[__________________________________________________]
2012 May 09
1
Sweave, beamer and alert within code chunks
...eck this!!!}
[1] 0
\end{semiverbatim}
How can I get a similar effect using Sweave?
Thank you in advance!
Best,
Giovanni Petris
--
Giovanni Petris <GPetris at uark.edu>
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/
2004 Feb 06
3
quantile function
...,
Giovanni
--
__________________________________________________
[ ]
[ Giovanni Petris GPetris at uark.edu ]
[ Department of Mathematical Sciences ]
[ University of Arkansas - Fayetteville, AR 72701 ]
[ Ph: (479) 575-6324, 575-8630 (fax) ]
[ http://definetti.uark.edu/~gpetris/ ]
[__________________________________________________]
2008 Apr 15
1
SVD of a variance matrix
...the
case? Or I might eventually run into a SVD which has U != V?
Thank you in advance for your insights and pointers.
Giovanni
--
Giovanni Petris <GPetris at uark.edu>
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/
2008 Oct 09
2
Two math expressions in plot
...n't work
> plot(0,0, main = substitute(n == k * N[eff] == neff, list(k = k, neff = n.eff[k])))
Thanks in advance,
Giovanni
--
Giovanni Petris <GPetris at uark.edu>
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/
2008 Aug 21
1
[LLVMdev] code bloat example
Here's an example where llvm should probably be producing smaller code,
its output is 700% larger than gcc.
regehr at john-home:~/volatile/tmp11$ llvm-gcc -Os -w small.c -o small ;
size small
text data bss dec hex filename
6324 252 8 6584 19b8 small
regehr at john-home:~/volatile/tmp11$ current-gcc -Os -w small.c -o small ;
size small
text data bss dec hex filename
784 252 12 1048 418 small
Looks easy to fix: probably at -Os the inliner should not be so aggressive....
2014 Sep 17
2
Generating unordered, with replacement, samples
...of these possible samples? In a Monte Carlo framework I would like to do it repeatedly, so efficiency is of some relevance.
Thank you in advance!
Best,
Giovanni
Giovanni Petris
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/
2003 Oct 16
1
Improving efficiency in "outer"-like calculation
...nni Petris
--
__________________________________________________
[ ]
[ Giovanni Petris GPetris at uark.edu ]
[ Department of Mathematical Sciences ]
[ University of Arkansas - Fayetteville, AR 72701 ]
[ Ph: (479) 575-6324, 575-8630 (fax) ]
[ http://definetti.uark.edu/~gpetris/ ]
[__________________________________________________]
2005 Mar 22
1
Package vignette and build
...--
__________________________________________________
[ ]
[ Giovanni Petris GPetris at uark.edu ]
[ Department of Mathematical Sciences ]
[ University of Arkansas - Fayetteville, AR 72701 ]
[ Ph: (479) 575-6324, 575-8630 (fax) ]
[ http://definetti.uark.edu/~gpetris/ ]
[__________________________________________________]
2007 Jan 18
4
Reading contingency tables
...vn rev 40228
language R
version.string R version 2.4.1 (2006-12-18)
--
Giovanni Petris <GPetris at uark.edu>
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/
2002 Aug 02
1
Means of Monte Carlo simulated lists
...,
Giovanni
--
__________________________________________________
[ ]
[ Giovanni Petris GPetris at uark.edu ]
[ Department of Mathematical Sciences ]
[ University of Arkansas - Fayetteville, AR 72701 ]
[ Ph: (479) 575-6324, 575-8630 (fax) ]
[ http://definetti.uark.edu/~gpetris/ ]
[__________________________________________________]
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send...
2008 May 02
1
GLMM and data manipulation (2nd try)
...o
fictitious subject id's? If this is the case, what is a clean way
of doing it?
Thank you in advance,
Giovanni Petris
--
Giovanni Petris <GPetris at uark.edu>
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/
2011 Mar 09
4
Help with read.csv
...t"
Could anybody please tell me what I am doing wrong and how I could read
my data into R?
Thanks in advance,
Giovanni
--
Giovanni Petris <GPetris at uark.edu>
Associate Professor
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/