search for: abhyankar

Displaying 11 results from an estimated 11 matches for "abhyankar".

2020 Sep 25
6
Question regarding cent OS 7.8.2003 compatibility with large SAS disks
Hello, I have a blade server with SAS HDD's of 12TB in total. 3 HDD's of 4TB each. Is it possible to install Cent OS 7.8.2003 on 12TB disk space? I will be installing Cent OS on the bare metal HW. I referred = https://wiki.centos.org/About/Product But slightly confused with the 'maximum file size' row for ext4 FS. Thanks & Regards, Amey.
2020 Sep 25
1
Question regarding cent OS 7.8.2003 compatibility with large SAS disks
...e done it numerous times. Thanks Digimer & R C for the quick help. I am going to touch the blade servers after a gap of decade hence I was in doubt :-) The Cloud computing era has wiped my knowledge about server HW & OS compatibility :-/ Regards, Amey. > > On 9/24/20 10:25 PM, Amey Abhyankar wrote: > > Hello, > > > > I have a blade server with SAS HDD's of 12TB in total. > > 3 HDD's of 4TB each. > > > > Is it possible to install Cent OS 7.8.2003 on 12TB disk space? > > I will be installing Cent OS on the bare metal HW. > > > &...
2017 Jun 28
2
R package for scorecard development
Hello all, Is there any R package that can develop a scorecard model for a binary target variable? More details: I want to create a scorecard based on the raw data I have. I have a binary target variable and a few numeric and character input variables. I want to bin the variables and assign a score to each of the bins. Each subject will be scored based on the bin it falls in for each
2012 Feb 27
2
read.csv converts "NA" to missing values
Hello, I have a CSV file with region codes listed in a column. E.g. 'AS' for Asia, 'AU' for Australia and 'NA' North America. However, the data frame created using read.csv shows <NA> where the string variable should have had the value 'NA'. How can I input the value 'NA' present in a column in a CSV file without R changing it to missing? Thanks
2020 Sep 25
0
Question regarding cent OS 7.8.2003 compatibility with large SAS disks
I have done it numerous times. On 9/24/20 10:25 PM, Amey Abhyankar wrote: > Hello, > > I have a blade server with SAS HDD's of 12TB in total. > 3 HDD's of 4TB each. > > Is it possible to install Cent OS 7.8.2003 on 12TB disk space? > I will be installing Cent OS on the bare metal HW. > > I referred = https://wiki.centos.org/Abou...
2011 Apr 05
1
Saving console and graph output to same file
Hello All, How do I save the output of the R console and the graphic output to the same PDF file and append these to each other? I need to have a frequency table and a corresponding graph, one below the other in a file. I have tried with sending the cross table to the graph window using 'textplot' and then saving the graphic output. However, the table does not look nice in the graph
2011 Aug 29
2
Differences in SAS and R defaults
Hello all, I am looking for theories and statistical analyses where the defaults employed in R and SAS are different. As a result, the outputs under the defaults should (at least slightly) differ for the same input. Could anyone kindly point any such instance? Thanks Nikhil
2011 Jan 07
0
Extracting user specified variables from data frame to use as function arguments
Hello All; I am writing an R program in the form of a function to find out the summary statistics for response variable(s) in a data frame. I need to accept variable names from the data as arguments and use them inside the function for various tasks. The dataset name is also one of the arguments to the program. The tasks include merging two datasets, transposing a dataset or finding the summary
2011 Apr 11
0
Package fgui returns error: Object of type closure is not subsettable
Hello All, I have written three functions. First: To input user specified SAS dataset and plot the boxplots of relevant variables. Second: Extract the number of hours, minutes etc. from a variable describing a time-point using regular expressions. E.g. 'Per1, Day 2, 24 Hour' would be separated into three columns, Per (value 1), Day (value 2) and Hour (value 24) Third:
2011 Sep 21
1
logistic regression: default computed probability
Hello all, Suppose in a logistic regression model, the binary outcome is coded as 0 or 1. In SAS, the default probability computed is for Y = 0 (smaller of the two values) . However, in SPSS the probability computed is for Y = 1 (greater of the two values). Which one does R compute, the probability for the smaller or the greater value? I went through the documentation in a hurry but
2012 Feb 08
1
Random sample from truncated distributions
Hi, How can I draw a random sample from a truncated distribution (especially lognormal)? I found the functions for truncated normal but not for many other distributions. Thanks Nikhil -- View this message in context: http://r.789695.n4.nabble.com/Random-sample-from-truncated-distributions-tp4369569p4369569.html Sent from the R help mailing list archive at Nabble.com.