Posts by Rodolfo Marchesi • 29 points
2 posts
-
0
votes1
answer1718
viewsQ: Object not found
I made the following commands on R: setwd:(###) data1<-read.table("scatter1.txt",header=T) head(data1) tail(data1) summary(data1) str(data1) names(data1) plot(xv,ys,col="red") And the message…
-
2
votes0
answers117
viewsQ: How to see graph of residues in the R?
These are the given commands, basically: library(psych) library(readxl) library(minqa) library(car) COMDINHEIRO_UFESpro_capm <- read_excel("COMDINHEIRO_UFESpro_capm.xlsx")…
rasked Rodolfo Marchesi 29