search for: namse

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

Did you mean: name
2013 Jan 11
0
Error with looping through a list of strings as variables
...Rsq:",rsq, "Correlation between fitted values and original values:",correl) print(Correlation) ## combine results for output _______________________________ TestVar <- paste("Dependent =",h, sep=" ") namCL <- paste("schtyp =",i, sep=" ") namSE <- paste("female =",k, sep=" ") assign(namCL, 1:i) assign(namSE, 1:k) results <- rbind(TestVar, namCL, namSE, mse, rsq, correl) ## Writing data to csv file _________________________________ write.table(results, file = puthere, append = TRUE, quote = FALSE, sep = " &q...
2023 Apr 17
2
[PATCH libnbd v2] README: Document additional packages
When building from git we need autoconf, automake and libtool. Signed-off-by: Nir Soffer <nsoffer at redhat.com> --- Changes sinve v1: - Remove `,` between package namses (Laszlo) README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c7166613..7eed0e31 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,17 @@ ## License very liberal license. ## Building from source +Building from source requires additional packa...
2023 Apr 17
1
[PATCH libnbd v2] README: Document additional packages
On 4/17/23 18:44, Nir Soffer wrote: > When building from git we need autoconf, automake and libtool. > > Signed-off-by: Nir Soffer <nsoffer at redhat.com> > --- > > Changes sinve v1: > - Remove `,` between package namses (Laszlo) > > README.md | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/README.md b/README.md > index c7166613..7eed0e31 100644 > --- a/README.md > +++ b/README.md > @@ -32,10 +32,17 @@ ## License > very liberal license. > > > ## Build...