Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
|
sofware:material-r [2009/09/29 17:28] paulojus |
sofware:material-r [2026/09/07 23:34] (atual) paulojus |
||
|---|---|---|---|
| Linha 1: | Linha 1: | ||
| - | ====== Materiais sobre o R ====== | + | ;;# |
| + | //**<fc #000080><fs x-large>This is R. There is no if. Only how.</fs></fc>**// | ||
| + | ;;# | ||
| + | |||
| + | ;;# | ||
| + | <fs large>Simon 'Yoda' Blomberg, R-help (April 2005)</fs> | ||
| + | ;;# | ||
| + | |||
| + | |||
| + | ====== Materiais e cursos sobre o R ====== | ||
| + | |||
| + | * Material sobre R: Curso da EMBRAPA. (material atualizado/revisado) | ||
| + | * [[http://leg.ufpr.br/~paulojus/Rembrapa/estcompR.pdf|slides de abertura do curso]] | ||
| + | * [[http://leg.ufpr.br/~paulojus/Rembrapa/Rembrapa.pdf|material do curso: versão PDF]] | ||
| + | * [[http://leg.ufpr.br/~paulojus/Rembrapa/|material do curso: versão HTML]] | ||
| + | * Material do minicurso [[http://www.leg.ufpr.br/doku.php/seminarios:minicursorc|Integrando o R com o C]] | ||
| + | * [[http://dirk.eddelbuettel.com/code/rcpp.html|Um site de material relacionado]] de D.Eddelbuettel - Rcpp | ||
| + | * [[http://www.leg.ufpr.br/doku.php/cursos:rlavras|Materiais de um curso apresentado em Lavras/UFLA]] | ||
| + | |||
| + | ===== Arquivos de exemplos de uso ===== | ||
| + | |||
| + | * {{:sofware:material-r:mgest2009.r|Arquivo de comandos}} do tuto**R**ial apresentado por ocasião da [[http://www.estatistica.ufjf.br/8mgest/|8a MGEst]], UFJF, Juiz de Fora, MG, Set/2009. | ||
| + | * {{:sofware:material-r:milsa.dat|Arquivo de dados (milsa.dat)}} utilizado no script (Fonte: Bussab e Morettin, Estatística Básica, Saraiva, 2002.) | ||
| - | **Nota:**\\ | ||
| - | Este link anteriormente dava acesso ao //Material sobre o R - Curso Embrapa//.\\ | ||
| - | EStamos agora começando a coletar a colocar aqui diversos materias sobre o R.\\ | ||
| - | Estes materiasi **não** precisam ser exclusivamente de pessoas ligadas a UFPR ou diretamente ao LEG.\\ | ||
| - | Todas as contribuições são bem vindas! Para colaborar entre em contato conosco para obter pesmissão de acesso e gravação nesta página. | ||
| Linha 13: | Linha 30: | ||
| <code R> | <code R> | ||
| > citation() | > citation() | ||
| - | |||
| To cite R in publications use: | To cite R in publications use: | ||
| - | R Development Core Team (2009). R: A language and environment for statistical | + | R Core Team (2026). _R: A Language and Environment for Statistical |
| - | computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, | + | Computing_. R Foundation for Statistical Computing, Vienna, Austria. |
| - | URL http://www.R-project.org. | + | doi:10.32614/R.manuals <https://doi.org/10.32614/R.manuals>. |
| + | <https://www.R-project.org/>. | ||
| - | A BibTeX entry for LaTeX users is | + | Uma entrada BibTeX para usuários(as) de LaTeX é |
| @Manual{, | @Manual{, | ||
| title = {R: A Language and Environment for Statistical Computing}, | title = {R: A Language and Environment for Statistical Computing}, | ||
| - | author = {{R Development Core Team}}, | + | author = {{R Core Team}}, |
| organization = {R Foundation for Statistical Computing}, | organization = {R Foundation for Statistical Computing}, | ||
| address = {Vienna, Austria}, | address = {Vienna, Austria}, | ||
| - | year = {2009}, | + | year = {2026}, |
| - | note = {{ISBN} 3-900051-07-0}, | + | doi = {10.32614/R.manuals}, |
| - | url = {http://www.R-project.org}, | + | url = {https://www.R-project.org/}, |
| } | } | ||
| - | We have invested a lot of time and effort in creating R, please cite it when using it for | + | We have invested a lot of time and effort in creating R, please cite it |
| - | data analysis. See also 'citation("pkgname")' for citing R packages. | + | when using it for data analysis. See also ‘citation("pkgname")’ for |
| + | citing R packages. | ||
| </code> | </code> | ||
| Linha 41: | Linha 59: | ||
| </code> | </code> | ||
| - | ===== Cursos sobre o R ===== | ||
| - | * [[http://leg.ufpr.br/~paulojus/embrapa/Rembrapa/|Material sobre R]]. Curso da Embrapa. (material atualizado/revisado) | + | ===== Sobre o R ===== |
| + | "When talking about user friendliness of computer software I like the | ||
| + | analogy of cars vs. busses: [...] Using this analogy programs like SPSS are | ||
| + | busses, easy to use for the standard things, but very frustrating if you | ||
| + | want to do something that is not already preprogrammed. R is a 4-wheel drive | ||
| + | SUV (though environmentally friendly) with a bike on the back, a kayak on | ||
| + | top, good walking and running shoes in the passenger seat, and mountain | ||
| + | climbing and spelunking gear in the back. R can take you anywhere you want | ||
| + | to go if you take time to learn how to use the equipment, but that is going | ||
| + | to take longer than learning where the bus stops are in SPSS." --Greg Snow | ||
| - | ===== Arquivos de exemplos de uso ===== | ||
| - | |||
| - | * {{:sofware:material-r:mgest2009.r|Arquivo de comandos}} do tuto**R**ial apresentado por ocasião da [[http://www.estatistica.ufjf.br/8mgest/|8a MGEst]], UFJF, Juiz de Fora, MG, Set/2009. | ||
| - | * {{:sofware:material-r:milsa.dat|Arquivo de dados (milsa.dat)}} utilizado no script (Fonte: Bussab e Morettin, Estatística Básica, Saraiva, 2002.) | ||