search for: si_pov_gini

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

2023 Mar 23
2
loess plotting problem
...ot;loess" line plotted over a scatter plot. I get a jumble, with lines connecting all the points. I had a similar problem with "lowess". I solved that by dropping "NA" rows from the data columns. Please help. library(stats) attach(gini_pci_wdi_narm) plot(ny_gnp_pcap_pp_kd, si_pov_gini) lines(loess(si_pov_gini ~ ny_gnp_pcap_pp_kd, gini_pci_wdi_narm)) detach(gini_pci_wdi_narm) -- Anupam. [[alternative HTML version deleted]]
2023 Mar 23
1
loess plotting problem
...er a scatter plot. I get a jumble, with > lines connecting all the points. I had a similar problem with "lowess". I > solved that by dropping "NA" rows from the data columns. Please help. > > library(stats) > attach(gini_pci_wdi_narm) > plot(ny_gnp_pcap_pp_kd, si_pov_gini) > lines(loess(si_pov_gini ~ ny_gnp_pcap_pp_kd, gini_pci_wdi_narm)) > detach(gini_pci_wdi_narm) >
2023 Mar 23
1
loess plotting problem
...mble, with > > lines connecting all the points. I had a similar problem with "lowess". I > > solved that by dropping "NA" rows from the data columns. Please help. > > > > library(stats) > > attach(gini_pci_wdi_narm) > > plot(ny_gnp_pcap_pp_kd, si_pov_gini) > > lines(loess(si_pov_gini ~ ny_gnp_pcap_pp_kd, gini_pci_wdi_narm)) > > detach(gini_pci_wdi_narm) > > > > -- Anupam. [[alternative HTML version deleted]]