Displaying 20 results from an estimated 130 matches for "faria".
Did you mean:
maria
2016 Apr 09
2
Arguments to utils:::menuInstallPkgs
...ble (in any viable way) to pass arguments to the base function
(install.packages I think) using the utils:::menu?
For example:
> utils:::menuInstallPkgs(loc=.libPaths()[2])
> utils:::menuInstallLocal(loc=.libPaths()[2])
Thanks,
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
Jose Claudio Faria
Estatistica
UESC/DCET/Brasil
joseclaudio.faria at gmail.com
Telefones:
55(73)3680.5545 - UESC
55(73)99966.9100 - VIVO
55(73)99100.7351 - TIM
55(73)98817.6159 - OI
55(73)98129.9942 - CLARO
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
[[alternative HTML version deleted]]
2005 Aug 04
4
An small suggestion for the R team
...ils_deprecated
utils_internal
... and another
i.e, by '_'
Because it is impossible to make a good highlighter with the first one.
How to differentiating myValue:
varOne = 100
varTwo = 50
myValue = varOne-varTwo
from codes-deprecated, or ns-alt, for example.
TIA,
--
Jose Claudio Faria
Brasil/Bahia/UESC/DCET
Estatistica Experimental/Prof. Adjunto
mails:
joseclaudio.faria at terra.com.br
jc_faria at uesc.br
jc_faria at uol.com.br
tel: 73-3634.2779
2016 Apr 09
0
Arguments to utils:::menuInstallPkgs
On 09/04/2016 8:14 AM, Jose Claudio Faria wrote:
> Dears,
>
> Is it possible (in any viable way) to pass arguments to the base function
> (install.packages I think) using the utils:::menu?
No, but why not just call install.packages directly? (If you are using
Rgui in Windows, you can add menu items using winMenuAddItem).
Du...
2009 Sep 22
2
A couple of suggestions: source function (package base)
...uot;echo=T".
Example, suppose I have in the editor the three lines below:
a=rnorm(10)
a
sort(a)
and I would like to send it to R interpreter (file, block or selection).
The current output is (using Vim-R-plugin2):
-------------------------------------------
> source('/tmp/.Rsource-jcfaria', echo=TRUE, max.deparse=50)
> a=rnorm(10)
> a
[1] 0.08648104 -1.74996635 0.61027538 0.42042031 -0.02025884 -0.39891256
[7] -0.30219635 -0.84476668 1.06341674 -0.12030620
> sort(a)
[1] -1.74996635 -0.84476668 -0.39891256 -0.30219635 -0.12030620 -0.02025884
[7] 0.08648104 0...
2005 Jul 08
5
Help with Mahalanobis
...(dendroC, main='Complete', sub='', xlab='', col='red')
#
# --- End R script 2 ---
#
I always need of this type of analysis and I'm not founding how to make it in
the CRAN documentation (Archives, packages: mclust, cluster, fpc and mva).
Regards,
--
Jose Claudio Faria
Brasil/Bahia/UESC/DCET
Estatistica Experimental/Prof. Adjunto
mails:
joseclaudio.faria at terra.com.br
2007 Jul 23
2
doubt about options(graphics.record=T)
Hi all,
I've been using R under WindowsXP.
So, where the R stores the graphic archives (don't saved) if I use the option
options(graphics.record=T) inside of Rprofile.site file?
Regards,
--
/////\\\\\/////\\\\\/////\\\\\/////\\\\\
Jose Claudio Faria
Brasil/Bahia/UESC/DCET
Estatistica Experimental/Prof. Titular
joseclaudio.faria em terra.com.br
joseclaudio.faria em oi.com.br
jc_faria em uesc.br
jc_faria em uol.com.br
Tels:
73-3634.2779 (res - Ilheus/BA)
19-3435.1536 (res - Piracicaba/SP) *
19-9144.8979 (cel - P...
2010 Apr 21
2
Help: formatting the result of 'cut' function
...0
0 1
# [060, 070) [070, 080) [080, 090) [090, 100) [100, 110)
# 0 0 0 0
1
Is it possible? Any tip will be welcome!
Thanks in advance,
--
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
Jose Claudio Faria
Estatistica - prof. Titular
UESC/DCET/Brasil
joseclaudio.faria at gmail.com
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
2015 Jul 19
3
update.packages(checkBuilt=TRUE, ask=FALSE): possible bug
...below:
Error in install.packages(update[instlib == l, "Package"], l, contriburl =
contriburl, :
specifying 'contriburl' or 'available' requires a single type, not type =
"both"
Is it a bug?
Best,
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
Jose Claudio Faria
Estatistica
UESC/DCET/Brasil
joseclaudio.faria at gmail.com
Telefones:
55(73)3680.5545 - UESC
55(73)9966.9100 - VIVO
55(73)9100.7351 - TIM
55(73)8817.6159 - OI
55(73)8129.9942 - CLARO
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
[[alternative HTML version deleted]]
2004 May 27
2
ANOVA and contrasts
...cat('\n')
print(summary(av1)); cat('\n')
cat('\nANOVA - E effect in R levels:'); cat('\n')
print(efR_E); cat('\n')
cat('\nANOVA - R effect in E levels:'); cat('\n')
print(efE_R); cat('\n')
Best regards,
Sauda????es,
Jos?? Cl??udio Faria
UESC/DCET
Brasil
73-634.2779
joseclaudio.faria at terra.com.br
jc_faria at uol.com.br
2005 Oct 14
2
Help with lattice, regressions and respective lines
...ying:
library(lattice)
attach(Df)
Dfs=subset(Df, bra=='s', select=c(bra, em, tem, y))
Dfs
xyplot(y ~ tem | em,
data = Dfs, ylim=c(10, 60), xlim=c(-10, 110),
ylab='y', xlab='Time, days',
layout = c(3,1))
detach(Df)
TIA,
--
Jose Claudio Faria
Brasil/Bahia/UESC/DCET
Estatistica Experimental/Prof. Adjunto
mails:
joseclaudio.faria at terra.com.br
jc_faria at uesc.br
jc_faria at uol.com.br
tel: 73-3634.2779
2006 Aug 04
2
Doubt about Student t distribution simulation
...;f.d.p and histogram',
breaks = nchist,
col = 'lightgray',
xlab = 't', ylab = 'f(t)',
font.lab = 2, font = 2)
x = t
curve(dt(x, df = n-1), add = T, col = "red", lwd = 2)
Many thanks for any help,
___
Jose Claudio Faria
Brasil/Bahia/Ilheus/UESC/DCET
Estat?stica Experimental/Prof. Adjunto
mails: joseclaudio.faria em terra.com.br
jc_faria em uesc.br
jc_faria em uol.com.br
2004 Mar 22
1
Help to compare...
...1 ...
2 . 10 ...
3 6 2 ...
4 4 4 ...
5 3 7 ...
6 . 8 ...
7 2 6 ...
8 . 7 ...
9 6 1 ...
10 5 4 ...
how to do that betther with R? Is there a command to compare all to same
time?
I would be very thankful.
Yours sincerly
Jos? Cl?udio Faria
UESC/DCET
Brasil
73-634.2779
joseclaudio.faria at terra.com.br
jc_faria at uol.com.br
2010 Nov 22
1
Tinn-R 2.3.7.0 released
...ers, perhaps, will find the Tinn-R appearance less attractive, but
the applicative is now more stable. As soon as possible, the project
will get a better option for skins.
* Parts of the source code were optimized.
All the best,
--
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
Jose Claudio Faria
Estatistica - prof. Titular
UESC/DCET/Brasil
joseclaudio.faria at gmail.com
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
2009 Apr 08
2
Doubt about aov and lm function... bug?
...386, mingw32
status Patched
major 2
minor 8.1
year 2009
month 01
day 22
svn rev 47680
language R
version.string R version 2.8.1 Patched (2009-01-22 r47680)
Thanks,
--
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
Jose Claudio Faria
Estatistica - prof. Titular
UESC/DCET/Brasil
joseclaudio.faria at gmail.com
joseclaudio.faria at terra.com.br
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
2004 Dec 17
2
Doubts about chi-square distribution
...k that it is correct, but the function no match with the observed
distribution.
curve(dchisq(x, n), add = T, col = 'red') matches, so, what is wrong?
2) Plot
I would like to distance the Ylabel from the left limit of the screen, is it
possible?
Many thanks,
--
Jos?? Cl??udio Faria
Brasil/Bahia/UESC/DCET
Estat??stica Experimental/Prof. Adjunto
mails:
joseclaudio.faria at terra.com.br
jc_faria at uesc.br
jc_faria at uol.com.br
# Title : Origin chi-square distribution
# Author : Jos?? Cl??udio Faria
# Date : 16/12/2004
# Version : v1
#-----------------------------...
2010 Oct 20
8
anti-spam+anti-malware suggestions
...Interscan Messaging Security
Suite from Trendmicro.
I need to develop a new solution with:
- postfix
- dovecot
- anti-spam
- anti-malware.
I am thankful any help or suggestion for anti-spam and anti-malware.
Thanks in advance!
--
:) cumprimentos
----------------------
Jos? Lu?s Faria
Network Eng./Administrador de Sistemas
Departamento de Inform?tica
Universidade do Minho
Braga, Portugal
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4707 bytes
Desc: S/MIME Cryptographic Signature
URL: <ht...
2004 May 27
1
Statistics Avec R (Vincente Zoonekynd): portuguese translation
...s of variance.
I request to the author (Vincente Zoonekynd) an explicit authorization, a time that it authorizes it for the English,
but still I did not receive answers.
I can disponibilizar the material in HTML for the interested parties.
What do you think about it?
Best regards,
Jos侀 Cl佱udio Faria
UESC/DCET
Brasil
73-634.2779
joseclaudio.faria at terra.com.br
jc_faria at uol.com.br
2005 Jul 10
2
Help to make a specific matrix
...0 1 2 3 4 |
| 2 | 1 0 5 6 7 |
| 3 | 2 5 0 8 9 |
| 4 | 3 6 8 0 10 |
| 5 | 4 7 9 10 0 |
|--------------------|
This question is related with the possible combinations of five objects two the
two, i.e, C(5,2).
Any help would be greatly appreciated.
Regards,
--
Jose Claudio Faria
Brasil/Bahia/UESC/DCET
Estatistica Experimental/Prof. Adjunto
mails:
joseclaudio.faria at terra.com.br
jc_faria at uesc.br
jc_faria at uol.com.br
tel: 73-3634.2779
2007 Jun 05
2
biplot package
..., but running)
that make biplot more simple and power.
All users are free to modify and make it better.
Below the function and a small script to learn it.
#===============================================================================
# Name : biplot.pca
# Author : Jos? Cl?udio Faria (DCET/USC/BRAZIL)
# Date (dd/mm/yy): 4/6/2007 08:27:54
# Version : v3
# Aim : 2D and 3D (under scaterplot3d and rgl packages) PCA biplot
# Mail : joseclaudio.faria em terra.com.br
#===============================================================================
# Argument...
2009 Jul 05
2
integrar resultado de splines cubicos
...quot;smooth.spline()" y la integral es sobre la derivada 2 de esa misma
funcion...
dos cuestiones:
1) como extraigo lambda de los resultados de smooth.spline() para usarlo
como objeto cuando lo requiera y
2) como puedo obtener con R la integral del segundo termino?
gracias
--
Lic. Nahuel E. Farias
Laboratorio de Invertebrados
Departamento de Biología
Facultad de Ciencias Exactas y Naturales,
Universidad Nacional de Mar Del Plata, CC 1245, CP 7600 Mar del Plata,
Argentina
Tel. + 54 - 0223 - 4752426 (Int. 466)
[[alternative HTML version deleted]]