Find Jobs
Hire Freelancers

Simple tasks in R language.

€8-30 EUR

Ukończony
Opublikowano 6 miesięcy temu

€8-30 EUR

Płatne przy odbiorze
Task 1: a) Given vectors v=(4, -5, 12, 7, -4, 2) and w=(0, 3, -2, 12, 22, 0). Create matrix M from these vectors: 4 0 -5 3 12 -2 7 12 -4 22 2 0 b) Remove the second column from the matrix M and replace all elements on the main diagonal that are less than 5 with 3. c) Solve the system of equations Mx = b, where b consists of the first three elements of v. Round the solution vector to three decimal places and specify its average value. d) Concatenate the following two vectors so that they correctly display the names of the scientists: X = (“Lise”, “Marie”, “Rosalind”, “Ann”), Y = (“Franklin”, “Tsukamoto”, “Curie”, “Meitner”). e) Indicate all names and surnames from the previous task that contain the letter E/e or M/m. f) Create a list X with the following elements: Op = "+" A = (3, 6, 9, 12) B = (1, 2, 3, 4) g) Create an expression that applies the operation specified in Op (addition) to vectors A and B. Then change the value of Op to "-" and use the same expression to create the difference. Save the difference in vector D. Task 2: a) Create an object obj, which, upon requesting its structure, provides the following response: > str(obj) List of 4 $ O: int [1:3, 1:3] 1 4 7 2 5 8 3 6 9 ..- attr(*, "dimnames")=List of 2 .. ..$ : chr [1:3] "a" "b" "c" .. ..$ : chr [1:4] "C" "D" "E" $ P: List of 2 .. ..$ TUD: chr [1:3] "T" "U" "D" .. ..$ Jahr: num 2023 $ Q: logi [1:6] TRUE FALSE FALSE TRUE TRUE TRUE $ M: Named int [1:6] 1 2 3 4 5 6 ..- attr(*, "names")=chr [1:6] "Jan" "Feb" "Mar" "Apr"... b) Explain why this object cannot be an array (Array). Provide at least two reasons. c) Select the vector TUD from the list obj in three different ways. d) Find the result of multiplying matrices: the second and third columns of the modified Matrix O and the matrix 8 4 6 2 Find the difference between the largest and smallest values of the resulting matrix after multiplication and indicate this difference.
Identyfikator projektu: 37423736

Informację o projekcie

7 ofert
Zdalny projekt
Aktywny 6 miesięcy temu

Szukasz sposobu na zarobienie pieniędzy?

Korzyści ze składania ofert na Freelancer.com

Ustal budżet i ramy czasowe
Otrzymuj wynagrodzenie za swoją pracę
Przedstaw swoją propozycję
Rejestracja i składanie ofert jest bezpłatne
Przyznano:
Awatar Użytkownika
Hey there,Glane [login to view URL] you're doing well. I can help you in R tasks using RSTudio. Feel free to get in touch.
€30 EUR w 1 dzień
5,0 (91 opinii)
5,7
5,7
7 freelancerzy składają oferty o średniej wysokości €20 EUR dla tej pracy
Awatar Użytkownika
Hello recruiter, I just read your job description properly and understand what you want. If you want i can start your work right now. I am highly interested in working for you. I have finished many projects like this. I am an expert in software engineering. I have good knowledge about databases, c,c++,java,golang and python. I have 3+ years of experience on this. I am also a competitive coder in many sites like hackerearth , spoj, codeforces and codechef. please send me a message for more details on this. I will surely do your work with well indentation. I will help you till you are totally satisfied. Waiting for your response. Have a nice day!
€19 EUR w 7 dni
5,0 (4 opinii)
2,9
2,9
Awatar Użytkownika
Hi Andrii H., Good afternoon! I am an expert data scientist with skills including Algorithm, R Programming Language and Mathematics. I hold an masters degree in data analysis which provides me with the necessary background to handle your project. Having done similar projects, I can deliver quality and superior work at a price we are both comfortable with and within the agreed timeline. Please send a message to discuss more about this project. Best Regards, Lincoln
€25 EUR w 1 dzień
4,8 (2 opinii)
1,9
1,9
Awatar Użytkownika
Hello there I am expert in R and i can handle this task in a few minutes as required. Please contact me for more details. Best Regards !
€19 EUR w 1 dzień
4,5 (2 opinii)
2,0
2,0
Awatar Użytkownika
Hy !!! I will done this simple task in R studio with in one. This project will done within only one day. So come in chat if you have any question or have any additional information. I am waiting your response in chat. Please come and start the project. Thanks Tanveer
€15 EUR w 1 dzień
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
Dear Client, I am Berk, currently employed in one of the top consultancy firms KPMG. In my team, our work is to create, fix and review R packages and produce solutions for our clients in the banking sector. I use R language and R studio extensively on a daily basis, so I would be more than happy to adress all of your questions and complete your tasks in detail. For a reference, I provide the solution for the a) and b) of the Task 2: a) obj <- list( O = matrix(1:9, nrow = 3, ncol = 3, byrow = TRUE, dimnames = list(c("a", "b", "c"), c("C", "D", "E"))), P = list(TUD = c("T", "U", "D"), Jahr = 2023), Q = c(TRUE, FALSE, FALSE, TRUE, TRUE, TRUE), M = c(Jan = 1, Feb = 2, Mar = 3, Apr = 4, May = 5, Jun = 6) ) b) This object cannot be an array because it has mixed types of data. It has integers in a matrix in its O component, a list in P, boolean variables in and an integer vector in M. The second reason is that in an array, all dimensions must have the same length, however in our object, every dimension has different lengths. In the O component, we have a 3x3 matrix but in P component, we have a list with 1x3 dimension. In a standard array, every component must have the same dimension If you would like to receive the solutions in full detail along with the solutions of other problems, feel free to contact me. Sincerely, Berk Tezcan
€15 EUR w 7 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
Hi there! My name is Iqra, and I am an experienced and versatile professional with extensive expertise in website development, data entry, mathematics and physics. With a proven track record of delivering high-quality results, I am committed to providing efficient and reliable services to meet your specific project needs. I understand that you are looking for someone to help you with a simple task in the R language. Specifically, you are seeking someone who can create matrixes from vectors given (4, -5, 12, 7, -4, 2) and w=(0, 3), remove the second column from the matrix and replace all elements on the main diagonal that are less than 5 with 3. Finally, solve the system of equations so that Mx=b has an average value of 3. I believe that my skillset makes me ideally suited to complete this project. My background in mathematics enables me to tackle complex analytical tasks with precision and proficiency; moreover, my commitment to delivering exceptional work ensures that results are met expectations. If given the opportunity to collaborate on this project together, I am confident that we would be successful in reaching our goals together. Please don't hesitate to reach out if you would like more information or need. Best Regards, Iqra Ahmad.
€19 EUR w 2 dni
0,0 (0 opinii)
0,0
0,0

O kliencie

Flaga POLAND
Warsaw, Poland
5,0
2
Członek od lut 9, 2021

Weryfikacja Klienta

Dziękujemy! Przesłaliśmy Ci e-mailem link do odebrania darmowego bonusu.
Coś poszło nie tak podczas wysyłania wiadomości e-mail. Proszę spróbować ponownie.
Zarejestrowani Użytkownicy Całkowita Liczba Opublikowanych Projektów
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Wczytywanie podglądu
Udzielono pozwolenia na Geolokalizację.
Twoja sesja logowania wygasła i zostałeś wylogowany. Proszę, zalogować się ponownie.