Displaying 3 results from an estimated 3 matches for "agnolucponr".
2010 Oct 18
2
VectorComparison
Hi all,
I am not exactly fluent in R and I got stuck with this. I would like to
compare each elements of a vector A with any of the elements in Vector B.
For some reasons it does not work.
> StartDate = as.Date("01/10/2007", "%d/%m/%Y")
> TimeSpan = seq(StartDate, by = 'days', length =
length(myAverageCWVs$X1986))
> TickLabels = c("2007-10-01",
2010 May 05
1
Predict when regressors are passed through a data matrix
Hi everyone,
this should be pretty basic but I need asking for help as I got stuck.
I am running simple linear regression models on R with k regressors where k
> 1. In order to automate my code I packed all the regressors in a matrix X
so that lm(y~X) will always produce the results I want regardless of the
variables in X. I am new to R but I found this advice somewhere so I guess
it is
2010 Oct 18
1
RODBC Error
Hi Everyone,
I am trying to install RODBC but I get the following error message
Error in library.dynam(lib, package, package.lib) :
shared library 'RODBC' not found
In addition: Warning message:
package 'RODBC' was built under R version 2.12.0
Error: package/namespace load failed for 'RODBC'
I am using R 2.11.0 and I see that the package was built with 2.12.0.
However,