Displaying 20 results from an estimated 45 matches for "zeviani".
Did you mean:
leviant
2010 Feb 17
2
How to provide a result from D(f(x), "x") to a curve(f'(x)) ???
...opy this result
curve(3 * x^2) # paste inside
# my failed attempts
curve(as.expression(D(expression(x^3), "x")))
curve(as.character(as.expression(D(expression(x^3), "x"))))
curve(noquote(as.character(as.expression(D(expression(x^3), "x")))))
Thanks in advance.
Walmes Zeviani, Brasil.
_________________________________________________________________
Quer deixar seus vídeos mais divertidos? Com o Movie Maker isso fica fácil.
ndows Live:Dicas - Movie Maker:Hotmail:Tagline:1x1:Titulo Legendas Creditos
[[alternative HTML version deleted]]
2011 Jun 02
4
Use line break at scrip but avoid line break on graphics
...mber once I saw a meta character like "\n" that avoid this breack line
plot(1, main="aaaaaaaaaaaaaaaaaaaa\(?)
bbbbbbbbbbbbbbbbbbbb")
Does someone know that?
Thanks.
Walmes
==========================================================================
Walmes Marques Zeviani
LEG (Laboratório de Estatística e Geoinformação, 25.450418 S, 49.231759 W)
Departamento de Estatística - Universidade Federal do Paraná
fone: (+55) 41 3361 3573
VoIP: (3361 3600) 1053 1173
e-mail: walmes@ufpr.br
twitter: @walmeszeviani
homepage: http://www.leg.ufpr.br/~walmes
linux user number: 531...
2010 May 26
1
Is possible a mini-plot into a big plot with Lattice?
...I want to do with Lattice functions (qqmath, histogram) a figure like this below.
n <- 1000
x <- rnorm(n)
qqnorm(x); qqline(x)
op <- par(fig=c(.02,.5,.5,.98), new=TRUE)
hist(x, xlab="", ylab="", main="", axes=FALSE)
box()
par(op)
Is possible?
Thanks.
Walmes Zeviani.
_________________________________________________________________
CANSADO DE ENTRAR EM TODAS AS SUAS DIFERENTES CONTAS DE EMAIL? JUNTE TODAS AGORA.
[[elided Hotmail spam]]
[[alternative HTML version deleted]]
2010 Feb 20
1
How get the single bar x coordinate in barchart when groups is used?
...panel=function(x, y, subscripts, groups, ...){
panel.barchart(x, y, subscripts=subscripts, groups=groups, ...)
d <- 0.22 # <------ how obtain "d" or coordinates?
panel.text(x+c(-d,0,d), y, label=y, pos=3)
})
Thanks in advance.
Walmes Zeviani, Lavras - MG, Brasil.
_________________________________________________________________
os.
dium=Tagline&utm_campaign=InfuseSocial
[[alternative HTML version deleted]]
2011 Aug 06
1
multcomp::glht() doesn't work for an incomplete factorial using aov()?
...m1 <- aov(y~cult*fert, da)
summary(m1)
coef(m1)
require(multcomp)
glht(m0, linfct=matrix(c(1,1,10,0), nrow=1)) # work
glht(m1, linfct=matrix(c(1,1,0,10,0), nrow=1)) # don't work
Thank you.
Walmes.
==========================================================================
Walmes Marques Zeviani
LEG (Laboratório de Estatística e Geoinformação, 25.450418 S, 49.231759 W)
Departamento de Estatística - Universidade Federal do Paraná
fone: (+55) 41 3361 3573
VoIP: (3361 3600) 1053 1173
e-mail: walmes@ufpr.br
twitter: @walmeszeviani
homepage: http://www.leg.ufpr.br/~walmes
linux user number: 531...
2011 Feb 15
1
ternary contour plot
...---------
# draw an arrow with the coordinates extracted
arrows(id$x[1], id$y[1], id$x[2], id$y[2])
#------------------------------------------------------------------------------------------
At your disposal.
Walmes.
============================================================
Walmes Marques Zeviani
LEG (Laboratório de Estatística e Geoinformação)
Departamento de Estatística - Universidade Federal do Paraná
fone: (+55) 41 3361 3573
VoIP: (3361 3600) 1053 1173
e-mail: walmes@ufpr.br / @walmeszeviani
homepage: http://www.leg.ufpr.br/~walmes
=========================================...
2010 Jan 14
3
Barchart bar lengths not proportionate
When I use barchart (with default formatting options), I get bars whose
lengths/heights are not proportional to their value. For example:
http://drop.io/wbagm6s/asset/capture-png
Many of the values in this chart are 1; however, because the blue bars
extend to the left of the "0" tick mark, those bars appear to represent
higher numeric values. Is there a way to make the length of the
2012 Apr 11
1
Lattice densityplot with semitransparent filled regions
...polygon") to fill
densityplot(~y|B, groups=A, data=dt,
plot.points="rug", col=2:3,
panel=panel.superpose,
panel.groups=my.panel.densityplot)
Thanks!
Walmes.
==========================================================================
Walmes Marques Zeviani
LEG (Laboratório de Estatística e Geoinformação, 25.450418 S, 49.231759 W)
Departamento de Estatística - Universidade Federal do Paraná
fone: (+55) 41 3361 3573
VoIP: (3361 3600) 1053 1173
e-mail: walmes@ufpr.br
twitter: @walmeszeviani
homepage: http://www.leg.ufpr.br/~walmes
linux user number: 531...
2010 Mar 03
1
Correct nested design for GLM
Hi,
I am currently running the following negative binomial GLM:
glm89.nb <- glm.nb(AvGUD ~ Year*Trt*Micro + (0 + Micro/Trt/Year))
where Year has 3 levels, Trt has 2 levels, and Micro has 3 levels.
>From what I have read the above model has a 3 way interaction
(Year*Trt*Micro), and Micro is nest within Trt and Trt is nested with Year
(0 + Micro/Trt/Year).
I was hoping someone could
2010 Mar 01
3
help with lattice boxplots...
Hi All,
I need a small help with following code: I'm trying to convert "dashed
lines" to regular ones; and changing default "blue" border color to say
"black"... but I'm doing it wrong and its not working. Can anyone help
please. Thanks,
Code:
require(lattice)
ex <- data.frame(x=1:10, y=rep(c("A","B"), 5))
bwplot(y~x, data=ex,
2011 Jun 01
1
xtable with conditional formatting using \textcolor
...p; \textcolor{red}{ 2.00 } \\
2 & b & \textcolor{red}{ 4.00} \\
#-----------------------------------------------------------------------------
Any contribution will be useful. Thanks.
Walmes.
==========================================================================
Walmes Marques Zeviani
LEG (Laboratório de Estatística e Geoinformação, 25.450418 S, 49.231759 W)
Departamento de Estatística - Universidade Federal do Paraná
fone: (+55) 41 3361 3573
VoIP: (3361 3600) 1053 1173
e-mail: walmes@ufpr.br
twitter: @walmeszeviani
homepage: http://www.leg.ufpr.br/~walmes
linux user number: 531...
2011 Aug 06
1
How set lm() to don't return NA in summary()?
...,0,0,100,0,0))
Erro em estimable.default(m0, cm = c(1, 0, 0, 100, 0, 0)) :
Dimension of structure(c(1, 0, 0, 100, 0, 0), .Dim = c(1L, 6L)): 1x6, not
compatible with no of parameters in m0: 5
Thanks.
Walmes.
==========================================================================
Walmes Marques Zeviani
LEG (Laboratório de Estatística e Geoinformação, 25.450418 S, 49.231759 W)
Departamento de Estatística - Universidade Federal do Paraná
fone: (+55) 41 3361 3573
VoIP: (3361 3600) 1053 1173
e-mail: walmes@ufpr.br
twitter: @walmeszeviani
homepage: http://www.leg.ufpr.br/~walmes
linux user number: 531...
2010 Jan 04
2
Piecewise regression in lmer
Dear all,
I'm attempting to use a piecewise regression to model the trajectory
of reproductive traits with age in a longitudinal data set using a
mixed model framework. The aim is to find three slopes and two points-
the slope from low performance in early age to a point of high
performance in middle age, the slope (may be 0) of the plateau from
the start of high performance to the
2009 Dec 07
5
confint for glm (general linear model)
Hi,
I have a glm gives summary as follows,
Estimate Std. Error z value Pr(>|z|)
(Intercept) -2.03693352 1.449574526 -1.405194 0.159963578
A 0.01093048 0.006446256 1.695633 0.089955471
N 0.41060119 0.224860819 1.826024 0.067846690
S -0.20651005 0.067698863 -3.050421 0.002285206
then I use confint(k.glm)
2010 Feb 16
3
Triangular filled contour plot
Hi all,
I am working on a filled contour plot which shows a triangular matrix data
set (as shown below). Is there a possibilty to draw a triangular filled
contour in a equilateral triangle (like a ternary plot)?
Thanks in advance
Johannes
http://n4.nabble.com/file/n1557386/Bild3.png
--
View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html
2010 Mar 17
1
Cropped graph using lattice
I'm fitting data from a mixture experiment, and I'd like to present the results in a ternary graph with contours. I found this code by Walmes Zeviani
http://n4.nabble.com/Triangular-filled-contour-plot-td1557386.html
which is just what I want--except I would like the axis titles and labels to be proportionately larger than the ternary graph itself, for legibility in publication. When I increase the cex, the figure is cropped. I've spent...
2009 Dec 30
2
multivariate group means
Hello,
I look for a simple command computing multivariate group means and
returning an object of class "matrix" rather than "list". Does any
such function exist in standard packages?
I'm beginning with R, so I'm sorry if the solution is trivial.
Ondra Mikula
2010 Jan 16
1
Hierarchical Linear Model using lme4's lmer
Hi,
I was wondering: I've got a dataset where I've got student 'project's
nested within 'school's, and 'division' (elementary, junior, or
senior) at the student project level. (Division is at the student
level and not nested within schools because some students are
registered as juniors & others as seniors within the same school.)
So schools are random,
2010 Jan 22
1
confidence intervals for mean (GLM)
Dear useRs,
How could I obtain the confidence intervals for the means of my treatments, when my data was fitted to a GLM?
I need the CI's for the Poisson and Negative Binomial distributions.
Here's what I have:
mydata1 <- data.frame('treatments'=gl(4,20), 'value'=rpois(80, 1))
model1 <- glm(value ~ treatments, data=mydata1, family=poisson)
means1 <-
2010 Jan 23
2
About LU decomposition in R
Hi,
How can I find and download a function in R to do the LU decompostion for finding the upper and lower triangular matrix. Thank you so much.
Joe
___________________________________________________
您的生活即時通 - 溝通、娛樂、生活、工作一次搞定!
[[alternative HTML version deleted]]