Displaying 2 results from an estimated 2 matches for "bope1a".
Did you mean:
bolera
2018 Jan 26
0
Problem saving .RData file with save.image
I am running R-3.0.3 on RStudio 1.1.183. I have recently gotten the following error message while saving an .RData file with the save.image command. I have not had this problem until recently. Help appreciated.
===
Error in save.image("bope1a.RData") :
image could not be renamed and is left in bope1a.RDataTmp
[[alternative HTML version deleted]]
2017 Jun 08
5
Matrix multiplication
I need to have all elements of a matrix multiplied by a weight before
being post-multiplied by itself, as shown in the forst block of codes
below. I can also multiply the matrix by the square root of the weight
and then take the outer product.
Actually, what I need is this. Denote each row of the matrix by a row
vector as xi and each element of the weighting vector as wi. Then, I
need the