Displaying 14 results from an estimated 14 matches for "doplot".
Did you mean:
dotplot
2008 Sep 24
0
Trouble understanding the behaviour of stableFit(fBasics)
Can anyone explain such different output:
> stableFit(s,alpha = 1.75, beta = 0, gamma = 1, delta = 0,
+ type = c("q", "mle"), doplot = TRUE, trace = FALSE, title = NULL,
+ description = NULL)
Title:
Stable Parameter Estimation
Call:
.qStableFit(x = x, doplot = doplot, title = title, description =
description)
Model:
Student-t Distribution
Estimated Parameter(s):
alpha beta gamma delta
1.534000...
2007 Jul 05
0
about stableFit() and hypFit() of fBasics package
Dear R users,
I'm trying to fit stable distribution and hyperbolic distribution to my data using stableFit(), and hypFit() of fBasics.
However, there are some problems
This is the result
======================================
> stableFit(lm, alpha = 1, beta = 0, gamma = 1, delta = 0, doplot = TRUE, trace = FALSE, title = NULL, description = NULL)
Title:
Stable Parameter Estimation
Call:
.qStableFit(x = x, doplot = doplot, title = title, description = description)
Model:
Student-t Distribution
Estimated Parameter(s):
alpha beta gamma delta
NA NA NA NA
===========...
2018 Jan 26
2
Help in Plotting in "fArma" Package
...ote:
>
> Hello,
> I am new to R and for some of my research work I am using 'fArma'
> package to estimate the Hurst parameter of a time series.
> When I am ding the following command :
> rsFit(data, doplot = TRUE)
> I am getting the R/S plot for that time series with default plot title,
> font size. However, I want to change the axis size, font size etc of this
> plot, which I am unable to do as there is no formal argument here. Can
> anyone suggest something about this?...
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
...= c(0, 1), pch = 17, col =
col.hab[1:nrow(coord.actif)],
cex = cex, main = title, cex.main = cex * 1.2, asp = 1)
if (lab.grpe)
pointLabel(coord.actif[, 1], y = coord.actif[, 2], labels =
rownames(coord.actif),
allowSmallOverlap=FALSE,trace=FALSE,doPlot=TRUE, col =
col.hab[1:nrow(coord.actif)])
if (!is.null(res.mfa$group$coord.sup)) {
points(coord.illu, pch = 17, col = col.hab[(nrow(coord.actif)
+
1):(nrow(coord.actif) + nrow(coord.illu))])
if (lab.grpe)
pointLabel(coord.illu[, 1]...
2018 Jan 26
0
Help in Plotting in "fArma" Package
...end, as Dave indicated, on how the package author handled the plotting options in rsFit().
Actually it's an S4 method:
showMethods("show", classes="fHURST", includeDefs=TRUE)
Function: show (package methods)
object="fHURST"
function (object)
{
x = object
doplot = TRUE
cat("\nTitle:\n ", x at title, "\n", sep = "")
cat("\nCall:\n ")
cat(paste(deparse(x at call), sep = "\n", collapse = "\n"),
"\n", sep = "")
... snipped
IAnd not easily susceptible to throwi...
2018 Jan 25
2
Help in Plotting in "fArma" Package
Hello,
I am new to R and for some of my research work I am using 'fArma'
package to estimate the Hurst parameter of a time series.
When I am ding the following command :
rsFit(data, doplot = TRUE)
I am getting the R/S plot for that time series with default plot title,
font size. However, I want to change the axis size, font size etc of this
plot, which I am unable to do as there is no formal argument here. Can
anyone suggest something about this? How can I change the font size, axis...
2010 Sep 28
1
How to convert SEXP to double
Hello All,
A simple question.
I get some return from the R in my C++ program (via Rcpp package). The
result come, as SEXP and it should be a simple numeric variable.
How to convert it to double?
The code, what i use:
stringstream ss;
ss << "p <- predict(fit_ar11, n.ahead = 2, doplot=FALSE);"
<< "p$pred[1]";
SEXP ans;
int iRet = R.parseEval(ss.str().c_str());
if (iRet == 0 && ans != NULL)
{
// ???
}
Cheers,
Dima
[[alternative HTML version deleted]]
2010 Nov 15
2
Need help with pointLabels()
...are of) like
pointLabels() to avoid label overlap. Please feel free to email me directly.
postscript(file="fig_a.eps");
plot(x, y, xlab="X-axis", ylab="Y-axis", cex=0.02*sample_size, pch=21);
abline(lm(y~x, weight=sample_size))
pointLabel(x, y, labels=Category, cex=1, doPlot=TRUE, offset=2.5);
dev.off()
Thank you,
-craig.starger@gmail.com
[[alternative HTML version deleted]]
2018 Jan 26
0
Help in Plotting in "fArma" Package
...yukh at gmail.com> wrote:
>
> Hello,
> I am new to R and for some of my research work I am using 'fArma'
> package to estimate the Hurst parameter of a time series.
> When I am ding the following command :
> rsFit(data, doplot = TRUE)
> I am getting the R/S plot for that time series with default plot title,
> font size. However, I want to change the axis size, font size etc of this
> plot, which I am unable to do as there is no formal argument here. Can
> anyone suggest something about this? How can I change...
2004 Nov 29
1
Labeling charts within a loop
Hi All:
This may turn out to be very simply, but I can't seem to add the name of
the school to a chart. The loop I created is below that subsets a
dataframe and creates a chart for each school based on certain
variables. As it stands now, they title includes the school's ID number.
Instead, I want to replace this with the school's actual name, which is
stored in a variable called
2007 Jul 21
2
X11() dies in remote background
...ut it in the background. while i am connected, all is
well. eventually my ISP shuts down the connection if i do not do any
input. then:
Boxplots of G intensitiesError in X11(paste("png::", filename, sep = ""), width, height, pointsize, :
unable to start device PNG
Calls: doPlot -> qcBeadLevel -> png
In addition: Warning message:
In png(filename, width = 640, height = 480) :
unable to open connection to X11 display ''
Execution halted
is it possible to have X11() succeed when there is no real display to connect
to?
R version 2.6.0 Under development (unsta...
2012 Mar 23
2
plot a BARPLOT with sd deviation bar up and down
dear Researchers,
i am looking for a function to plot a barplot for each mean value and the
related standard deviation, and i can close my week. This is an example of
my data set.
really Thanks in advance for any help or suggestions
Gianni
My.mean <- data.frame(Mean=c(0.4108926,0.3949009,0.4520346,
0.4091665,0.4664066,0.3048296,0.4297226,0.4056383,
2013 Feb 15
3
lattice 3x3 plot: force common y-limits accross rows and align x-axes
Good afternoon,
I would like to ask for help in controlling y-axis limits and labels in
lattice doplots. Unfortunately, the problem is somewhat convoluted,
please bear with the long explanation.
I would like to create a 3x3 lattice of dotplots, say subject ~ count.
The plot is conditioned on variables treatment and risk: subject ~ count
| treatment + risk. In the experiment, not all subjects wer...
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
...r, all of the
objects i would like to access inside of my.function are not returned
by the NelsonSiegel function. The are only local inside the
NelsonSiegel function. Is there a way to inside my wrapper function
access these objects?
my.function() <- {
z <- NelsonSiegel(Yield, Maturity, doplot=FALSE)
#here i would like to access objects not returned by NelsonSiegel
}
//Jonas
On Sun, Aug 3, 2008 at 6:05 PM, Patrick Burns <pburns at pburns.seanet.com>
wrote:
> Duncan Murdoch wrote:
>>
>> On 03/08/2008 11:29 AM, Jonas wrote:
>>>
>>> hi,
>>...