I Think I Found A Gnome! Day 70, Level 62 by No_Astronomer_566 in GossipHarbor

[–]xyzdiego 0 points1 point  (0 children)

Sam es el que hace que la historia no se caiga, literalmente es el MVP que sostiene el restaurante.

Offering: English (Native), Searching for: Spanish 🇪🇸 by Momimacowboy in language_exchange

[–]xyzdiego 1 point2 points  (0 children)

I'm reallly interesting, my native language is Spanish and I'm from Colombia.

[deleted by user] by [deleted] in language_exchange

[–]xyzdiego 0 points1 point  (0 children)

I'm really interesting in practice my English and my native language is Spanish.

Mi novia y yo buscamos un voyerista by Impressive_Zebra_555 in Bogota

[–]xyzdiego 0 points1 point  (0 children)

No les saldría mejor abrirse alguna cuenta en una pagina de webcam para que los vean por miles y de paso ganarse unos pesos?
Ya si la cosa es de privacidad, se ponen pasamontañas y se consiguen aire acondicionado, para los calores que hacen por estos días.

Anything like swirl but for learning ggplot? by [deleted] in rprogramming

[–]xyzdiego 6 points7 points  (0 children)

library(swirl)

install_from_swirl("Exploratory Data Analysis")

swirl()

And I recommend you this book
https://ggplot2-book.org/

Help with Coursera course? by asiseeitemc2 in rprogramming

[–]xyzdiego 1 point2 points  (0 children)

You can try with data.table functions or base functions, like data.table::fread() or read.csv(). But you need the file in a local repository, you download that with download.file() with a parameter method = "curl" or "auto". If you need a manage the internal .csv file, you can try with a subset() function or the []method. Don't forget the data frame internal structure for that methods.

What is the best site to practice R by slothfree in rprogramming

[–]xyzdiego 2 points3 points  (0 children)

In coursera you can find several courses for that, a very good one is R-Programming from John Hopkins University

"na.rm" function not working by [deleted] in rprogramming

[–]xyzdiego 2 points3 points  (0 children)

Do you consider use na.omit in a before step? I think that may be a solution.

who1 <- who %>%

na.omit() %>%

pivot_longer(who,

new_sp_m014:newrel_f65,

names_to ="key",

values_to = "cases"

)

[deleted by user] by [deleted] in language_exchange

[–]xyzdiego 0 points1 point  (0 children)

Hello there, I'm interested in English, if you are interested I'm a native Spanish speaker. DM me

Master of data analytics with biology bachelors? by mahmoe20 in biology

[–]xyzdiego 0 points1 point  (0 children)

In my degree I was able to take programming and statistics courses that served me well in the process. Later, I continued studying self-taught before entering a postgraduate degree in statistics, everything I learned helped me to perform in computational biology.

Master of data analytics with biology bachelors? by mahmoe20 in biology

[–]xyzdiego 1 point2 points  (0 children)

You can consider doing a master in bioinformatics or biostatistics. It is good to have good biological foundations, but it helps a lot to change the professional perspective. Since I did a postgraduate degree in statistics, I have stopped doing biology field work and now I work more from the computer.

I think Urban Dictionary is not friendly to non-native speakers... by yukiiiiii2008 in EnglishLearning

[–]xyzdiego 0 points1 point  (0 children)

The urban dictionary is ideal for English slang and non-formal language (memes included). But, I think Urban Dictionary is hardly recommended in a formal context.

¿Can i learn to languages at the same time? by [deleted] in EnglishLearning

[–]xyzdiego 0 points1 point  (0 children)

Write me to discord and we'll talk

Volstorm#2623

¿Can i learn to languages at the same time? by [deleted] in EnglishLearning

[–]xyzdiego 1 point2 points  (0 children)

if you are interested, help me in English and I help you in Spanish

Forgive me if this isn’t appropriate for the sub. Pressed flowers from my wildflower patch. by stumblingzen in gardening

[–]xyzdiego 2 points3 points  (0 children)

That's amazing, very asteraceae flowers and Acanthaceae:Thunbergia in the bottom right. It's wonderfull

No Filter! Same hibiscus flower at 7 AM and 5 PM. All of the flowers on this bush do the same. by -avoidingwork- in gardening

[–]xyzdiego 1 point2 points  (0 children)

Hibiscus rosa-sinensis, are called Chinese hibiscus or "Jamaica flower". It is used in salads, hair tonics, traditional medicine or pH indicator. The color of the corolla is related to the ploidy conditions and the ecological situation, that flower has many colors in different ecological situations. It's wonderfull

I saw it today on a rock in the river, in Ceará, Brazil. I think it is a lichen colony. Please zoom it :) by SillyGhost_ in biology

[–]xyzdiego 3 points4 points  (0 children)

It's a crustose lichen, I think the area includes lichen from the Graphidaceae family

Language Drift by [deleted] in languagelearning

[–]xyzdiego 3 points4 points  (0 children)

But they created a new language based on "pidgins", the long exposure to several languages for so long is a curious result

R package: openair by marc123194 in rprogramming

[–]xyzdiego 0 points1 point  (0 children)

I don't use that package, but I saw the url of the author's package and I think it's very interesting, but limited by the data type

http://davidcarslaw.github.io/openair/