Displaying 2 results from an estimated 2 matches for "name_of_the_funct".
2024 Aug 23
1
Linear regression and stand deviation at the Linux command line
...stics" by Dr. A. Shipunov [2].
Start with functions read.table(), lm(), scale(), sd(), summary(). Use
str() to look at the structure of a variable: summary(lm(...)) will
return a named list from which you can extract the values you are
interested in (see ?summary.lm). When in doubt, call
help(name_of_the_function).
--
Best regards,
Ivan
[1]
https://cran.r-project.org/doc/manuals/R-intro.html
[2]
http://web.archive.org/web/20230106210646/http://ashipunov.info/shipunov/school/biol_240/en/visual_statistics.pdf
2024 Aug 22
2
Linear regression and stand deviation at the Linux command line
R List,
Please excuse this ultra-newbie post.
I looked at this page but it's a bit beyond me.
https://www2.kenyon.edu/Depts/Math/hartlaub/Math305%20Fall2011/R.htm
I'm interested in R construct(s) to be entered at the command
line that would output slope, y-intercept, and r-squared values read
from a csv or other filename entered at the command line, and the same
for standard deviation