Displaying 20 results from an estimated 32 matches for "cichini".
2010 Aug 25
5
lattice help required
...rint(pl2, split=c(1,1,1,2))
#####################################################################
but as said, ideally the plots should be stacked with only the lower plot
giving the x-axis annotation
and only the upper plot with text-panels.
thanks a lot,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/lattice-help-required-tp2338382p2338382.html
Sent from the R help mailing list archive at Nabble.com.
2011 Nov 04
3
replace double backslash with singel backslash
...t to replace \\ with \ in:
str <-
"C:\\DOKUME~1\\u0327336\\LOKALE~1\\Temp\\RtmpQ5NJ8X\\TIRIS_PICS\\1_Img.jpg"
and tried:
gsub("\\\\", "\\", str)
but this removes the \\ without replacing them by \
Any help much appreciated,
Kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/replace-double-backslash-with-singel-backslash-tp3989434p3989434.html
Sent from the R help mailing list archive at Nabble.com.
2012 Oct 30
2
bootstrapping quantile regression
...a = Durchlässigkeit ~ P.Perimeter + P.Form)
# get 99% confidence intervals
boot.ci(results, type="bca", index=1, conf = .99) # intercept
boot.ci(results, type="bca", index=2, conf = .99) # P.Perimeter
boot.ci(results, type="bca", index=3, conf = .99) # P.Form
--
Kay Cichini, MSc Biol
Grubenweg 22, 6071 Aldrans
E-Mail: kay.cichini@gmail.com
--
[[alternative HTML version deleted]]
2010 May 04
4
superscript
hello,
i need to add legend text: "4th-root transformation", with the "th"
superscripted -
tried much - but nothing worked..
thanks for any hints,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/superscript-tp2125341p2125341.html
Sent from the R help mailing list archive at Nabble.com.
2010 Aug 24
1
tick marks on both sides of axis
hello,
all my attempts to get a plot with tick marks on both sides of axis failed -
can someone please help me with this?
thanks,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/tick-marks-on-both-sides-of-axis-tp2336668p2336668.html
Sent from the R help mailing list archive at Nabble.com.
2013 Jan 25
1
Testing continuous zero-inflated response
...re 4 response variables of this kind which I plan to test
seperately - the amount of zeroes ranges from 75 to 97%..
I searched the web and found several modelling approaches but have the
feeling that they are overly complex for my very simple dataset.
Thanks in advance for any help!
Kay
--
Kay Cichini, MSc Biol
Grubenweg 22, 6071 Aldrans
Tel.: 0650 9359101
E-Mail: kay.cichini@gmail.com
Web: www.theBioBucket.blogspot.co.at<http://www.thebiobucket.blogspot.co.at/><http://www.theBioBucket.blogspot.co.at>
--
[[alternative HTML version deleted]]
2010 Apr 28
1
model selection, lme
...with the full model, but is this
allowed for m2 and m3?
or would i rather have to sequentially compare mfull/m1,m1/m2,m1/m3.
i'd very much appreciate help with this.
it may be a trivial problem - but though i could not figure out.
thanks in advance,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/model-selection-lme-tp2068889p2068889.html
Sent from the R help mailing list archive at Nabble.com.
2010 May 06
1
how to extract from obj. created by plot function stressplot without printing plot?
...'d like to extract values from stressplot, but as this should happen within
a long run of code, which also does a multiple plot, i need to prevent
stressplot to print to the device.
i tried ..,plot=F), but this is useless.
any advise on this?
thanks,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/how-to-extract-from-obj-created-by-plot-function-stressplot-without-printing-plot-tp2132366p2132366.html
Sent from the R help mailing list archive at...
2010 Sep 01
2
general question on binomial test / sign test
...ticed for one sparse dataset that
binom.test(1,1,0.5) gives a p-value of 1 for the null, what i can't quite
grasp. that would say that the a prob of 1/2 has p-value of 0 ?? - i must be
wrong but can't figure out the right interpretation..
best,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/general-question-on-binomial-test-sign-test-tp2419965p2419965.html
Sent from the R help mailing list archive at Nabble.com.
2010 Oct 13
1
interaction contrasts
...2, B*C"
## "fac2, B*D"
## "fac2, C*D"
## to the simultanous tests to see whether the effects
## of fac2 within the levels of fac1 differ between
## each combination of the levels of fac1, or not ??
thanks for any advise!
yours,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/interaction-contrasts-tp2993845p2993845.html
Sent from the R help mailing list archive at Nabble.com.
2012 May 04
2
Test if a sample mean of integers with range -inf; inf is different from zero
Hi all,
how would you test if a sample mean of integers with range -inf;inf is
different from zero:
# my sample of integers:
c <- c(-3, -1, 0, 1, 0, 3, 4, 10, 12)
# is mean of c <> 0?:
mean(c)
Thanks,
Kay
[[alternative HTML version deleted]]
2010 Aug 19
1
logistic regression tree
...ographical parameters.
i'd be glad if someone would comment on applying this mehtod to such data -
maybe someone could point me useful references.
also, i was not able to find out if there is a package implementing logistic
regression?
thanks in advance,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/logistic-regression-tree-tp2331847p2331847.html
Sent from the R help mailing list archive at Nabble.com.
2010 Mar 01
4
repeated measures anova, car package
...vels of the between factor.
Also, I'm a bit confused if the type of SS does play a role here - I choose
the default, the design is balanced.
In despair of a better solution I did two seperate paired t-tests on each
level, but I guess that's not the best solution.
Thanks for any advise,
Kay Cichini
--
View this message in context: http://n4.nabble.com/repeated-measures-anova-car-package-tp1573721p1573721.html
Sent from the R help mailing list archive at Nabble.com.
2010 Feb 02
2
hvcluster() with distance method from vegdist(), package = vegan
hello,
i'd be happy if someone could provide help with the following problem:
i have a dist.matrix that comes from vegdist() function of the vegan
package. the used method = "horn" is not accepted as argument in
hvcluster(...,dist.method="...").
is there a way to incorporate the method "horn" in hvcluster()?
thanks in advance!
yours,
kay
--
View this
2010 Jan 19
1
restricted permutations in permtest()?
...right syntax for implementation of blocks, I
tried with argument strata, which would be blocks, in permutest(mod, pairwise =
TRUE, blocks) but this doesn't work. By the way, what is 'pairwise = TRUE' for?
Thanks for any help,
Kay
---------------------------------------------
Mag. Kay Cichini
Institute of Botany
Sternwartestr. 15
A-6020 Innsbruck
Tel.: +43 (0)512 507 5938
2010 May 19
2
contrasts for lmer model
...,
3L, 5L, 4L, 4L, 3L, 2L, 4L, 1L, 4L, 3L, 4L, 3L, 6L, 2L, 9L,
8L, 10L, 5L, 7L, 10L, 7L, 7L, 4L, 5L, 5L)), .Names = c("stage",
"site", "gap", "rich"), class = "data.frame", row.names = c(NA,
-286L))))
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/contrasts-for-lmer-model-tp2222682p2222682.html
Sent from the R help mailing list archive at Nabble.com.
2010 Aug 20
5
paired samples, matching rows, merge()
Hi everyone!
I'm matching two samples to create one sample that have
pairs of observations equal for the k1 variable. Merge()
doesn't work because I dont't want to recycle the values.
x <- data.frame(k1=c(1,1,2,3,3,5),
k2=c(20,21,22,23,24,25))
x
y <- data.frame(k1=c(1,1,2,2,3,4,5,5),
k2=c(10,11,12,13,14,15,16,17))
y
merge(x,y,by="k1")
k1 k2.x k2.y
1 1 20
2010 Apr 20
1
multiple plots problem
hello,
i try to plot 3 graphs which have the same x.axis underneath each other. i'd
like the plots to be aligned without margings between the boxes and draw a
single x axis beneath the lowest plot.
i managed to get the alignment by setting par(mar), but the middle box is
stretched
and i cant't figure out how to get around this. par(pin) was my guess, but
this doesn't do the job
2010 May 27
1
stripplot, lattice
...C3SW 1 4
C C4 C4NO 1 1
C C4 C4NW 1 4
C C4 C4SO 1 3
C C4 C4SW 1 4
C C6 C6NO 1 3
C C6 C6SO 1 6
C C6 C6SW 1 2
C C6 C6W 1 9
D D1 D1NO 1 8
D D1 D1SO 1 10
D D4 D4NO 1 5
D D4 D4NW 1 7
D D4 D4SO 1 10
D D4 D4SW 1 7
D D7 D7NO 1 7
D D7 D7NW 1 4
D D7 D7SO 1 5
D D7 D7SW 1 5
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/stripplot-lattice-tp2232908p2232908.html
Sent from the R help mailing list archive at Nabble.com.
2010 May 03
0
mblm, confint problem
...mary(mod)
mod$coeff
confint(mod)
# gives:
> mod$coeff
(Intercept) x
0.3187684 0.6324555
>
> confint(mod)
0.025 0.975
(Intercept) -0.02332502 0.5550533
x 0.77481683 1.0266857 (?????)
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
--
View this message in context: http://r.789695.n4.nabble.com/mblm-confint-problem-tp2124017p2124017.html
Sent from the R help mailing list archive at Nabble.com.