Displaying 20 results from an estimated 44 matches for "usq".
Did you mean:
use
2018 Jan 28
1
semPLS package will not load seems to be failing on loading package lattice
...ice':
.onLoad failed in loadNamespace() for 'grid', details:
call: fun(libname, pkgname)
error: object 'C_initGrid' not found
Error: package 'lattice' could not be loaded
Any advice or help on this bug would be much appreciated
Best regards Michael
Dr Michael Lane USQ Profile<http://staffprofile.usq.edu.au/Profile/Michael-Lane>
PhD Information Systems, USQ
Email: Michael.Lane at usq.edu.au<mailto:Michael.Lane at usq.edu.au>
Ph 07 4631 1268
Mobile 0407 316 391
Academic Coordinator School of Management and Enterprise
Member of Editoral Board Australasi...
2008 Jun 09
1
Bug/Error in formatC? (Was: Why doesn't formatC( x, digits=2, format= "g")...)
...iles I
didn't understand!)
Also, since the above obviously doesn't do what I hoped
(consistently printing two sig figs), could someone also explain
how I can consistently get two significant figures in situation
like above?
Thanks as always.
P.
--
Dr Peter Dunn | dunn <at> usq.edu.au
Faculty of Sciences, USQ; http://www.sci.usq.edu.au/staff/dunn
Aust. Centre for Sustainable Catchments: www.usq.edu.au/acsc
This email (including any attached files) is confidentia...{{dropped:15}}
2008 Feb 27
2
Adding LaTeX cross-references into Sweave plots
...ow that can be automated? I guess something like this
(though this obviously will fail):
<<fig=TRUE>>=
plot( c(-1,1), c(-1,1), type="n",
main="Graph of Eq (\label{EQ:equation})")
abline(-1, 3)
@
Thanks as always.
P.
--
Dr Peter Dunn | dunn <at> usq.edu.au
Faculty of Sciences, USQ; http://www.sci.usq.edu.au/staff/dunn
Aust. Centre for Sustainable Catchments: www.usq.edu.au/acsc
This email (including any attached files) is confidentia...{{dropped:15}}
2003 Jul 29
1
Sweave: pass scale parameter to includegraphics?
...niversally, but in the occasional
picture)? More generally, how can I inform Sweave
to pass these types of parameters to the
\includegraphics command?
I have searched archives and all the (obvious to me)
places, but haven't found the solution.
Thanks again,
P.
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2003 Mar 19
3
The best way to end up with WMF files
...quality
on the way through the conversion(s)?
So my question is this: How can I end up with a wmf files using
linux, without sacrificing too much (any?) quality on the way?
I looked in the Mail archives and couldn't find anything useful.
Thanks as always,
P.
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2007 Mar 07
1
Sweave issue: quotes in verbatim-like output print incorrectly
Hi all
I love Sweave; use it all the time.
But I recently received a new computer, and ever since I
have had a problem I've never seen before.
For example, I place the following in my Snw file:
<<>>=
sms <-
read.table("http://www.sci.usq.edu.au/staff/dunn/Datasets/applications/popular/smsspeed.dat",
header=TRUE)
attach(sms)
sms.lm <- lm( Time ~ Age*Phone, subset=(Age>30) )
summary(sms.lm)
@
Standard stuff. The output appears in the corresponding LaTeX
file as it should, in a verbatim-like environment as it should....
2004 Jun 22
1
Using xtable with summaries of lm objects
...ut-and-paste the table, and correct as appropriate).
Thanks as always.
P.
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 8.1
year 2003
month 11
day 21
language R
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2002 Dec 16
1
Creating libraries: Cannot make help
...appropriate commands my self, I can generate, eg, html
files so there is nothing wrong with my sgml source files. But
running
the INSTALL script fails to create anything help-ful.
Can anyone help me sort out what I am doing wrong or why I am getting
these
messages?
P.
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
<Insert favourite worthless disclaimer here>
2003 Mar 21
1
The best way to end up with TIFF {Was: end up with WMF)
...s
a physiology journal).
So I adjust my question: What is the best way to get TIFF files
out of R? It can't create them directly as far as I can tell.
ImageMagick's convert can create TIFF; what is the best way to
get there from R? Thru postscript first?
P.
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2007 Nov 08
1
Mixing lty specifications in legend
...ckages:
[1] "stats" "graphics" "grDevices" "utils" "datasets"
"methods" "base"
other attached packages:
car xtable statmod
"1.2-2" "1.5-1" "1.3.1"
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
ACSC: http://www.usq.edu.au/acsc
This email (including any attached files) is confidentia...{{dropped:15}}
2007 Dec 14
1
Help! - boxcox transformations
Hi,
Hope this does not sound too ignorant .
I am trying to detrend and transform variables to achieve normality and
stationarity (for time series use, namely spectral analysis). I am using the
boxcox transformations.
As my dataset contains zeros, I found I need to add a constant to it in
order to run "boxcox". I have ran tests adding several types of constants,
from .0001
2007 Dec 17
1
Identity link in tweedie
Hi there,
I'm using the tweedie distribution package and I cant figure out how to
run a model using an identity link. I know I can use a log link by
having link.power=0 and I think identity would be link.power=1, but I'm
not sure. Furthermore when I try running it with link.power=1 it
requires starting values which I cant manage to give appropriately so
I'm not sure if its
2004 Mar 29
1
White background in PS pictures
...ives but can't find any
reference to this problem.
Help appreciated.
P.
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 7.1
year 2003
month 06
day 16
language R
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2004 Nov 11
1
substitute/paste question for using Greek in plot titles
...#39;t see
anything in the Release Notes that might cause this.
Thanks.
P.
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 9.1
year 2004
month 06
day 21
language R
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2002 Dec 13
1
Loading libraries: Nas introduced
...am using the same R code that the library would use.
I can't figure out where or why NAs need to be introduced
(by coercion or otherwise!). What is the reason, where is
it happening and why, and what is the solution?
Any help much appreciated.
Thanks as always.
P.
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
<Insert favourite worthless disclaimer here>
2003 Jul 28
1
Plotting (mixed) line types and legends
...xample above was a short snippet that just demos the problem.)
P.
My system:
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 7.0
year 2003
month 04
day 16
language R
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2003 Apr 02
2
Two questions
...glm.
The combinations allowed are certainly sensible, but what is
the logic for disallowing other combinations (eg identity
link only is allowed for the gaussian family)? I also
know there are ways around it; I was just wondering about
the reasoning.
Thanks,
P.
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2007 Jun 15
2
sma package, and MouseArray data set
...F-8;LC_IDENTIFICATION=C
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets" "methods"
[7] "base"
other attached packages:
sma
"0.5.15"
--
Dr Peter Dunn | dunn <at> usq.edu.au
Faculty of Sciences, USQ; http://www.sci.usq.edu.au/staff/dunn
Aust. Centre for Sustainable Catchments: www.usq.edu.au/acsc
This email (including any attached files) is confidential an...{{dropped}}
2004 May 06
1
Printing ps pictures with transparent b'ground
...rstandings (assuming (with high probability)
that I have some).
Thanks.
P.
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 8.1
year 2003
month 11
day 21
language R
--
Dr Peter Dunn (USQ CRICOS No. 00244B)
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn @ usq.edu.au
Opinions expressed are mine, not those of USQ. Obviously...
2005 Aug 12
1
Help converting a function from S-Plus to R: family$weight
...rm i386-pc-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
status
major 2
minor 1.0
year 2005
month 04
day 18
language R
>
--
Dr Peter Dunn | Senior Lecturer in Statistics
Faculty of Sciences, University of Southern Queensland
Web: http://www.sci.usq.edu.au/staff/dunn
Email: dunn <at> usq.edu.au
CRICOS: QLD 00244B | NSW 02225M | VIC 02387D | WA 02521C