Displaying 11 results from an estimated 11 matches for "acsc".
Did you mean:
acc
2007 Nov 08
1
Mixing lty specifications in legend
..."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}}
2008 Jun 09
1
Bug/Error in formatC? (Was: Why doesn't formatC( x, digits=2, format= "g")...)
...), 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
...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}}
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
2007 Jun 15
2
sma package, and MouseArray data set
..." "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}}
2007 May 03
2
Building package: What does this message about rcompgen imply?
...my Rd files would invoke this? Where should
I be looking, and what sort of problem might I be looking for?
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 confidential an...{{dropped}}
2007 Mar 07
1
Sweave issue: quotes in verbatim-like output print incorrectly
..."graphics" "grDevices" "utils" "datasets" "methods"
[7] "base"
--
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}}
2008 Jun 06
2
Why doesn't formatC( x, digits=2, format="g") doesn't always give 2 sig figs?
...s), 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}}
2007 Sep 13
1
Problem using xtable on an array
...ot;
[7] "base"
other attached packages:
car xtable statmod
"1.2-1" "1.4-6" "1.3.0"
--
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}}
2007 Jun 28
4
Sweave bug? when writing figures / deleting variable in chunk
I have found a quite strange (to me) behaviour in Sweave. It only
occurs in the following situation:
1. define a variable in one chunk
2. use it within a subsequent figure-generating chunk
3. delete it at the end of that same chunk
Then the Sweave driver chokes, not finding the variable name when
generating the figure
Example:
% document bug2.Rnw
\documentclass{article}
\usepackage{Sweave}