Displaying 4 results from an estimated 4 matches for "agbu".
Did you mean:
abu
2004 Dec 03
1
Getting R to emit an image file as a pipe or Base64 strea m: Mac OSX 10.3 - R 2.0.1
...gt;
> --
>
> --
> Yuandan
> Zhang, PhD
>
> Animal Genetics and Breeding Unit
> The University of New England
> Armidale, NSW, Australia, 2351
>
> E-mail: yzhang4 at metz.une.edu.au
> Phone: (61) 02 6773 3786
> Fax: (61) 02 6773 3266
> http://agbu.une.edu.au
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> AGBU is a joint venture of NSW Primary Industries
> and The University of New England to undertake
> genetic R&D for Australia's Livestock Industries
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
2003 Dec 01
1
matrix bending
Dear All,
I was wondering whether any one knows of a matrix bending function in
R that can turn non-positive definite matrices into the nearest
positive definite matrix. I was hoping there would be something akin
to John Henshall's flbend program
(http://agbu.une.edu.au/~kmeyer/pdmatrix.html), which allows the
standard errors of the estimated matrix elements to be considered in
the bending process.
Thanks,
Jarrod.
2004 Dec 06
2
Re : LOOPS
Dear lists,
I want to construct a loop in R, but don't know how to do it. I can do it
in SAS, but I prefer in R (which I am hoping I will off SAS for good
soon). Could anyone help me to convert the SAS codes to equivalent R codes.
Basically, the following codes were written to establish the sire gametes
or phases for daughter design for one markers two alleles.
Here are the SAS code:
do
2004 Dec 03
1
Getting R to emit an image file as a pipe or Base64 stream: Mac OSX 10.3 - R 2.0.1
Hi All,
Anybody know how to make R emit base64 encoded text in some way that perl
can grab it, instead of planting a file on your harddrive when calling
JPEG or PNG?
I've managed to get these scripts to work and put a file on the harddisk
#!/usr/bin/perl -Wall
# by jin kee. a simple script to demonstrate
# the needed steps to get R to emit a jpeg.
use strict;
my($callR, $callRold);
# need