search for: pih

Displaying 4 results from an estimated 4 matches for "pih".

Did you mean: pid
2020 Jul 15
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...TRUE, na="n/a") Symbol Name LastSale MarketCap IPOyear 1 TXG 10x Genomics, Inc. 87.4400 $8.6B 2019 2 YI 111, Inc. 6.4800 $533.69M 2018 3 PIH 1347 Property Insurance Holdings, Inc. 4.5350 $27.52M 2014 sessionInfo() R version 4.0.2 (2020-06-22) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.4 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3 LAPACK: /usr/lib/x86_64...
2020 Jul 16
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...://old.nasdaq.com/screening/companies-by-name.aspx?letter=0&exchange=1&render=download", header=TRUE) ?Downloaded 486840 bytes...> > str(z) Classes ?data.table? and 'data.frame':??? 3631 obs. of? 9 variables: ?$ Symbol?????? : chr? "TXG" "YI" "PIH" "PIHPP" ... ?$ Name???????? : chr? "10x Genomics, Inc." "111, Inc." "1347 Property Insurance Holdings, Inc." "1347 Property Insurance Holdings, Inc." ... ?$ LastSale???? : chr? "90.93" "6.31" "4.528" "24.3...
2020 Jul 15
0
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...Biotechnology: Laboratory Analytical Instruments https://old.nasdaq.com/symbol/txg NA 2: YI 111, Inc. 6.64 $546.87M 2018 Health Care Medical/Nursing Services https://old.nasdaq.com/symbol/yi NA 3: PIH 1347 Property Insurance Holdings, Inc. 4.528 $27.48M 2014 Finance Property-Casualty Insurers https://old.nasdaq.com/symbol/pih NA 4: PIHPP 1347 Property Insurance Holdings, Inc. 24.8631 n/a n/a Finance...
2012 Apr 12
1
Could dynlm function work for xts objects?
It seems to only works for zoo or ts objects? I tried to run it for xts objects, and error message occurs. Once I coerce it to be an zoo object (by as.zoo), it works. Error message: Error in model.frame.default(formula = dynformula(PIh - PI ~ L(X, 0:i) + : variable lengths differ (found for 'L(X, 0:i)') In addition: Warning messages: 1: In zoo(coredata(x), order.by = index(x), ...) : some methods for ?zoo? objects do not work if the index entries in ?order.by? are not unique 2: In zoo(coredata(x), order.by = index(x)...