[R] After installing and loading package 'PMCMRplus' could not find function "posthoc.kruskal.conover.test"

2022-05-04 Thread Carlos Gonzalez
> source("~/.active-rstudio-document", echo=TRUE) > library(tidyverse) > library(PMCMRplus) > m1 <- c(83, 91, 94) > m2 <- c(91, 90, 81, 83) > m3 <- c(78, 82, 77) > pKW(list(m1, m2, m3), method = "Asymptotic") Ties are present, so p-values are based on conditional null distribution. Group size

[R] After installing and loading package 'PMCMRplus' could not find function 'posthoc.kruskal.conover.test'

2022-05-03 Thread Carlos Gonzalez
> source("~/.active-rstudio-document", echo=TRUE) > library(tidyverse) > library(PMCMRplus) > m1 <- c(83, 91, 94) > m2 <- c(91, 90, 81, 83) > m3 <- c(78, 82, 77) > pKW(list(m1, m2, m3), method = "Asymptotic") Ties are present, so p-values are based on conditional null distribution. Group size

Re: [R] read_csv not recognized

2021-03-08 Thread Carlos Gonzalez
skip_empty_rows, > > comment = comment, n_max = n_max, guess_max = guess_max, > > progress = progress) > > } > > > > Is the source from my copy of tidyverse. Not too involved to copy/paste > > into one's .Rprofile or type into the consol

[R] read_csv not recognized

2021-03-08 Thread Carlos Gonzalez
Hi everybody, I've load tidyverse: library(tidyverse) and then try to use the function read_csv() but it didn't recognize it. Thanks! -- Saludos / Regards Carlos A. Gonzalez Mobile +598 94 234 653 cag...@gmail.com [[alternative HTML version deleted]] __

[R] how to manage objects on the working environment

2021-02-27 Thread Carlos Gonzalez
Good morning! Each time I open a new R session, it appears the same objects that I thought were removed on an old session, but the objects I supposed were saved on the last session never appeared. Thanks! Saludos / Regards Carlos A. Gonzalez Mobile +598 94 234 653 cag...@gmail.com [[al

Re: [R] problem when loading tidyverse

2021-01-27 Thread Carlos Gonzalez
opic (too many of them for one list). > > If you want to use the versions of the functions that tidyverse is > overriding, specify the desired package along with the function when you > call it. > > On January 27, 2021 9:16:12 AM PST, Carlos Gonzalez > wrote: > >Why when l

[R] problem when loading tidyverse

2021-01-27 Thread Carlos Gonzalez
Why when loading tidyverse shows the following: -- Conflicts -- tidyverse_conflicts() -- x dplyr::filter() masks stats::filter() x dplyr::lag()masks stats::lag() -- Saludos / Regards Carlos A. Gonzalez Mobile +598 94 234 653 cag...@gmail.com

Re: [R] problem installing R and RStudio

2021-01-27 Thread Carlos Gonzalez
HTML email through this list is erratic... if you want to >> insure we get your message as you sent it, set your email client to send >> plain text format. >> >> [1] https://cran.r-project.org/bin/windows/base/ >> [2] https://community.rstudio.com/ >> >> O

[R] problem installing R and RStudio

2021-01-25 Thread Carlos Gonzalez
Dear, I've just installed R and RStudio. Opening RStudio the following appears in the console. R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSO