search for: dnre

Displaying 3 results from an estimated 3 matches for "dnre".

Did you mean: dare
2010 Dec 02
2
How to call R-squared values from lm's?
I would like to call both p-values and R-squared values from lm's in a function. I can get the p-values from coef(summary(name.lm))[r,c], however, I cannot figure out how to call the R-squared values without manually calling the summary and inserting them in the script - which negates the value of automating the process through a function. Thanks, Mike [[alternative HTML version deleted]]
2011 Aug 04
1
matrix rows to single numeric element
I have a matrix of 5 columns and 64 rows, let's call it "mat1". All values are 1 or 0. I need to take the values of the elements by row and create a single numeric element that can be placed its respective slot in a 64-element list, named "list1". For example, mat1[11,1:5] = 0,1,1,0,1 and I must put 01101, with a length of 1, into the 11th element of list1. I can create
2002 May 14
1
Srtring Overflow Error in Samba 2.0
In my var/log.smb file I am getting the error: String overflow by 18 in safe_strcopy [adaigle ahenry ajleblanc ] a long list My share is setup with the list of valid users i.e. valid users = user1 user2 \ user3 user4 writeable =yes Is there some limit to the number of users listed this way. A bad character in there? Some users are not getting their drives mapped.