Displaying 4 results from an estimated 4 matches for "phillen".
Did you mean:
phill
2012 Jul 25
4
Boxplot graphic
Dear R-users!
I boxplotted some data. the class of the data is numeric. There are some
outliers and I would like to see their names in the graphic. So, instead
that the data points of the outliers are plotted as points, I would like to
have their names plotted.
First of, how can I give my data series (class numeric) names? Second, how
could I adjust the boxplot to see the names of the outliers
2012 Jul 26
3
Adjust the position of main in par(mfrow)
hey guys
I want two plots in one window with an overall title and with individual
titles for each plots.
my code:
par(mfrow=c(2,1))
bp_dirverq1=boxplot(dirverq1, col="orange",horizontal=TRUE, main="Q1
2012",cex.main=0.7)
bp_dirverq2=boxplot(dirverq2, col="orange",horizontal=TRUE, main="Q2
2012",cex.main=0.7)
title("Direktveranlagung in
2012 Apr 27
2
panel cointegration
Hi - i am looking for a package with which I can perform panel cointegration
tests. Old threads suggest plm and urca package, but I don't find suitable
tests in these packs. Somebody knows more?
best regards, Philipp
--
View this message in context: http://r.789695.n4.nabble.com/panel-cointegration-tp4593443p4593443.html
Sent from the R help mailing list archive at Nabble.com.
2012 Apr 03
1
object of type 'S4' is not subsettable
hey there!
The object 'cit' contains:
> cit
#####################################################
# Johansen-Procedure Unit Root / Cointegration Test #
#####################################################
The value of the test statistic is: 5.3484 9.0681 10.6433
---------------
I want R to save the value 5.3484 in a new object. I am used to use the
command x=cit[a] where a